@charset "UTF-8";
.font-family-sans-serif {
  font-family: "Lato", sans-serif; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #224b96;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  a:focus, a:hover {
    color: #1d4181;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6f7071;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

body {
  padding: 0;
  background-color: #fff;
  color: #454648;
  font-family: Lora, Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

span.PostLoadLink {
  display: none; }
  .no-js span.PostLoadLink {
    display: inline-block; }

.blockOverlay {
  opacity: 0;
  -webkit-animation: fade-in .15s;
          animation: fade-in .15s; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.blockMsg {
  top: 50%;
  left: 50%; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-skin {
  background: #fff !important; }

.fancybox-caption {
  max-height: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #d3d6d9;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: position .25s linear;
  transition: position .25s linear; }
  .fancybox-caption p {
    font: 12px/1.4 "Lato", sans-serif; }
    @media (min-width: 768px) {
      .fancybox-caption p {
        font-size: 13px; } }
    @media (min-width: 992px) {
      .fancybox-caption p {
        font-size: 14px; } }

.fancybox-caption-title {
  margin-bottom: .125rem;
  color: #fff; }

.iframe-rwd {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .iframe-rwd iframe,
  .iframe-rwd embed,
  .iframe-rwd .embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 0; }

.iframe-newsletter {
  padding-bottom: 10%; }

.iframe-ratio\:1x1 {
  padding-bottom: 100%; }

ul {
  margin-bottom: 2em; }
  @media (max-width: 768px) {
    ul {
      padding-left: 15px; } }
  ul li {
    margin-bottom: 10px; }

ul.arrow-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.arrow-list li {
  position: relative;
  padding: 0 12px;
  line-height: 18px; }

.arrow-list.float li {
  float: left;
  width: 40%;
  line-height: 22px; }

.arrow-list li:before {
  position: absolute;
  left: 0;
  content: "\f0da";
  color: #838383;
  font-family: "FontAwesome"; }

.unstyled-list {
  list-style: none; }

.img-list > li {
  display: block; }

@media (min-width: 768px) {
  .img-list > li {
    min-height: 140px; } }

.form-table td {
  vertical-align: top; }

.form-table label {
  margin-top: 5px; }

.image-list {
  margin: 14px 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  overflow: hidden; }

.image-list li {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: top; }
  @media (min-width: 640px) {
    .image-list li {
      font-size: 14px; } }

.toolbar .image-list li {
  width: auto;
  margin-bottom: 0; }

.image-list a {
  display: block;
  margin: 0 8px; }

#sidebar ul {
  margin: 0; }

.sidebar-widget {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d3d6d9; }

#sidebar .container {
  width: auto;
  padding: 9px 13px; }
  #sidebar .container p {
    margin-bottom: .75em; }

#sidebar .container.gray {
  background: #f2f2f2;
  color: #3c4d6d; }

#sidebar .container.gray img {
  float: left;
  margin-right: 10px; }

#sidebar .container.gray p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px; }

#sidebar p:first-child {
  margin-top: 0; }

#sidebar p:last-child {
  margin-bottom: 0; }

#breadcrumb {
  display: none;
  padding: 20px 0;
  color: #bcbfc4;
  font: 12px/1 "Lato", sans-serif; }

#breadcrumb a {
  color: #bcbfc4; }

#breadcrumb a:hover {
  color: #224b96; }

@media (min-width: 768px) {
  #breadcrumb {
    display: block; } }

/* =============================================================================
   #Search
   ========================================================================== */
.category-search-list {
  padding-bottom: 30px;
  border-bottom: 1px dotted #d3d6d9; }

.category-search-list ul {
  margin: 0;
  padding: 0; }

.category-search-list ul li {
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
  color: rgba(111, 112, 113, 0.8); }

.category-search-list a {
  padding: 4px 7px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d6d9;
  color: #6f7071;
  text-decoration: none; }
  .category-search-list a:hover {
    color: #224b96; }

.category-search-list .last a {
  border: 1px solid rgba(122, 177, 255, 0.2);
  background: #e9f2fe;
  color: #224b96; }
  .category-search-list .last a:hover {
    color: #1d4181; }

.dyo {
  margin-bottom: 10px;
  border-bottom: 1px dotted #d3d6d9; }

.dyo-heading {
  margin: 0;
  color: #382585;
  font-size: 16px;
  line-height: 17px; }

.dyo-items {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  list-style: none; }
  .dyo-items > li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: left; }
    @media (min-width: 768px) {
      .dyo-items > li {
        width: 50%;
        float: left; } }
  @media (min-width: 768px) {
    .dyo-items.three-column > li {
      width: 33.3333333333333333%; } }

.category-header .dyo-items li {
  padding-bottom: 0; }

.dyo-thumbnail {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px; }

.dyo-thumbnail a {
  display: block;
  border: 1px solid rgba(26, 27, 27, 0.08);
  border-radius: 3px; }

.dyo-home .dyo-thumbnail a {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dyo-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 3px; }

.dyo-info {
  margin: 0 10px 10px 40px; }
  .dyo-info p {
    margin: 0; }

@media (min-width: 768px) {
  .dyo-thumbnail {
    width: 50px;
    height: 50px; }
  .dyo-info {
    margin: 0 10px 0 60px; } }

.dyo-name {
  margin-bottom: 4px; }

.dyo-utility {
  font-size: 90%; }

.refined-message {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  @media (max-width: 767px) {
    .refined-message {
      width: 100% !important; } }
  @media (min-width: 576px) {
    .refined-message {
      margin-top: -32px; } }
  @media (min-width: 992px) {
    .refined-message {
      margin-top: -32px; } }

.buy-box.dyo-action-last-message {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center; }
  @media (max-width: 767px) {
    .buy-box.dyo-action-last-message {
      margin: -8px 7px;
      padding: 1.75rem 1rem;
      font-size: 12px; } }

.dyo-refined {
  margin-bottom: 0; }

.dyo-action-message {
  margin: 0;
  text-align: center; }
  @media (min-width: 576px) {
    .dyo-action-message {
      text-align: left; } }

.dyo-notifications li {
  font-size: 12px;
  line-height: 16px; }

.dyo-page-notifications {
  clear: left;
  float: left; }

@media (min-width: 768px) {
  .dyo-action-message {
    text-align: left; } }

.toolbar {
  display: block;
  margin: 11px auto 0;
  padding: 0;
  white-space: nowrap;
  zoom: 1; }

.toolbar li {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  list-style: none; }

.toolbar a {
  display: block;
  border: 0 !important;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center; }

.toolbar .icon {
  margin: -1px 4px 0 0;
  vertical-align: middle; }

.toolbar > li > a {
  margin: 0;
  padding: 4px; }

.toolbar div {
  position: absolute;
  left: 50%;
  top: calc(100% - 4px);
  z-index: 1; }

.toolbar ul {
  display: none;
  position: relative;
  left: -50%;
  top: -10px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #d3d6d9;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  overflow: visible; }

.toolbar ul:after,
.toolbar ul:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.toolbar ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.toolbar ul:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.toolbar li:hover ul {
  display: inline-block; }

.toolbar ul li a {
  padding-bottom: 8px; }

.cad-model {
  padding: 0 20px 14px;
  background: #fafafa;
  border: 1px solid #d3d6d9;
  border-radius: 3px; }

.cad-model .price {
  position: relative;
  margin-top: -8px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important; }

.cad-model .content {
  float: left;
  width: calc(100% - 100px); }

.cad-model .content p {
  margin-bottom: 24px; }

.cad-model-gallery {
  margin-bottom: 20px;
  width: 200px;
  /* height: 200px; */
  padding-bottom: 20px;
  max-width: 15vw;
  min-width: 74px;
  max-height: 15vw;
  min-height: 74px; }
  @media (min-width: 768px) {
    .cad-model-gallery {
      padding-bottom: 0px; } }
  .cad-model-gallery .slick-slide {
    display: block !important; }

.rel-item-grid {
  margin: 0;
  padding: 0;
  list-style: none; }

.rel-item-grid .rel-item {
  display: inline-block;
  width: 49%;
  font-size: 12px; }

.rel-item-content {
  padding: 0 10px;
  font-size: 11px; }

.rel-img {
  display: block;
  margin: 0 20px 10px; }

.rel-img img {
  width: 100%; }

@media (min-width: 500px) {
  .rel-item-grid .rel-item {
    width: 26%; } }

@media (min-width: 768px) {
  .rel-item-grid .rel-item {
    width: 16%; } }

.title-bar,
.header-cell {
  clear: both;
  padding: 8px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  zoom: 1; }

.grand-total,
.coupon,
.subheader,
.orderTotalRow td,
.secure-table td.title-bar {
  background: #fafafa; }

.exchange-diff {
  font-size: 13px;
  border: 1px solid #d3d6d9;
  border-collapse: collapse; }

.exchange-diff strong {
  color: #b20709; }

.secure-table td.title-bar,
.orderTotalRow td,
.grand-total,
.coupon,
.subheader {
  padding: 9px 15px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #6f7071; }

.title-bar,
.active .secure-table td.title-bar {
  background: rgba(98, 105, 124, 0.1);
  border-bottom: 1px solid rgba(98, 105, 124, 0.1); }

.coupon {
  border-top: 0; }

.title-bar h1,
.title-bar h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #3c4d6d;
  font-size: 18px;
  line-height: 18px; }

.full,
.item {
  width: 100%;
  clear: both; }

.subheader {
  width: 100%;
  border-top: 0; }

#shopping-cart .subheader,
#wishlist .subheader {
  border-top: 1px solid #d3d6d9; }

.line-item-container .subheader {
  font-weight: 700;
  clear: both; }

.subheader td,
.line-item td,
.item > tbody > tr > td {
  padding: 5px 10px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .subheader td,
    .line-item td,
    .item > tbody > tr > td {
      padding: 10px 15px;
      vertical-align: middle; } }

.line-item td {
  vertical-align: top; }

.item {
  position: relative;
  border-bottom: 1px solid #d3d6d9; }

#shopping-cart .item > tbody > tr > td {
  padding: 5px 0; }
  @media (max-width: 767px) {
    #shopping-cart .item > tbody > tr > td {
      display: block; } }
  @media (min-width: 768px) {
    #shopping-cart .item > tbody > tr > td {
      padding: 20px 0; } }

#shopping-cart.mini-cart .item > tbody > tr > td {
  padding: 10px 0; }

#shopping-cart h2 {
  position: static;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) {
    #shopping-cart h2 {
      position: static;
      margin: 0 0 20px;
      font-size: 20px;
      line-height: 28px; } }

.product table {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .product table {
      margin-top: 0; } }

#shopping-cart .product table {
  margin-top: 0 !important; }

.product h2 {
  font-size: 22px;
  line-height: 30px; }

#shopping-cart .product > span {
  display: block; }
  #shopping-cart .product > span:last-child {
    padding-bottom: 0; }

#shopping-cart .product > span .item .thumbnail {
  padding-right: 20px;
  vertical-align: top; }

@media (max-width: 767px) {
  #shopping-cart td.quantity {
    padding-left: 85px !important; }
    #shopping-cart td.quantity a {
      padding: 5px; } }

@media (min-width: 768px) {
  #shopping-cart td.quantity {
    width: 110px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .item .specs {
    margin-bottom: 0; } }

#shopping-cart .item .sub-total {
  font-size: 16px; }
  @media (max-width: 767px) {
    #shopping-cart .item .sub-total {
      padding: 0 0 20px 77px; } }

.product-detail {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .product-detail {
      padding-bottom: 0px;
      vertical-align: middle !important; } }

.product-detail .title {
  font-size: 16px;
  line-height: 22px; }

.product-detail .sku, .product-detail .item-detail {
  margin: 2px 0; }

.line-item-container .sku {
  border-bottom: 0; }

.product-detail textarea {
  max-height: 100px;
  height: auto;
  width: 300px;
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none; }

.product-detail .estimated-ship-date {
  font-size: 14px;
  margin: 10px 0; }

.product-detail .estimated-ship-date strong, .product-detail .delivery strong {
  color: #d67e00; }

.product-detail .delivery {
  padding: 10px 15px 5px;
  background: none;
  border-radius: 0;
  border: 1px dotted #d67e00; }

td.order-number,
td.order-date,
td.payment-status,
td.shipping-status,
td.order-total {
  width: 125px; }

td.order-total {
  text-align: right; }

.coupon {
  padding: 5px 0 5px 15px;
  text-align: right; }

.coupon p {
  margin: 10px 0; }

.coupon input[type="text"] {
  width: 100px;
  margin: 0 10px; }

.sub-totals {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px; }

.cart-totals,
#row-totals,
.grand-total {
  width: 100%;
  font-family: "Lato", sans-serif; }

#row-totals td {
  padding: 5px 15px; }

#row-totals .shipping-options {
  width: 100%; }

#row-totals .shipping-options td {
  padding: 0; }

#row-totals .caption, #row-totals .value {
  text-align: right; }

#row-totals .caption {
  font-weight: 700; }

#row-totals .last-row td {
  padding-bottom: 10px; }

#row-totals .grand-total td {
  padding: 15px;
  font-size: 18px; }

@media (max-width: 767px) {
  .subtotals,
  .order-notes {
    margin-top: 15px; }
  #row-totals,
  #row-totals .grand-total td {
    padding: 10px;
    font-size: 14px; } }

@media (max-width: 991px) {
  #row-totals,
  #row-totals .grand-total td {
    padding: 10px;
    font-size: 14px; } }

.sub-totals .payment-options {
  margin: 0;
  text-align: center; }

.or-checkout-with {
  width: 100%;
  margin: 25px 0;
  font-size: 13px;
  font-weight: 700;
  color: #6f7071;
  text-transform: uppercase; }

.alternative-payment-container {
  display: inline; }

.sc-charity-msg {
  padding: 25px 13px;
  background: #e9f2fd;
  border: 1px solid #cadef6;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  text-align: center;
  font-size: 13px;
  line-height: 20px; }

.sc-charity-msg h4 {
  margin-top: 0; }

.sub-total input[type="submit"] {
  margin-right: 0 !important; }

/* =============================================================================
   Account
   ========================================================================== */
.account-data {
  margin: 15px 0 20px; }

.account-data td {
  padding: 4px 6px;
  vertical-align: top; }

.account-data td.primary-address {
  padding: 10px 6px; }

#address-book .account-data {
  margin: 0; }

#address-book .account-data > td {
  padding: 20px 15px; }

#address-book .item td {
  width: 50%; }

.address-edit-container table td, .addressPaymentMethodtbl td, .ccPanel td {
  padding: 5px 15px !important;
  vertical-align: middle; }

@media (max-width: 767px) {
  #address-book .item td,
  .account-data td {
    display: block;
    width: 100%; } }

.note {
  margin: 5px 0;
  line-height: 15px; }

.primary-address p {
  margin: 0; }

.manage-address p {
  margin: 0 0 10px; }

.editing-address {
  vertical-align: top !important; }

.editing-address span {
  display: block;
  width: 200px; }

.address-action-update-buttons input[type="submit"] {
  margin-bottom: 10px; }

.address-footer {
  padding: 15px; }

.address-footer input {
  vertical-align: top;
  margin: 4px 4px 0 0; }

@media (max-width: 767px) {
  .editing-address,
  .addresseditctrl {
    display: block; } }

#account-information-fields {
  width: 470px;
  float: left; }

#login {
  padding: 30px 0 100px; }

#login .customer_col1 {
  width: 300px;
  padding: 0 70px 0 100px;
  float: left; }

#login .checkout_customer_col1 {
  width: 360px !important;
  padding: 0 50px 0 55px !important; }

#login .customer_col1 table {
  margin-top: 20px; }

#login .customer_col1 table tr td {
  padding: 4px;
  vertical-align: middle; }

#login .customer_col1 table tr td.col1 {
  text-align: right; }

#login .customer_col1 table tr td.col2 input[type=text], #login .customer_col1 table tr td.col2 input[type=password] {
  width: 160px; }

#login .customer_col1 table tr td.forgot-link {
  font-size: 11px;
  text-align: right; }

.forgot-password-box {
  padding: 20px 0 0 0px !important; }

.nopadding {
  padding: none !important; }

.changepassword {
  padding-left: 205px !important;
  width: 400px !important; }

#login .customer_col2 {
  width: 340px;
  padding: 0 0 0 70px;
  float: left;
  border-left: 1px dotted #ddd; }

#content #login .customer_col2 p {
  line-height: 1.4; }

input[type=image]:active {
  opacity: .8; }

.dyo-page-notifications > div {
  clear: both; }

.design-your-own-home .block {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.arrow-box {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #d3d6d9;
  border-radius: 2px;
  text-align: center; }

.arrow-box:after, .arrow-box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-box:after {
  border-top-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px; }

.arrow-box:before {
  border-top-color: #d3d6d9;
  border-width: 11px;
  left: 50%;
  margin-left: -11px; }

.arrow-box h3 {
  margin: 0 0 .25rem;
  color: #454648; }

.arrow-box > p {
  min-height: 40px;
  margin: 0 0 5px 0; }

@media (min-width: 768px) {
  .arrow-box > p {
    min-height: 57px; } }

.image-link {
  display: block;
  text-align: center; }

.thumb-tb {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  text-align: center; }

.thumb-tb .thumb {
  display: inline-block;
  width: 27px;
  height: 27px;
  padding: 0 4px; }

.thumb a {
  display: block; }

/* Static Content Pages */
.subheading {
  color: #6f7071;
  font-size: 14px;
  line-height: 21px; }

@media (min-width: 768px) {
  .subheading {
    font-size: 16px;
    line-height: 24px; } }

.imagelist {
  clear: right;
  margin: 20px 0 !important; }

.imagelist li {
  float: left;
  list-style: none;
  margin: 0 5px !important; }

.row.staff {
  margin: 30px -15px; }

.flexbox .row.staff,
#testimonials-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flexbox .row.staff:before {
  content: none;
  display: block; }

.flexbox .row.staff .col-sm-3 {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.bio-media .photo img {
  margin: 0px; }

.staff-person {
  padding-bottom: 20px;
  text-align: center; }

.staff-person .photo {
  position: relative;
  display: inline-block; }

.staff-person a {
  display: block; }

.staff-person img {
  display: block;
  max-width: 100%;
  height: auto; }

@media (max-width: 420px) {
  .staff-person img:first-child {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 776px) {
  .staff-person img:first-child {
    width: 100%; } }

.staff-person .photo a:hover img {
  opacity: .90; }

.staff-person .icon-video-overlay {
  position: absolute;
  bottom: 8px;
  left: 8px; }

.staff .name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important; }

.staff .title {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  color: #6f7071;
  margin: 0; }

.staff .links {
  margin: 4px 0 0 !important; }

.staff .links a {
  display: inline-block;
  margin: 4px 8px 0; }

.bio-media img {
  max-width: 100%;
  height: auto; }

.bio-media-links {
  display: none;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center; }

@media (min-width: 768px) {
  .bio-media-links {
    display: block; } }

.bio-media-link {
  display: inline-block;
  margin: 0 8px; }

.bio-media-link:first-child {
  margin-left: 0; }

.bio-media-link:last-child {
  margin-right: 0; }

.bio-media-link a {
  text-decoration: none; }

.bio-info h1 {
  margin-bottom: 0; }

.bio-info .title {
  margin-bottom: 20px;
  font-size: 1.2em; }

#showroom {
  width: 690px;
  margin: 20px auto !important;
  padding: 0;
  overflow: hidden; }

#showroom li {
  display: block;
  float: right;
  list-style: none;
  margin: 0 0 15px 15px; }

.nsc-form {
  margin-bottom: 30px; }

.nsc-form td {
  padding: 4px 6px; }

.nsc-form h2 {
  margin-bottom: 20px; }

#lateral-contact-form {
  width: 500px;
  margin: 0 auto 30px auto; }

#lateral-contact-form .col1 {
  width: 180px; }

.securitycol {
  padding-top: 20px; }

#vedic {
  overflow: hidden; }

#contact-info .block {
  width: 220px;
  float: left;
  margin-right: 25px; }

#contact-info .flags {
  width: 170px; }

#contact-info .chat {
  width: 160px; }

#contact-info .last {
  margin: 0; }

.education-menu-title {
  margin-bottom: 10px;
  color: #143879;
  font-size: 1.25em; }

.education-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d3d6d9; }

.education-menu > li {
  margin-bottom: 0; }

