/*! normalize.css v4.1.1 | 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: content-box;
          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,
optgroup,
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.
 */
button,
input {
  /* 1 */
  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; }

/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Proxima Nova W01", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

a {
  color: #2389be;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0f2f50;
    text-decoration: none; }

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #ebebeb; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: auto; } }
  @media (min-width: 992px) {
    .container {
      width: auto; } }
  @media (min-width: 1200px) {
    .container {
      width: auto; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova W01", sans-serif;
  font-weight: inherit;
  margin: 0 0 16px; }

h1 {
  font-size: inherit; }

h2 {
  font-size: inherit; }

h3 {
  font-size: inherit; }

h4 {
  font-size: inherit; }

h5 {
  font-size: inherit; }

h6 {
  font-size: inherit; }

p,
ul,
ol {
  margin: 0 0 16px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: "Proxima Nova W01", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.img-rounded {
  border-radius: 3px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto !important; }

@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-xs {
    text-align: inherit !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-pull-sm {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-sm {
    text-align: inherit !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-pull-md {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-md {
    text-align: inherit !important; } }

@media (min-width: 1200px) {
  .no-pull-lg {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-lg {
    text-align: inherit !important; } }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 3px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/theme/_assets/plugins/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/theme/_assets/plugins/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/theme/_assets/plugins/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/theme/_assets/plugins/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/theme/_assets/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/theme/_assets/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#fancybox-thumbs ul li.active {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-thumbs ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px; }
  .table > tr > th,
  .table > tr > td,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ebebeb; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ebebeb; }
  .table .table {
    background-color: #ffffff; }

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 1.05;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ebebeb; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > tr > th,
        .table-responsive > .table > tr > td,
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > tr > th:first-child,
        .table-responsive > .table-bordered > tr > td:first-child,
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > tr > th:last-child,
        .table-responsive > .table-bordered > tr > td:last-child,
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tr:last-child > th,
        .table-responsive > .table-bordered > tr:last-child > td,
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #ebebeb; }

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

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

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

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

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

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

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 16px;
  height: 36px;
  line-height: 1.4;
  color: #6f6e6e;
  width: 100%; }
  @media (max-width: 767px) {
    input[type="text"], input[type="text"]:focus,
    input[type="password"],
    input[type="password"]:focus,
    input[type="email"],
    input[type="email"]:focus,
    input[type="tel"],
    input[type="tel"]:focus,
    input[type="number"],
    input[type="number"]:focus,
    input[type="date"],
    input[type="date"]:focus,
    textarea,
    textarea:focus,
    select,
    select:focus {
      font-size: 16px;
      height: 36px;
      line-height: 1.4; } }

input,
textarea,
select {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input[disabled], input[readonly],
  fieldset[disabled] input,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea,
  select[disabled],
  select[readonly],
  fieldset[disabled]
  select {
    background-color: #eee;
    opacity: 1; }

input[type="submit"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
  padding: 10px 30px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #2389be;
  border-color: #2389be;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #2389be;
  background-color: transparent;
  border-radius: 100px; }
  input[type="submit"]:hover, input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: #2389be;
    background-color: rgba(13, 13, 13, 0);
    border-color: #2183b5;
    text-decoration: none; }
  input[type="submit"]:active, input[type="submit"].active,
  input[type="button"]:active,
  input[type="button"].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125); }
  input[type="submit"].disabled, input[type="submit"][disabled],
  input[type="button"].disabled,
  input[type="button"][disabled] {
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type="submit"].btn-block,
  input[type="button"].btn-block {
    width: 100%; }

nav.toggle-enabled ul.nav {
  display: none; }

@media (min-width: 992px) {
  nav.toggle-enabled ul.nav {
    display: block !important; }
  nav.toggle-enabled .nav-toggle {
    display: none; } }

.paging {
  padding: 16px 0;
  margin: 0;
  line-height: 1.4;
  color: #999999;
  font-size: 13px;
  width: 100%; }
  .paging:before, .paging:after {
    content: " ";
    display: table; }
  .paging:after {
    clear: both; }
  .paging select {
    display: inline-block;
    margin-left: 8px;
    padding: 2px;
    height: auto;
    width: auto;
    height: 5.4; }
  .paging .results {
    float: left; }
  .paging .results-options {
    float: right;
    text-align: right; }
    .paging .results-options > span {
      margin-left: 16px;
      vertical-align: middle; }
    .paging .results-options ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.4; }
      .paging .results-options ul > li {
        float: left;
        margin-right: 8px; }
        .paging .results-options ul > li:last-child {
          margin-right: 0; }
  .paging.pagingTop {
    padding-top: 0; }
  .paging.pagingBtm {
    padding-bottom: 0; }
  .paging .pagerSummary {
    padding: 6px;
    padding-left: 0; }
    @media (min-width: 768px) {
      .paging .pagerSummary {
        float: left; } }
    .paging .pagerSummary:empty {
      display: none; }
  .paging .rss {
    float: left;
    padding: 6px 6px 6px 0px; }

.pager,
.pagination {
  display: inline-block;
  float: right;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-radius: 3px; }
  .pager:before, .pager:after,
  .pagination:before,
  .pagination:after {
    content: " ";
    display: table; }
  .pager:after,
  .pagination:after {
    clear: both; }
  .pager li,
  .pagination li {
    display: block;
    float: left; }
    .pager li > a, .pager li.selected,
    .pagination li > a,
    .pagination li.selected {
      display: inline-block;
      padding: 5px 14px;
      background-color: inherit;
      border: 1px solid #ebebeb;
      position: relative;
      float: left;
      line-height: 1.4;
      text-decoration: none;
      margin-left: -1px; }
    .pager li:first-child > a,
    .pagination li:first-child > a {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pager li:last-child > a,
    .pagination li:last-child > a {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
    .pager li > a:hover,
    .pager li > a:focus,
    .pagination li > a:hover,
    .pagination li > a:focus {
      text-decoration: none;
      background-color: inherit;
      color: inherit; }
    .pager li.selected,
    .pager li.active > a,
    .pagination li.selected,
    .pagination li.active > a {
      z-index: 2;
      color: #fff;
      background-color: #2389be;
      border-color: #1b6a93;
      cursor: default; }
  .pager > li > a:hover, .pager > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > a:focus {
    color: inherit;
    background-color: inherit; }
  .pager .next > a,
  .pagination .next > a {
    float: right; }
  .pager .prev > a,
  .pagination .prev > a {
    float: left; }
  .pager > .disabled > a,
  .pager > .disabled > a:hover,
  .pager > .disabled > a:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #eee; }
  @media (max-width: 767px) {
    .pager,
    .pagination {
      float: none;
      width: 100%; }
      .pager li,
      .pager li > a, .pager li.selected,
      .pagination li,
      .pagination li > a,
      .pagination li.selected {
        display: none; }
      .pager li.next, .pager li.prev,
      .pagination li.next,
      .pagination li.prev {
        display: block;
        width: 50%; }
        .pager li.next > a, .pager li.prev > a,
        .pagination li.next > a,
        .pagination li.prev > a {
          display: block;
          width: 100%; } }

.sorting-options:before, .sorting-options:after {
  content: " ";
  display: table; }

.sorting-options:after {
  clear: both; }

.sorting-options .pagination {
  float: none; }

.sorting-options p {
  padding: 0; }

.sorting-options .label-inline,
.sorting-options .form-inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin-right: 16px; }
  .sorting-options .label-inline label,
  .sorting-options .label-inline select,
  .sorting-options .form-inline label,
  .sorting-options .form-inline select {
    font-weight: normal;
    display: inline-block;
    width: auto; }

.sorting-options .form-group select {
  padding: 5px; }
  .sorting-options .form-group select.input-sm {
    height: 26px;
    line-height: 26px;
    padding: 3px; }

.shop .paging ul.pager {
  float: left; }

.alert {
  padding: 10px 20px;
  margin-bottom: 16px;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block; }
  .alert p:last-child,
  .alert ul:last-child,
  .alert ol:last-child {
    margin-bottom: 0; }
  .alert.alert-error {
    color: #d9534f;
    background-color: #fdf7f7;
    border: 1px solid #f4cecd; }
  .alert.alert-success {
    color: #3c763d;
    background-color: #eef6ee;
    border: 1px solid #cce5cc; }
  .alert.alert-warning {
    color: #766c3c;
    background-color: #f6f5ee;
    border: 1px solid #e5e1cc; }
  .alert.alert-info {
    color: #3c5a76;
    background-color: #eef2f6;
    border: 1px solid #ccd9e5; }
  .alert > .noticeMessage {
    padding: 10px 20px !important;
    margin: -10px -20px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    left: inherit !important;
    width: inherit !important; }
    .alert > .noticeMessage.error {
      color: #d9534f;
      background-color: #fdf7f7;
      border: 1px solid #f4cecd; }

.success {
  color: #3c763d !important;
  background-color: #eef6ee;
  border: 1px solid #cce5cc;
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 3px; }

#validation > span,
.validate-summary,
.Validation-Summary,
.validation-summary,
#contentControl_valSummary {
  color: #d9534f !important;
  background-color: #fdf7f7;
  border: 1px solid #f4cecd;
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 3px; }
  #validation > span img,
  .validate-summary img,
  .Validation-Summary img,
  .validation-summary img,
  #contentControl_valSummary img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px; }
  #validation > span > ul,
  .validate-summary > ul,
  .Validation-Summary > ul,
  .validation-summary > ul,
  #contentControl_valSummary > ul {
    margin-top: 16px; }

.error {
  color: #d9534f !important; }
  .error br {
    display: none; }

div#contentControl_UpdateProgress1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0; }

.updating,
.processing-order {
  position: fixed;
  width: 280px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  padding: 40px 80px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .updating img,
  .processing-order img {
    display: block;
    margin: 0 auto 16px; }

.processing-order {
  width: 450px; }

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

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  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; } }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .container {
    max-width: 100% !important; }
  header,
  footer {
    display: none !important; } }

.breadcrumbs,
.breadcrumbs a {
  color: #999999; }

.submenu h2 {
  font-size: 19px;
  font-family: "Proxima Nova W01", sans-serif;
  font-weight: inherit; }

.submenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .submenu ul:before, .submenu ul:after {
    content: " ";
    display: table; }
  .submenu ul:after {
    clear: both; }
  .submenu ul > li {
    position: relative;
    display: block; }
    .submenu ul > li > a {
      position: relative;
      display: block;
      padding: 0;
      color: #2389be;
      border-radius: 0;
      background-color: none;
      cursor: pointer; }
      .submenu ul > li > a:hover, .submenu ul > li > a:focus {
        color: #0f2f50;
        background-color: none; }
    .submenu ul > li.active > a, .submenu ul > li.selected > a, .submenu ul > li.subPageSelected > a {
      color: #0f2f50;
      background-color: none; }
    .submenu ul > li ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: none; }
      .submenu ul > li ul li {
        position: relative;
        display: block; }
        .submenu ul > li ul li a {
          position: relative;
          display: block; }
  .submenu ul li.subPageSelected {
    color: #0f2f50; }

.news .item:before, .news .item:after,
.news .article:before,
.news .article:after {
  content: " ";
  display: table; }

.news .item:after,
.news .article:after {
  clear: both; }

.news .item .date,
.news .item .category-data,
.news .item .tag-data,
.news .article .date,
.news .article .category-data,
.news .article .tag-data {
  font-size: 13px;
  color: #999999; }

.news .item .meta,
.news .article .meta {
  margin-bottom: 16px;
  font-size: 13px;
  color: #999999; }
  .news .item .meta:before, .news .item .meta:after,
  .news .article .meta:before,
  .news .article .meta:after {
    content: " ";
    display: table; }
  .news .item .meta:after,
  .news .article .meta:after {
    clear: both; }
  .news .item .meta .author-photo,
  .news .article .meta .author-photo {
    float: left;
    margin-right: 8px; }
    .news .item .meta .author-photo img,
    .news .article .meta .author-photo img {
      width: 32px;
      height: 32px;
      border-radius: 3px;
      display: block; }
  .news .item .meta:empty,
  .news .article .meta:empty {
    display: none; }

.news .item {
  padding-top: 16px;
  padding-bottom: 16px; }
  .news .item .img {
    text-align: center;
    margin: 0 0 16px; }
    .news .item .img img {
      width: auto;
      display: block;
      max-width: 100%;
      height: auto !important;
      margin-left: auto;
      margin-right: auto; }
    .news .item .img.no-image {
      display: none; }
  .news .item .txt > h3,
  .news .item .txt > h4 {
    font-size: 19px;
    font-family: "Proxima Nova W01", sans-serif;
    font-weight: inherit; }
  .news .item .more-info {
    margin-top: 16px; }

.news .article .desc {
  border-top: 1px solid #ebebeb;
  padding-top: 16px; }
  .news .article .desc:before, .news .article .desc:after {
    content: " ";
    display: table; }
  .news .article .desc:after {
    clear: both; }

.news .article .back {
  margin-top: 16px; }

.newsFilters ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 16px; }
  .newsFilters ul li {
    margin-bottom: 8px; }
  .newsFilters ul ul {
    padding-left: 16px; }

.newsFilters .newsAuthors li a {
  line-height: 32px; }
  .newsFilters .newsAuthors li a:before, .newsFilters .newsAuthors li a:after {
    content: " ";
    display: table; }
  .newsFilters .newsAuthors li a:after {
    clear: both; }

.newsFilters .newsAuthors .author-photo {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  margin-right: 8px; }
  .newsFilters .newsAuthors .author-photo.no-image {
    width: auto;
    margin-right: 0; }
  .newsFilters .newsAuthors .author-photo img {
    width: 32px;
    height: 32px;
    border-radius: 3px; }

div.formbuilder .grouped-form > div {
  margin-bottom: 16px; }
  div.formbuilder .grouped-form > div label {
    font-weight: normal;
    margin-bottom: 8px; }
  div.formbuilder .grouped-form > div textarea {
    height: 100px; }

div.formbuilder .actions input.back[disabled] {
  display: none !important; }

.inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .inputs-list .inputs-list {
    margin-left: 16px;
    margin-bottom: 16px; }
  .inputs-list input[type=radio],
  .inputs-list input[type=checkbox] {
    margin-right: 4px; }
  .inputs-list.horz > li {
    float: left;
    margin-right: 16px; }
    .inputs-list.horz > li:last-child {
      margin-right: 0; }
  .inputs-list.text input {
    width: 50px; }
  .inputs-list.repeat-2 td {
    width: 50%; }
  .inputs-list.repeat-3 td {
    width: 33.3%; }
  .inputs-list.repeat-4 td {
    width: 25%; }
  .inputs-list.repeat-5 td {
    width: 10%; }

.help-block {
  display: block;
  font-size: 13px;
  color: #999999;
  clear: both; }

.formshield .input div {
  float: left;
  width: 180px;
  margin: 2px 10px 5px 0; }
  .formshield .input div img {
    width: 180px;
    height: 36px; }

.formshield .input input {
  width: 180px;
  float: left;
  clear: right; }

table.formbuilder {
  width: 100%; }
  table.formbuilder td {
    vertical-align: top;
    padding-bottom: 16px; }
    table.formbuilder td.leftcolumn {
      font-weight: normal;
      text-align: right;
      padding: 6px 12px;
      width: 33%; }
    table.formbuilder td.rightcolumn {
      position: relative; }
    table.formbuilder td input,
    table.formbuilder td input label,
    table.formbuilder td input select {
      float: left;
      display: block; }
    table.formbuilder td textarea {
      height: 100px; }
    table.formbuilder td select {
      padding: 4px; }
    table.formbuilder td div img {
      width: 180px;
      height: 36px;
      margin-bottom: 8px; }
    table.formbuilder td div + input {
      width: 180px; }
  table.formbuilder table {
    float: left; }
    table.formbuilder table td {
      font-size: 11px;
      width: auto;
      padding: 0; }
  @media (max-width: 767px) {
    table.formbuilder,
    table.formbuilder tbody,
    table.formbuilder tr,
    table.formbuilder th,
    table.formbuilder td,
    table.formbuilder td.leftcolumn,
    table.formbuilder td.rightcolumn {
      display: block;
      margin: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
    table.formbuilder td.leftcolumn {
      padding-bottom: 4px; }
    table.formbuilder td.rightcolumn {
      padding-bottom: 8px; }
      table.formbuilder td.rightcolumn input,
      table.formbuilder td.rightcolumn label,
      table.formbuilder td.rightcolumn select {
        float: none; }
    table.formbuilder tr:last-child td.leftcolumn {
      display: none; } }

.members-login legend,
.dynamic-signup legend {
  display: none; }

.members-login fieldset > ol,
.members-login fieldset > ul,
.dynamic-signup fieldset > ol,
.dynamic-signup fieldset > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin: 16px 0; }
  .members-login fieldset > ol > li,
  .members-login fieldset > ul > li,
  .dynamic-signup fieldset > ol > li,
  .dynamic-signup fieldset > ul > li {
    margin-bottom: 16px; }

.form1 > ol,
.form1 > ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .form1 > ol > li,
  .form1 > ul > li {
    margin-bottom: 16px; }
    .form1 > ol > li span,
    .form1 > ul > li span {
      position: absolute; }

.dynamic-signup fieldset > ol > li {
  position: relative; }
  .dynamic-signup fieldset > ol > li:before, .dynamic-signup fieldset > ol > li:after {
    content: " ";
    display: table; }
  .dynamic-signup fieldset > ol > li:after {
    clear: both; }
  .dynamic-signup fieldset > ol > li label {
    font-weight: normal;
    margin-bottom: 8px; }
    .dynamic-signup fieldset > ol > li label[for="btnSubmit"] {
      display: none; }
    .dynamic-signup fieldset > ol > li label + .inline {
      display: inline-block; }
  .dynamic-signup fieldset > ol > li > br + span > label {
    margin-top: 8px; }
  .dynamic-signup fieldset > ol > li .inline {
    display: block; }
    .dynamic-signup fieldset > ol > li .inline label {
      margin-right: 16px; }
    .dynamic-signup fieldset > ol > li .inline input[type=radio],
    .dynamic-signup fieldset > ol > li .inline input[type=checkbox] {
      margin-right: 4px; }
  .dynamic-signup fieldset > ol > li textarea {
    height: 100px; }
  .dynamic-signup fieldset > ol > li input[type=submit].button {
    color: #fff;
    background-color: #2389be;
    border-color: #2183b5; }
    .dynamic-signup fieldset > ol > li input[type=submit].button:hover, .dynamic-signup fieldset > ol > li input[type=submit].button:focus {
      color: #fff;
      background-color: #2799d4;
      border-color: #207dad; }

.dynamic-signup input[type=radio],
.dynamic-signup input[type=checkbox] {
  margin-right: 4px; }

.dynamic-signup label[for$="DOB"] {
  display: block; }

.dynamic-signup select[id$="DOB"] {
  width: auto;
  margin-right: 8px; }

.manageAddress .addressList {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .manageAddress .addressList li {
    position: relative;
    padding: 16px 0; }
    .manageAddress .addressList li .functions a + a {
      margin-left: 16px; }
    .manageAddress .addressList li .setDefaults {
      margin: 16px 0; }
      .manageAddress .addressList li .setDefaults label.radio {
        display: inline-block;
        font-weight: normal; }

.manageAddress .formGroup .help {
  display: block;
  font-size: 13px;
  color: #999999;
  clear: both; }

.manageAddress .formGroup input + input {
  margin-top: 8px; }

.manageAddress .formGroup .error {
  font-size: 14px; }

/* ---------------- */
/* retrievePassword */
/* ---------------- */
.retrievePassword .alert-info {
  display: block; }

.retrievePassword .button {
  position: relative !important; }

/* ------------- */
/* manageAddress */
/* ------------- */
/*
.manageAddress .addressList .address {width:300px;}
.manageAddress .addressList .functions {width:300px; margin:10px 0;}
.manageAddress .addressList .functions a {margin-right:10px;}
.manageAddress .addressList .setDefaults {
	position:absolute; top:8px; left:320px;
	width:300px;
}
.manageAddress .addressList .setDefaults label.radio {
	float:left;
	font-weight:normal;
	width:130px;
}
.manageAddress .addressList .setDefaults label.radio input {margin-right:5px;}
*/
.shop .siteSearch legend,
.sitesearch legend {
  display: none; }

.shop .siteSearch,
.searchInput {
  margin-bottom: 16px;
  width: 100%; }
  .shop .siteSearch .textfield,
  .searchInput .textfield {
    margin-bottom: 8px; }
  .shop .siteSearch .button,
  .searchInput .button {
    height: 36px;
    width: 100%;
    margin-bottom: 8px; }
  @media (min-width: 768px) {
    .shop .siteSearch .textfield,
    .searchInput .textfield {
      float: left;
      width: 80%; }
    .shop .siteSearch .button,
    .searchInput .button {
      margin-left: 1%;
      width: 19%; } }

.searchResults .resultStats {
  font-size: 13px;
  color: #999999;
  margin-bottom: 16px; }

.searchResults .result {
  padding: 16px 0; }
  .searchResults .result:before, .searchResults .result:after {
    content: " ";
    display: table; }
  .searchResults .result:after {
    clear: both; }
  .searchResults .result .img {
    float: left;
    margin-right: 16px;
    width: 128px;
    height: 128px;
    border-radius: 3px;
    background: white;
    overflow: hidden;
    text-align: center; }
    .searchResults .result .img .quickView {
      display: none; }
    .searchResults .result .img.noimg {
      display: none; }
    .searchResults .result .img img {
      width: auto !important;
      height: auto !important;
      max-height: 128px; }
  .searchResults .result h3 {
    margin-bottom: 8px; }
  .searchResults .result .info {
    font-size: 13px;
    color: #999999;
    margin-bottom: 8px; }
  .searchResults .result .shortdesc p {
    margin-bottom: 8px; }
  .searchResults .result .category-data, .searchResults .result .tag-data {
    font-size: 13px;
    float: left;
    margin-right: 16px; }

.formbuilder {
  margin-bottom: 16px; }

div.formbuilder .grouped-form > div label {
  font-weight: bold; }

.news {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  width: calc(100% + 30px); }
  .news:before, .news:after {
    content: " ";
    display: table; }
  .news:after {
    clear: both; }
  .news > .item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    float: none !important;
    margin-right: -0.28em;
    /*
       *display: inline;
       *zoom: 1;
    */ }
    @media (min-width: 768px) {
      .news > .item {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .news > .item {
        float: left;
        width: 25%; } }
    @media (min-width: 1200px) {
      .news > .item {
        float: left;
        width: 25%; } }
  .news .paging, .news .article, .news .desc {
    padding-left: 15px;
    padding-right: 15px; }
  .news .item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 32px; }
    .news .item .img {
      margin: 0;
      overflow: hidden;
      background: #000;
      width: 100%;
      padding-top: 66%;
      position: relative;
      margin-bottom: 15px; }
      .news .item .img a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center; }
        .news .item .img a img {
          display: block;
          width: 100%;
          height: 100%; }
      .news .item .img.no-img {
        background-color: #000;
        background-size: 50% auto;
        background-position: center center;
        background-repeat: no-repeat; }
    .news .item .txt {
      text-align: left;
      position: relative; }
      @media (max-width: 767px) {
        .news .item .txt {
          height: auto !important; } }
      .news .item .txt h3 {
        font-family: 'ITC Modern No. 216 W01';
        margin-top: 10px;
        font-size: 24px;
        position: relative;
        z-index: 1; }
        .news .item .txt h3 a {
          color: #000; }
          .news .item .txt h3 a:hover {
            color: #2389be; }
      .news .item .txt .more-info a {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
    .news .item .meta {
      display: inline-block;
      margin: 0; }
    .news .item .date {
      display: inline;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: bold;
      text-transform: uppercase;
      color: #b3b2b2;
      margin-bottom: 0;
      line-height: normal; }
      .news .item .date:before {
        content: " / ";
        display: inline; }
    .news .item .category-data {
      display: inline;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: bold; }
      .news .item .category-data strong {
        display: none; }
      .news .item .category-data a {
        color: #b3b2b2; }
  .news .article {
    max-width: 800px;
    margin: 0 auto; }
    .news .article img {
      max-width: 100%;
      height: auto !important; }
    .news .article h2.newsCategory {
      display: none; }
    .news .article h1 {
      margin-bottom: 16px; }
    .news .article .description {
      margin-top: 16px; }
    .news .article .meta {
      display: inline-block;
      margin: 0; }
    .news .article .date {
      display: inline;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: bold;
      text-transform: uppercase;
      color: #b3b2b2;
      margin-bottom: 0;
      line-height: normal; }
      .news .article .date:before {
        content: " / ";
        display: inline; }
    .news .article .category-data {
      display: inline;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.1em;
      font-weight: bold; }
      .news .article .category-data strong {
        display: none; }
      .news .article .category-data a {
        color: #2389be; }

.paging {
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold; }
  .paging:before, .paging:after {
    content: " ";
    display: table; }
  .paging:after {
    clear: both; }
  .paging .pagesize {
    float: left; }
  @media (min-width: 768px) {
    .paging {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .paging.pagingTop .pager {
      display: none; }
    .paging.bottom .pagesize {
      display: none; }
    .paging.pagingBtm .pagerSummary {
      display: none; } }
  .paging .pager {
    margin: 0; }
    .paging .pager li {
      margin: 0 0 0 5px;
      padding: 0;
      background: none; }
      .paging .pager li a, .paging .pager li.selected {
        padding: 0;
        display: block;
        width: 34px;
        height: 34px;
        border: 2px solid #efefef;
        color: #999;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-radius: 50px; }
      .paging .pager li a:hover {
        color: #2389be;
        border-color: #2389be; }
      .paging .pager li.selected {
        color: #2389be;
        border-color: #2389be;
        background: #fff; }
      .paging .pager li.prev a, .paging .pager li.next a {
        width: 60px; }
      .paging .pager li.prev.disabled a, .paging .pager li.next.disabled a {
        border-color: #efefef;
        color: #ccc; }
      @media (max-width: 767px) {
        .paging .pager li {
          margin: 0; }
          .paging .pager li.selected {
            display: none; }
          .paging .pager li.prev a, .paging .pager li.next a {
            width: 95%; } }

/*
font-family:'Proxima Nova W01';
font-family:'ITC Modern No. 216 W01';
*/
h1, h2, h3 {
  font-family: 'ITC Modern No. 216 W01';
  line-height: normal; }

h1 {
  font-size: 48px;
  color: #000;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 32px; } }

.page-header h1 {
  color: #fff; }

h2 {
  font-size: 36px;
  color: #2389be;
  margin-bottom: 24px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px; } }

p + h2, div + h2 {
  margin-top: 32px; }

.underline:after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #2389be;
  margin-top: 32px;
  margin-bottom: 32px; }

h3 {
  font-size: 24px;
  color: #000; }
  @media (max-width: 991px) {
    h3 {
      font-size: 20px; } }

h2.profile {
  font-size: 32px;
  color: #000;
  margin-bottom: 16px; }
  h2.profile > small {
    font-family: "Proxima Nova W01", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2389be;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.1em; }

.xs-title {
  font-size: 15px; }

.sm-title {
  font-size: 20px; }
  @media (max-width: 991px) {
    .sm-title {
      font-size: 16px; } }

.btn, input[type="submit"], input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
  padding: 10px 30px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #2389be;
  border-color: #2389be;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #2389be;
  background-color: transparent;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  letter-spacing: 0.1em; }
  .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    color: #2389be;
    background-color: rgba(13, 13, 13, 0);
    border-color: #2183b5;
    text-decoration: none; }
  .btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active, input[type="button"]:active, input[type="button"].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], input[type="submit"].disabled, input[type="submit"][disabled], input[type="button"].disabled, input[type="button"][disabled] {
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.btn-block, input[type="submit"].btn-block, input[type="button"].btn-block {
    width: 100%; }
  .btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #1b6a93;
    border-color: #1b6a93;
    color: #fff; }
  .btn.white, input[type="submit"].white, input[type="button"].white {
    border-color: #fff;
    color: #fff; }
    .btn.white:hover, input[type="submit"].white:hover, input[type="button"].white:hover {
      color: #2389be;
      background: #fff; }
  .btn.primary, input[type="submit"].primary, input[type="button"].primary {
    background: #2389be;
    color: #fff; }
    .btn.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover {
      background: #1b6a93;
      border-color: #1b6a93; }
  @media (max-width: 767px) {
    .main-col .btn, .main-col input[type="submit"], .main-col input[type="button"] {
      width: 100%; } }

p .btn {
  margin-top: 10px; }

.navbar .btn {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff; }
  .navbar .btn:hover {
    background: #2389be;
    color: #fff;
    border-color: #2389be; }
  @media (max-width: 991px) {
    .navbar .btn {
      background: #2389be;
      color: #fff;
      border-color: #2389be; } }

@media (min-width: 768px) {
  .btn-group .btn {
    min-width: 180px; }
  .btn-group .btn + .btn {
    margin-left: 10px; } }

@media (max-width: 767px) {
  .btn-group {
    max-width: 180px;
    margin: 0 auto; }
    .btn-group .btn {
      display: block; }
    .btn-group .btn + .btn {
      margin-top: 10px; } }

.button-play {
  color: white;
  padding: 1rem 2.5rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: .27s ease;
  transition: .27s ease;
  position: relative;
  opacity: .85; }
  .button-play::before {
    content: " ";
    width: 16px;
    height: 16px;
    margin-right: .5rem;
    display: block;
    background: url("/theme/acutecomau/assets/public/image/icons/video-play-32.png") no-repeat;
    background-size: contain; }
  .button-play:hover, .button-play:focus {
    color: white;
    opacity: 1; }

a {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s; }

select {
  padding-top: 0;
  padding-bottom: 0; }

img.img-responsive {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-top: 10px; }

img.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

img.icon {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px; }

h1.profile small {
  font-family: "Proxima Nova W01", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2389be;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em; }

hr {
  margin: 32px 0; }

.main-col ul:not(.pager) {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 24px; }
  .main-col ul:not(.pager) li {
    padding-left: 20px;
    position: relative; }
    .main-col ul:not(.pager) li:before {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      background: #2389be;
      border-radius: 3px;
      position: absolute;
      left: 0;
      top: 10px; }
  @media (min-width: 992px) {
    .main-col ul:not(.pager).float-list:before, .main-col ul:not(.pager).float-list:after {
      content: " ";
      display: table; }
    .main-col ul:not(.pager).float-list:after {
      clear: both; }
    .main-col ul:not(.pager).float-list li {
      float: left;
      width: 50%; } }

a.google-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 15px; }
  a.google-link:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    background-image: url("/theme/acutecomau/theme/img/icon/pin.svg");
    background-size: contain;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0; }

.hover-tile {
  margin-bottom: 30px; }
  .hover-tile a {
    display: block;
    text-align: left;
    position: relative; }
    .hover-tile a img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    .hover-tile a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
      background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
      -webkit-transition: all 0.4s 0s;
      transition: all 0.4s 0s; }
    .hover-tile a:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 10;
      -webkit-transition: opacity 0.4s 0s;
      transition: opacity 0.4s 0s;
      background: #2389be;
      opacity: 0; }
    .hover-tile a span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      z-index: 20;
      padding-bottom: 0;
      -webkit-transition: padding 0.4s 0s;
      transition: padding 0.4s 0s; }
      .hover-tile a span strong {
        display: block;
        font-size: 1em;
        padding: 20px;
        padding-right: 80px;
        color: #fff;
        position: relative;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .hover-tile a span strong em {
          font-style: normal;
          font-weight: normal; }
        .hover-tile a span strong:after {
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          background-image: url("/theme/acutecomau/theme/img/icon/arrow-blue.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: transparent;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -20px; }
    @media (min-width: 992px) {
      .hover-tile a:hover:before {
        opacity: 0.7; }
      .hover-tile a:hover span {
        padding-bottom: 30px; } }

.links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .links-list > li {
    margin-right: 1.5rem; }
    .links-list > li a {
      font-size: 14px;
      color: #888; }
      .links-list > li a:hover, .links-list > li a:focus {
        color: #0f2f50; }

.whm-disclaimer {
  padding: 60px 0 44px 0;
  background: #f8f8f8; }
  .whm-disclaimer p {
    font-size: 12px; }
  .whm-disclaimer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem; }

@media (min-width: 1200px) {
  .overlay {
    z-index: 8; }
  #main-nav {
    /*position: absolute;
      right: $grid-gutter-width;
      top: 50%;
      margin-top: -15px;
      z-index: 99;*/
    /*float: left;
      position: relative;*/
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    #main-nav ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      #main-nav ul:before, #main-nav ul:after {
        content: " ";
        display: table; }
      #main-nav ul:after {
        clear: both; }
      #main-nav ul > li {
        position: relative;
        display: block; }
        #main-nav ul > li > a {
          position: relative;
          display: block;
          padding: 0;
          color: #fff;
          border-radius: 0;
          background-color: inherit;
          cursor: pointer; }
          #main-nav ul > li > a:hover, #main-nav ul > li > a:focus {
            color: rgba(255, 255, 255, 0.75);
            background-color: none; }
        #main-nav ul > li.active > a, #main-nav ul > li.selected > a, #main-nav ul > li.subPageSelected > a {
          color: #2389be;
          background-color: none; }
        #main-nav ul > li ul {
          list-style: none;
          padding-left: 0;
          margin: 0;
          display: none; }
          #main-nav ul > li ul li {
            position: relative;
            display: block; }
            #main-nav ul > li ul li a {
              position: relative;
              display: block; }
      #main-nav ul:before, #main-nav ul:after {
        content: " ";
        display: table; }
      #main-nav ul:after {
        clear: both; }
      #main-nav ul > li {
        position: relative;
        display: block; }
        #main-nav ul > li > a {
          position: relative;
          display: block;
          padding: 0;
          color: #fff;
          border-radius: 0;
          background-color: inherit;
          cursor: pointer; }
          #main-nav ul > li > a:hover, #main-nav ul > li > a:focus {
            color: rgba(255, 255, 255, 0.75);
            background-color: none; }
        #main-nav ul > li.active > a, #main-nav ul > li.selected > a, #main-nav ul > li.subPageSelected > a {
          color: #2389be;
          background-color: none; }
        #main-nav ul > li ul {
          list-style: none;
          padding-left: 0;
          margin: 0;
          display: none; }
          #main-nav ul > li ul li {
            position: relative;
            display: block; }
            #main-nav ul > li ul li a {
              position: relative;
              display: block; }
      #main-nav ul > li {
        float: left;
        margin-right: 0; }
        #main-nav ul > li:last-child {
          margin-right: 0; }
        #main-nav ul > li ul {
          display: none; }
      #main-nav ul > li:hover > a {
        color: rgba(255, 255, 255, 0.75);
        background: none; }
      #main-nav ul > li:hover > ul {
        display: block; }
      #main-nav ul > li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        position: absolute;
        top: auto;
        left: auto;
        z-index: 1000;
        width: 240px;
        background: #ffffff;
        border-radius: 0 0 3px 3px;
        overflow: hidden;
        line-height: 1.4;
        text-align: left; }
        #main-nav ul > li ul > li {
          position: relative;
          display: block; }
          #main-nav ul > li ul > li > a {
            position: relative;
            display: block;
            padding: 10px;
            color: #fff;
            background: inherit; }
            #main-nav ul > li ul > li > a:hover, #main-nav ul > li ul > li > a:focus {
              color: #fff;
              background: #2389be; }
          #main-nav ul > li ul > li:hover > a {
            color: #fff;
            background: #2389be; }
          #main-nav ul > li ul > li:hover > ul {
            display: block;
            top: 0;
            left: 240px; }
    #main-nav > ul {
      text-align: center; }
      #main-nav > ul > li {
        display: inline-block;
        float: none;
        margin: 0 15px; } }
      @media (min-width: 1200px) and (max-width: 1199px) {
        #main-nav > ul > li {
          margin: 0 5px; } }

