@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Social media related colours */
.sass-col-sm-12 .grid-row, .left-sidebar-layout .grid-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.sass-container::after {
  clear: both;
  content: "";
  display: block; }

.grid-row::after {
  clear: both;
  content: "";
  display: block; }

.sass-col-sm-1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-1 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-1 {
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-1 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-2 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-2 {
  left: calc(16.6666666667% - 23.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-2 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-3 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-3 {
  left: calc(25% - 25px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-3 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-4 {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-4 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-5 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-5 {
  left: calc(41.6666666667% - 28.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-5 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-6 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-6 {
  left: calc(50% - 30px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-6 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-7 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-7 {
  left: calc(58.3333333333% - 31.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-7 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-8 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-8 {
  left: calc(66.6666666667% - 33.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-8 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-9 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-9 {
  left: calc(75% - 35px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-9 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-10 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-10 {
  left: calc(83.3333333333% - 36.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-10 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-11 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-11 {
  left: calc(91.6666666667% - 38.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-11 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-12 {
  left: calc(100% - 40px + 20px);
  position: relative; }
  @media only screen and (max-width: 745px) {
    .sass-col-sm-offset-12 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  min-height: 100px; }

.wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
  clear: both;
  content: "";
  display: block; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.ccm-page {
  /* Social media related colours */ }
  .ccm-page a {
    color: #0a0398;
    text-decoration: none; }
    .ccm-page a:hover {
      color: #de8c05;
      text-decoration: underline; }
  .ccm-page h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #070266; }
    @media only screen and (max-width: 745px) {
      .ccm-page h1 {
        font-size: 24px;
        line-height: 32px; } }
  .ccm-page h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #070266; }
    @media only screen and (max-width: 745px) {
      .ccm-page h2 {
        font-size: 20px;
        line-height: 30px; } }
  .ccm-page h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #070266; }
  .ccm-page h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000000; }
  .ccm-page p, .ccm-page li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000000; }
  .ccm-page li {
    margin-bottom: 5px; }
  .ccm-page ul, .ccm-page ol {
    margin: 0;
    padding: 0;
    margin-left: 15px; }
  .ccm-page .btn-primary, .ccm-page .store-product .store-product-button button, .store-product .store-product-button .ccm-page button, .ccm-page .store-cart-modal .store-btn-cart-modal-update, .store-cart-modal .ccm-page .store-btn-cart-modal-update, .ccm-page .btn {
    color: white !important;
    background-color: #070266;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    clear: both;
    max-width: 250px;
    border: solid 2px #070266;
    margin-top: 20px; }
    .ccm-page .btn-primary:hover, .ccm-page .store-product .store-product-button button:hover, .store-product .store-product-button .ccm-page button:hover, .ccm-page .store-cart-modal .store-btn-cart-modal-update:hover, .store-cart-modal .ccm-page .store-btn-cart-modal-update:hover, .ccm-page .btn:hover {
      background-color: white !important;
      color: #070266 !important;
      text-decoration: none; }
  .ccm-page .btn-blue a {
    color: white !important;
    background-color: #070266;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    clear: both;
    max-width: 115px;
    border: solid 1px #070266;
    padding-left: 10px;
    padding-right: 10px; }
    .ccm-page .btn-blue a:hover {
      background-color: white !important;
      color: #070266 !important;
      text-decoration: none; }
  .ccm-page .btn-yellow a {
    color: #070266 !important;
    background-color: #fbba4e;
    display: block;
    clear: both;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #fbba4e;
    padding-left: 10px;
    padding-right: 10px; }
    .ccm-page .btn-yellow a:hover {
      background-color: white !important;
      color: #070266;
      text-decoration: none; }
  .ccm-page .btn-grey a {
    color: #070266 !important;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    border: none; }
    .ccm-page .btn-grey a:hover {
      background-color: transparent !important;
      color: #de8c05 !important;
      text-decoration: underline; }
  .ccm-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ccm-page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ccm-page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  .ccm-page img, .ccm-page video {
    max-width: 100%;
    height: auto !important; }
  .ccm-page .googleMapCanvas img {
    max-width: none; }

.mfp-container figure {
  margin: 0; }

body {
  background-color: #070266; }

.blog-inner-image {
  float: left;
  margin-right: 20px; }
  @media only screen and (max-width: 974px) {
    .blog-inner-image {
      float: none;
      display: block;
      margin-right: 0;
      margin: 0 auto;
      margin-bottom: 20px; } }

.header-wrapper {
  min-height: 140px;
  background-color: white; }
  @media only screen and (max-width: 974px) {
    .header-wrapper {
      min-height: 80px; } }

.top-fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 974px) {
    .top-fixed {
      position: static; } }

.ccm-toolbar-visible .top-fixed {
  top: 49px; }

.ineditmode .top-fixed {
  position: static; }

.header-container, .sidebar-container, .main-container, .nav-container {
  max-width: 1200px;
  margin: 0 auto; }
  .header-container::after, .sidebar-container::after, .main-container::after, .nav-container::after {
    clear: both;
    content: "";
    display: block; }

.ad-container, .footer-container {
  max-width: 1200px;
  margin: 0 auto; }
  .ad-container::after, .footer-container::after {
    clear: both;
    content: "";
    display: block; }

@media only screen and (max-width: 745px) {
  .ccm-image-slider {
    display: none; } }

.ccm-image-slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ccm-image-slider .rslides li {
  margin-bottom: 0; }

.rslides_tabs {
  display: none; }

.sitelogo {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 0; }
  @media only screen and (max-width: 974px) {
    .sitelogo {
      margin-bottom: 10px;
      margin-top: 10px; } }
  .sitelogo a {
    background-image: url("../images/logo.svg");
    width: 250px;
    height: 115px;
    background-size: 250px auto;
    display: block;
    outline: none;
    background-repeat: no-repeat;
    font-size: 0;
    margin-bottom: 0;
    margin-top: 10px; }
    @media only screen and (max-width: 974px) {
      .sitelogo a {
        margin-top: 0;
        background-size: auto 55px;
        height: 55px; } }

.contact {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-top: 40px; }
  @media only screen and (max-width: 974px) {
    .contact {
      width: 100%;
      margin-top: 10px; } }
  .contact p {
    text-align: right;
    clear: both;
    margin-top: 10px; }
    @media only screen and (max-width: 974px) {
      .contact p {
        text-align: left; } }

.mast-head {
  width: calc(100% - 205px);
  margin-right: 0;
  float: right;
  margin-left: 0; }
  .mast-head img {
    display: block;
    float: right; }
  @media only screen and (max-width: 974px) {
    .mast-head {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .mast-head img {
        float: none;
        margin: 0 auto; } }

.nav-wrapper {
  background-color: #070266;
  border-bottom: solid 1px #070266;
  padding-top: 0; }
  .nav-wrapper .main-container {
    background-color: #070266; }

.navigation {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 974px) {
    .navigation {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      padding-bottom: 0; } }

.main-wrapper {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 974px) {
    .main-wrapper {
      padding-top: 10px;
      padding-bottom: 20px; } }
  .main-wrapper .main-container {
    background-color: white;
    min-height: 400px; }
    @media only screen and (max-width: 974px) {
      .main-wrapper .main-container {
        min-height: 500px; } }

@media only screen and (max-width: 1024px) {
  .main-content-home img {
    max-width: 100px; } }

@media only screen and (max-width: 974px) {
  .main-content-home img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; } }

.main-content {
  min-height: 10px;
  min-height: 300px; }
  @media only screen and (max-width: 974px) {
    .main-content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.main-content-full {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 500px; }

.page-template-left-sidebar .sidebar-main {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }

.page-template-left-sidebar .sidebar {
  left: calc(-66.6666666667% - 6.6666666667px + 20px);
  position: relative; }

.sidebar-main {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.sidebar {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.footer-wrapper {
  min-height: 30px;
  background-color: #070266;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-wrapper p {
    font-size: 12px;
    text-align: center; }
  .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper p, .footer-wrapper a {
    color: white; }
  .footer-wrapper a:hover {
    color: white;
    text-decoration: underline !important; }

.footer-content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 974px) {
    .footer-content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.footer-content-right {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  .footer-content-right a:hover {
    text-decoration: none !important; }
  @media only screen and (max-width: 974px) {
    .footer-content-right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .footer-content-right .btn-yellow a {
        max-width: 200px; } }

.abstract-detail {
  padding: 20px;
  box-sizing: border-box;
  border-left: solid 5px #070266;
  background-color: #e9e8ff;
  margin-bottom: 20px;
  clear: both; }

.chinese-section {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.authentication-type-concrete .checkbox {
  display: none; }

.std-primary, .ccm-page .btn-primary a, .ccm-page .store-product .store-product-button button a, .store-product .store-product-button .ccm-page button a, .ccm-page .store-cart-modal .store-btn-cart-modal-update a, .store-cart-modal .ccm-page .store-btn-cart-modal-update a, .ccm-page .btn a, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-continue, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-clear, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-checkout {
  color: #070266 !important;
  background-color: #fbba4e;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  clear: both;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px; }
  .std-primary:hover, .ccm-page .btn-primary a:hover, .ccm-page .store-product .store-product-button button a:hover, .store-product .store-product-button .ccm-page button a:hover, .ccm-page .store-cart-modal .store-btn-cart-modal-update a:hover, .store-cart-modal .ccm-page .store-btn-cart-modal-update a:hover, .ccm-page .btn a:hover, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-continue:hover, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-clear:hover, .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-checkout:hover {
    background-color: #fab035;
    color: #070266 !important; }

.np-block-previous, .np-block-next {
  width: 50%;
  float: left;
  min-height: 1px; }
  .np-block-previous h5, .np-block-next h5 {
    margin-bottom: 0; }

.np-block-next {
  text-align: right; }

.np-block-up {
  text-align: center;
  clear: both; }

.ccm-search-block-form {
  padding-top: 3px;
  float: right; }
  .ccm-search-block-form .ccm-search-block-submit {
    margin-top: 0;
    line-height: 14px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; }
    .ccm-search-block-form .ccm-search-block-submit:hover {
      background-color: #070266 !important;
      color: white !important; }
  @media only screen and (max-width: 974px) {
    .ccm-search-block-form {
      float: none;
      padding-top: 0; } }
  .ccm-search-block-form input {
    border: solid 1px #070266;
    padding: 4px; }
  .ccm-search-block-form button {
    border: none;
    background-color: none; }

.login-page {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 974px) {
    .login-page {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      width: 100%;
      margin-left: 0; } }

.login-page-contents {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 974px) {
    .login-page-contents {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.top-ad {
  width: 100%; }
  .top-ad .adv-area .adv-advert {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 974px) {
      .top-ad .adv-area .adv-advert {
        padding-top: 2px;
        padding-bottom: 2px; } }
  @media only screen and (max-width: 974px) {
    .top-ad {
      width: 100%;
      margin: 0; } }
  .top-ad img {
    display: block; }
    @media only screen and (max-width: 974px) {
      .top-ad img {
        margin: 0; } }

.authentication-type label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  display: block; }

.authentication-type input {
  display: block;
  margin-bottom: 10px; }

.authentication-type .checkbox label, .authentication-type .checkbox input {
  display: inline; }

.authentication-type .btn-primary, .authentication-type .store-product .store-product-button button, .store-product .store-product-button .authentication-type button, .authentication-type .store-cart-modal .store-btn-cart-modal-update, .store-cart-modal .authentication-type .store-btn-cart-modal-update, .authentication-type .ccm-page .btn, .ccm-page .authentication-type .btn {
  color: white !important;
  background-color: #070266;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  clear: both;
  max-width: 115px;
  border: solid 2px #070266;
  margin-top: 20px; }
  .authentication-type .btn-primary:hover, .authentication-type .store-product .store-product-button button:hover, .store-product .store-product-button .authentication-type button:hover, .authentication-type .store-cart-modal .store-btn-cart-modal-update:hover, .store-cart-modal .authentication-type .store-btn-cart-modal-update:hover, .authentication-type .ccm-page .btn:hover, .ccm-page .authentication-type .btn:hover {
    background-color: white !important;
    color: #070266 !important; }

.authentication-type .btn-primary.pull-right, .authentication-type .store-product .store-product-button button.pull-right, .store-product .store-product-button .authentication-type button.pull-right, .authentication-type .store-cart-modal .pull-right.store-btn-cart-modal-update, .store-cart-modal .authentication-type .pull-right.store-btn-cart-modal-update, .authentication-type .ccm-page .pull-right.btn, .ccm-page .authentication-type .pull-right.btn {
  background-color: white;
  color: #070266 !important;
  margin-top: -25px;
  max-width: 150px;
  border: none; }
  .authentication-type .btn-primary.pull-right:hover, .authentication-type .store-product .store-product-button button.pull-right:hover, .store-product .store-product-button .authentication-type button.pull-right:hover, .authentication-type .store-cart-modal .pull-right.store-btn-cart-modal-update:hover, .store-cart-modal .authentication-type .pull-right.store-btn-cart-modal-update:hover, .authentication-type .ccm-page .pull-right.btn:hover, .ccm-page .authentication-type .pull-right.btn:hover {
    text-decoration: underline; }

.external-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .external-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 974px) {
    .external-wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      margin-left: 0;
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }
  .external-wrapper p, .external-wrapper h3 {
    margin-bottom: 0; }
  .external-wrapper h3 a {
    color: #070266; }

.external-image {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 974px) {
    .external-image {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .external-image img {
        height: auto;
        width: 100px;
        margin-bottom: 10px; } }

.external-summary {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px; }
  .external-summary .btn-more {
    font-weight: 700; }
    .external-summary .btn-more:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 974px) {
    .external-summary {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.store-whiteout {
  z-index: 1000 !important; }

.sitenavigation .sub-trigger {
  display: none !important; }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-top: 10px; }

.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 50px;
  font-size: 13px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #070266;
    color: #fbba4e; }
  .sitenavigation li.nav-last {
    margin-right: 0; }
  .sitenavigation li > a {
    box-sizing: border-box;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-weight: 700; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked {
      background-color: #070266;
      color: #fbba4e;
      text-decoration: none; }
    .sitenavigation li > a.nav-selected {
      background-color: #070266;
      color: #fbba4e;
      text-decoration: none; }
    .sitenavigation li > a:hover {
      background-color: #070266;
      color: #fbba4e;
      text-decoration: none; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #070266;
    min-width: 200px;
    max-width: 700px;
    margin: 0;
    margin-left: -12px;
    padding: 10px;
    padding-top: 10px; }
    .sitenavigation li ul a {
      font-size: 12px;
      margin-bottom: 5px; }
      .sitenavigation li ul a:hover {
        background-color: #070266;
        color: #fbba4e; }
      .sitenavigation li ul a.nav-last {
        border-bottom: none; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #070266;
        color: #fbba4e; }
      .sitenavigation li ul a.nav-selected {
        background-color: #070266;
        color: #fbba4e; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: #040134; }

.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #070266; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 974px) {
  body {
    overflow-x: hidden; }
  .menu-icon {
    position: absolute;
    z-index: 10000;
    display: block;
    top: 20px;
    right: 20px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none; }
    .menu-icon:hover, .menu-icon:active {
      -webkit-tap-highlight-color: transparent !important; }
  .ccm-toolbar-visible .menu-icon {
    top: 65px; }
  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
  .sitenavigation.is-tapped ul.nav {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #070266; }
  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }
  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-right: none; }
  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: white;
    left: 0;
    top: 75px;
    z-index: 10000;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: white;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #000000;
      float: none;
      font-size: 13px;
      line-height: 20px;
      font-family: "Open Sans", sans-serif;
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #e6e6e6; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: white;
      border-bottom: solid 1px #f2f2f2;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #cccccc; }
        .sitenavigation > ul li li li {
          background-color: #b3b3b3; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #e6e6e6;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #e6e6e6;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #e6e6e6;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
  #nav .nav {
    display: none; }
  .menu-shroud {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0; }
  .csstransforms3d #nav .nav {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; }
  .csstransforms3d.ccm-toolbar-visible #nav .nav {
    top: 48px !important; } }

.store-product-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .store-product-list .store-product-list-item {
    padding-left: 0;
    padding-right: 0;
    float: none;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box; }
    .store-product-list .store-product-list-item label {
      display: block;
      font-family: 'Open Sans', sans-serif;
      color: #000000;
      margin-bottom: 10px;
      font-size: 14px; }
    .store-product-list .store-product-list-item input, .store-product-list .store-product-list-item select {
      border: solid 1px #f2f2f2;
      margin-bottom: 10px; }
  .store-product-list .store-product-list-name {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center; }
  .store-product-list .store-product-list-thumbnail {
    margin-top: 0; }
    .store-product-list .store-product-list-thumbnail img {
      display: block; }
      @media only screen and (max-width: 745px) {
        .store-product-list .store-product-list-thumbnail img {
          margin: 0 auto; } }

.store-btn-more-details {
  display: inline-block;
  margin-bottom: 0; }

.store-product-block .store-btn-add-to-cart {
  border: 1px solid #070266;
  background: #070266;
  color: white;
  display: inline-block;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px; }
  .store-product-block .store-btn-add-to-cart:hover {
    background-color: #05024d; }

.store-product-list-per-row-2 .store-product-list-item {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 500px) {
    .store-product-list-per-row-2 .store-product-list-item {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      display: block; } }

.store-product-list-per-row-3 .store-product-list-item {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 745px) {
    .store-product-list-per-row-3 .store-product-list-item {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (max-width: 500px) {
    .store-product-list-per-row-3 .store-product-list-item {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      display: block; } }

.store-product-list-per-row-4 .store-product-list-item {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 745px) {
    .store-product-list-per-row-4 .store-product-list-item {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.store-product-options label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  margin-bottom: 10px;
  font-size: 14px; }

.store-product-options input, .store-product-options select {
  border: solid 1px #f2f2f2;
  margin-bottom: 10px;
  display: block;
  padding: 4px; }

.store-product {
  font-family: 'Open Sans', sans-serif;
  color: #000000; }
  .store-product .store-product-details {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  .store-product .store-product-option {
    margin-bottom: 20px;
    width: 100%; }
  .store-product .store-product-image {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 745px) {
      .store-product .store-product-image {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .store-product .store-product-price {
    font-weight: bold; }
  .store-product .store-product-name {
    text-align: left; }

.store-product-primary-image {
  max-width: 150px; }
  .store-product-primary-image a {
    outline: none; }

.store-product-additional-images {
  margin-top: 20px; }
  @media only screen and (max-width: 500px) {
    .store-product-additional-images {
      margin-top: 10px; } }
  .store-product-additional-images a {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 500px) {
      .store-product-additional-images a {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-top: 10px; } }

.store-cart-page .store-btn-cart-list-update, .store-cart-page .store-btn-cart-list-clear, .store-cart-page .store-btn-cart-page-checkout {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 2px solid #070266;
  display: inline-block;
  background-color: #070266;
  color: white !important;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px; }
  .store-cart-page .store-btn-cart-list-update:hover, .store-cart-page .store-btn-cart-list-clear:hover, .store-cart-page .store-btn-cart-page-checkout:hover {
    background-color: black; }

.store-cart-page .store-cart-table {
  width: 100%;
  border-collapse: collapse; }
  @media only screen and (max-width: 745px) {
    .store-cart-page .store-cart-table tbody td:before {
      float: left;
      width: 20%;
      min-width: 4em;
      font-weight: normal; } }
  .store-cart-page .store-cart-table .col-sm-2 {
    float: left;
    margin-right: 20px; }
  .store-cart-page .store-cart-table tbody td {
    vertical-align: top;
    padding: 4px; }
    @media only screen and (max-width: 745px) {
      .store-cart-page .store-cart-table tbody td {
        text-align: left;
        clear: both; } }
    .store-cart-page .store-cart-table tbody td:last-child {
      text-align: right; }
  .store-cart-page .store-cart-table thead th.text-right {
    text-align: right !important; }
  .store-cart-page .store-cart-table thead th {
    padding: 4px;
    text-align: left; }
    .store-cart-page .store-cart-table thead th:last-child {
      text-align: right; }
  .store-cart-page .store-cart-table th {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 4px; }
  .store-cart-page .store-cart-table h4 {
    margin-top: 0;
    padding-top: 0; }
  .store-cart-page .store-cart-table .store-btn-cart-list-remove {
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #070266 !important;
    margin-top: 0 !important; }
    .store-cart-page .store-cart-table .store-btn-cart-list-remove:hover {
      color: #05024d; }
  .store-cart-page .store-cart-table .store-btn-cart-list-clear {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: normal; }
  .store-cart-page .store-cart-table .store-btn-cart-list-update {
    float: right;
    font-weight: normal;
    margin-top: 10px; }

.store-cart-page .store-cart-page-cart-total, .store-cart-page .store-cart-page-shipping {
  text-align: right; }

.store-checkout-cart-view table {
  margin-bottom: 20px; }

.store-checkout-cart-view .store-cart-table {
  width: 100%;
  border-collapse: collapse; }
  .store-checkout-cart-view .store-cart-table td {
    font-size: 14px;
    padding: 4px; }

.store-checkout-cart-view td.cart-list-thumb {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0; }

.store-checkout-cart-view th {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 4px;
  font-weight: normal;
  text-align: center; }
  .store-checkout-cart-view th:first-child {
    text-align: left; }

.store-checkout-cart-view .cart-list-thumb img {
  min-width: 20px; }

.store-cart-modal {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  max-height: none !important;
  height: 100%;
  margin-right: -600px !important;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Open Sans', sans-serif; }
  .store-cart-modal.store-cart-modal-active {
    margin-right: 0 !important; }
  @media only screen and (max-width: 745px) {
    .store-cart-modal {
      top: 0 !important;
      max-height: 100% !important; } }
  .store-cart-modal #cart {
    width: 100%; }
    .store-cart-modal #cart th {
      text-align: left; }
    .store-cart-modal #cart td {
      padding: 0;
      float: none;
      padding-left: 4px;
      padding-right: 4px;
      padding-bottom: 10px;
      font-size: 15px;
      font-weight: 400; }
      @media only screen and (max-width: 745px) {
        .store-cart-modal #cart td {
          font-size: 13px; } }
  .store-cart-modal a {
    color: black;
    text-decoration: none; }
  .store-cart-modal .alert {
    border: solid 1px #070266;
    padding: 10px; }
  .store-cart-modal .store-cart-list-product-qty {
    text-align: center; }
    .store-cart-modal .store-cart-list-product-qty input {
      max-width: 40px;
      text-align: center; }
  .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-continue {
    display: block;
    margin: 0;
    margin-bottom: 20px; }
  .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-clear {
    margin-bottom: 20px;
    display: block;
    margin: 0; }
  .store-cart-modal .store-cart-page-cart-links .store-btn-cart-modal-checkout {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    background-color: #070266;
    display: block;
    margin: 0;
    margin-top: 20px;
    float: none; }
  .store-cart-modal h3 {
    text-align: center;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0;
    background-color: black;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px; }
  .store-cart-modal .store-cart-page-cart-total {
    font-family: 'Open Sans', sans-serif;
    text-align: right; }
  .store-cart-modal .store-btn-cart-list-remove {
    margin-top: 0 !important; }
    .store-cart-modal .store-btn-cart-list-remove:hover {
      color: #05024d; }
  .store-cart-modal .store-cart-page-cart-list-item td {
    vertical-align: top; }

.store-utility-links {
  text-align: center; }
  @media only screen and (max-width: 745px) {
    .store-utility-links {
      float: none;
      text-align: center; } }
  .store-utility-links .store-utility-links-totals {
    display: inline-block;
    padding-right: 5px;
    color: white; }
  .store-utility-links .store-utility-links-cart-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .store-utility-links .store-utility-links-cart-link a {
      background-color: white;
      color: #070266;
      display: inline-block;
      padding: 4px;
      padding-left: 8px;
      padding-right: 8px; }
      .store-utility-links .store-utility-links-cart-link a:hover {
        background-color: #fbba4e;
        color: #070266; }
  .store-utility-links .store-utility-links-checkout-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .store-utility-links .store-utility-links-checkout-link a {
      background-color: #fbba4e;
      color: #070266;
      display: inline-block;
      padding: 4px;
      padding-left: 8px;
      padding-right: 8px; }
      .store-utility-links .store-utility-links-checkout-link a:hover {
        background-color: #faa71c; }

.store-cart-empty {
  display: none; }

.ccm-page .store-checkout-form-row, .ccm-page .store-checkout-form-group-body .row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.ccm-page .store-checkout-form-shell {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 745px) {
    .ccm-page .store-checkout-form-shell {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .ccm-page .store-checkout-form-shell ::-webkit-input-placeholder {
    color: #e6e6e6; }
  .ccm-page .store-checkout-form-shell :-moz-placeholder {
    /* Firefox 18- */
    color: #e6e6e6; }
  .ccm-page .store-checkout-form-shell ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e6e6e6; }
  .ccm-page .store-checkout-form-shell :-ms-input-placeholder {
    color: #e6e6e6; }

.ccm-page .store-checkout-cart-view {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative;
  margin-bottom: 20px; }
  @media only screen and (max-width: 745px) {
    .ccm-page .store-checkout-cart-view {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  .ccm-page .store-checkout-cart-view .store-checkout-totals-line-items {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .ccm-page .store-checkout-cart-view .store-checkout-totals-line-items li {
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
  .ccm-page .store-checkout-cart-view #store-enter-discount-trigger {
    color: #070266;
    font-weight: bold; }

.ccm-page .store-checkout-form-group-body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 14px; }
  .ccm-page .store-checkout-form-group-body label {
    display: block;
    margin-bottom: 5px; }
  .ccm-page .store-checkout-form-group-body .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    @media only screen and (max-width: 745px) {
      .ccm-page .store-checkout-form-group-body .col-md-6 {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        padding-top: 10px;
        margin-bottom: 0; } }
  .ccm-page .store-checkout-form-group-body .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .ccm-page .store-checkout-form-group-body .col-md-4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-bottom: 10px; }
  .ccm-page .store-checkout-form-group-body .col-md-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
    margin-bottom: 10px; }
  .ccm-page .store-checkout-form-group-body .col-md-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
    margin-bottom: 10px; }
  .ccm-page .store-checkout-form-group-body .checkbox label {
    margin-bottom: 20px; }
  .ccm-page .store-checkout-form-group-body .row::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 745px) {
    .ccm-page .store-checkout-form-group-body .row:nth-child(4) {
      padding-top: 0;
      border: none; } }
  .ccm-page .store-checkout-form-group-body h2 {
    color: #070266; }
  @media only screen and (max-width: 745px) {
    .ccm-page .store-checkout-form-group-body .col-md-6, .ccm-page .store-checkout-form-group-body .col-md-12, .ccm-page .store-checkout-form-group-body .col-md-7, .ccm-page .store-checkout-form-group-body .col-md-5, .ccm-page .store-checkout-form-group-body .col-md-4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      padding-top: 10px;
      margin-bottom: 0; } }
  .ccm-page .store-checkout-form-group-body .col-md-6 input, .ccm-page .store-checkout-form-group-body .col-md-6 select, .ccm-page .store-checkout-form-group-body .col-md-6 textarea, .ccm-page .store-checkout-form-group-body .col-md-12 input, .ccm-page .store-checkout-form-group-body .col-md-12 select, .ccm-page .store-checkout-form-group-body .col-md-12 textarea, .ccm-page .store-checkout-form-group-body .col-md-7 input, .ccm-page .store-checkout-form-group-body .col-md-7 select, .ccm-page .store-checkout-form-group-body .col-md-7 textarea, .ccm-page .store-checkout-form-group-body .col-md-5 input, .ccm-page .store-checkout-form-group-body .col-md-5 select, .ccm-page .store-checkout-form-group-body .col-md-5 textarea, .ccm-page .store-checkout-form-group-body .col-md-4 input, .ccm-page .store-checkout-form-group-body .col-md-4 select, .ccm-page .store-checkout-form-group-body .col-md-4 textarea {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    border: solid 1px #d2d2d2;
    color: black;
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px; }
  .ccm-page .store-checkout-form-group-body .col-md-6 label, .ccm-page .store-checkout-form-group-body .col-md-12 label, .ccm-page .store-checkout-form-group-body .col-md-7 label, .ccm-page .store-checkout-form-group-body .col-md-5 label, .ccm-page .store-checkout-form-group-body .col-md-4 label {
    box-sizing: border-box;
    display: block; }
  .ccm-page .store-checkout-form-group-body #store-checkout-form-group-billing .form-group label, .ccm-page .store-checkout-form-group-body #store-checkout-form-group-shipping .form-group label {
    color: grey; }

.ccm-page .store-checkout-form-group-buttons {
  clear: both;
  margin-top: 10px; }

.ccm-page .btn {
  display: inline-block; }

.store-checkout-form-group-summary {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif; }
  .store-checkout-form-group-summary .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  .store-checkout-form-group-summary .panel-body {
    padding: 20px;
    padding-bottom: 10px;
    border: solid 1px #d2d2d2; }
    .store-checkout-form-group-summary .panel-body::after {
      clear: both;
      content: "";
      display: block; }
  .store-checkout-form-group-summary .panel-body div {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    .store-checkout-form-group-summary .panel-body div:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 745px) {
      .store-checkout-form-group-summary .panel-body div {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: 0; } }

.panel-heading {
  color: #070266;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif; }

.store-checkout-totals-line-items {
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px; }

.store-cart-item {
  font-family: 'Open Sans', sans-serif; }
  .store-cart-item td {
    vertical-align: top; }

.store-cart-product-qty {
  text-align: center;
  min-width: 60px; }

.store-checkout-form-group-complete .panel-heading {
  font-size: 25px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 20px; }

#store-checkout-shipping-method-options::after {
  clear: both;
  content: "";
  display: block; }

.store-shipping-method {
  margin-bottom: 10px; }
  .store-shipping-method input {
    float: left; }
  .store-shipping-method label p {
    margin-top: 0;
    margin-left: 20px; }
  .store-shipping-method .store-shipping-details {
    width: 100%; }

#store-checkout-form-group-shipping .store-checkout-form-group-body .row:nth-child(6n) {
  padding-top: 20px;
  border-top: solid 1px #d2d2d2; }
  @media only screen and (max-width: 745px) {
    #store-checkout-form-group-shipping .store-checkout-form-group-body .row:nth-child(6n) {
      padding-top: 0;
      border: none; } }

#store-checkout-form-group-shipping-method .panel-body div {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

#store-checkout-payment-method-options {
  margin-bottom: 10px; }
  #store-checkout-payment-method-options::after {
    clear: both;
    content: "";
    display: block; }
  #store-checkout-payment-method-options .radio {
    clear: both;
    margin-bottom: 10px; }
    #store-checkout-payment-method-options .radio::after {
      clear: both;
      content: "";
      display: block; }
    #store-checkout-payment-method-options .radio input {
      margin-right: 5px; }

.store-payment-method-container {
  clear: both; }

.store-checkout-form-delivery-instructions {
  clear: both;
  margin-top: 10px; }
  .store-checkout-form-delivery-instructions label {
    display: block;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #070266;
    font-size: 14px;
    margin-top: 10px; }
  .store-checkout-form-delivery-instructions textarea {
    margin-top: 10px;
    clear: both;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #d2d2d2;
    box-sizing: border-box;
    color: #000000; }

.summary-shipping-instructions {
  font-size: 12px; }

.store-btn-next-pane, .store-btn-complete-order, .store-btn-previous-pane {
  float: right;
  color: #070266 !important;
  background-color: #fbba4e;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  clear: both;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border: none; }
  .store-btn-next-pane:hover, .store-btn-complete-order:hover, .store-btn-previous-pane:hover {
    background-color: #faa71c;
    color: #070266 !important; }

.store-btn-previous-pane {
  float: none; }

.store-shipping-method-option {
  clear: both; }
  .store-shipping-method-option label {
    width: 100% !important;
    font-size: 14px; }

.credit-card-box {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  border: solid 1px #d2d2d2;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 14px; }
  .credit-card-box::after {
    clear: both;
    content: "";
    display: block; }
  .credit-card-box .row {
    margin-bottom: 10px; }
  .credit-card-box .col-xs-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }
  .credit-card-box .col-xs-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }
  .credit-card-box .col-xs-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
  .credit-card-box .has-error input {
    border: solid 1px red !important; }
  .credit-card-box input {
    outline: none; }
  .credit-card-box .input-group {
    width: 100%;
    display: table; }
    .credit-card-box .input-group input {
      width: 100% !important;
      margin-right: 0 !important;
      padding: 4px;
      display: table-cell; }
  .credit-card-box .form-group input {
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    padding: 4px; }
  .credit-card-box .input-group-addon {
    display: table-cell;
    width: 20px;
    padding-left: 10px; }
  .credit-card-box label {
    float: none !important;
    width: 100% !important;
    margin-bottom: 4px;
    display: block; }

.store-copy-billing-container {
  display: block;
  clear: both; }