.education-index a {
  display: block;
  font-size: 12px;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #d3d6d9;
  border-top: 0;
  text-decoration: none; }

.education-index a:hover {
  background: #f2f2f2; }

.about-certificate {
  font-size: 0; }

.about-certificate img {
  display: inline-block; }

.table-has-caption {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center; }

.table-has-caption td {
  max-width: 170px;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: top; }

.table-has-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .sidebar-workshop {
    float: right;
    width: 305px;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #d3d6d9;
    border-radius: 6px; } }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.aligncenter {
  margin: 20px auto; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

::-webkit-validation-bubble-message {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
  background: -webkit-gradient(linear, left to bottom, left bottom, color-stop(0, #666666), color-stop(1, #000000));
  border: 1px solid;
  border-color: #747474 #5e5e5e #4f4f4f;
  color: white;
  overflow: hidden;
  padding: 15px 15px 17px;
  text-shadow: #000 0 0 1px;
  height: 16px; }

::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #6f7071;
  border: 0; }

.nivoSlider .nivo-slice {
  background-position: center center fixed !important;
  background-size: cover !important;
  background-color: #fff !important; }

.MessageSentNotification {
  display: none; }

.hidden {
  display: none; }

@media print {
  #to-to bottom,
  .header-contactus,
  .header-secondary-links,
  .menu-bar,
  #footer,
  #breadcrumb,
  .toolbar,
  .secondary-cta-box,
  .extra,
  .cad-model,
  .ThumbAssets,
  #product .buy-box {
    display: none !important; }
  * {
    text-shadow: none !important; }
  .setting-option,
  .oneColumnBGWrapper,
  .gradient,
  .cart-box,
  .blue-wrap {
    background: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .content_PaddingWrapper {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .arrow-box {
    background: none;
    border: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .arrow-box:before,
  .arrow-box:after {
    display: none; }
  .setting-option {
    border-color: transparent; }
  #product {
    width: 100%; }
  .AssetViewer {
    width: 400px;
    float: left; }
  .DefaultAsset {
    margin: 0;
    padding: 0;
    list-style: none; }
  .Assets {
    display: none !important; }
  .information {
    float: left;
    width: 560px; } }

/*!
 * jQuery UI Datepicker 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.single ul.slideshow {
  display: none; }

.thumbnail .hide {
  display: none !important; }

.btn-link {
  display: inline-block;
  padding: 8px 16px; }

.payment-options {
  overflow: hidden;
  display: block; }

.payment-options > span {
  display: inline-block;
  width: 39px;
  height: 25px;
  margin: 0 5px 5px 0;
  background: url(/App_Templates/Skin_1/images/paymentoptions-main.gif) no-repeat;
  text-indent: -9999px; }

.payment-options .message {
  display: none; }

.payment-options span.visa {
  background-position: 0 0; }

.payment-options span.mc {
  background-position: -45px 0; }

.payment-options span.amex {
  background-position: -90px 0; }

.payment-options span.discover {
  background-position: -135px 0; }

.payment-options span.wire {
  background-position: -226px 0; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px; }

.navbar-nav {
  margin: 0; }

.navbar-nav > li {
  float: left; }

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px; }

.header-assurance {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle; }

.header-assurance:last-child {
  padding-right: 0; }

@media (min-width: 768px) {
  .checkout-navbar {
    margin-top: 22px; } }

.co-progress {
  margin: 0 -15px 10px;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 500; }

.co-progress .navbar-nav {
  margin: 0 auto;
  padding: 0 10px;
  display: table;
  table-layout: fixed;
  float: none;
  list-style: none; }

.co-progress .navbar-nav > li {
  float: left; }

.co-progress .navbar-nav > li > a {
  padding: 10px 2px; }

.co-progress .navbar-nav > li > a:active,
.co-progress .navbar-nav > li > a:hover,
.co-progress .navbar-nav > li > a:focus,
.co-progress .navbar-nav > .active > a,
.co-progress .navbar-nav > .active > a:active,
.co-progress .navbar-nav > .active > a:hover,
.co-progress .navbar-nav > .active > a:focus {
  background: none; }

.co-progress .navbar-nav > .disabled > a,
.co-progress .navbar-nav > .disabled > a:active,
.co-progress .navbar-nav > .disabled > a:hover,
.co-progress .navbar-nav > .disabled > a:focus {
  color: #bcbfc4; }

.co-progress .navbar-nav > li > a:active,
.co-progress .navbar-nav > li > a:hover,
.co-progress .navbar-nav > li > a:focus,
.co-progress .navbar-nav > .active > a,
.co-progress .navbar-nav > .active > a:active,
.co-progress .navbar-nav > .active > a:hover,
.co-progress .navbar-nav > .active > a:focus {
  color: #454648; }

.step-bubble {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto 5px;
  background: #f2f2f2;
  border-radius: 50%;
  color: #bcbfc4;
  font-weight: normal; }

.co-progress .active .step-bubble {
  background: #155eaa;
  color: #fff; }

.step-divider {
  color: #bcbfc4;
  font-size: 20px; }

.co-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d6d9;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.15); }

.co-subsection {
  padding-left: 10px; }

.co-heading {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #d3d6d9;
  color: #224b96; }

.step-payment .co-heading,
.step-account .co-heading {
  margin-bottom: 1em; }

.co-button-container {
  margin: 10px 0 30px;
  text-align: center; }

.co-section .payment-options,
.co-subsection .payment-options {
  display: inline-block;
  vertical-align: bottom; }

table.radio {
  padding-top: 0; }
  table.radio td {
    padding-bottom: 8px; }

.ch-divider {
  display: none; }

.active-form .step-payment {
  margin: 0 -15px;
  padding: 1px 15px 0;
  background: #fafafa; }

.ssl-assurance {
  display: block;
  float: right;
  width: 100px;
  height: 72px;
  margin-top: 70px;
  background-size: 100%; }

.mc-radio input[type="radio"] {
  float: none;
  margin-left: 0;
  margin-right: 6px; }

.mc-radio label {
  margin-right: 16px; }

.cart-summary {
  margin: 20px 0;
  padding: 15px;
  background: #ebf7fd;
  border-radius: 8px; }

.cart-summary :last-child {
  margin-bottom: 0; }

.co-progress {
  margin: 0 -15px 20px; }

.co-progress .navbar-nav > li > a {
  padding: 25px;
  color: #bcbfc4;
  font-size: 18px;
  text-decoration: none; }
  .co-progress .navbar-nav > li > a:hover, .co-progress .navbar-nav > li > a:focus {
    color: #12367b; }

.step-bubble {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 14px; }

.co-button-container {
  margin: 10px 0; }

@media (min-width: 768px) {
  .co-button-container {
    margin: 20px 0 30px; } }

.ch-divider {
  display: block; }

.checkout .collapse {
  display: block; }

.ssl-assurance {
  width: 123px;
  height: 80px; }

.active-form .step-payment {
  margin: 0;
  padding: 1px 20px 0;
  border-radius: 0 0 20px 20px; }

.cart-summary {
  padding: 20px; }

.co-section hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #d3d6d9; }

.co-section .form-group .help-block {
  margin-bottom: 0; }

.cc-panel label {
  position: relative;
  display: block; }

.cc-panel label .rqd {
  position: absolute;
  left: -10px; }

.phone-group .form-control {
  width: 106px; }

.zip-group .form-control {
  width: 80px; }

.ca-table input[type="radio"] {
  margin-top: 2px; }

.ca-table label {
  margin: 0 10px 0 6px; }

.is-open {
  display: block !important; }

.mini-cart {
  margin-top: 7px; }

.mini-cart .item {
  margin-bottom: 20px; }

.mini-cart .product {
  padding: 0; }

.mini-product-name {
  margin: 0 0 2px;
  color: #12367b;
  font-size: 16px; }

.mini-product-price {
  margin: 0;
  font-size: 14px; }

.mini-cart .product table {
  margin-top: 0; }

.mini-cart .product-detail {
  display: table-cell; }

.mini-cart .specs {
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 17px; }

/*
.mini-cart .thumbnail a {
  width: 85px;
  height: 85px;
}
*/
.mini-cart .cart-totals td,
.mini-cart .cart-totals th {
  padding: 4px 10px;
  font-size: 14px;
  text-align: right;
  min-width: 85px; }

.mini-cart .tax td,
.mini-cart .tax th {
  padding-bottom: 8px; }

.mini-cart .grand-total td,
.mini-cart .grand-total th {
  padding: 10px;
  font-size: 18px;
  font-weight: 700; }

.co-assurance {
  color: #6f7071;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 20px; }

.co-assurance p {
  margin: 0 0 16px; }

.co-assurance h4 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: normal; }

.alert-info {
  color: #24607d; }

.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.img-list li:before,
.img-list li:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.clearfix:after,
.clear:after,
.img-list li:after,
.form-horizontal .form-group:after,
.navbar:after {
  clear: both; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .collapse-xs,
  .collapse-sm {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: max-height 0.2s cubic-bezier(0.42, 0, 0.58, 1); } }

.collapse-xs.is-open,
.collapse-sm.is-open {
  max-height: 9999px;
  overflow: visible; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-l-sm {
  margin-left: .5em !important; }

.m-r-sm {
  margin-right: .5em !important; }

.m-b-sm {
  margin-bottom: .5em !important; }

.m-b-md {
  margin-bottom: 1em !important; }

.m-b-lg {
  margin-bottom: 1.5em !important; }

.m-t-sm {
  margin-top: .5em !important; }

.m-t-md {
  margin-top: 1em !important; }

.m-t-lg {
  margin-top: 1.5em !important; }

.m-x-auto {
  margin-right: auto;
  margin-left: auto; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-sm {
  padding-top: .5em !important; }

.p-t-md {
  padding-top: 1em !important; }

.p-t-lg {
  padding-top: 1.5em !important; }

.p-a-0 {
  padding: 0 !important; }

.p-a-sm {
  padding: .5em !important; }

.p-a-md {
  padding: 1em !important; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  .table-responsive.has-scrollbar {
    width: auto !important;
    margin: 0 -15px 24px !important;
    padding-right: 15px;
    padding-left: 15px; }
    .table-responsive.has-scrollbar:after {
      display: block;
      position: absolute;
      right: 15px;
      width: 18px;
      height: 18px;
      margin: 4px 0 0 auto;
      content: "";
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23358DDC%22%20d%3D%22M23.762%203.826c-.01-.013-.016-.029-.028-.041l-3.17-3.17a.4.4%200%200%200-.566.566l2.487%202.486h-5.373a.4.4%200%200%200%200%20.8h5.373l-2.487%202.485a.4.4%200%200%200%20.566.566l3.17-3.169c.012-.012.018-.029.028-.043.021-.028.044-.054.058-.087a.4.4%200%200%200%200-.305c-.014-.033-.037-.06-.058-.088zm-22.248.642h5.372a.4.4%200%200%200%200-.8H1.514L4%201.182a.4.4%200%200%200-.566-.566L.265%203.786c-.01.009-.015.024-.024.035-.023.029-.047.058-.062.093a.399.399%200%200%200%200%20.307.415.415%200%200%200%20.061.093c.01.012.014.026.025.037L3.434%207.52a.4.4%200%200%200%20.567-.566L1.514%204.468z%22%2F%3E%3Cpath%20fill%3D%22%23323333%22%20d%3D%22M21.387%2012.668c0-1.09-1.043-1.445-1.619-1.481h-1.021a1.298%201.298%200%200%200-.34-.589c-.399-.376-.926-.354-.962-.354h-1.241c-.184-.636-.792-.894-1.234-.904h-1.237V5.377c0-.37-.128-1.579-1.771-1.579-1.099%200-1.669.595-1.694%201.768-.047%202.036-.044%207.342-.04%209.447a96.534%2096.534%200%200%201-1.419-1.249c-.647-.595-1.42-.637-2.068-.109-.864.703-.444%201.798-.113%202.262l4.713%207.4a.4.4%200%200%200%20.337.186h7.426a.401.401%200%200%200%20.379-.271c.067-.198%201.661-4.879%201.902-6.577.101-.709.063-1.858.03-2.871a34.573%2034.573%200%200%201-.028-1.116zm-.796%203.874c-.198%201.398-1.428%205.124-1.775%206.16h-6.919L7.29%2015.469c-.006-.008-.55-.783-.045-1.194.122-.099.498-.406%201.022.079.499.456%202.1%201.84%202.1%201.84a.399.399%200%200%200%20.662-.303c-.001-.077-.021-7.763.037-10.307.013-.558.087-.984.896-.984.662%200%20.971.247.971.778v6.583a.4.4%200%200%200%20.8%200v-1.819h1.229c.084.001.503.034.503.503v1.376a.4.4%200%200%200%20.8%200v-.976l1.205-.001c0-.002.236-.008.39.138.104.098.156.261.156.484v1.18a.4.4%200%200%200%20.8%200v-.858l.926-.001c.034.002.844.061.844.682%200%20.309.014.707.027%201.14.031.932.068%202.092-.022%202.733z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: 1; }
    .table-responsive.has-scrollbar .specs {
      margin-bottom: 18px !important; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; } }

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

@media only all {
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  .tablesaw-stack th .tablesaw-cell-label-to bottom,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
    text-align: left !important; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

iframe[name=google_conversion_frame] {
  width: 100% !important;
  height: 0;
  overflow: hidden; }

#Shape .shape-text, #DesignStyle .style-text {
  display: inline-block;
  width: 80px;
  background: none;
  vertical-align: middle; }

#DesignStyle .style-text {
  padding-left: .75em; }

.popup {
  padding: 0 .5rem 0 0; }

.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 30px;
      padding-left: 30px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

p {
  margin: 0 0 1.5em; }

b,
strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c4d6d;
  font-weight: normal;
  line-height: 1.4; }

h1,
.h1,
.alpha {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 24px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h1,
    .h1,
    .alpha {
      margin-top: 0;
      margin-bottom: .5em;
      font-size: 30px; } }
  @media (min-width: 992px) {
    h1,
    .h1,
    .alpha {
      font-size: 32px; } }

h2,
.h2,
.beta {
  font-size: 20px; }
  @media (min-width: 768px) {
    h2,
    .h2,
    .beta {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2,
    .h2,
    .beta {
      font-size: 28px; } }

h3,
.h3,
.gamma {
  font-size: 18px; }
  @media (min-width: 768px) {
    h3,
    .h3,
    .gamma {
      font-size: 20px; } }
  @media (min-width: 992px) {
    h3,
    .h3,
    .gamma {
      font-size: 22px; } }

h4,
.h4,
.delta {
  font-size: 16px; }
  @media (min-width: 768px) {
    h4,
    .h4,
    .delta {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h4,
    .h4,
    .delta {
      font-size: 20px; } }

h5,
.h5,
.epsilon {
  font-size: 14px; }
  @media (min-width: 768px) {
    h5,
    .h5,
    .epsilon {
      font-size: 16px; } }
  @media (min-width: 992px) {
    h5,
    .h5,
    .epsilon {
      font-size: 18px; } }

h6,
.h6,
.zeta {
  font: 600 1rem/1.2 "Lato", sans-serif;
  margin: 0; }

.lead {
  font-size: 1.075rem; }
  @media (min-width: 768px) {
    .lead {
      font-size: 1.125rem; } }

.large {
  font-size: 104%; }
  @media (min-width: 576px) {
    .large {
      font-size: 108%; } }
  @media (min-width: 992px) {
    .large {
      font-size: 110%; } }

.small {
  font-size: 90%; }
  @media (min-width: 576px) {
    .small {
      font-size: 85%; } }

.font-family-sans-serif {
  font-family: "Lato", sans-serif; }

.font-family-serif,
.font-family-heading {
  font-family: Lora, Georgia, serif; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

.has-decoration {
  padding-bottom: 3px;
  border-bottom: 1px solid #d3d6d9; }

hr,
.hr {
  height: 1px;
  margin: 2em 0;
  background: #d3d6d9;
  border: 0; }

.hr-gem {
  position: relative;
  max-width: 132px;
  height: 1px;
  margin: 1em auto;
  background: #d3d6d9; }
  .hr-gem:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    content: "";
    z-index: 1;
    background: #fff; }
  .hr-gem:after {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 15px;
    height: 12px;
    margin-left: -7.5px;
    content: "";
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%200%2025%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Egem%3C%2Ftitle%3E%3Cg%20fill%3D%22%23789FD1%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.604%201.522c-.48%200-1.327.31-1.698.624L1.64%205.756c-.004.004-.005.015-.003.018l9.76%2011.712c.467.56%201.089.56%201.556%200l9.76-11.712c.004-.005.003-.012-.004-.018l-4.267-3.61c-.367-.31-1.22-.624-1.697-.624h-9.14zm0-1.522h9.14c.836%200%202.038.44%202.68.985l4.267%203.61c.647.546.728%201.508.19%202.153l-9.76%2011.712c-1.075%201.29-2.819%201.29-3.894%200L.467%206.748a1.537%201.537%200%200%201%20.19-2.153L4.922.985C5.57.438%206.766%200%207.604%200z%22%2F%3E%3Cpath%20d%3D%22M1.522%205.072h21.304v1.014H1.522z%22%2F%3E%3Cpath%20d%3D%22M4.207%202.388L7.25%205.43l.338.338.358-.317%204.565-4.058h-.674l4.565%204.058.358.317.338-.338%203.044-3.043-.718-.718-3.043%203.044.695-.02L12.511.636l-.337-.3-.337.3-4.565%204.058.695.02L4.924%201.67l-.717.718z%22%2F%3E%3Cpath%20d%3D%22M7.13%205.746l4.565%2013.188c.157.455.8.455.958%200l4.565-13.188a.507.507%200%201%200-.958-.332l-4.565%2013.188h.958L8.088%205.414a.507.507%200%201%200-.959.332z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1; }

.hr-heading {
  margin-bottom: 1.5rem;
  color: #454648;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden; }
  @media (min-width: 640px) {
    .hr-heading {
      font-size: 14px; } }
  .hr-heading > span {
    display: inline-block;
    position: relative; }
    .hr-heading > span:before, .hr-heading > span:after {
      content: "";
      position: absolute;
      height: 1px;
      border-bottom: 1px solid #d3d6d9;
      top: 50%;
      width: 600px; }
    .hr-heading > span:before {
      right: 100%;
      margin-right: 10px; }
    .hr-heading > span:after {
      left: 100%;
      margin-left: 10px; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-free-ship {
  color: #b20709;
  font-size: 1.25em; }

.text-white {
  color: #fff !important; }

.text-blue-dark {
  color: #12367b !important; }

.text-blue {
  color: #155eaa !important; }

.text-blue-light {
  color: #7ab1ff !important; }

.text-gray-dark {
  color: #454648 !important; }

.text-gray {
  color: #6f7071 !important; }

.text-gray-light {
  color: #bcbfc4 !important; }

.text-green {
  color: #97c100 !important; }

.text-purple {
  color: #382585 !important; }

.text-purple-light {
  color: #8673f1 !important; }

.text-purple-lighter {
  color: #eeebff !important; }

.text-orange {
  color: #e7b32a !important; }

.text-orange-dark {
  color: #dea819; }

.text-red {
  color: #b20709 !important; }

.text-metal-dark {
  color: #3c4d6d !important; }

.text-metal {
  color: #62697c !important; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: top;
  margin: 2px 4px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  max-width: 100%;
  overflow: auto;
  vertical-align: top; }

input:invalid,
textarea:invalid {
  background-color: #f2f2f2; }

.form-control {
  max-width: 100%;
  padding: 7px 9px;
  margin: 0;
  border: 1px solid #d3d6d9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.015);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.015); }
  .form-control:focus {
    outline: 0; }
  .form-control__round {
    padding-left: 16px;
    border-radius: 50px; }

.FormDimension {
  display: inline-block;
  width: 68px;
  font-size: 10px; }

.FormDimension input {
  font-size: 12px; }

label,
input,
textarea,
select {
  font-family: "Lato", sans-serif; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer; }

input[type="radio"],
input[type="checkbox"] {
  margin: 6px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control {
  height: 37px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

::-webkit-input-placeholder {
  color: #6f7071;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:-ms-input-placeholder {
  color: #6f7071;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-ms-input-placeholder {
  color: #6f7071;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::placeholder {
  color: #6f7071;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.form-control:focus {
  border-color: #7ab1ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 5px rgba(122, 177, 255, 0.3);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 5px rgba(122, 177, 255, 0.3); }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f2f2; }

textarea.form-control {
  height: auto; }

select.form-control {
  background: #fff; }

.form-group {
  margin-bottom: 1.25rem; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: bottom; }

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal; }

label[for="ctl00_PageContent_PaymentMethodSelection_3"] {
  display: block;
  padding-top: 4px; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: bottom;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888a8b; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .form-control {
  display: inline-block;
  vertical-align: middle; }

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0; }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table; }

.form-horizontal .form-group::after {
  clear: both; }

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table; }

.form-horizontal .form-group::after {
  clear: both; }

.form-horizontal .control-label {
  margin-top: 6px; }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right; } }

.control-label.focus {
  color: #0048B0; }

.form-wrapper__round {
  position: relative; }
  .form-wrapper__round .form-control {
    width: 100%;
    padding-right: 40px;
    border-color: transparent;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0), 0 1px 1px rgba(0, 0, 0, 0.085);
            box-shadow: 0 1px rgba(0, 0, 0, 0), 0 1px 1px rgba(0, 0, 0, 0.085); }
    .form-wrapper__round .form-control:focus {
      -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.05), 0 8px 8px -5px rgba(0, 0, 0, 0.085);
              box-shadow: 0 1px rgba(0, 0, 0, 0.05), 0 8px 8px -5px rgba(0, 0, 0, 0.085); }
  .form-wrapper__round .button {
    position: absolute;
    top: 0;
    right: 0; }

.fancybox-overlay {
  -webkit-overflow-scrolling: touch; }

.swanky-fancy-fix {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
  font-size: 16px !important; }

picture {
  display: block; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 1em 0;
  text-align: center; }

figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; }

figcaption {
  color: #6f7071;
  font-size: 12px;
  text-align: center; }

figcaption a {
  color: #6f7071;
  text-decoration: underline; }

figcaption a:hover,
figcaption a:focus {
  color: #b20709; }

.img-right,
.img-center,
.img-left {
  display: block;
  max-width: 100%;
  width: 100% \9;
  height: auto;
  margin: 1em auto; }

.img-rounded {
  border-radius: 6px; }

@media (min-width: 768px) {
  .img-center {
    margin: 2em auto; }
  .img-right {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 300px; }
  .img-left {
    float: left;
    margin: 0 2em 2em 0;
    max-width: 300px; }
  .img-right,
  .img-left {
    max-width: 300px; } }

button:focus {
  outline: 0; }

button:hover {
  cursor: pointer; }

.btn,
.button,
*[class^="button-"] {
  display: inline-block;
  margin-bottom: 0;
  padding: 7px 15px;
  background-color: transparent;
  border: 1px solid #d3d6d9;
  border-radius: 3px;
  -webkit-box-shadow: 0 18px 18px -5px rgba(0, 0, 0, 0);
          box-shadow: 0 18px 18px -5px rgba(0, 0, 0, 0);
  color: #454648;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  white-space: normal;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .btn,
    .button,
    *[class^="button-"] {
      font-size: 14px; } }
  .btn[disabled],
  .button[disabled],
  *[class^="button-"][disabled] {
    opacity: .75;
    cursor: not-allowed; }
    .btn[disabled]:hover, .btn[disabled]:focus,
    .button[disabled]:hover,
    .button[disabled]:focus,
    *[class^="button-"][disabled]:hover,
    *[class^="button-"][disabled]:focus {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .btn:focus,
  .button:focus,
  *[class^="button-"]:focus {
    outline: 0; }
  .btn:hover, .btn:focus,
  .button:hover,
  .button:focus,
  *[class^="button-"]:hover,
  *[class^="button-"]:focus {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 18px -5px rgba(60, 77, 109, 0.09);
            box-shadow: 0 18px 18px -5px rgba(60, 77, 109, 0.09); }
  .btn:focus,
  .button:focus,
  *[class^="button-"]:focus {
    -webkit-box-shadow: 0 9px 9px -2px rgba(60, 77, 109, 0.05);
            box-shadow: 0 9px 9px -2px rgba(60, 77, 109, 0.05); }
  .btn:active,
  .button:active,
  *[class^="button-"]:active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 18px 18px -5px rgba(60, 77, 109, 0);
            box-shadow: 0 18px 18px -5px rgba(60, 77, 109, 0); }

.button-default path,
.button-link:not(.button-ringsize) path {
  fill: #62697c; }

*[class^="button-"] .fa-caret-right {
  margin-left: 4px; }

.button-secondary:hover {
  background-color: #f2f2f2;
  color: #2b2b2c; }

.button-secondary:active {
  background-color: #d3d6d9;
  color: #2b2b2c; }

.button-primary {
  background-color: #224b96;
  border-color: transparent;
  color: #fff; }
  .button-primary:hover {
    background-color: #3466c3;
    color: #fff; }
  .button-primary:active {
    background-color: #2755ab;
    border-color: #2755ab;
    color: #fff; }
  .button-primary:disabled {
    background: #454648; }

.button-primary-outline {
  background: #fff;
  border-color: rgba(34, 75, 150, 0.5);
  color: #224b96; }
  .button-primary-outline:hover {
    border-color: #224b96; }

.button-purple {
  background-color: #8673f1;
  border-color: transparent;
  color: #fff !important; }
  .button-purple:hover {
    background-color: #7c67f0; }

.button-purple-outline {
  color: #8673f1;
  border-color: rgba(134, 115, 241, 0.5);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .button-purple-outline:hover {
    color: #6e57ee;
    border-color: #8673f1; }

.button-white {
  background: #fff;
  border-color: #fff;
  color: #454648 !important; }

.button-link {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  color: #224b96; }

.button.large {
  font-size: 1.125rem;
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .button.large {
      padding: 12px 40px; } }
  @media (min-width: 1200px) {
    .button.large {
      padding-top: 16px;
      padding-bottom: 16px; } }

.button.medium {
  padding: 12px 24px; }

.button.small,
.button-sm,
.button-xs {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .button.small,
    .button-sm,
    .button-xs {
      font-size: 14px; } }

.button-xs {
  font-size: 12px;
  line-height: 1; }

.button-strong {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .button-strong {
      letter-spacing: .5px; } }

.nobutton {
  background: none;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  color: #224b96; }
  .nobutton:hover {
    color: #224b96; }

.button-close {
  opacity: .5;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  cursor: pointer; }
  .button-close:hover, .button-close:focus {
    opacity: 1; }

.button-social {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-color: transparent;
  border-radius: 50%;
  color: #62697c !important;
  font-size: 1.5rem;
  text-align: center; }
  .button-social:hover, .button-social:focus {
    background: #fff;
    color: #3c4d6d !important; }
  .button-social .fa {
    vertical-align: middle; }

.section-dark .button-default-outline {
  border-color: #6f7071;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  color: #fff; }
  .section-dark .button-default-outline:hover, .section-dark .button-default-outline:focus {
    background: #6f7071; }

.button-block {
  display: block;
  margin: 0 0 1em; }

.button-inline-block {
  display: inline-block !important;
  width: auto !important; }

.button-toggle {
  margin: 0 -15px 2px;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  @media (min-width: 992px) {
    .button-toggle {
      margin: 0 -20px 2px; } }

.button-toggle-build {
  margin: 0; }

@media (min-width: 992px) {
  .button-toggle {
    margin: 0 0 2px; }
  .button-toggle-build {
    margin: 0; } }

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .button-group > li {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .button-group > li:not(:last-child) {
      margin-right: 4px; }
  .button-group > li > .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 9px 0;
    margin: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    vertical-align: top;
    font-size: 12px;
    text-align: center; }
  .button-group .sub-menu {
    left: auto; }
    .button-group .sub-menu ul li {
      margin-bottom: 12px;
      line-height: 0; }
      @media (min-width: 992px) {
        .button-group .sub-menu ul li {
          margin-bottom: 8px; } }
  .button-group .fa {
    margin: 0 3px 0 0;
    color: #bcbfc4;
    font-size: 1rem;
    vertical-align: middle; }
  .button-group .fa-angle-down {
    margin: 0 0 0 3px; }
    @media (max-width: 320px) {
      .button-group .fa-angle-down {
        display: none; } }
  .button-group .sub-menu ul {
    padding: 10px; }

.svg {
  display: inline-block;
  background-size: 100%;
  line-height: 1;
  font-style: normal;
  vertical-align: middle; }
  .svg svg,
  .svg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    overflow: hidden; }

.svg-icon-gem {
  width: 30px;
  height: 24px; }
  .svg-icon-gem g {
    fill: #bcbfc4; }

.svg-ill-ring-outline {
  width: 30px;
  height: 34px; }
  .svg-ill-ring-outline g {
    fill: #bcbfc4; }

.svg-close {
  width: 15px;
  height: 15px; }

.svg-globe {
  width: 17px;
  height: 17px; }

.svg-live-chat__active path {
  fill: #7ab1ff; }

.svg-live-chat__inactive path {
  fill: #62697c; }

.svg-flag {
  width: 24px;
  height: 13px; }

.info-bar {
  font-family: "Lato", sans-serif; }

.info-compact {
  display: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: rgba(211, 214, 217, 0.4);
  line-height: 2; }
  @media (min-width: 768px) {
    .info-compact {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex; } }
  @media (max-width: 991px) {
    .info-compact {
      font-size: 12px; } }
  .info-compact .svg-flag {
    margin-right: 4px; }
  .info-compact .svg-icon-gem {
    width: 16px;
    height: 14px; }
  .info-compact .svg-globe path,
  .info-compact .svg-icon-gem path {
    fill: #62697c; }

.compact-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  .compact-item .contact-main-phone {
    vertical-align: middle; }

.compact-notice {
  letter-spacing: .5px; }

.compact-nav {
  text-align: right; }

.info-expanded {
  position: relative;
  overflow: hidden; }
  .info-expanded .button-close {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1000; }
    @media (max-width: 767px) {
      .info-expanded .button-close {
        padding-right: 7px;
        padding-left: 7px; } }
    @media (min-width: 768px) {
      .info-expanded .button-close {
        right: 10px; } }

.info-expanded-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }
  @media (min-width: 768px) {
    .info-expanded-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.info-expanded-item {
  padding: .75rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-family: Lora, Georgia, serif;
  text-align: center; }
  @media (min-width: 768px) {
    .info-expanded-item {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .info-expanded-item {
      width: 20%;
      padding: 1.5rem; } }

.collapsed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in-out;
  transition: max-height .2s ease-in-out; }

.in {
  max-height: 2000px; }

.hello-bar {
  position: relative;
  padding: .5rem 2rem .5rem 1rem;
  background: #3c4d6d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 105, 124, 0.1)), to(rgba(98, 105, 124, 0)));
  background-image: linear-gradient(rgba(98, 105, 124, 0.1), rgba(98, 105, 124, 0));
  color: #fff;
  font-family: "Lato", sans-serif; }
  @media (max-width: 767px) {
    .hello-bar {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .hello-bar {
      padding: .75rem 1rem;
      font-size: 14px;
      letter-spacing: .5px; } }
  .hello-bar .button-close {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .hello-bar .button-close {
        padding-right: 7px;
        padding-left: 7px; } }
    @media (min-width: 768px) {
      .hello-bar .button-close {
        right: 10px; } }
  .hello-bar a {
    color: #fff;
    -webkit-text-decoration: underline rgba(255, 255, 255, 0.5);
            text-decoration: underline rgba(255, 255, 255, 0.5); }
    .hello-bar a:hover, .hello-bar a:focus {
      color: #fff;
      -webkit-text-decoration-color: #fff;
              text-decoration-color: #fff; }
  .hello-bar .svg-flag {
    margin-top: -1px; }

.to-top {
  display: none;
  position: fixed;
  right: -112px;
  bottom: 80px;
  height: 0;
  padding: 10px 16px 10px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px 0 0 100px;
  color: #3c4d6d;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity ease-in-out .5s, right ease-in-out .5s;
  transition: opacity ease-in-out .5s, right ease-in-out .5s;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 2; }
  @media (min-width: 800px) {
    .to-top {
      display: block;
      height: auto;
      overflow: auto; } }
  .to-top.active {
    visibility: visible;
    opacity: 1; }
  .to-top:hover {
    right: 0; }
    .to-top:hover .fa {
      color: #224b96; }
  .to-top .fa {
    margin: 0 14px 0 4px;
    color: #bcbfc4;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle; }
  .to-top span {
    vertical-align: middle; }

.page-header {
  position: relative;
  background-color: #f8f8f8;
  z-index: 1000; }

.page-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .page-header-top {
      padding-top: 20px;
      padding-bottom: 20px; } }

.svg-logo {
  width: 489px;
  height: 40px; }

.svg-logo-small {
  max-width: 170px;
  height: 26px;
  -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 768px) {
    .svg-logo-small {
      width: 226px;
      height: 34px; } }

.svg-logo-tagline {
  margin: 0 0 -3px 20px; }
  @media (min-width: 992px) {
    .svg-logo-tagline {
      position: relative;
      top: -6px;
      margin: 0 0 0 20px; } }

.header-search {
  display: none;
  margin: 0 1rem; }
  @media (min-width: 768px) {
    .header-search {
      display: inline-block; } }
  .header-search .form-control {
    width: 190px; }
    @media (min-width: 1200px) {
      .header-search .form-control {
        width: 280px; } }

.nav {
  font-family: "Lato", sans-serif; }

.nav-item {
  display: block; }

.nav-link {
  display: block;
  padding: .125rem 0;
  color: #454648; }
  .nav-link:hover, .nav-link:focus {
    color: #224b96; }

.nav-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  .nav-inline .nav-item:not(:last-child) {
    margin-right: 8px; }

.menu-bar {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .menu-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex; } }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  /* > {
    display: inline-block;
  } */ }
  @media (min-width: 768px) {
    .navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .slide-menu .navigation {
    margin: 0 -10px; }
  .navigation .nav-item {
    display: block;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .navigation .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex; } }
  .navigation .nav-link {
    position: relative;
    display: block;
    height: 36px;
    padding: 0 10px;
    color: #454648;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    z-index: 1000;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    @media (min-width: 992px) {
      .navigation .nav-link {
        font-size: 14px; } }
    @media (max-width: 835px) {
      .navigation .nav-link {
        padding: 0 7px !important; } }
    .navigation .nav-link:hover, .navigation .nav-link:focus {
      color: #155eaa; }
  .navigation .sub-menu .nav-link {
    border-bottom: 0; }

.nav-item.active .nav-link {
  background-color: rgba(0, 57, 255, 0.5);
  color: #fff; }
  @media (min-width: 768px) {
    .nav-item.active .nav-link {
      background-color: rgba(0, 0, 0, 0.05);
      color: #1d4181; } }

.dropdown {
  position: relative; }

.menu-bar .badge {
  display: block;
  position: absolute;
  top: 17px;
  left: 25px;
  width: 8px;
  height: 8px;
  min-width: 0;
  padding: 0;
  border: 1px solid #f8f8f8; }

.menu-divider-vertical {
  width: 1px;
  height: 50%;
  margin: 0 .5rem;
  background-color: rgba(0, 0, 0, 0.1); }

.list .active::before {
  position: absolute;
  top: 18px;
  right: 7px;
  width: 8px;
  height: 8px;
  display: block;
  background: #7ab1ff;
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  content: ''; }

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: absolute;
  top: calc(100% + -1px);
  left: -20px;
  background-color: #fff;
  border: 1px solid rgba(211, 214, 217, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -4px rgba(98, 105, 124, 0.1);
          box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -4px rgba(98, 105, 124, 0.1);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  -webkit-transform: translateX(-9999px);
      -ms-transform: translateX(-9999px);
          transform: translateX(-9999px);
  -webkit-transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
  transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu-sapphires .sub-menu {
      left: -120px; }
    .menu-education .sub-menu {
      left: -80px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .menu-rings .sub-menu {
      left: -180px; }
    .menu-sapphires .sub-menu {
      left: -298px; }
    .menu-settings .sub-menu {
      left: -84px; }
    .menu-about .sub-menu {
      left: -200px; }
    .menu-education .sub-menu .dropdown-poster {
      display: none; } }
  .sub-menu.active {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  @media (max-width: 767px) {
    .sub-menu .nav-item:first-child {
      padding-top: .5rem; } }
  @media (max-width: 767px) {
    .sub-menu .nav-item:last-child {
      padding-bottom: .5rem; } }
  .sub-menu .nav-link {
    display: block;
    width: 100%;
    height: auto;
    color: #6f7071; }
    .share .sub-menu .nav-link {
      margin: .2rem 0;
      padding: 0; }
    @media (min-width: 768px) {
      .sub-menu .nav-link {
        padding: .3rem 0;
        line-height: 1.2; } }
    .sub-menu .nav-link:hover, .sub-menu .nav-link:focus {
      color: #224b96; }

.menu-bar .submenu-toggle:after, .menu-bar .submenu-toggle:before {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-bar .submenu-toggle:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-width: 0;
  margin-left: 0; }

.menu-bar .submenu-toggle:before {
  border-color: rgba(26, 27, 27, 0);
  border-bottom-color: rgba(211, 214, 217, 0);
  border-width: 1px;
  margin-left: -1px; }

.menu-bar .submenu-toggle.active:after {
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px; }

.menu-bar .submenu-toggle.active:before {
  border-bottom-color: rgba(211, 214, 217, 0.6);
  border-width: 7px;
  margin-left: -7px; }

.sub-menu__right {
  right: 0;
  left: auto; }

.sub-menu ul {
  display: block;
  min-width: 220px;
  padding: 10px 15px;
  list-style: none;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 1200px) {
    .sub-menu ul {
      padding: 20px 30px; } }
  .navigation .sub-menu ul {
    min-width: 300px;
    max-width: 100%; }

.sub-menu .nav-item {
  margin-bottom: 0; }
  .sub-menu .nav-item.category {
    margin-bottom: 10px;
    padding: 0 0 7px;
    border-bottom: 1px solid #d3d6d9; }
    .sub-menu .nav-item.category .nav-link {
      color: #3c4d6d;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }

.dropdown-poster {
  display: none;
  min-width: 410px !important;
  background: rgba(111, 112, 113, 0.1);
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
  .sub-menu .dropdown-poster {
    display: none; }
    @media (min-width: 992px) {
      .sub-menu .dropdown-poster {
        display: block; } }

.dropdown-poster-link {
  display: block;
  -webkit-box-shadow: 0 2px 4px rgba(26, 27, 27, 0.1);
          box-shadow: 0 2px 4px rgba(26, 27, 27, 0.1);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .dropdown-poster-link:hover {
    -webkit-box-shadow: 0 1px rgba(26, 27, 27, 0.05), 0 12px 12px -5px rgba(26, 27, 27, 0.1);
            box-shadow: 0 1px rgba(26, 27, 27, 0.05), 0 12px 12px -5px rgba(26, 27, 27, 0.1);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

.nav-quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }
  @media (min-width: 768px) {
    .nav-quicklinks {
      display: none; } }
  .nav-quicklinks .nav-link {
    display: block;
    padding: 0 6px;
    color: #6f7071;
    font-family: "Lato", sans-serif;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .nav-quicklinks .nav-link {
        padding: 0 10px; } }
    .nav-item:last-child .nav-quicklinks .nav-link {
      padding-right: 0; }
  .nav-quicklinks .svg {
    display: block;
    height: 16px;
    margin-bottom: 2px; }
    .nav-quicklinks .svg path {
      fill: #62697c; }

.nav-quicklinks .ui-effects-wrapper {
  display: inline-block !important; }

body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff; }

@media (max-width: 767px) {
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden; }
  .slideout-open .slideout-menu {
    display: block !important; } }

.slide-menu {
  padding: 10px;
  background: #f2f2f2; }
  .slide-menu .button-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }

.mobile-menu-close {
  width: 27px;
  height: 27px;
  margin-bottom: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #0048B0;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background-color: rgba(0, 57, 255, 0.5);
  color: #fff; }

.navigation-mobile {
  margin-top: 25px; }
  .navigation-mobile .category {
    margin: 0 14px 8px;
    padding: 24px 0 10px;
    border-bottom: 2px solid rgba(26, 27, 27, 0.1);
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase; }
  .navigation-mobile .sub-menu {
    position: static;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px rgba(26, 27, 27, 0.1);
            box-shadow: 0 3px 10px rgba(26, 27, 27, 0.1); }
    .navigation-mobile .sub-menu .nav-link {
      padding-left: 1.25rem; }
  .navigation-mobile .nav-link {
    padding: 0 14px; }
    .navigation-mobile .nav-link.active {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 105, 124, 0.065)), to(rgba(98, 105, 124, 0.1)));
      background: linear-gradient(rgba(98, 105, 124, 0.065), rgba(98, 105, 124, 0.1)); }
  .navigation-mobile .active {
    background: #fafafa; }
  .navigation-mobile .active + .active {
    margin-bottom: .5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .navigation-mobile .bcText {
    padding: 10px; }
  .navigation-mobile .button-default-outline {
    display: block;
    width: 100%;
    padding: 8px 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.nav-item.dropdown__full {
  position: static; }
  .nav-item.dropdown__full .sub-menu {
    width: 100%; }

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
  opacity: 0; }

.lazy-loaded {
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  opacity: 1; }

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative; }

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=slide-down] {
  overflow: hidden; }

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative; }

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em; }

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em; }

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes pulseBig {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulseBig {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.pulseBig {
  -webkit-animation-name: pulseBig;
          animation-name: pulseBig; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.wow {
  visibility: hidden; }

@media (min-width: 768px) {
  .main {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }

.content {
  padding: 15px 15px 0; }
  .home .content {
    padding-top: 0; }
  @media (min-width: 768px) {
    .content {
      padding-top: 0; } }
  @media (min-width: 992px) {
    .content {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .content {
      padding: 0 30px; } }

.page-container {
  position: relative;
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto; }

.container-breakout {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container-breakout {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1200px) {
    .container-breakout {
      margin-right: -30px;
      margin-left: -30px; } }

.section {
  padding: 2em 0; }
  @media (min-width: 992px) {
    .section {
      padding: 3em 0; } }

.section-breakout {
  margin-right: -15px;
  margin-left: -15px;
  padding: 1.5rem 15px; }
  @media (min-width: 768px) {
    .section-breakout {
      padding: 2rem 15px; } }
  @media (min-width: 992px) {
    .section-breakout {
      margin-right: -20px;
      margin-left: -20px;
      padding: 3rem 20px; } }
  @media (min-width: 1200px) {
    .section-breakout {
      margin-right: -30px;
      margin-left: -30px;
      padding: 4rem 30px; } }

.section-alt-bg {
  background-color: #f2f2f2; }

.section-dark {
  background: #6f7071;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6f7071), to(#626364));
  background-image: linear-gradient(#6f7071, #626364);
  color: #f2f2f2; }

.section-header {
  text-align: center; }
  .section-header .row {
    margin-right: 0;
    margin-left: 0; }
  .section-header .lead {
    color: #6f7071;
    font-style: italic;
    letter-spacing: .25px; }

.section-heading {
  margin: 0 0 .75em;
  color: #3c4d6d;
  font-size: 1.333rem;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .section-heading {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .section-heading {
      margin-bottom: 1.5em;
      letter-spacing: .5px; } }
  .section .section-heading {
    text-align: center; }
  .section-dark .section-heading {
    color: #fff; }
  @media (max-width: 767px) {
    .section-heading .lead {
      font-size: 13px; } }

.subsection-heading {
  margin: 0 0 .75em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d6d9;
  color: #454648;
  font-size: 1.125em; }
  .section-dark .subsection-heading {
    color: #fff; }

.category #breadcrumb,
.charity #breadcrumb {
  position: absolute;
  color: #6f7071;
  opacity: .7;
  -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 1; }
  .category #breadcrumb:hover,
  .charity #breadcrumb:hover {
    opacity: 1; }
  .category #breadcrumb a,
  .charity #breadcrumb a {
    color: #6f7071; }
  .category #breadcrumb span:last-child a,
  .charity #breadcrumb span:last-child a {
    color: rgba(111, 112, 113, 0.7); }

.category-header {
  position: relative;
  margin: 0 -15px;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .category-header {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: column-reverse;
              flex-flow: column-reverse;
      text-align: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .category-header {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(#aecffb), color-stop(20%, #beddf5), to(#fff));
      background: linear-gradient(#aecffb 0%, #beddf5 20%, #fff 100%);
      flex-direction: row-reverse;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .category-header {
      margin: 0 -20px;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .category-header {
      margin: 0 -30px;
      padding-right: 30px;
      padding-left: 30px; } }
  .category-header__parent {
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .category-header__parent {
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .category-header__parent {
        margin-bottom: 4.5rem; } }

.category-info {
  max-width: 600px;
  margin-right: auto; }
  @media (min-width: 768px) {
    .category-info {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 1.5rem;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .category-info {
      max-width: 650px;
      margin-right: auto;
      margin-left: auto; } }

@media (min-width: 768px) {
  .category-description {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center; } }

@media (max-width: 767px) {
  .category-description h1 {
    margin-top: 1rem; } }

@media (min-width: 992px) {
  .category-description h1 {
    margin-top: 10px;
    font-size: 2.25rem; } }

@media (min-width: 1200px) {
  .category-description h1 {
    margin-top: 20px; } }

.category-description .subheading {
  font-size: 12px; }
  @media (max-width: 767px) {
    .category-description .subheading {
      margin: 0; } }
  @media (min-width: 576px) {
    .category-description .subheading {
      display: block; } }
  @media (min-width: 768px) {
    .category-description .subheading {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .category-description .subheading {
      font-size: 16px; } }

.category-hero {
  float: right;
  width: 20%;
  min-width: 80px;
  margin-left: 1rem; }
  @media (min-width: 576px) {
    .category-hero {
      width: 220px; } }
  @media (min-width: 768px) {
    .category-hero {
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 280px;
      margin: -15px 0 -80px 0;
      z-index: 1; } }
  @media (min-width: 992px) {
    .category-hero {
      width: 380px;
      margin-top: -20px; } }
  @media (min-width: 1200px) {
    .category-hero {
      width: 465px;
      margin-top: -20px; } }
  .category-hero .img-responsive {
    margin-right: auto;
    margin-left: auto; }

.category-hero__video {
  display: block;
  position: relative;
  min-width: 150px;
  height: auto;
  margin: 15px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 580px) {
    .category-hero__video {
      min-width: 230px; } }
  @media (min-width: 768px) {
    .category-hero__video {
      position: static;
      width: 380px;
      margin: 0 0 0 1.5rem; } }
  @media (min-width: 992px) {
    .category-hero__video {
      width: 500px;
      float: none; } }
  @media (min-width: 1200px) {
    .category-hero__video {
      width: 630px; } }
  .category-hero__video .iframe-rwd {
    margin-bottom: 0; }
  .category-hero__video video {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(60, 77, 109, 0.14);
            box-shadow: 0 3px 10px rgba(60, 77, 109, 0.14); }
    @media (min-width: 768px) {
      .category-hero__video video {
        -webkit-box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22);
                box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22); } }

.entity-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .entity-grid {
      margin: 0;
      padding-top: 0; } }
  .charity .entity-grid {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .entity-grid::before {
    content: none;
    display: block; }
  .entity-grid .subCategory_Container,
  .entity-grid .product_Container,
  .entity-grid .ch-item-container {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 560px) {
      .entity-grid .subCategory_Container,
      .entity-grid .product_Container,
      .entity-grid .ch-item-container {
        width: 33%; } }
    @media (min-width: 992px) {
      .entity-grid .subCategory_Container,
      .entity-grid .product_Container,
      .entity-grid .ch-item-container {
        width: 25%; } }
    @media (min-width: 1200px) {
      .entity-grid .subCategory_Container,
      .entity-grid .product_Container,
      .entity-grid .ch-item-container {
        width: 20%; } }
  .entity-grid .ch-item-container {
    width: 100%; }
    @media (min-width: 480px) {
      .entity-grid .ch-item-container {
        width: 50%; } }
    @media (min-width: 768px) {
      .entity-grid .ch-item-container {
        width: 33.3333%; } }
  .entity-grid .iframe-rwd {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 100%; }

.subCategory_Container,
.product_Container {
  padding: .5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .subCategory_Container,
    .product_Container {
      padding: 1rem 1rem 0; } }
  .subCategory_Container img,
  .product_Container img {
    display: block;
    width: 100%;
    height: auto; }

.subCategory_Container:not(.refined-message),
.product_Container:not(.refined-message) {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .subCategory_Container:not(.refined-message),
    .product_Container:not(.refined-message) {
      padding-bottom: 54px;
      border-radius: 4px;
      -webkit-box-shadow: 0 14px 8px rgba(60, 77, 109, 0), inset 0 0 rgba(98, 105, 124, 0), inset 0 0 rgba(98, 105, 124, 0), inset 0 0 0 1px rgba(188, 191, 196, 0);
              box-shadow: 0 14px 8px rgba(60, 77, 109, 0), inset 0 0 rgba(98, 105, 124, 0), inset 0 0 rgba(98, 105, 124, 0), inset 0 0 0 1px rgba(188, 191, 196, 0);
      -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
      transition: -webkit-transform .2s, -webkit-box-shadow .2s;
      transition: transform .2s, box-shadow .2s;
      transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s; }
      .subCategory_Container:not(.refined-message):hover, .subCategory_Container:not(.refined-message):focus, .subCategory_Container:not(.refined-message).active,
      .product_Container:not(.refined-message):hover,
      .product_Container:not(.refined-message):focus,
      .product_Container:not(.refined-message).active {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
        background: #fff;
        -webkit-box-shadow: 0 7px 30px rgba(60, 77, 109, 0.15), inset 0 -42px rgba(98, 105, 124, 0.06), inset 0 -4px rgba(98, 105, 124, 0.1), inset 0 0 0 1px rgba(188, 191, 196, 0.64);
                box-shadow: 0 7px 30px rgba(60, 77, 109, 0.15), inset 0 -42px rgba(98, 105, 124, 0.06), inset 0 -4px rgba(98, 105, 124, 0.1), inset 0 0 0 1px rgba(188, 191, 196, 0.64);
        z-index: 1; } }

.product-img-container {
  position: relative;
  margin-bottom: .5rem;
  padding: 0 .5rem; }
  @media (min-width: 768px) {
    .product-img-container {
      margin: 0 -1rem 1.5rem;
      padding: 0 1rem; } }
  .product-img-container a {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }

.carousel-container {
  position: relative;
  margin-bottom: 10px;
  padding: 0 35px; }

.carousel-img-list {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 7px;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (min-width: 768px) {
    .carousel-img-list {
      display: block !important; } }
  .product_Container:hover .carousel-img-list,
  .product_Container:focus .carousel-img-list,
  .carousel-container:hover .carousel-img-list {
    opacity: 1; }
  .carousel-img-list li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    background: transparent;
    border: 1px solid #d3d6d9;
    border-radius: 5px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: background .2s, border .2s, -webkit-transform .2s;
    transition: background .2s, border .2s, -webkit-transform .2s;
    transition: background .2s, border .2s, transform .2s;
    transition: background .2s, border .2s, transform .2s, -webkit-transform .2s; }
    .carousel-img-list li.active {
      background: #888a8b;
      border-color: #888a8b;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.carousel-img-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 22px;
  height: 30px;
  padding: 0;
  color: rgba(188, 191, 196, 0.8);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.2s;
  cursor: pointer; }
  @media (max-width: 767px) {
    .carousel-img-nav {
      opacity: 1;
      width: 45px;
      height: 60px;
      margin-top: -20px;
      /*border: 1px solid red;*/ } }
  @media (min-width: 1200px) {
    .carousel-img-nav {
      width: 30px;
      height: 40px;
      margin-top: -20px; } }
  .product_Container:hover .carousel-img-nav,
  .product_Container:focus .carousel-img-nav,
  .carousel-container:hover .carousel-img-nav {
    opacity: 1; }
  .carousel-img-nav .svg {
    opacity: .5;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
    @media (max-width: 1199px) {
      .carousel-img-nav .svg {
        width: 7px; } }

.carousel-img-nav-prev {
  left: 40px; }
  .product_Container:hover .carousel-img-nav-prev,
  .product_Container:focus .carousel-img-nav-prev,
  .carousel-container:hover .carousel-img-nav-prev {
    left: 1px; }
  .carousel-img-nav-prev .svg {
    margin-left: -5px; }
  @media (max-width: 767px) {
    .carousel-img-nav-prev {
      left: 5px;
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; }
      .carousel-img-nav-prev .svg {
        margin-left: 5px !important;
        width: 10px !important; }
        .carousel-img-nav-prev .svg path {
          fill: #cccccc; } }

.carousel-img-nav-next {
  right: 40px; }
  .product_Container:hover .carousel-img-nav-next,
  .product_Container:focus .carousel-img-nav-next,
  .carousel-container:hover .carousel-img-nav-next {
    right: 1px; }
  .carousel-img-nav-next .svg {
    margin-right: -5px; }
  @media (max-width: 767px) {
    .carousel-img-nav-next {
      right: 5px;
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; }
      .carousel-img-nav-next .svg {
        margin-right: 5px !important;
        width: 10px !important; }
        .carousel-img-nav-next .svg path {
          fill: #cccccc; } }

.carousel-img-nav-prev:hover .svg,
.carousel-img-nav-prev:focus .svg,
.carousel-img-nav-next:hover .svg,
.carousel-img-nav-next:focus .svg {
  opacity: 1; }

@media (max-width: 767px) {
  .carousel-img-nav-prev .svg,
  .carousel-img-nav-next .svg {
    opacity: 1 !important; } }

.product_Container img,
.product_Container .iframe-rwd,
.subCategory_Container img,
.subCategory_Container .iframe-rwd {
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.product_Container .view-details,
.subCategory_Container .view-details {
  display: inline-block;
  margin: .5rem 0 0;
  padding: 4px 10px;
  border: 1px solid #d3d6d9;
  border-radius: 3px;
  color: #6f7071;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  -webkit-transition: opacity .2s, color .2s, -webkit-transform .2s;
  transition: opacity .2s, color .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, color .2s;
  transition: opacity .2s, transform .2s, color .2s, -webkit-transform .2s; }
  @media (max-width: 767px) {
    .product_Container .view-details,
    .subCategory_Container .view-details {
      opacity: 0;
      visibility: hidden; }
      .product_Container .view-details.show,
      .subCategory_Container .view-details.show {
        opacity: 1;
        visibility: visible; } }
  @media (min-width: 768px) {
    .product_Container .view-details,
    .subCategory_Container .view-details {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 35px;
      margin: 16px auto 3px;
      padding: 7px 0 0;
      border: 0;
      border-radius: 8px 8px 0 0;
      text-transform: uppercase;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0; } }
  .product_Container .view-details:hover, .product_Container .view-details:focus,
  .subCategory_Container .view-details:hover,
  .subCategory_Container .view-details:focus {
    color: #3c4d6d; }
    .product_Container .view-details:hover .fa, .product_Container .view-details:focus .fa,
    .subCategory_Container .view-details:hover .fa,
    .subCategory_Container .view-details:focus .fa {
      -webkit-animation: 0.75s cubic-bezier(0.42, 0, 0.58, 1) 0s infinite alternate move_arrow;
              animation: 0.75s cubic-bezier(0.42, 0, 0.58, 1) 0s infinite alternate move_arrow; }
  .product_Container .view-details .fa,
  .subCategory_Container .view-details .fa {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }

.product_Container:hover .view-details,
.product_Container:focus .view-details,
.product_Container.active .view-details,
.subCategory_Container:hover .view-details,
.subCategory_Container:focus .view-details,
.subCategory_Container.active .view-details {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.product-img-container.is-loading img,
.product-img-container.is-loading .iframe-rwd {
  opacity: .25; }

@media (min-width: 576px) {
  .subCategory_Container .product-img-container {
    margin-bottom: .5rem; } }

.subCategory_Container .h6 {
  font-family: Lora, Georgia, serif;
  font-weight: normal; }

@-webkit-keyframes move_arrow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); } }

@keyframes move_arrow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); } }

.noMatch img {
  opacity: .3; }

.listingDetails {
  margin-bottom: auto;
  color: #6f7071; }
  .listingDetails p {
    margin: 0; }
    .listingDetails p:first-child {
      margin-bottom: .25rem;
      color: #6f7071;
      font-family: "Lato", sans-serif;
      font-size: 11px; }
      @media (min-width: 576px) {
        .listingDetails p:first-child {
          margin-bottom: .5rem;
          font-size: 12px; } }
      @media (min-width: 768px) {
        .listingDetails p:first-child {
          font-size: 13px; } }
  .listingDetails .sale {
    margin-top: .125rem;
    color: #bf4055;
    line-height: 1.4; }
  .listingDetails span[itemprop="price"] {
    font-weight: 700; }

.refinements {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  background: #fff;
  overflow-y: scroll;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (min-width: 768px) {
    .refinements {
      position: static;
      padding-top: 0;
      background: transparent;
      visibility: visible;
      opacity: 1;
      overflow: visible;
      z-index: inherit; } }
  @media (min-width: 992px) {
    .refinements {
      display: block; } }
  .refinements.is-open {
    z-index: 5000;
    visibility: visible;
    opacity: 1; }
    @media (max-width: 767px) {
      .refinements.is-open {
        padding-bottom: 50px; } }
  .refinements .mobile-menu-close {
    position: absolute;
    top: 8px;
    right: 8px; }
    @media (min-width: 768px) {
      .refinements .mobile-menu-close {
        position: static; } }
  .refinements .container:not(.slide-container) {
    padding: 5px 10px; }
  .refinements > fieldset {
    position: relative;
    padding: 5px 15px 0; }
    @media (min-width: 768px) {
      .refinements > fieldset {
        padding: 5px 0 0;
        z-index: inherit; } }
  .refinements label {
    margin: 0;
    font-weight: normal; }
  .refinements .checkbox {
    margin: 5px 0 10px;
    text-transform: capitalize;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (min-width: 768px) {
      .refinements .checkbox {
        margin: 0 0 5px;
        font-size: .875rem; } }
  @media (max-width: 767px) {
    .refinements .row {
      margin-right: 0;
      margin-left: 0; } }

.refine-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #d3d6d9;
  -webkit-box-shadow: 0 4px 14px -4px rgba(26, 27, 27, 0.2);
          box-shadow: 0 4px 14px -4px rgba(26, 27, 27, 0.2);
  z-index: 9000; }
  @media (min-width: 768px) {
    .refine-header {
      position: static;
      padding: 0;
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: inherit; } }

.heading-refinement-group {
  margin-bottom: .25rem;
  padding: 0;
  color: #6f7071;
  font-size: 1rem;
  letter-spacing: .5px;
  text-align: left; }

.refine-submit button {
  margin: 0 10px; }

@media (min-width: 768px) {
  .refine-submit .button-primary {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  #toggle {
    display: block !important;
    overflow: auto !important; } }

@media (min-width: 768px) {
  #toggle {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.25s cubic-bezier(0, 1, 0, 1); }
    #toggle.is-open {
      max-height: 9999px;
      visibility: visible; } }

.refinement-group {
  margin-bottom: 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d3d6d9; }
  .refinement-group:first-child {
    margin-top: 10px; }

.checkbox-container {
  margin: 5px 0 -5px;
  -webkit-columns: 2;
          columns: 2; }
  @media (min-width: 500px) {
    .checkbox-container {
      -webkit-columns: 3;
              columns: 3; } }
  @media (min-width: 768px) {
    .checkbox-container {
      -webkit-columns: 4;
              columns: 4; } }
  @media (min-width: 992px) {
    .checkbox-container {
      -webkit-columns: 6;
              columns: 6; } }
  @media (min-width: 1200px) {
    .checkbox-container {
      -webkit-columns: 8;
              columns: 8; } }

.slide-container {
  padding: 0 15px; }

@media (max-width: 767px) {
  .refine-submit {
    margin-top: 1rem; } }

@media (max-width: 767px) {
  .refine-submit .button {
    font-size: 1rem;
    padding: 12px 15px; }
  .refine-submit .button-primary {
    display: inline-block !important;
    margin-right: 5px; }
  .refine-submit .button-secondary {
    /* margin: 0 0 1.5rem 5px */ } }

#Shape {
  padding-bottom: .5rem; }

.metal-container {
  padding-top: 8px; }

.metal-container label {
  display: inline-block;
  padding: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    .metal-container label {
      padding: 5px 8px; } }
  .metal-container label:focus, .metal-container label.active {
    color: #3466c3; }

.metal-container span {
  display: block;
  width: 72px;
  height: 41px;
  margin: 0 auto 6px auto; }
  .is-open .metal-container span {
    background-image: url("/App_Templates/Skin_1/images/sprite-metaltype.png"); }

.pl span {
  background-position: 0 0; }

.pt span {
  background-position: 0 0; }

.r14 span {
  background-position: -279px 0; }

.r18 span {
  background-position: -370px 0; }

.r22 span {
  background-position: -370px 0; }

.w14 span {
  background-position: 0 0; }

.w22 span {
  background-position: 0 0; }

.w18 span {
  background-position: 0 0; }

.y14 span {
  background-position: -88px 0; }

.y18 span,
.y22 span {
  background-position: -182px 0; }

.wy14 span {
  background-position: -464px 0; }

.wr14 span {
  background-position: -558px 0; }

.yr14 span {
  background-position: -652px 0; }

.wy18 span {
  background-position: -746px 0; }

.wr18 span {
  background-position: -840px 0; }

.yr18 span {
  background-position: -934px 0; }

.pt18y span {
  background-position: -1028px 0; }

.pt18r span {
  background-position: -1122px 0; }

.yw14 span,
.yw18 span {
  background-position: -1216px 0; }

.rw14 span,
.rw18 span {
  background-position: -1310px 0; }

.engagement span {
  background-position: -54px 0; }

.halo span {
  background-position: -108px 0; }

.mens span {
  background-position: -162px 0; }

.pave span {
  background-position: -216px 0; }

.sidestones span {
  background-position: -270px 0; }

.solitaire span {
  background-position: -324px 0; }

.threestone span {
  background-position: -378px 0; }

.vedic span {
  background-position: -432px 0; }

.weddingset span {
  background-position: -486px 0; }

.shape-container, .style-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

#Shape label, #DesignStyle label {
  display: block;
  margin: 5px 0;
  padding: 0;
  text-align: left;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  @media (min-width: 480px) {
    #Shape label, #DesignStyle label {
      -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%; } }
  @media (min-width: 768px) {
    #Shape label, #DesignStyle label {
      -ms-flex-preferred-size: 145px;
          flex-basis: 145px; } }

#DesignStyle span:first-child {
  display: inline-block;
  width: 42px;
  height: 36px;
  vertical-align: middle; }

#DesignStyle span:first-child {
  -webkit-filter: invert(51%) sepia(0%) saturate(71%) hue-rotate(188deg) brightness(90%) contrast(81%);
          filter: invert(51%) sepia(0%) saturate(71%) hue-rotate(188deg) brightness(90%) contrast(81%); }

#DesignStyle label.active span:first-child {
  -webkit-filter: invert(27%) sepia(73%) saturate(2443%) hue-rotate(215deg) brightness(102%) contrast(94%) !important;
          filter: invert(27%) sepia(73%) saturate(2443%) hue-rotate(215deg) brightness(102%) contrast(94%) !important; }

#Shape span:first-child {
  display: inline-block;
  width: 48px;
  height: 36px;
  vertical-align: middle; }
  .is-open #Shape span:first-child {
    background: url("/App_Templates/skin_1/images/shapes.gif") 50% 0 no-repeat; }

#Shape .round span:first-child,
#Shape .various span:first-child {
  background-position-y: 2px; }

#Shape .round:focus span:first-child, #Shape .round.active span:first-child,
#Shape .various:focus span:first-child,
#Shape .various.active span:first-child {
  background-position-y: -34px; }

#Shape .cushion span:first-child {
  background-position-y: -71px; }

#Shape .cushion:focus span:first-child, #Shape .cushion.active span:first-child {
  background-position-y: -107px; }

#Shape .oval span:first-child {
  background-position-y: -143px; }

#Shape .oval:focus span:first-child, #Shape .oval.active span:first-child {
  background-position-y: -179px; }

#Shape [class^='emerald'] span:first-child {
  background-position-y: -214px; }

#Shape [class^='emerald']:focus span:first-child, #Shape [class^='emerald'].active span:first-child {
  background-position-y: -250px; }

#Shape [class^='princess'] span:first-child {
  background-position-y: -288px; }

#Shape [class^='princess']:focus span:first-child, #Shape [class^='princess'].active span:first-child {
  background-position-y: -324px; }

#Shape .rectangle span:first-child,
#Shape .radiant span:first-child {
  background-position-y: -360px; }

#Shape .rectangle:focus span:first-child, #Shape .rectangle.active span:first-child,
#Shape .radiant:focus span:first-child,
#Shape .radiant.active span:first-child {
  background-position-y: -396px; }

#Shape .asscher span:first-child,
#Shape .asscher-octagon span:first-child,
#Shape .octagonal span:first-child {
  background-position-y: -431px; }

#Shape .asscher:focus span:first-child, #Shape .asscher.active span:first-child,
#Shape .asscher-octagon:focus span:first-child, #Shape .asscher-octagon.active span:first-child,
#Shape .octagonal:focus span:first-child,
#Shape .octagonal.active span:first-child {
  background-position-y: -467px; }

#Shape .pear span:first-child {
  background-position-y: -503px; }

#Shape .pear:focus span:first-child, #Shape .pear.active span:first-child {
  background-position-y: -539px; }

#Shape .marquise span:first-child {
  background-position-y: -575px; }

#Shape .marquise:focus span:first-child, #Shape .marquise.active span:first-child {
  background-position-y: -611px; }

#Shape .heart span:first-child {
  background-position-y: -648px; }

#Shape .heart:focus span:first-child, #Shape .heart.active span:first-child {
  background-position-y: -684px; }

#Shape .trillion span:first-child,
#Shape .trapezoid span:first-child {
  background-position-y: -719px; }

#Shape .trillion:focus span:first-child, #Shape .trillion.active span:first-child,
#Shape .trapezoid:focus span:first-child,
#Shape .trapezoid.active span:first-child {
  background-position-y: -754px; }

#Shape [class^='baguette'] span:first-child {
  background-position-y: -790px;
  background-position-x: 72%; }

#Shape [class^='baguette']:focus span:first-child, #Shape [class^='baguette'].active span:first-child {
  background-position-y: -826px; }

#Shape .fancy span:first-child,
#Shape .halfmoon span:first-child {
  background-position-y: -863px; }

#Shape .fancy:focus span:first-child, #Shape .fancy.active span:first-child,
#Shape .halfmoon:focus span:first-child,
#Shape .halfmoon.active span:first-child {
  background-position-y: -899px; }

#Shape .hexagonal span:first-child {
  background-position-y: -935px; }

#Shape .hexagonal:focus span:first-child, #Shape .hexagonal.active span:first-child {
  background-position-y: -971px; }

#Shape .rough span:first-child {
  background-position-y: -1006px; }

#Shape .rough:focus span:first-child, #Shape .rough.active span:first-child {
  background-position-y: -1042px; }

#Shape .stone span:first-child {
  background-position-y: -1080px; }

#Shape .stone:focus span:first-child, #Shape .stone.active span:first-child {
  background-position-y: -1116px; }

#Shape .shield span:first-child {
  background-position-y: -1152px; }

#Shape .shield:focus span:first-child, #Shape .shield.active span:first-child {
  background-position-y: -1188px; }

#Shape .kite span:first-child {
  background-position-y: -1224px; }

#Shape .kite:focus span:first-child, #Shape .kite.active span:first-child {
  background-position-y: -1260px; }

#Shape [type="checkbox"],
#MetalType [type="checkbox"],
#DesignStyle [type="checkbox"] {
  position: absolute;
  opacity: 0; }

#CenterStoneColor {
  width: 140px;
  height: 59px;
  padding: 11px 16px 0 16px;
  float: left;
  border-right: 1px solid #d3d6d9; }

#CenterStoneColor .label {
  margin: 7px 0 0 0;
  float: none; }

#CenterStoneColor label {
  display: none; }

#CenterStoneColor .centerstonecolor {
  margin: 4px 0 0 8px; }

@media (min-width: 768px) {
  #Price,
  #Carat {
    float: left;
    width: 50%; } }

#SideShape .label {
  text-align: center;
  width: 100%; }

#SideShape .shape > ul {
  margin-left: 80px; }

#SideShape .shape ul ul a {
  width: 92px; }

#RingSize {
  height: 130px;
  padding: 0 18px;
  float: left;
  border-left: 1px solid #d3d6d9; }

#StoneDimensions {
  width: 854px;
  padding: 20px 18px 20px 18px;
  border-top: 1px solid #d3d6d9; }

#StoneDimensions .label {
  width: 140px;
  text-align: center;
  margin: 0; }

#StoneDimensions .label p {
  margin-bottom: 18px; }

#StoneDimensions .label a {
  font-size: 11px;
  color: #454648; }

#StoneDimensions .dimensions {
  float: left;
  margin: 0 50px; }

#StoneDimensions .left_label {
  display: inline-block;
  width: 95px;
  margin: 5px 2px;
  text-align: right; }

#StoneDimensions .stoneType .left_label {
  width: 195px; }

#StoneDimensions .stoneType {
  float: left;
  margin: 0 50px; }

@media (max-width: 767px) {
  body.nav-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

@media (max-width: 767px) {
  #SortAndPaginationTop .Pagination {
    display: none; } }

#SortAndPaginationBottom {
  margin: 1.5rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-top: 1px solid #d3d6d9;
  text-align: center; }
  @media (max-width: 767px) {
    #SortAndPaginationBottom .Sort {
      display: none; } }

.SortAndPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  padding: 15px 0;
  line-height: 1;
  color: #454648;
  font-family: "Lato", sans-serif;
  border: 1px solid #d3d6d9;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .SortAndPagination {
      margin: 1rem 0;
      border-width: 1px 0; } }

.refinement-actions-sm {
  position: relative;
  margin-left: auto;
  text-align: right; }

.clicker ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d3d6d9;
  border-radius: 3px;
  vertical-align: middle; }

.clicker ul a {
  position: relative;
  padding: 9px 35px 9px 14px;
  display: block;
  border-radius: 0 3px 3px 0;
  font-size: 12px;
  text-decoration: none !important; }

.faux-select > li > a::before {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #0048B0;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.125rem; }

.clicker ul li {
  position: relative;
  min-width: 100%;
  margin: 0;
  float: left; }

.clicker a {
  display: block;
  color: #6f7071;
  text-decoration: none;
  cursor: pointer; }

.clicker a:hover {
  text-decoration: none; }

.clicker a.active {
  text-decoration: none; }

.clicker a:active {
  text-decoration: underline; }

.clicker ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: absolute;
  top: calc(100% + -1px);
  left: 0;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid rgba(211, 214, 217, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -4px rgba(98, 105, 124, 0.1);
          box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -4px rgba(98, 105, 124, 0.1);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  -webkit-transform: translateX(-9999px);
      -ms-transform: translateX(-9999px);
          transform: translateX(-9999px);
  -webkit-transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
  transition: opacity .25s ease-in-out, max-height .25s ease-in-out;
  overflow: hidden;
  max-width: 400px; }

.faux-select:hover ul {
  max-height: 205px;
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.SortAndPagination .Sort ul ul a {
  min-width: 140px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .SortAndPagination .Sort ul ul a {
      min-width: 190px; } }

.clicker ul ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f2f2));
  background: linear-gradient(#fafafa, #f2f2f2); }

.clicker ul ul ul {
  top: 0;
  left: 100%; }

.clicker ul ul a {
  height: auto;
  padding: 10px 14px;
  background: none;
  font-size: 12px;
  line-height: 1; }

.clicker ul li:hover > ul {
  display: block; }

.Pagination label {
  display: none; }

.Pagination .navigate {
  margin: 0 2px;
  padding: 7px 3px;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle; }
  .Pagination .navigate:after {
    font-family: "FontAwesome"; }
  .Pagination .navigate.first:after {
    content: "\f049"; }
  .Pagination .navigate.previous:after {
    content: "\f048"; }
  .Pagination .navigate.next:after {
    content: "\f051"; }
  .Pagination .navigate.last:after {
    content: "\f050"; }
  .Pagination .navigate:hover:after {
    color: #224b96; }
  .Pagination .navigate span {
    display: none; }

.quickaddto-compare-btn {
  display: none;
  padding-left: 8px; }

.quickaddto-compare-btn svg {
  height: 16px;
  margin-right: 2px; }

.product_Container {
  padding-top: 39px; }
  @media (hover: hover) {
    .product_Container {
      padding-top: .5rem; } }

.product_Container .quickadd-wrap {
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  z-index: 1; }

.quickaddto-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }
  .quickadd-left .quickaddto-toggle {
    border-radius: 4px 0 8px 0; }
  .quickadd-right .quickaddto-toggle {
    border-radius: 0 4px 0 8px; }
  @media (hover: hover) {
    .quickaddto-toggle {
      background: transparent; }
      .product_Container:hover .quickaddto-toggle {
        background: #fff; } }
  .quickaddto-toggle:active svg {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85); }
  .quickaddto-toggle.active {
    background: #fff; }
  .quickaddto-toggle .active {
    -webkit-animation: pulseBig 1s both;
            animation: pulseBig 1s both; }
  @media (max-width: 767px) {
    .quickaddto-toggle .svg {
      width: 20px;
      height: auto; } }
  .quickaddto-toggle svg {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
    @media (max-width: 991px) {
      .quickaddto-toggle svg {
        width: auto;
        height: 18px; } }
  .quickaddto-toggle path {
    opacity: .3;
    -webkit-transition: opacity 250ms ease-in-out, fill 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, fill 250ms ease-in-out;
    stroke: rgba(255, 255, 255, 0.5); }
    @media (hover: hover) {
      .quickaddto-toggle path {
        opacity: 0; } }
  .quickaddto-toggle .active path,
  .button-group .quickaddto-toggle path {
    opacity: 1; }
  .quickaddto-toggle .active path {
    fill: #155eaa; }
  .quickaddto-toggle .svg-favorite-add.active path {
    fill: #bf4055; }
  @media (hover: hover) {
    .product_Container:hover .quickaddto-toggle path {
      opacity: 1; }
    .quickaddto-toggle:hover path {
      fill: #155eaa; }
    .quickaddto-toggle:hover .svg-favorite-add path {
      fill: #bf4055; }
    .quickaddto-toggle .active:hover path {
      fill: #b20709; } }

.quickadd-notice {
  position: fixed;
  left: 50%;
  bottom: 42vh;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 430px;
  max-width: calc(100% - 3rem);
  height: 60px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  border-radius: 100px;
  -webkit-box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -2px rgba(98, 105, 124, 0.1);
          box-shadow: 0 7px 30px rgba(60, 77, 109, 0.22), inset 0 -2px rgba(98, 105, 124, 0.1);
  font-family: "Lato", sans-serif;
  overflow: hidden;
  -webkit-transform: translate(-50%, 200px) scale3d(0.25, 0.25, 0.25);
          transform: translate(-50%, 200px) scale3d(0.25, 0.25, 0.25);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  z-index: 1000; }
  .quickadd-notice.show {
    -webkit-transform: translate(-50%, 0) scale3d(1, 1, 1);
            transform: translate(-50%, 0) scale3d(1, 1, 1); }
  .quickadd-notice .notice-icon {
    padding: 0 1.5rem 0 1.75rem; }
    .quickadd-notice .notice-icon svg {
      width: auto;
      height: 34px; }
  .quickadd-notice .notice-message {
    font-weight: bold; }
    @media (min-width: 1200px) {
      .quickadd-notice .notice-message {
        font-size: 16px; } }
  .quickadd-notice .notice-link {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 0 2.25rem 0 1.75rem;
    color: #224b96;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out; }
    @media (hover: hover) {
      .quickadd-notice .notice-link:hover, .quickadd-notice .notice-link:focus {
        background: -webkit-gradient(linear, left top, right top, from(rgba(233, 242, 254, 0)), to(rgba(233, 242, 254, 0.5)));
        background: linear-gradient(to right, rgba(233, 242, 254, 0), rgba(233, 242, 254, 0.5)); } }
  .quickadd-notice--remove {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.quickadd-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 48px;
  padding: 0 .5rem;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
          backdrop-filter: saturate(180%) blur(4px);
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 0 6px rgba(26, 27, 27, 0.15);
          box-shadow: 0 0 6px rgba(26, 27, 27, 0.15);
  -webkit-transform: translate(-50%, 100px);
      -ms-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  z-index: 1001; }
  .quickadd-toolbar.show {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .quickadd-toolbar .toolbar-icon svg {
    width: auto;
    height: 20px; }
  .quickadd-toolbar .toolbar-icon path {
    fill: #6f7071;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .quickadd-toolbar .toolbar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    padding: 0 .75rem;
    color: #6f7071;
    font-family: "Lato", sans-serif;
    font-weight: bold; }
    @media (max-width: 575px) {
      .quickadd-toolbar .toolbar-link {
        font-size: 12px; } }
    @media (min-width: 576px) {
      .quickadd-toolbar .toolbar-link {
        padding: 0 1rem; } }
    @media (hover: hover) {
      .quickadd-toolbar .toolbar-link:hover {
        color: #454648; }
        .quickadd-toolbar .toolbar-link:hover path {
          fill: #7ab1ff; }
        .quickadd-toolbar .toolbar-link:hover .svg-favorite path,
        .quickadd-toolbar .toolbar-link:hover .svg-favorite-add path {
          fill: #bf4055; } }
    @media (max-width: 575px) {
      .quickadd-toolbar .toolbar-link span + span {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .product-info .name {
    font-size: 24px; } }

[data-toggle='popover'] {
  cursor: help; }

.quick-specs {
  width: 360px;
  margin-right: 10px;
  float: left; }

.product-price {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2; }

.item-detail {
  color: #6f7071;
  font-family: "Lato", sans-serif;
  font-size: 12px; }
  @media (min-width: 768px) {
    .name .item-detail {
      font-size: 14px; } }

.product-name-small {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .product-name-small {
      display: none; } }
  .product-name-small .availability {
    margin-bottom: 0; }

.purchase-box {
  width: 100%; }
  @media (min-width: 768px) {
    .purchase-box {
      /*max-width: 440px;*/ } }
  .purchase-box hr {
    display: none; }
    @media (min-width: 400px) {
      .purchase-box hr {
        display: block; } }

.price {
  color: #454648;
  font-family: "Lato", sans-serif; }

.price-was {
  color: #bcbfc4;
  font-size: 85%;
  text-decoration: line-through; }

.price-now,
.price-notavailable {
  font-weight: bold; }

.price-now,
.price-notavailable,
.subCategory_Container .price {
  color: #bf4055; }

.price-normal {
  font-weight: bold; }

.price.regular {
  color: #bcbfc4;
  font-size: 12px;
  text-decoration: line-through; }

.buy-actions {
  position: relative; }
  @media (min-width: 576px) {
    .buy-actions {
      margin-top: 1.25rem; } }
  .buy-actions label {
    display: block; }
  .buy-actions .form-inline label {
    font-weight: normal; }
  .buy-actions .form-inline .form-group {
    margin: 0 10px 10px 0; }
  .buy-actions .form-control {
    width: 100%; }

.uvps {
  margin: 1.5rem 0 0;
  text-align: center; }

.uvps-heading {
  font-size: 1.25em; }

.uvp {
  color: #6f7071;
  line-height: 1.75; }

.list-gem {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-gem li {
    position: relative;
    padding-left: 24px; }
    .list-gem li:before {
      display: block;
      position: absolute;
      top: 4px;
      left: 0;
      width: 16px;
      height: 12px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%200%2025%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Egem%3C%2Ftitle%3E%3Cg%20fill%3D%22%23789FD1%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.604%201.522c-.48%200-1.327.31-1.698.624L1.64%205.756c-.004.004-.005.015-.003.018l9.76%2011.712c.467.56%201.089.56%201.556%200l9.76-11.712c.004-.005.003-.012-.004-.018l-4.267-3.61c-.367-.31-1.22-.624-1.697-.624h-9.14zm0-1.522h9.14c.836%200%202.038.44%202.68.985l4.267%203.61c.647.546.728%201.508.19%202.153l-9.76%2011.712c-1.075%201.29-2.819%201.29-3.894%200L.467%206.748a1.537%201.537%200%200%201%20.19-2.153L4.922.985C5.57.438%206.766%200%207.604%200z%22%2F%3E%3Cpath%20d%3D%22M1.522%205.072h21.304v1.014H1.522z%22%2F%3E%3Cpath%20d%3D%22M4.207%202.388L7.25%205.43l.338.338.358-.317%204.565-4.058h-.674l4.565%204.058.358.317.338-.338%203.044-3.043-.718-.718-3.043%203.044.695-.02L12.511.636l-.337-.3-.337.3-4.565%204.058.695.02L4.924%201.67l-.717.718z%22%2F%3E%3Cpath%20d%3D%22M7.13%205.746l4.565%2013.188c.157.455.8.455.958%200l4.565-13.188a.507.507%200%201%200-.958-.332l-4.565%2013.188h.958L8.088%205.414a.507.507%200%201%200-.959.332z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 100%;
      content: ""; }

.buy-box {
  margin: 18px 0 10px;
  padding: 12px 12px 14px;
  background: #e9f2fe;
  border-radius: 3px;
  text-align: center; }
  @media (min-width: 768px) {
    .buy-box {
      padding-right: 16px;
      padding-left: 16px;
      text-align: left; } }
  @media (max-width: 767px) {
    .category-info .buy-box {
      margin-top: 1.5rem; } }
  @media (min-width: 768px) {
    .category-info .buy-box {
      width: 100%;
      background: rgba(21, 94, 170, 0.05);
      text-align: center; } }
  .purchase-box .buy-box {
    text-align: left; }

.selectric-SizeText {
  display: inline-block;
  width: calc(100% - 130px);
  margin-right: 12px;
  vertical-align: middle; }

.button-ringsize {
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle; }

.buy-note-bubble {
  position: relative;
  display: inline-block;
  margin: 0 auto 2px;
  padding: 2px 8px;
  background: #f3f8fd;
  border-radius: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccd8e6; }
  .buy-note-bubble::after, .buy-note-bubble::before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .buy-note-bubble:after {
    border-color: rgba(243, 248, 253, 0);
    border-top-color: #f3f8fd;
    border-width: 6px;
    left: 50%;
    margin-left: -6px; }
  .buy-note-bubble:before {
    border-color: rgba(204, 216, 230, 0);
    border-top-color: #ccd8e6;
    border-width: 7px;
    left: 50%;
    margin-left: -7px; }

.diy-actions-heading {
  margin-bottom: 10px;
  font-size: 1rem; }

.match-gemstone {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding: 18px 10px 4px;
  color: #155eaa;
  font-size: 14px;
  text-decoration: none; }
  .match-gemstone:after {
    top: 0; }
  .match-gemstone .button-secondary.small {
    margin-left: 4px;
    padding: 5px 9px 6px;
    font-size: 13px;
    line-height: 13px; }

.specs {
  display: block;
  width: auto;
  margin: 16px 0 16px 18px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .specs {
      font-size: 14px; } }
  .specs th,
  .specs td {
    padding: 3px 10px 3px 0;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 992px) {
      .specs th,
      .specs td {
        padding: 4px 20px 4px 0; } }
  .specs th {
    color: #454648;
    font-weight: normal;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .specs th .tooltip {
        display: none !important; } }
  .specs td {
    min-width: 140px;
    color: #6f7071; }
  .specs a {
    display: block;
    position: relative;
    color: #454648;
    text-decoration: none; }

.spec-col-heading span {
  color: #6f7071;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.spec-question {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -18px;
  color: #7ab1ff; }

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 1; }
  .specs .label {
    position: relative;
    padding-left: 24px;
    background: #fafafa;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  .label .fa {
    margin-right: 4px; }

.specs .label .fa {
  position: absolute;
  left: 6px; }

.label-treated .fa {
  color: #b20709; }

.label-no-enhancement .fa {
  color: #7ab1ff; }

.section-videos {
  background-color: #fafafa; }

.row-video {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .row-video {
      padding: 0 60px; } }
  .row-video .slick-list {
    width: 100%; }
  .row-video .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important;
    padding-bottom: 5px; }
  @media (max-width: 767px) {
    .row-video .slick-dots {
      bottom: -15px; } }
  .row-video .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.section-small {
  padding: 1.5em 0; }

.section-has-background {
  background-repeat: no-repeat;
  background-size: cover; }

.section-dark {
  color: #fff; }
  .section-dark h2,
  .section-dark h3 {
    color: #fff; }
  .section-dark .lead {
    color: #d3d6d9;
    color: rgba(255, 255, 255, 0.9); }

@media (max-width: 767px) {
  .section-packaging h2 {
    margin-top: 0; } }

@media (min-width: 768px) {
  .section-packaging p {
    font-size: 1.125em; } }

.section-packaging ul {
  margin-top: 0;
  margin-bottom: 0; }

.packaging-hero {
  margin-bottom: 20px; }

.poster-link {
  position: relative;
  display: block; }
  .poster-link .svg {
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
    @media (max-width: 991px) {
      .poster-link .svg {
        width: 28px;
        height: 28px; } }
    @media (min-width: 992px) {
      .poster-link .svg {
        bottom: 1.5rem;
        left: 1.5rem; } }
  .poster-link .video-caption {
    display: block;
    position: absolute;
    bottom: 1.25rem;
    left: 4.25rem;
    color: #fff;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 992px) {
      .poster-link .video-caption {
        bottom: 1.75rem;
        left: 4.5rem;
        font-size: 16px; } }

@media (min-width: 768px) {
  .thumb-assets-packaging {
    margin: 20px 0 !important; } }

.thumb-assets-packaging .ThumbAsset {
  width: 76px;
  height: 76px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (min-width: 992px) {
    .thumb-assets-packaging .ThumbAsset {
      width: 108px;
      height: 108px; } }
  @media (min-width: 1200px) {
    .thumb-assets-packaging .ThumbAsset {
      width: 132px;
      height: 132px; } }
  @media (min-width: 768px) {
    .thumb-assets-packaging .ThumbAsset:hover {
      position: relative; }
      .thumb-assets-packaging .ThumbAsset:hover:after {
        display: block;
        position: absolute;
        top: 100%;
        left: calc(50% - 6px);
        color: #6f7071;
        content: '\f002';
        font-family: "FontAwesome"; } }

.product-inquiry td {
  padding-bottom: 14px; }

.contact-cta {
  margin-bottom: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e1f0), to(#e5ecf5));
  background: linear-gradient(#d7e1f0, #e5ecf5); }
  @media (max-width: 767px) {
    .contact-cta .button {
      display: block;
      margin-top: 1.5rem; } }
  .contact-cta .figure-preview-movie {
    margin: -30px auto 0;
    max-width: 230px; }
    @media (min-width: 992px) {
      .contact-cta .figure-preview-movie {
        max-width: 320px;
        margin: -50px -50px -100px; } }
    @media (min-width: 1200px) {
      .contact-cta .figure-preview-movie {
        max-width: 400px; } }

.product-options {
  margin: 0 auto .5rem; }
  @media (min-width: 768px) {
    .product-options {
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .product-options {
      max-width: none; } }
  .dropdown-wrap .product-options {
    margin-bottom: 0; }
  .product-options .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px; }

.product-option {
  position: relative;
  display: block;
  padding: 1rem;
  font-family: Lora, Georgia, serif;
  font-weight: normal;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (min-width: 768px) {
    .product-option {
      padding: 2rem .5rem 5.25rem; } }
  .product-option:hover, .product-option:focus {
    z-index: 1000; }
  .product-option.inactive {
    opacity: .8; }
  .product-option img {
    margin: 0 auto 1rem; }

.product-option-title {
  margin-bottom: .5rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .product-option-title {
      font-size: 1.25rem; } }

.product-option-description {
  display: none; }
  @media (min-width: 768px) {
    .product-option-description {
      display: block;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .product-option-description {
      font-size: 14px; } }

@media (min-width: 768px) {
  .product-option-description,
  .product-option-cta {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .product-option:hover .product-option-description,
    .product-option:focus .product-option-description, .product-option:hover
    .product-option-cta,
    .product-option:focus
    .product-option-cta {
      opacity: 1; } }

@media (min-width: 768px) {
  .product-option:hover .product-option-description,
  .product-option:focus .product-option-description {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

@media (min-width: 768px) {
  .product-option:hover .product-option-cta,
  .product-option:focus .product-option-cta {
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; } }

.dyo-steps-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2000; }
  @media (min-width: 576px) {
    .dyo-steps-wrap {
      top: 0 !important; } }

.dyo-steps {
  padding: 0;
  -webkit-box-shadow: 0 6px 4px -4px rgba(26, 27, 27, 0.1);
          box-shadow: 0 6px 4px -4px rgba(26, 27, 27, 0.1);
  z-index: 1; }
  .nav-scrolled.nav-down .dyo-steps {
    -webkit-box-shadow: 0 6px 12px -4px rgba(26, 27, 27, 0.175);
            box-shadow: 0 6px 12px -4px rgba(26, 27, 27, 0.175); }
  @media (min-width: 768px) {
    .dyo-steps {
      padding: 0 10px; } }
  @media (min-width: 992px) {
    .dyo-steps {
      padding: 0 15px; } }

.button-hide-dyo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 5px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0 0 0 4px;
  color: #6f7071;
  font-size: 10px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 2; }
  @media (min-width: 576px) {
    .button-hide-dyo {
      font-size: 11px;
      padding: 1px 7px; } }
  @media (min-width: 768px) {
    .button-hide-dyo {
      font-size: 12px; } }

.dyo-steps-heading {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap; }
  .dyo-steps-heading small {
    display: block;
    color: #7e7f80;
    font-size: 13px;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .dyo-steps-heading small {
        font-size: 14px; } }

.dyo-step-block-divider {
  padding: 0 .5rem; }
  @media (min-width: 768px) {
    .dyo-step-block-divider {
      padding: 0 1rem; } }

.dyo-steps-divider {
  margin: 0 1rem; }
  @media (max-width: 991px) {
    .dyo-steps-divider-angle-right svg {
      height: 40px; } }
  .dyo-steps-divider-angle-right path {
    fill: #d3d6d9; }

.dyo-step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.dyo-step-item {
  position: relative;
  width: calc(33.3333% - 26px);
  padding: 5px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 576px) {
    .dyo-step-item {
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .dyo-step-item {
      width: calc(33.3333% - 58px); } }
  @media (min-width: 1200px) {
    .dyo-step-item {
      padding: 15px 0; } }
  .dyo-step-item--active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(122, 177, 255, 0);
    border-top-color: #7ab1ff;
    border-width: 6px;
    margin-left: -6px;
    -webkit-transition: position .2s ease-in-out;
    transition: position .2s ease-in-out; }
    @media (min-width: 576px) {
      .dyo-step-item--active:before {
        border-width: 10px;
        margin-left: -10px; } }
    @media (max-width: 575px) {
      .nav-scrolled .dyo-step-item--active:before {
        top: 80%; } }
    .nav-down .dyo-step-item--active:before {
      top: 100%; }
  .dyo-step-item--active:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background: #7ab1ff;
    border-radius: 3px 3px 0 0; }
    @media (min-width: 576px) {
      .dyo-step-item--active:after {
        height: 3px; } }

.dyo-item-details {
  width: 100%; }
  @media (min-width: 992px) {
    .dyo-item-details {
      width: 47%; } }

.dyo-step-item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #fff; }
  @media (min-width: 768px) {
    .dyo-step-item-img-wrap {
      width: 50px;
      height: 50px; } }
  @media (min-width: 992px) {
    .dyo-step-item-img-wrap {
      width: 60px;
      height: 60px; } }
  .dyo-step-item-img-wrap img {
    width: 100%;
    border-radius: 100px; }
  .dyo-step-item-img-wrap .svg {
    width: 100%;
    height: 100%; }

.dyo-steps-divider-angle-right {
  width: 10px; }
  @media (min-width: 992px) {
    .dyo-steps-divider-angle-right {
      width: 20px; } }

.dyo-step-item-content-wrap {
  width: 100%; }
  @media (max-width: 575px) {
    .dyo-step-item-content-wrap {
      text-align: center; } }
  @media (min-width: 992px) {
    .dyo-step-item-content-wrap {
      width: calc(100% - 60px); } }

@media (max-width: 767px) {
  .dyo-step-item-content-wrap,
  .dyo-step-item-content-wrap .button,
  .dyo-step-block .button,
  .dyo-step-block .button .button {
    font-size: 10px; } }

.dyo-step-item-img-link {
  position: relative;
  display: block;
  width: 100%; }
  .dyo-step-item-img-link:hover:after {
    background: #3466c3; }
  .dyo-step-item-img-link:after {
    position: absolute;
    bottom: 0;
    right: -5px;
    display: block;
    width: 15px;
    height: 15px;
    background: #7ab1ff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #fff, 2px 2px 5px rgba(26, 27, 27, 0.25);
            box-shadow: 0 0 0 1px #fff, 2px 2px 5px rgba(26, 27, 27, 0.25);
    color: #fff;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .dyo-step-item-img-link:after {
        right: 0; } }
  .dyo-step-item-img-link--plain:after {
    display: none; }

.dyo-step-item-img-wrap svg {
  height: 100%; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-blue path + path {
  fill: #155eaa; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-pink path + path {
  fill: #ea3d94; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-yellow path + path {
  fill: #dcdc00; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-padparadscha path + path {
  fill: #ea6b63; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-white path + path {
  fill: #d3d6d9; }

.dyo-step-item--review .dyo-step-item-img-wrap.stone-red path + path {
  fill: #c10634; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-blue path:nth-child(4) {
  fill: #155eaa; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-pink path:nth-child(4) {
  fill: #ea3d94; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-yellow path:nth-child(4) {
  fill: #dcdc00; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-padparadscha path:nth-child(4) {
  fill: #ea6b63; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-white path:nth-child(4) {
  fill: #d3d6d9; }

.dyo-step-item--setting .dyo-step-item-img-wrap.stone-red path:nth-child(4) {
  fill: #c10634; }

.dyo-step-item-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .dyo-step-item-name {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    .dyo-step-item-name {
      font-size: 14px; } }
  .dyo-step-item-name .item-detail {
    margin-top: 2px;
    font-weight: normal; }

a.dyo-step-item-name {
  color: #224b96; }
  a.dyo-step-item-name:hover {
    color: #155eaa; }

.dyo-step-item-actions {
  font-size: 9px;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    .dyo-step-item-actions {
      margin-top: 4px;
      font-size: 10px; } }
  @media (min-width: 768px) {
    .dyo-step-item-actions {
      font-size: 11px; } }
  @media (min-width: 992px) {
    .dyo-step-item-actions {
      margin-top: 6px; } }
  .dyo-step-item-actions a {
    display: inline-block;
    padding: 0 1px;
    border: 1px solid #d3d6d9;
    border-radius: 2px; }
    @media (min-width: 576px) {
      .dyo-step-item-actions a {
        padding: 0 3px; } }
    .dyo-step-item-actions a:hover {
      border-color: #155eaa;
      color: #155eaa; }
    .dyo-step-item-actions a + a {
      margin-left: 2px; }

.dyo-item-details-img-wrap {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 768px) {
    .dyo-item-details-img-wrap {
      width: 80px; } }
  @media (min-width: 1200px) {
    .dyo-item-details-img-wrap {
      width: 100px; } }

.image-link {
  border: 1px solid #d3d6d9;
  border-radius: 3px;
  overflow: hidden; }

.dyo-item-details-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.button-group-condensed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -js-display: inline-flex;
  display: inline-flex; }
  .button-group-condensed > li {
    margin: 0 !important; }
    .button-group-condensed > li > .button {
      margin-top: 2px;
      padding: 7px 9px; }
      @media (min-width: 992px) {
        .button-group-condensed > li > .button {
          padding: 7px 14px; } }
      .button-group-condensed > li > .button.active {
        margin: 0;
        padding: 9px;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 1px 3px rgba(26, 27, 27, 0.1) !important;
                box-shadow: 0 1px 3px rgba(26, 27, 27, 0.1) !important; }
        @media (min-width: 992px) {
          .button-group-condensed > li > .button.active {
            padding: 9px 14px; } }
    .button-group-condensed > li:not(:last-child) > .button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .button-group-condensed > li + li > .button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0; }

.button-option {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#efefef));
  background: linear-gradient(#e3e3e3, #efefef);
  color: rgba(111, 112, 113, 0.65); }
  .button-option.active {
    position: relative;
    background: #fff;
    color: #2b2b2c;
    overflow: visible;
    opacity: 1; }
    .button-option.active:after, .button-option.active:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .button-option.active:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 8px;
      margin-left: -8px; }
    .button-option.active:before {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #d3d6d9;
      border-width: 9px;
      margin-left: -9px; }

@media (max-width: 575px) {
  .next-step-cta {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0 !important;
    padding: 1rem 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(26, 27, 27, 0.175);
            box-shadow: 0 0 5px rgba(26, 27, 27, 0.175);
    z-index: 100; }
    .next-step-cta .hr-heading {
      text-align: center !important; } }

.section-callout {
  max-width: 900px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 25px 45px -30px rgba(26, 27, 27, 0.25);
          box-shadow: 0 25px 45px -30px rgba(26, 27, 27, 0.25);
  overflow: hidden; }

.slider-idea {
  visibility: hidden;
  width: 180px; }
  @media (min-width: 1200px) {
    .slider-idea {
      width: 240px; } }
  .slider-idea.slick-initialized {
    visibility: visible; }
  .slider-idea .slick-list {
    overflow: visible; }

.AssetViewer {
  margin: -10px auto; }
  @media (min-width: 992px) {
    .AssetViewer {
      margin-top: 0; }
      .product .AssetViewer {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.AssetViewer .iframe-rwd,
.AssetData .iframe-rwd {
  margin-bottom: 0;
  padding-bottom: 100%; }

.Assets,
.ThumbAssets,
.DefaultAsset {
  display: block;
  margin: 0;
  padding: 0; }

.DefaultAsset {
  display: none;
  position: relative; }
  .DefaultAsset .Asset {
    display: block; }

.Assets {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .Assets {
      max-width: 440px; } }
  @media (min-width: 992px) {
    .Assets {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex; } }

.Asset,
.ThumbAsset {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.Asset {
  display: none;
  overflow: hidden; }
  .Asset:first-child {
    display: block; }
  .Asset[data-type="certificate"] img {
    max-height: 600px;
    margin-right: auto;
    margin-left: auto; }
  .Asset a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .Asset .img-responsive {
    margin-right: auto;
    margin-left: auto; }

.ThumbAssets {
  margin: 20px 0 10px;
  text-align: center; }

@media (min-width: 992px) {
  .thumbassets-product {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 67px;
    margin: 0; } }

.ThumbAsset {
  position: relative;
  display: inline-block;
  width: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: border 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: border 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  vertical-align: top; }
  .thumbassets-product .ThumbAsset::after, .thumbassets-product .ThumbAsset::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: border 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: border 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (min-width: 992px) {
    .thumbassets-product .ThumbAsset::after {
      border-color: rgba(255, 255, 255, 0);
      border-width: 5px;
      margin-top: -5px; } }
  @media (min-width: 992px) {
    .thumbassets-product .ThumbAsset::before {
      border-color: rgba(211, 214, 217, 0);
      border-width: 6px;
      margin-top: -6px; } }
  @media (min-width: 992px) {
    .thumbassets-product .ThumbAsset:hover::before, .thumbassets-product .ThumbAsset:hover::after, .thumbassets-product .ThumbAsset:focus::before, .thumbassets-product .ThumbAsset:focus::after, .thumbassets-product .ThumbAsset.ActiveThumbAsset::before, .thumbassets-product .ThumbAsset.ActiveThumbAsset::after {
      border-left-color: #d3d6d9; } }
  .ThumbAsset:hover, .ThumbAsset:focus, .ThumbAsset.ActiveThumbAsset {
    border-color: #d3d6d9; }

.ThumbAsset {
  margin-left: 4px;
  margin-right: 4px; }
  @media (min-width: 768px) {
    .ThumbAsset {
      width: 65px;
      min-height: 65px; } }
  @media (min-width: 992px) {
    .ThumbAsset {
      margin: 5px 0; } }
  .ThumbAsset img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    cursor: pointer; }

.no-js .Assets,
.no-js .ThumbAssets,
.hideAsset {
  display: none; }

.no-js .DefaultAsset {
  display: block; }

.AssetData {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.fancybox-nav {
  top: 50%;
  width: 45px;
  height: 100px;
  margin-top: -50px; }

.fancybox-nav span,
#fancybox-thumbs ul li {
  visibility: visible;
  opacity: .7;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

#fancybox-thumbs li {
  margin: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

#fancybox-thumbs li.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.fancybox-nav:hover span,
#fancybox-thumbs ul li:hover {
  opacity: 1; }

@media (min-width: 768px) {
  .fancybox-prev {
    left: -45px; }
  .fancybox-next {
    right: -45px; } }

@media (min-width: 1200px) {
  .fancybox-prev {
    left: -55px; }
  .fancybox-next {
    right: -55px; } }

.brightness {
  -webkit-filter: brightness(108.5%);
          filter: brightness(108.5%);
  width: 100%;
  height: auto; }

.AssetData-canvas {
  margin: 0 auto;
  text-align: center;
  padding: calc(90vmin * .01);
  height: 90vmin;
  width: 90vmin; }
  @media (min-width: 576px) {
    .AssetData-canvas {
      padding: calc(90vmin * .1);
      height: 90vmin;
      width: 90vmin; } }
  @media (min-width: 768px) {
    .AssetData-canvas {
      padding: calc(85vmin * .1);
      height: 85vmin;
      width: 85vmin; } }
  @media (min-width: 992px) {
    .AssetData-canvas {
      padding: calc(75vmin * .1);
      height: 75vmin;
      width: 75vmin; } }
  @media (min-width: 1600px) {
    .AssetData-canvas {
      padding: calc(70vmin * .1);
      height: 70vmin;
      width: 70vmin; } }
  @media (min-width: 2000px) {
    .AssetData-canvas {
      padding: calc(60vmin * .1);
      height: 60vmin;
      width: 60vmin; } }

.zoom-img-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.asset-dyo-halfway .iframe-rwd {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex !important;
  display: flex !important; }

.asset-dyo-halfway .embed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.asset-half {
  width: 50%; }

.asset-half-cta {
  position: relative;
  text-align: center; }
  .asset-half-cta img,
  .asset-half-cta .svg {
    opacity: .5; }
  .asset-half-cta .svg {
    width: 100%;
    text-align: center;
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .asset-half-cta .button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 1; }
  .asset-half-cta .badge {
    padding-top: 5px;
    border-radius: 4px 4px 0 0; }

.asset-half-cta-button-wrap {
  position: relative; }
  @media (max-width: 420px) {
    .asset-half-cta-button-wrap {
      margin-top: -40px; } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #d3d6d9;
  background: #fff;
  position: relative;
  border-radius: 4px; }
  .selectric.is-loading {
    border-color: rgba(0, 0, 0, 0.09); }
    .selectric.is-loading .ico-select {
      opacity: .1; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  padding: 0;
  border-radius: 0;
  line-height: 38px;
  color: #454648;
  height: 38px; }
  .selectric-select--has-icons .selectric .label {
    line-height: 36px; }

.selectric .button {
  border: 0;
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #454648;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #62697c;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #d3d6d9; }

.selectric-hover .selectric {
  border-color: #d3d6d9; }

.selectric-hover .selectric .button {
  color: #155eaa; }

.selectric-hover .selectric .button:after {
  border-top-color: #155eaa; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #d3d6d9; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d3d6d9;
  -webkit-box-shadow: 0 0 10px -6px rgba(26, 27, 27, 0.1);
          box-shadow: 0 0 10px -6px rgba(26, 27, 27, 0.1); }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #454648;
  cursor: pointer; }

.selectric-items li.selected.highlighted {
  background: #e9f2fe;
  color: #12367b; }

.selectric-items li.highlighted {
  background: #f2f2f2;
  color: #454648; }

.selectric-items li:hover {
  background: #f2f2f2;
  color: #12367b; }

.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #6f7071 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #454648; }

.selectric-items .selectric-group.disabled li {
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.selectric-select--has-icons .label {
  margin-left: 3px; }

.ico-select {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 1px;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #d3d6d9;
          box-shadow: 0 0 0 1px #d3d6d9;
  vertical-align: middle;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.selectric-label {
  position: relative;
  margin: 0;
  padding: 0 10px;
  background: #fafafa;
  border: 1px solid #d3d6d9;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  font-weight: normal;
  line-height: 38px; }
  @media (max-width: 575px) {
    .selectric-label {
      padding: 0 7px;
      font-size: 12px; } }
  .selectric-label.is-loading {
    color: rgba(26, 27, 27, 0); }

.form-group-prepend-label .selectric-wrapper {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form-group-prepend-label .selectric-SizeText {
  width: calc(100% - 175px); }

.form-group-prepend-label .selectric {
  border-radius: 0 4px 4px 0; }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.slider-past-creations .slick-slide,
.slider-past-creation .slick-slide,
.slider-preview-requests .slick-slide,
.slider-preview-request .slick-slide {
  position: relative; }
  .slider-past-creations .slick-slide:after,
  .slider-past-creation .slick-slide:after,
  .slider-preview-requests .slick-slide:after,
  .slider-preview-request .slick-slide:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    background: #bcbfc4;
    border-radius: 50%;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0; }
    @media (min-width: 768px) {
      .slider-past-creations .slick-slide:after,
      .slider-past-creation .slick-slide:after,
      .slider-preview-requests .slick-slide:after,
      .slider-preview-request .slick-slide:after {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        font-size: 18px;
        line-height: 40px; } }
  .slider-past-creations .slick-slide:before,
  .slider-past-creation .slick-slide:before,
  .slider-preview-requests .slick-slide:before,
  .slider-preview-request .slick-slide:before {
    top: calc(100% - 20px);
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #f2f2f2;
    border-width: 10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .slider-past-creations .slick-slide:hover:after, .slider-past-creations .slick-slide:focus:after, .slider-past-creations .slick-slide.is-open:after,
  .slider-past-creation .slick-slide:hover:after,
  .slider-past-creation .slick-slide:focus:after,
  .slider-past-creation .slick-slide.is-open:after,
  .slider-preview-requests .slick-slide:hover:after,
  .slider-preview-requests .slick-slide:focus:after,
  .slider-preview-requests .slick-slide.is-open:after,
  .slider-preview-request .slick-slide:hover:after,
  .slider-preview-request .slick-slide:focus:after,
  .slider-preview-request .slick-slide.is-open:after {
    opacity: 1; }
  .slider-past-creations .slick-slide.is-open,
  .slider-past-creation .slick-slide.is-open,
  .slider-preview-requests .slick-slide.is-open,
  .slider-preview-request .slick-slide.is-open {
    z-index: 2; }
    .slider-past-creations .slick-slide.is-open:before,
    .slider-past-creation .slick-slide.is-open:before,
    .slider-preview-requests .slick-slide.is-open:before,
    .slider-preview-request .slick-slide.is-open:before {
      opacity: 1; }
    .slider-past-creations .slick-slide.is-open:after,
    .slider-past-creation .slick-slide.is-open:after,
    .slider-preview-requests .slick-slide.is-open:after,
    .slider-preview-request .slick-slide.is-open:after {
      background: #454648;
      color: #fff;
      content: "\f103";
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: pulse;
              animation-name: pulse; }

.slider-past-creations .slick-slide,
.slider-preview-requests .slick-slide {
  position: relative;
  padding: 0 15px;
  outline: 0; }
  @media (min-width: 768px) {
    .slider-past-creations .slick-slide,
    .slider-preview-requests .slick-slide {
      padding: 0 30px; } }
  .slider-past-creations .slick-slide:after,
  .slider-preview-requests .slick-slide:after {
    content: "\f129";
    font-size: 18px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .slider-past-creations .slick-slide:after,
      .slider-preview-requests .slick-slide:after {
        font-size: 28px;
        line-height: 42px; } }

.section-past-creation,
.section-preview-request {
  max-height: 0;
  background: #f2f2f2;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .section-past-creation.is-open,
  .section-preview-request.is-open {
    max-height: 9999px;
    padding: 1rem 0;
    overflow: visible; }
  .section-past-creation .section-content,
  .section-preview-request .section-content {
    position: relative;
    margin: 0 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #d3d6d9;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .section-past-creation .section-content,
      .section-preview-request .section-content {
        padding: 1.5rem; } }
    @media (min-width: 992px) {
      .section-past-creation .section-content,
      .section-preview-request .section-content {
        padding: 2.5rem; } }
    .section-past-creation .section-content .close,
    .section-preview-request .section-content .close {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: #f2f2f2;
      border-radius: 0 0 0 2px;
      color: #bcbfc4;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      z-index: 1; }
      .section-past-creation .section-content .close:hover, .section-past-creation .section-content .close:focus,
      .section-preview-request .section-content .close:hover,
      .section-preview-request .section-content .close:focus {
        color: #6f7071; }

.slider-past-creation,
.slider-preview-request {
  max-width: 425px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .slider-past-creation .slick-prev,
    .slider-preview-request .slick-prev {
      left: 0; } }
  @media (min-width: 768px) {
    .slider-past-creation .slick-next,
    .slider-preview-request .slick-next {
      right: 0; } }

.past-creation-options-row,
.preview-request-options-row {
  margin: 0 -9px !important; }
  .past-creation-options-row > div,
  .preview-request-options-row > div {
    width: 100%;
    padding: 0 9px; }
    @media (min-width: 440px) {
      .past-creation-options-row > div,
      .preview-request-options-row > div {
        float: left; } }
    @media (min-width: 500px) {
      .past-creation-options-row > div,
      .preview-request-options-row > div {
        width: 45%; }
        .past-creation-options-row > div + div,
        .preview-request-options-row > div + div {
          width: 55%; } }
  .past-creation-options-row .button,
  .preview-request-options-row .button {
    width: 50%;
    vertical-align: top; }
    @media (min-width: 768px) {
      .past-creation-options-row .button,
      .preview-request-options-row .button {
        font-size: 14px; } }

.footer-top {
  padding-top: 1rem;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .footer-top {
      padding-bottom: 1rem; } }

@media (min-width: 768px) {
  .footer-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media (min-width: 1200px) {
  .footer-section {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (max-width: 767px) {
  .footer-section__connect {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .footer-section__connect .footer-section-content.is-open {
      padding: 0; } }

.footer-section-title {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.footer-section-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in-out;
  transition: max-height .2s ease-in-out; }
  .footer-section-content.is-open {
    max-height: 9999px;
    padding: 1rem 0; }
  @media (min-width: 768px) {
    .footer-section-content {
      max-height: 9999px; } }

@media (min-width: 1200px) {
  .nav-footer .nav-link {
    font-size: 16px; } }

.footer-middle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1200px) {
    .footer-middle .footer-section {
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 16px; } }

@media (max-width: 575px) {
  .svg-usa-shield {
    margin: 1rem 0; } }

.footer-bottom {
  color: #6f7071; }
  .footer-bottom a {
    color: #6f7071;
    -webkit-text-decoration: underline rgba(111, 112, 113, 0.25);
            text-decoration: underline rgba(111, 112, 113, 0.25); }
    .footer-bottom a:hover, .footer-bottom a:focus {
      color: #224b96;
      -webkit-text-decoration: underline #224b96;
              text-decoration: underline #224b96; }

#___ratingbadge_0 {
  right: auto !important;
  left: 0; }

a#userlike-tab {
  position: relative;
  z-index: 7999 !important; }

.badge {
  display: inline-block;
  min-width: 10px;
  margin-right: 2px;
  padding: 3px 7px;
  font: 12px/1 "Lato", sans-serif;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background: #7ab1ff;
  border: 1px solid transparent;
  border-radius: 10px; }
  h1 .badge {
    margin-left: 4px;
    background: rgba(60, 77, 109, 0.8); }

.badge:empty {
  display: none; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge-sm {
  font-size: 8px; }

.badge-warning {
  background-color: #b20709; }

.badge-outline {
  background: transparent;
  border-color: #d3d6d9;
  color: #454648; }

.badge-outline-success {
  background: transparent;
  border-color: #d3d6d9;
  color: #97c100; }

.badge-purple {
  background: #382585;
  border-color: #382585;
  color: #fff; }

.badge-outline-purple {
  background: transparent;
  border-color: #382585;
  color: #382585; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  white-space: normal; }

.tooltip.in {
  opacity: 0.9; }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.tooltip.left .tooltip-inner {
  max-width: 340px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75); }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75); }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75); }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75); }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75); }

.tooltip.bottom .tooltip-inner {
  max-width: 250px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75); }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75); }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75); }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2020;
  display: none;
  max-width: 320px;
  padding: 1px;
  color: #fff;
  text-align: left;
  background-color: rgba(26, 27, 27, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(26, 27, 27, 0.85);
  border-radius: 6px;
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover p {
    margin-bottom: .5em; }
  .popover :last-child {
    margin-bottom: 0; }

.popover-title {
  margin: 0;
  padding: 12px 14px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  color: #fff; }

.popover-content {
  padding: 6px 14px 12px;
  font-family: "Lato", sans-serif;
  font-size: 12px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(26, 27, 27, 0.85);
  bottom: -12px; }

.popover.top .arrow::after {
  content: '';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0; }

.iframe-rwd .video-js {
  position: absolute;
  width: 100%;
  height: 100%; }

.vjs-poster {
  background-size: cover; }

.vjs-hide-play-btn .vjs-big-play-button {
  visibility: hidden; }

.video-thumb-wrapper {
  margin: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(43, 43, 44, 0.1);
          box-shadow: 0 2px 4px rgba(43, 43, 44, 0.1); }

.row-video .video-thumb-wrapper.slick-slide {
  display: block !important; }

.video-thumb-img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden; }
  .video-thumb-img-wrapper::before, .video-thumb-img-wrapper::after {
    display: block;
    position: absolute;
    content: ''; }
  .video-thumb-img-wrapper::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.5));
    z-index: 1; }
  .video-thumb-img-wrapper::after {
    bottom: 10px;
    left: 10px;
    color: #fff;
    content: '\f144';
    font-family: "FontAwesome";
    font-size: 1.25rem;
    line-height: 1;
    z-index: 2; }
    @media (min-width: 768px) {
      .video-thumb-img-wrapper::after {
        font-size: 1.5rem; } }

.video-thumb-img {
  position: absolute;
  top: 0;
  left: 0; }

.video-thumb-content {
  height: 100%;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .video-thumb-content {
      padding: 0 18px; } }

.video-thumb-title {
  display: block;
  margin: .5rem 0 0;
  color: #3c4d6d; }
  .video-thumb-title:hover, .video-thumb-title:focus {
    color: #224b96; }

.video-thumb-caption {
  margin: 0;
  padding-bottom: 1rem;
  color: #6f7071;
  font-size: 12px; }
  @media (min-width: 768px) {
    .video-thumb-caption {
      font-size: 13px; } }
  @media (max-width: 399px) {
    .video-thumb-wrapper:last-child .video-thumb-caption {
      margin-bottom: 0; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #224b96 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #19366c !important; }

.bg-success {
  background-color: #97c100 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #6f8e00 !important; }

.bg-gray-lightest {
  background-color: #f2f2f2 !important; }

a.bg-gray-lightest:focus, a.bg-gray-lightest:hover {
  background-color: #d9d8d8 !important; }

.bg-off-white {
  background-color: #fafafa !important; }

a.bg-off-white:focus, a.bg-off-white:hover {
  background-color: #e1e0e0 !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:focus, a.bg-white:hover {
  background-color: #e6e5e5 !important; }

.bg-blue-light {
  background-color: #7ab1ff !important; }

a.bg-blue-light:focus, a.bg-blue-light:hover {
  background-color: #4793ff !important; }

.fill-primary path {
  fill: #224b96 !important; }

.fill-success path {
  fill: #97c100 !important; }

.fill-info path {
  fill: #7ab1ff !important; }

.fill-danger path {
  fill: #b20709 !important; }

.fill-white path {
  fill: #fff !important; }

.fill-blue path {
  fill: #155eaa !important; }

.fill-blue-light path {
  fill: #7ab1ff !important; }

.fill-metal-dark path {
  fill: #3c4d6d !important; }

.fill-metal path {
  fill: #62697c !important; }

.fill-purple path {
  fill: #382585 !important; }

.fill-purple-light path {
  fill: #8673f1 !important; }

.fill-purple-lighter path {
  fill: #eeebff !important; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  -js-display: inline-flex !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    -js-display: inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    -js-display: inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    -js-display: inline-flex !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    -js-display: inline-flex !important;
    display: inline-flex !important; } }

.js-hide {
  display: none !important; }

.no-js .no-js-hide {
  display: none !important; }

.no-js img[data-src], .no-js
img[data-srcset] {
  display: none; }

.no-js img[src="/app_templates/skin_1/video360/logo-small.png"] {
  display: none; }

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.375rem 0.375rem !important; }

.mt-1 {
  margin-top: 0.375rem !important; }

.mr-1 {
  margin-right: 0.375rem !important; }

.mb-1 {
  margin-bottom: 0.375rem !important; }

.ml-1 {
  margin-left: 0.375rem !important; }

.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important; }

.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important; }

.m-2 {
  margin: 0.75rem 0.75rem !important; }

.mt-2 {
  margin-top: 0.75rem !important; }

.mr-2 {
  margin-right: 0.75rem !important; }

.mb-2 {
  margin-bottom: 0.75rem !important; }

.ml-2 {
  margin-left: 0.75rem !important; }

.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.m-3 {
  margin: 1.5rem 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-4 {
  margin: 2.25rem 2.25rem !important; }

.mt-4 {
  margin-top: 2.25rem !important; }

.mr-4 {
  margin-right: 2.25rem !important; }

.mb-4 {
  margin-bottom: 2.25rem !important; }

.ml-4 {
  margin-left: 2.25rem !important; }

.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important; }

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }

.m-5 {
  margin: 4.5rem 4.5rem !important; }

.mt-5 {
  margin-top: 4.5rem !important; }

.mr-5 {
  margin-right: 4.5rem !important; }

.mb-5 {
  margin-bottom: 4.5rem !important; }

.ml-5 {
  margin-left: 4.5rem !important; }

.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.375rem 0.375rem !important; }

.pt-1 {
  padding-top: 0.375rem !important; }

.pr-1 {
  padding-right: 0.375rem !important; }

.pb-1 {
  padding-bottom: 0.375rem !important; }

.pl-1 {
  padding-left: 0.375rem !important; }

.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important; }

.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important; }

.p-2 {
  padding: 0.75rem 0.75rem !important; }

.pt-2 {
  padding-top: 0.75rem !important; }

.pr-2 {
  padding-right: 0.75rem !important; }

.pb-2 {
  padding-bottom: 0.75rem !important; }

.pl-2 {
  padding-left: 0.75rem !important; }

.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-3 {
  padding: 1.5rem 1.5rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-4 {
  padding: 2.25rem 2.25rem !important; }

.pt-4 {
  padding-top: 2.25rem !important; }

.pr-4 {
  padding-right: 2.25rem !important; }

.pb-4 {
  padding-bottom: 2.25rem !important; }

.pl-4 {
  padding-left: 2.25rem !important; }

.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important; }

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }

.p-5 {
  padding: 4.5rem 4.5rem !important; }

.pt-5 {
  padding-top: 4.5rem !important; }

.pr-5 {
  padding-right: 4.5rem !important; }

.pb-5 {
  padding-bottom: 4.5rem !important; }

.pl-5 {
  padding-left: 4.5rem !important; }

.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.375rem 0.375rem !important; }
  .mt-sm-1 {
    margin-top: 0.375rem !important; }
  .mr-sm-1 {
    margin-right: 0.375rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.375rem !important; }
  .ml-sm-1 {
    margin-left: 0.375rem !important; }
  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .m-sm-2 {
    margin: 0.75rem 0.75rem !important; }
  .mt-sm-2 {
    margin-top: 0.75rem !important; }
  .mr-sm-2 {
    margin-right: 0.75rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-2 {
    margin-left: 0.75rem !important; }
  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .m-sm-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-4 {
    margin: 2.25rem 2.25rem !important; }
  .mt-sm-4 {
    margin-top: 2.25rem !important; }
  .mr-sm-4 {
    margin-right: 2.25rem !important; }
  .mb-sm-4 {
    margin-bottom: 2.25rem !important; }
  .ml-sm-4 {
    margin-left: 2.25rem !important; }
  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .m-sm-5 {
    margin: 4.5rem 4.5rem !important; }
  .mt-sm-5 {
    margin-top: 4.5rem !important; }
  .mr-sm-5 {
    margin-right: 4.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-5 {
    margin-left: 4.5rem !important; }
  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.375rem 0.375rem !important; }
  .pt-sm-1 {
    padding-top: 0.375rem !important; }
  .pr-sm-1 {
    padding-right: 0.375rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.375rem !important; }
  .pl-sm-1 {
    padding-left: 0.375rem !important; }
  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .p-sm-2 {
    padding: 0.75rem 0.75rem !important; }
  .pt-sm-2 {
    padding-top: 0.75rem !important; }
  .pr-sm-2 {
    padding-right: 0.75rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-2 {
    padding-left: 0.75rem !important; }
  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .p-sm-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3 {
    padding-left: 1.5rem !important; }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-4 {
    padding: 2.25rem 2.25rem !important; }
  .pt-sm-4 {
    padding-top: 2.25rem !important; }
  .pr-sm-4 {
    padding-right: 2.25rem !important; }
  .pb-sm-4 {
    padding-bottom: 2.25rem !important; }
  .pl-sm-4 {
    padding-left: 2.25rem !important; }
  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .p-sm-5 {
    padding: 4.5rem 4.5rem !important; }
  .pt-sm-5 {
    padding-top: 4.5rem !important; }
  .pr-sm-5 {
    padding-right: 4.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-5 {
    padding-left: 4.5rem !important; }
  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.375rem 0.375rem !important; }
  .mt-md-1 {
    margin-top: 0.375rem !important; }
  .mr-md-1 {
    margin-right: 0.375rem !important; }
  .mb-md-1 {
    margin-bottom: 0.375rem !important; }
  .ml-md-1 {
    margin-left: 0.375rem !important; }
  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .m-md-2 {
    margin: 0.75rem 0.75rem !important; }
  .mt-md-2 {
    margin-top: 0.75rem !important; }
  .mr-md-2 {
    margin-right: 0.75rem !important; }
  .mb-md-2 {
    margin-bottom: 0.75rem !important; }
  .ml-md-2 {
    margin-left: 0.75rem !important; }
  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .m-md-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-4 {
    margin: 2.25rem 2.25rem !important; }
  .mt-md-4 {
    margin-top: 2.25rem !important; }
  .mr-md-4 {
    margin-right: 2.25rem !important; }
  .mb-md-4 {
    margin-bottom: 2.25rem !important; }
  .ml-md-4 {
    margin-left: 2.25rem !important; }
  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .m-md-5 {
    margin: 4.5rem 4.5rem !important; }
  .mt-md-5 {
    margin-top: 4.5rem !important; }
  .mr-md-5 {
    margin-right: 4.5rem !important; }
  .mb-md-5 {
    margin-bottom: 4.5rem !important; }
  .ml-md-5 {
    margin-left: 4.5rem !important; }
  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.375rem 0.375rem !important; }
  .pt-md-1 {
    padding-top: 0.375rem !important; }
  .pr-md-1 {
    padding-right: 0.375rem !important; }
  .pb-md-1 {
    padding-bottom: 0.375rem !important; }
  .pl-md-1 {
    padding-left: 0.375rem !important; }
  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .p-md-2 {
    padding: 0.75rem 0.75rem !important; }
  .pt-md-2 {
    padding-top: 0.75rem !important; }
  .pr-md-2 {
    padding-right: 0.75rem !important; }
  .pb-md-2 {
    padding-bottom: 0.75rem !important; }
  .pl-md-2 {
    padding-left: 0.75rem !important; }
  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .p-md-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3 {
    padding-left: 1.5rem !important; }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-4 {
    padding: 2.25rem 2.25rem !important; }
  .pt-md-4 {
    padding-top: 2.25rem !important; }
  .pr-md-4 {
    padding-right: 2.25rem !important; }
  .pb-md-4 {
    padding-bottom: 2.25rem !important; }
  .pl-md-4 {
    padding-left: 2.25rem !important; }
  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .py-md-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .p-md-5 {
    padding: 4.5rem 4.5rem !important; }
  .pt-md-5 {
    padding-top: 4.5rem !important; }
  .pr-md-5 {
    padding-right: 4.5rem !important; }
  .pb-md-5 {
    padding-bottom: 4.5rem !important; }
  .pl-md-5 {
    padding-left: 4.5rem !important; }
  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.375rem 0.375rem !important; }
  .mt-lg-1 {
    margin-top: 0.375rem !important; }
  .mr-lg-1 {
    margin-right: 0.375rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.375rem !important; }
  .ml-lg-1 {
    margin-left: 0.375rem !important; }
  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .m-lg-2 {
    margin: 0.75rem 0.75rem !important; }
  .mt-lg-2 {
    margin-top: 0.75rem !important; }
  .mr-lg-2 {
    margin-right: 0.75rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-2 {
    margin-left: 0.75rem !important; }
  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .m-lg-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-4 {
    margin: 2.25rem 2.25rem !important; }
  .mt-lg-4 {
    margin-top: 2.25rem !important; }
  .mr-lg-4 {
    margin-right: 2.25rem !important; }
  .mb-lg-4 {
    margin-bottom: 2.25rem !important; }
  .ml-lg-4 {
    margin-left: 2.25rem !important; }
  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .m-lg-5 {
    margin: 4.5rem 4.5rem !important; }
  .mt-lg-5 {
    margin-top: 4.5rem !important; }
  .mr-lg-5 {
    margin-right: 4.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-5 {
    margin-left: 4.5rem !important; }
  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.375rem 0.375rem !important; }
  .pt-lg-1 {
    padding-top: 0.375rem !important; }
  .pr-lg-1 {
    padding-right: 0.375rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.375rem !important; }
  .pl-lg-1 {
    padding-left: 0.375rem !important; }
  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .p-lg-2 {
    padding: 0.75rem 0.75rem !important; }
  .pt-lg-2 {
    padding-top: 0.75rem !important; }
  .pr-lg-2 {
    padding-right: 0.75rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-2 {
    padding-left: 0.75rem !important; }
  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .p-lg-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3 {
    padding-left: 1.5rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-4 {
    padding: 2.25rem 2.25rem !important; }
  .pt-lg-4 {
    padding-top: 2.25rem !important; }
  .pr-lg-4 {
    padding-right: 2.25rem !important; }
  .pb-lg-4 {
    padding-bottom: 2.25rem !important; }
  .pl-lg-4 {
    padding-left: 2.25rem !important; }
  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .p-lg-5 {
    padding: 4.5rem 4.5rem !important; }
  .pt-lg-5 {
    padding-top: 4.5rem !important; }
  .pr-lg-5 {
    padding-right: 4.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-5 {
    padding-left: 4.5rem !important; }
  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.375rem 0.375rem !important; }
  .mt-xl-1 {
    margin-top: 0.375rem !important; }
  .mr-xl-1 {
    margin-right: 0.375rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.375rem !important; }
  .ml-xl-1 {
    margin-left: 0.375rem !important; }
  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .m-xl-2 {
    margin: 0.75rem 0.75rem !important; }
  .mt-xl-2 {
    margin-top: 0.75rem !important; }
  .mr-xl-2 {
    margin-right: 0.75rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-2 {
    margin-left: 0.75rem !important; }
  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .m-xl-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3 {
    margin-right: 1.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-3 {
    margin-left: 1.5rem !important; }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-4 {
    margin: 2.25rem 2.25rem !important; }
  .mt-xl-4 {
    margin-top: 2.25rem !important; }
  .mr-xl-4 {
    margin-right: 2.25rem !important; }
  .mb-xl-4 {
    margin-bottom: 2.25rem !important; }
  .ml-xl-4 {
    margin-left: 2.25rem !important; }
  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important; }
  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .m-xl-5 {
    margin: 4.5rem 4.5rem !important; }
  .mt-xl-5 {
    margin-top: 4.5rem !important; }
  .mr-xl-5 {
    margin-right: 4.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-5 {
    margin-left: 4.5rem !important; }
  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.375rem 0.375rem !important; }
  .pt-xl-1 {
    padding-top: 0.375rem !important; }
  .pr-xl-1 {
    padding-right: 0.375rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.375rem !important; }
  .pl-xl-1 {
    padding-left: 0.375rem !important; }
  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .p-xl-2 {
    padding: 0.75rem 0.75rem !important; }
  .pt-xl-2 {
    padding-top: 0.75rem !important; }
  .pr-xl-2 {
    padding-right: 0.75rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-2 {
    padding-left: 0.75rem !important; }
  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .p-xl-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3 {
    padding-left: 1.5rem !important; }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-4 {
    padding: 2.25rem 2.25rem !important; }
  .pt-xl-4 {
    padding-top: 2.25rem !important; }
  .pr-xl-4 {
    padding-right: 2.25rem !important; }
  .pb-xl-4 {
    padding-bottom: 2.25rem !important; }
  .pl-xl-4 {
    padding-left: 2.25rem !important; }
  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important; }
  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .p-xl-5 {
    padding: 4.5rem 4.5rem !important; }
  .pt-xl-5 {
    padding-top: 4.5rem !important; }
  .pr-xl-5 {
    padding-right: 4.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-5 {
    padding-left: 4.5rem !important; }
  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #6f7071 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #565757 !important; }

.text-primary {
  color: #224b96 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #19366c !important; }

.text-success {
  color: #97c100 !important; }

a.text-success:focus, a.text-success:hover {
  color: #6f8e00 !important; }

.text-info {
  color: #7ab1ff !important; }

a.text-info:focus, a.text-info:hover {
  color: #4793ff !important; }

.text-warning {
  color: #e7b32a !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #c89716 !important; }

.text-danger {
  color: #b20709 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #810507 !important; }

.text-gray-dark {
  color: #454648 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #2c2d2e !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(200, 200, 200, 0.25);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 10; }
  @media (min-width: 768px) {
    .slick-prev,
    .slick-next {
      width: 30px;
      height: 30px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #454648;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  @media (min-width: 768px) {
    .slick-prev {
      left: 15px; } }
  .slick-prev:before {
    margin-left: -1px;
    content: ""; }

.slick-next {
  right: 5px; }
  @media (min-width: 768px) {
    .slick-next {
      right: 15px; } }
  .slick-next:before {
    margin-right: -1px;
    content: ""; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #454648;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #454648;
      opacity: 0.75; }

/* jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0;
  padding: 0; }
  .comparelist .ui-tabs-nav {
    margin-right: -15px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #d3d6d9; }
    @media (min-width: 768px) {
      .comparelist .ui-tabs-nav {
        margin-right: 0; } }
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 0;
    list-style: none;
    white-space: nowrap; }
    .ui-tabs-nav li.ui-tabs-selected {
      margin-bottom: 0;
      padding-bottom: 1px; }
  .ui-tabs-nav a {
    display: block;
    height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: rgba(26, 27, 27, 0.05);
    border-radius: 4px 4px 0 0;
    color: #454648;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    outline: none; }
    @media (max-width: 575px) {
      .ui-tabs-nav a {
        padding: 6px 10px;
        font-size: 12px; } }
  .ui-tabs-nav .compare-count {
    margin-left: 6px;
    background: #7ab1ff;
    color: #fff; }

.ui-tabs-hide {
  display: none; }

.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav a:hover {
  background: #e9f2fd;
  color: #3c4d6d; }

.ui-tabs-nav a:active,
.ui-tabs-nav a:focus {
  border-bottom: 0; }

.comparelist-full {
  clear: both;
  margin: 0 -15px;
  padding: 0 15px 20px;
  overflow-x: scroll; }
  @media (min-width: 768px) {
    .comparelist-full {
      margin: 0;
      padding-bottom: 20px;
      overflow-x: scroll; } }

.comparelist-table {
  height: 100%;
  font-family: "Lato", sans-serif; }
  .comparelist-table th {
    display: none; }
    @media (min-width: 768px) {
      .comparelist-table th {
        display: table-cell; } }
  .comparelist-table th,
  .comparelist-table td {
    font-size: 12px; }
  .comparelist-table th {
    padding: 6px 10px;
    text-align: left; }
  .comparelist-table td {
    position: relative;
    width: 222px !important;
    min-width: 140px;
    height: 100%;
    padding: 0 0 0 15px; }
    @media (max-width: 767px) {
      .comparelist-table td {
        padding-left: 5px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comparelist-table,
  .comparelist-table:before,
  .comparelist-table:after,
  .comparelist-table *,
  .comparelist-table *:before,
  .comparelist-table *:after {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; } }

@media (max-width: 767px) {
  .comparelist-table tr td:nth-child(2) {
    padding-left: 0; } }

.comparelist-table td .container {
  position: relative;
  height: 100%;
  padding: 4px 10px;
  border-left: 1px solid #d3d6d9;
  border-right: 1px solid #d3d6d9; }

.comparelist-table .head td {
  text-align: center;
  position: relative; }

.comparelist-table .head .container {
  border-top: 1px solid #d3d6d9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.comparelist-table .foot .container {
  border-bottom: 1px solid #d3d6d9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.comparelist-table .sub .container {
  border: 0; }

.altrow {
  background: #fafafa; }

td.compare-action {
  padding-top: 20px; }

#comparelist a.remove {
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  width: 14px;
  height: 14px;
  color: #b20709;
  font-size: 14px;
  z-index: 10; }

#comparelist a.remove span {
  display: block; }

.comparelist-full .product_Container {
  border-radius: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 10 !important; }

.carousel-img-list {
  margin-top: -10px !important; }

.errorMsg {
  margin: 20px;
  color: #b20709; }

.formErrorLabel {
  font-weight: bold;
  color: #b20709; }

.formErrorField {
  border: 1px solid #b20709 !important;
  background: #fae5e5 !important; }

.ErrorBox,
.errorBlock,
.notificationMsg,
.DisplayOnlyMsg,
.successMsg {
  position: relative;
  font-family: "Lato", sans-serif; }

.ErrorBox:after,
.errorBlock:after,
.notificationMsg:after,
.DisplayOnlyMsg:after,
.successMsg:after {
  position: absolute;
  top: 6px;
  left: 15px;
  font-family: "FontAwesome";
  font-size: 24px; }

.ErrorBox:after,
.errorBlock:after {
  color: #b20709;
  content: "\f057"; }

.notificationMsg:after,
.DisplayOnlyMsg:after {
  top: 11px;
  content: "\f06a"; }

.successMsg:after {
  color: #97c100;
  content: "\f058"; }

.ErrorBox,
.errorBlock {
  margin-bottom: 20px;
  padding: 13px 15px 13px 58px;
  background-color: rgba(178, 7, 9, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(178, 7, 9, 0.2);
  color: #810507; }

.errorBlock span {
  display: block;
  color: #b20709;
  font-size: 16px; }

.notificationMsg,
.DisplayOnlyMsg {
  margin-bottom: 20px;
  padding: 13px 15px 13px 58px;
  border-radius: 5px;
  border: 1px solid #e4ce80;
  color: #b37c2e !important; }

.DisplayOnlyMsg {
  padding: 8px 15px 8px 43px; }

.successMsg {
  padding: 13px 15px 13px 58px;
  margin-bottom: 20px;
  background-color: rgba(151, 193, 0, 0.2);
  border: 1px solid rgba(151, 193, 0, 0.2);
  border-radius: 5px;
  color: #475b00; }

.successMsg a {
  text-decoration: underline; }

.ErrorBox p:last-child,
.errorBlock p:last-child,
.notificationMsg p:last-child,
.DisplayOnlyMsg p:last-child,
.successMsg p:last-child {
  margin-bottom: 10px; }

.alert {
  padding: 1.5rem 1.75rem;
  margin-bottom: 20px;
  background: #fff;
  border-left: 5px solid transparent;
  border-radius: 2px;
  color: #454648;
  font-family: "Lato", sans-serif; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert a {
    font-weight: 700; }
  .alert > p,
  .alert > ul {
    margin: 0; }
  .alert > p + p {
    margin-top: 5px; }
  .alert .button-close path {
    fill: #2b2b2c; }

.alert-success {
  border-color: #97c100; }
  .alert-success a {
    color: #97c100; }

.alert-info {
  border-color: #7ab1ff; }
  .alert-info .alert-link {
    color: #155eaa; }

.alert-warning {
  border-color: #e7b32a; }
  .alert-warning .alert-link {
    color: #c89716; }

.alert-danger {
  border-color: #b20709; }
  .alert-danger .alert-link {
    color: #b20709; }

.alert-fixed {
  position: fixed;
  top: 25vh;
  left: 50%;
  width: 700px;
  margin: 0 0 0 -350px;
  padding-right: 4rem;
  -webkit-box-shadow: 0 10px 25px rgba(26, 27, 27, 0.2);
          box-shadow: 0 10px 25px rgba(26, 27, 27, 0.2);
  font-size: 1.075rem;
  z-index: 1000; }
  .alert-fixed .close {
    position: absolute;
    top: 5px;
    right: 5px; }
    .alert-fixed .close:hover {
      color: #fff;
      opacity: 1; }

.alert-sm {
  padding: .5rem 1rem; }

.banners {
  position: relative; }

.main-banner-heading {
  font-size: 18px; }
  @media (min-width: 768px) {
    .main-banner-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .main-banner-heading {
      font-size: 30px; } }

@media (min-width: 768px) {
  .main-banner {
    min-height: 380px; } }

@media (min-width: 992px) {
  .main-banner {
    min-height: 450px; } }

@media (min-width: 1200px) {
  .main-banner {
    padding-bottom: 3rem !important; } }

@media (max-width: 767px) {
  .main-banner .main-banner-content {
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.main-banner .lead {
  font-size: 12px; }
  @media (min-width: 768px) {
    .main-banner .lead {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .main-banner .lead {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .main-banner .lead {
      font-size: 18px; } }

@media (max-width: 767px) {
  .main-banner-img {
    width: 400px;
    max-width: 100%; } }

.secondary-banner img,
.tertiary-banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.secondary-banner {
  max-width: 196px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .secondary-banner {
      display: block;
      position: absolute;
      top: 40px;
      right: -15px;
      width: 320px;
      height: 70px;
      margin: 0; } }
  @media (min-width: 992px) {
    .secondary-banner {
      right: -20px; } }
  @media (min-width: 1200px) {
    .secondary-banner {
      right: -30px; } }
  @media (min-width: 992px) {
    .secondary-banner {
      max-width: 320px; } }

.tertiary-banner {
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 3px; }
  @media (min-width: 1610px) {
    .tertiary-banner {
      max-width: 1610px;
      border-radius: 5px; } }

.about-sapphires {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px -15px; }
  @media (min-width: 580px) {
    .about-sapphires {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 992px) {
    .about-sapphires {
      margin: 20px -20px; } }

.about-sapphires-block {
  height: 100%;
  margin: 0 5px;
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .about-sapphires-block {
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .about-sapphires-block {
      padding-bottom: 30px;
      font-size: 16px; } }

.about-sapphires-heading {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .about-sapphires-heading {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .about-sapphires-heading {
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .about-sapphires-heading {
      margin-top: 40px; } }

.about-sapphires-lead {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.about-sapphires-list {
  margin: 0;
  padding: 0 20px;
  list-style: none; }
  .about-sapphires-list li {
    display: inline-block;
    margin: 6px;
    padding: 0; }
  .about-sapphires-list .fa {
    color: #6f7071; }

.about-nsc {
  margin: 0 -15px;
  padding: 20px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .about-nsc {
      padding: 30px 0 50px 0; } }
  @media (min-width: 992px) {
    .about-nsc {
      margin: 0 -20px; } }
  .about-nsc .subheading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75em;
    padding-left: 15px;
    padding-right: 15px; }

.has-subheading {
  margin-bottom: .25em; }

.about-nsc-block {
  display: inline-block;
  max-width: 300px;
  vertical-align: top; }
  @media (min-width: 768px) {
    .about-nsc-block {
      margin: 0 13px; } }
  @media (min-width: 992px) {
    .about-nsc-block {
      margin: 0 20px; } }
  @media (min-width: 1200px) {
    .about-nsc-block {
      margin: 0 30px; } }

.about-nsc-lead {
  margin-left: 10px;
  margin-right: 10px; }

.home-cat-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .home-cat-grid {
      padding: 0; } }
  @media (min-width: 992px) {
    .home-cat-grid {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .home-cat-grid {
      margin-top: 10px;
      font-size: 18px; } }

.home-cat-item {
  width: 33.3333%; }
  @media (min-width: 480px) {
    .home-cat-item {
      width: 20%; } }

.home-cat-link {
  display: block;
  padding: 0 5px;
  color: #3c4d6d; }
  .home-cat-link:hover, .home-cat-link:focus {
    color: #224b96; }

@media (max-width: 575px) {
  .home-cat-name {
    font-size: 12px; } }

.home-cat-img {
  margin-bottom: 10px; }
/*# sourceMappingURL=style.css.map */