@media (min-width: 1200px) {
        #main-nav > ul > li.currentpage > a {
          color: #fff; }
        #main-nav > ul > li > a {
          display: block;
          line-height: normal;
          font-weight: bold;
          position: relative;
          z-index: 99;
          padding: 0;
          height: 30px;
          line-height: 30px;
          -webkit-transition: color .25s ease;
          transition: color .25s ease; }
        #main-nav > ul > li > ul {
          border-top: 0px;
          border-radius: 0;
          z-index: 100;
          background: none;
          left: 50%;
          margin-left: -120px;
          overflow: visible !important;
          padding-top: 10px;
          -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
          display: block;
          margin-top: 10px;
          visibility: hidden;
          opacity: 0; }
          #main-nav > ul > li > ul > li {
            margin: 0;
            float: none; }
            #main-nav > ul > li > ul > li:first-child:before {
              border-bottom: 7px solid #2389be;
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              content: "";
              display: inline-block;
              left: 50%;
              margin-left: -7px;
              position: absolute;
              top: -7px;
              z-index: 101; }
            #main-nav > ul > li > ul > li:first-child a {
              border-top-left-radius: 3px;
              border-top-right-radius: 3px;
              overflow: hidden; }
            #main-nav > ul > li > ul > li:last-child a {
              border-bottom-left-radius: 3px;
              border-bottom-right-radius: 3px;
              overflow: hidden; }
            #main-nav > ul > li > ul > li > a {
              line-height: 1.4;
              padding: 10px 15px;
              text-align: center;
              background: #2389be;
              color: #fff; }
              #main-nav > ul > li > ul > li > a:hover {
                background: #1f79a8;
                color: #fff; }
        #main-nav > ul > li:hover > ul {
          margin-top: 0px;
          opacity: 1;
          visibility: visible; }
  #menu-toggle {
    display: none; } }

@media (max-width: 1199px) {
  #menu-toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    #menu-toggle {
      right: 15px; } }

@media (max-width: 1199px) {
    #menu-toggle.active span {
      background: #fff !important; }
    #menu-toggle.active .top {
      transform: translateY(9px) translateX(0) rotate(45deg);
      -ms-transform: translateY(9px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(9px) translateX(0) rotate(45deg); }
    #menu-toggle.active .middle {
      opacity: 0; }
    #menu-toggle.active .bottom {
      transform: translateY(-9px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg); }
    #menu-toggle span {
      background: #fff;
      border: none;
      height: 2px;
      width: 100%;
      position: absolute;
      left: 0;
      -webkit-transition: all .35s ease;
      transition: all .35s ease;
      cursor: pointer;
      border-radius: 2px; }
      #menu-toggle span.top {
        top: 0px; }
      #menu-toggle span.middle {
        top: 9px; }
      #menu-toggle span.bottom {
        bottom: 0px; }
  .overlay {
    position: fixed;
    background: #0f2f50;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s;
    overflow: hidden;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .overlay .menu {
      position: relative;
      padding: 30px 0; } }
    @media (max-width: 1199px) and (min-height: 400px) {
      .overlay .menu {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media (max-width: 1199px) {
    .overlay.open {
      opacity: 1;
      visibility: visible;
      height: 100%;
      -webkit-animation-fill-mode: none;
      animation-fill-mode: none; }
      .overlay.open li {
        opacity: 1;
        margin-left: 0px; }
    .overlay nav {
      /*margin-top: $grid-gutter-width*2;*/
      /*height: 70%;
         top: 10%;
         transform: translateY(-50%);
         -ms-transform: translateY(-50%);
         -webkit-transform: translateY(-50%);*/
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; } }
    @media (max-width: 1199px) and (max-width: 767px) {
      .overlay nav {
        font-size: 16px; } }

@media (max-width: 1199px) {
      .overlay nav ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%; }
        .overlay nav ul li {
          display: block;
          /*height: 15%;
               height: calc(100% / 6);
               min-height: 50px;*/
          position: relative;
          opacity: 0;
          margin-left: 100px;
          -webkit-transition: opacity .5s, margin-left .5s;
          transition: opacity .5s, margin-left .5s; }
          .overlay nav ul li ul {
            display: none; }
          .overlay nav ul li a {
            display: block;
            position: relative;
            color: #fff;
            text-decoration: none;
            overflow: hidden;
            padding: 15px 0; } }
          @media (max-width: 1199px) and (max-width: 767px) {
            .overlay nav ul li a {
              padding: 10px 0; } }

@media (min-width: 992px) {
  .sub-col .submenu {
    margin-bottom: 30px; }
    .sub-col .submenu .toggle {
      display: none; }
    .sub-col .submenu h2 {
      color: #000;
      font-weight: bold;
      font-size: 20px;
      margin: 0 0 10px 0; }
    .sub-col .submenu ul li {
      line-height: normal;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.05em; }
      .sub-col .submenu ul li a {
        padding: 5px 0;
        color: #999999;
        position: relative;
        /*&:before {
                     content: "";
                     display: block;
                     position: absolute;
                     width: 2px;
                     top: 15px;
                     bottom: 15px;
                     left: 0px;
                  }*/ }
        .sub-col .submenu ul li a:hover {
          color: #2389be; }
      .sub-col .submenu ul li.subPageSelected a {
        color: #2389be;
        /*&:before {
                        background: $base-primary-color;
                     }*/ } }

@media (max-width: 991px) {
  .sub-col .submenu {
    margin-bottom: 30px;
    border: 1px solid #ebebeb; }
    .sub-col .submenu h2 {
      display: none; }
    .sub-col .submenu .toggle {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      background: #fff;
      padding: 15px;
      color: #888;
      text-transform: uppercase;
      font-size: 13px; }
      .sub-col .submenu .toggle .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        width: 24px;
        cursor: pointer;
        z-index: 99;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease; }
        .sub-col .submenu .toggle .icon span {
          background: #2389be;
          border: none;
          height: 2px;
          width: 100%;
          position: absolute;
          left: 0;
          -webkit-transition: all .35s ease;
          transition: all .35s ease;
          cursor: pointer;
          border-radius: 1px; }
          .sub-col .submenu .toggle .icon span.top {
            top: 6px; }
          .sub-col .submenu .toggle .icon span.middle {
            top: 14px; }
          .sub-col .submenu .toggle .icon span.bottom {
            bottom: 6px; }
      .sub-col .submenu .toggle.open .icon .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
      .sub-col .submenu .toggle.open .icon .middle {
        opacity: 0; }
      .sub-col .submenu .toggle.open .icon .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
    .sub-col .submenu ul {
      background-color: #fff;
      display: none;
      font-size: 13px;
      font-weight: bold; }
      .sub-col .submenu ul.open {
        display: block; }
      .sub-col .submenu ul li {
        border-top: 1px solid #ebebeb;
        line-height: normal;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.05em; }
        .sub-col .submenu ul li a {
          padding: 15px;
          color: #333; }
        .sub-col .submenu ul li.subPageSelected a {
          color: #2389be; } }

@media (min-width: 992px) {
  .blogCategories {
    width: 240px;
    position: absolute;
    margin-top: -85px;
    margin-bottom: 0;
    right: 15px;
    z-index: 10; } }

.blogCategories .submenu {
  border: 1px solid #ebebeb; }
  @media (max-width: 991px) {
    .blogCategories .submenu {
      margin-bottom: 30px; } }
  .blogCategories .submenu h2 {
    display: none; }
  .blogCategories .submenu .toggle {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #fff;
    padding: 15px;
    color: #888;
    text-transform: uppercase;
    font-size: 13px; }
    .blogCategories .submenu .toggle .icon {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -15px;
      height: 30px;
      width: 24px;
      cursor: pointer;
      z-index: 99;
      -webkit-transition: opacity .25s ease;
      transition: opacity .25s ease; }
      .blogCategories .submenu .toggle .icon span {
        background: #2389be;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 1px; }
        .blogCategories .submenu .toggle .icon span.top {
          top: 6px; }
        .blogCategories .submenu .toggle .icon span.middle {
          top: 14px; }
        .blogCategories .submenu .toggle .icon span.bottom {
          bottom: 6px; }
    .blogCategories .submenu .toggle.open .icon .top {
      transform: translateY(8px) translateX(0) rotate(45deg);
      -ms-transform: translateY(8px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
    .blogCategories .submenu .toggle.open .icon .middle {
      opacity: 0; }
    .blogCategories .submenu .toggle.open .icon .bottom {
      transform: translateY(-8px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
  .blogCategories .submenu ul {
    background-color: #fff;
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0; }
    .blogCategories .submenu ul.open {
      display: block; }
    .blogCategories .submenu ul li {
      border-top: 1px solid #ebebeb;
      line-height: normal;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding-left: 0; }
      .blogCategories .submenu ul li:before {
        display: none; }
      .blogCategories .submenu ul li a {
        padding: 15px;
        color: #333; }
      .blogCategories .submenu ul li.subPageSelected a {
        color: #2389be; }

.max-body:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 9999999;
  background-image: url("/theme/acutecomau/theme/img/bg/transition-loader.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0; }

.home {
  background: #f7f7f7; }

.container {
  /*@media (min-width: $screen-md-min) {
      padding: 0 $grid-gutter-width;
   }*/
  max-width: 1400px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header .navbar {
    padding: 30px 0;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    @media (max-width: 767px) {
      header .navbar {
        padding: 20px 0; } }
    header .navbar .container {
      position: relative; }
    header .navbar .logo {
      display: inline-block;
      position: relative;
      z-index: 100; }
      header .navbar .logo p {
        margin: 0;
        position: relative; }
        header .navbar .logo p:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-image: url("/theme/acutecomau/assets/public/image/UI/logo-colour.png");
          background-size: contain;
          z-index: 0;
          opacity: 0;
          -webkit-transition: opacity 0.3s linear 0s;
          transition: opacity 0.3s linear 0s; }
      header .navbar .logo a {
        z-index: 1;
        position: relative; }
      header .navbar .logo img {
        width: auto !important;
        vertical-align: middle;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        @media (max-width: 1199px) {
          header .navbar .logo img {
            height: 40px !important; } }
  @media (min-width: 1200px) {
    header .global {
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      header .global div {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      header .global .social {
        margin-right: 10px;
        display: none; }
        header .global .social img {
          display: block; }
        header .global .social a {
          margin: 0 5px;
          float: left;
          position: relative; }
          header .global .social a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-size: contain !important;
            opacity: 0; }
          header .global .social a.twitter:before {
            background: url("/theme/acutecomau/assets/public/image/UI/icon-twitter-blue.svg"); }
          header .global .social a.fb:before {
            background: url("/theme/acutecomau/assets/public/image/UI/icon-fb-blue.svg"); }
      header .global .login {
        margin-left: 10px; }
      header .global .btn {
        padding: 10px 20px; } }
  @media (max-width: 1199px) {
    header .global {
      margin-top: 15px; }
      header .global .social {
        text-align: center;
        margin-bottom: 20px; }
        header .global .social img {
          margin: 5px; }
      header .global .btn {
        display: block;
        max-width: 200px;
        margin: 0 auto; }
      header .global .login {
        margin-top: 10px;
        margin-left: auto; } }
  header.on-scroll .navbar {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 20px 0; }
    header.on-scroll .navbar p:before {
      opacity: 1; }
    header.on-scroll .navbar .logo img {
      height: 40px !important;
      opacity: 0; }
    header.on-scroll .navbar .logo.white p:before {
      opacity: 0; }
    header.on-scroll .navbar .logo.white img {
      opacity: 1; }
  @media (min-width: 992px) {
    header.on-scroll #main-nav > ul > li > a {
      color: #666; }
    header.on-scroll #main-nav > ul > li:hover > a {
      color: #2389be; }
    header.on-scroll .global .social a:before {
      opacity: 1; }
    header.on-scroll .btn {
      background: #2389be;
      color: #fff;
      border: 0px; } }
  header.on-scroll #menu-toggle span {
    background: #2389be; }
  .no-page-header header .navbar {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 20px 0; }
    .no-page-header header .navbar p:before {
      opacity: 1; }
    .no-page-header header .navbar .logo img {
      opacity: 0; }
    .no-page-header header .navbar .logo.white p:before {
      opacity: 0; }
    .no-page-header header .navbar .logo.white img {
      opacity: 1; }
  @media (min-width: 992px) {
    .no-page-header header #main-nav > ul > li > a {
      color: #666; }
    .no-page-header header #main-nav > ul > li:hover > a {
      color: #2389be; }
    .no-page-header header .global .social a:before {
      opacity: 1; }
    .no-page-header header .btn {
      background: #2389be;
      color: #fff;
      border: 0px; } }
  .no-page-header header #menu-toggle span {
    background: #2389be; }

#hero {
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    #hero {
      padding-bottom: 40%;
      min-height: 600px; } }
  @media (max-width: 767px) {
    #hero {
      height: 420px; } }
  #hero ul.slides {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    #hero ul.slides:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 3;
      opacity: .5; }
    #hero ul.slides li {
      position: absolute !important;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #hero ul.slides .vimeo-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
      overflow: hidden; }
      #hero ul.slides .vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  #hero .banner-text {
    z-index: 6;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadein;
            animation-name: fadein; }
    #hero .banner-text:after {
      display: block;
      width: 1px;
      height: 40px;
      background: #fff;
      position: absolute;
      bottom: -45px;
      left: 50%; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #hero .banner-text h1 {
      color: #fff;
      font-size: 36px; }
      @media (max-width: 767px) {
        #hero .banner-text h1 {
          font-size: 24px; }
          #hero .banner-text h1 br {
            display: none; } }
    #hero .banner-text p {
      font-size: 12px;
      text-transform: uppercase;
      color: #39a3db;
      letter-spacing: 0.1em;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #hero .banner-text p {
          font-size: 16px; } }

.hover-tiles {
  z-index: 1; }
  @media (min-width: 768px) {
    .home .hover-tiles {
      margin-top: -60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home .hover-tiles {
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .hover-tiles {
      padding-top: 30px; } }
  .hover-tiles .tile {
    position: relative;
    overflow: hidden;
    line-height: normal;
    margin-bottom: 30px; }
    .hover-tiles .tile::before, .hover-tiles .tile::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .hover-tiles .tile:before {
      z-index: 1;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
      background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0); }
    .hover-tiles .tile:after {
      z-index: 2;
      background: #2389be;
      opacity: 0;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .hover-tiles .tile.lg .img img {
      height: 400px !important;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .hover-tiles .tile .img img {
      width: 100% !important;
      height: auto !important;
      display: block; }
    @media (min-width: 1200px) {
      .hover-tiles .tile .text {
        z-index: 10;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        padding: 20px 25px;
        color: #fff;
        width: 100%;
        top: 100%;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px); }
        .hover-tiles .tile .text .heading {
          font-size: 18px;
          height: 40px; }
          .hover-tiles .tile .text .heading a {
            color: #fff; }
        .hover-tiles .tile .text .desc {
          -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
          opacity: 0; }
        .hover-tiles .tile .text ul {
          list-style: none;
          padding-left: 0;
          margin: 0;
          margin-bottom: 16px;
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 0.1em; }
          .hover-tiles .tile .text ul li {
            padding: 5px 0 5px 20px;
            border-left: 1px solid rgba(255, 255, 255, 0.5); }
            .hover-tiles .tile .text ul li::before {
              content: none; }
            .hover-tiles .tile .text ul li a {
              display: block;
              color: rgba(255, 255, 255, 0.7); }
              .hover-tiles .tile .text ul li a:hover {
                color: #fff; }
      .hover-tiles .tile:hover:after {
        opacity: .9; }
      .hover-tiles .tile:hover .text {
        top: 0px;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
        .hover-tiles .tile:hover .text .desc {
          opacity: 1; } }
    @media (max-width: 1199px) {
      .hover-tiles .tile .text {
        z-index: 10;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        width: 100%; }
        .hover-tiles .tile .text .heading {
          font-size: 16px; }
          .hover-tiles .tile .text .heading a {
            color: #fff;
            padding: 20px 25px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0; }
            .hover-tiles .tile .text .heading a strong {
              display: block;
              position: absolute;
              bottom: 20px; }
        .hover-tiles .tile .text .desc {
          display: none; } }
    @media (max-width: 991px) {
      .hover-tiles .tile {
        margin-bottom: 16px; } }

.home #main {
  position: relative; }
  @media (max-width: 767px) {
    .home #main {
      height: auto !important; } }
  @media (min-width: 1200px) {
    .home #main .section {
      padding: 90px 0 74px 0; } }
  .home #main .home-news {
    background: #fff; }

@media (min-width: 1200px) {
  .inner.no-page-header #main {
    margin-top: 100px; } }

@media (max-width: 1199px) {
  .inner.no-page-header #main {
    margin-top: 80px; } }

#main .page-header {
  position: relative;
  background-color: #0f2f50;
  background-size: cover;
  background-position: center top;
  text-align: center; }
  #main .page-header .container {
    position: relative;
    z-index: 6;
    max-width: 1000px; }
    #main .page-header .container .heading {
      position: relative;
      margin-top: 50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff; }
      @media (max-width: 1199px) {
        #main .page-header .container .heading {
          margin-top: 40px; } }
    @media (min-width: 1200px) {
      #main .page-header .container {
        height: 720px; } }
    @media (max-width: 1199px) {
      #main .page-header .container {
        height: 640px; } }
    @media (max-width: 767px) {
      #main .page-header .container {
        height: 480px; } }
    #main .page-header .container .breadcrumbs {
      opacity: .7; }
      #main .page-header .container .breadcrumbs a {
        color: #fff; }
    #main .page-header .container h1 {
      color: #fff;
      position: relative;
      margin-bottom: 16px; }
  #main .page-header .image {
    display: none; }
  #main .page-header:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5); }

#main .section {
  padding: 60px 0 44px 0;
  overflow-x: hidden; }
  @media (max-width: 1199px) {
    #main .section {
      padding: 45px 0 29px 0; } }

.breadcrumbs {
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase; }
  .breadcrumbs strong, .breadcrumbs span {
    display: none; }
  .breadcrumbs a {
    color: #999999; }
    .breadcrumbs a:after {
      content: "/";
      margin: 0 4px 0 7px; }
    .breadcrumbs a:first-child {
      display: none; }
    .breadcrumbs a:last-child {
      display: none; }
      .breadcrumbs a:last-child:after {
        content: ""; }
  .breadcrumbs strong {
    margin: 0 3px; }

.inner .content .container {
  max-width: 1200px; }

footer {
  font-size: 14px;
  color: #666666; }
  @media (max-width: 991px) {
    footer {
      text-align: center; } }
  footer a {
    color: #888; }
  .home footer {
    background: #fff; }
  footer .footer-nav {
    padding: 60px 0 44px 0; }
  footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 16px; }
    footer ul:before, footer ul:after {
      content: " ";
      display: table; }
    footer ul:after {
      clear: both; }
    footer ul li {
      float: left;
      width: 50%; }
  footer .footer-social {
    text-align: right; }
    @media (max-width: 991px) {
      footer .footer-social {
        text-align: center; } }
  footer .copyright {
    border-top: 1px solid #ebebeb;
    padding: 30px 0 14px 0; }
    @media (min-width: 992px) {
      footer .copyright .mintox {
        text-align: right; } }

.bottom-cta {
  background-color: #0f2f50;
  background-image: url("/theme/acutecomau/assets/public/image/UI/bottom-cta.jpg");
  background-size: cover;
  background-position: center center;
  padding: 140px 0 124px 0;
  text-align: center;
  color: #fff; }
  .bottom-cta h3 {
    color: #fff;
    font-size: 36px; }
    @media (max-width: 991px) {
      .bottom-cta h3 {
        font-size: 24px; } }
  @media (max-width: 767px) {
    .bottom-cta {
      padding: 100px 0 84px 0; } }

#scene .scene_element {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

#scene .scene_element.fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

#scene.is-exiting .scene_element.fadein {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@media (min-width: 992px) {
  /*#scene header {
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-name: headerIn;
      animation-name: headerIn;
   }

   #scene.is-exiting header {
      -webkit-animation-name: headerOut;
      animation-name: headerOut;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
   }*/ }

#scene .scene_element.delayed {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#scene.is-exiting .scene_element.delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/*#scene .max-body:after {
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-animation-name: loaderOut;
   animation-name: loaderOut;
}

#scene.is-exiting .max-body:after {
   -webkit-animation-name: loaderIn;
   animation-name: loaderIn;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
}*/
.is-loading,
.is-loading a {
  cursor: progress; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes headerIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes headerIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes headerOut {
  0% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes headerOut {
  0% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes loaderIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes loaderIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes loaderOut {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes loaderOut {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }
