* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* End Normalize CSS */
/* Reset Elements */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
form,
.form-item {
  display: inline;
  margin: 0;
  padding: 0;
}
/* Reset marign and padding on all ul, ol  */
ol,
ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
a:link,
a:active,
a:visited {
  outline: none;
}
/*
Hide breadcrumb on certain content
*/
.brands #breadcrumb,
.front #breadcrumb,
.brand-sub-page #breadcrumb {
  display: none;
}
/*
Kill Drupal List images header, footer, and sidebars.
*/
#sidebar-first li,
#sidebar-second li,
#header li,
#footer li,
#sub-menu li {
  list-style: none !important;
}
/*
Kill "promos" until I can remove them
*/
p.promo {
  display: none;
}
/*
Kill menu padding/margins
*/
li.expanded,
li.collapsed,
li.leaf {
  margin: 0;
  padding: 0;
}
/*
Repsosive iFrames
*/
iframe,
object,
embed {
  max-width: 100%;
}
/*
Do not highlight external links
*/
span.ext {
  display: none;
}
/* Kill the header images until they don't suck */
.field-name-field-header-image {
  display: none;
}
tr.even,
tr.odd {
  border: none;
  background: none;
}
/*
Override Drupal clearfix
*/
.clearfix:before,
.clearfix:after,
.column-row:before,
.column-row:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.column-row:after {
  clear: both;
}
.clearfix,
.column-row {
  *zoom: 1;
}
svg {
  overflow: hidden;
}
.row.use-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.use-flex > div[class*='col-'] {
  flex-direction: column;
  flex: 0 1 auto;
}
.row.use-flex:after,
.row.use-flex:before {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.container.padding-0 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container.padding-1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11.25px;
  padding-right: 11.25px;
}
@media (min-width: 768px) {
  .container {
    max-width: 770px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.container-fluid.with-gutters {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.container-fluid.padding-0,
.container.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.padding-1,
.container.padding-1 {
  padding-left: 11.25px;
  padding-right: 11.25px;
}
.row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.container-fluid.with-gutters .row {
  margin-left: -5.625px;
  margin-right: -5.625px;
}
.container-fluid.padding-0 .row,
.container.padding-0 .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.padding-1 .row,
.container.padding-1 .row {
  margin-left: 11.25px;
  margin-right: 11.25px;
}
.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,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.container-fluid.with-gutters .col-xs-1,
.container-fluid.with-gutters .col-sm-1,
.container-fluid.with-gutters .col-md-1,
.container-fluid.with-gutters .col-lg-1,
.container-fluid.with-gutters .col-xs-2,
.container-fluid.with-gutters .col-sm-2,
.container-fluid.with-gutters .col-md-2,
.container-fluid.with-gutters .col-lg-2,
.container-fluid.with-gutters .col-xs-3,
.container-fluid.with-gutters .col-sm-3,
.container-fluid.with-gutters .col-md-3,
.container-fluid.with-gutters .col-lg-3,
.container-fluid.with-gutters .col-xs-4,
.container-fluid.with-gutters .col-sm-4,
.container-fluid.with-gutters .col-md-4,
.container-fluid.with-gutters .col-lg-4,
.container-fluid.with-gutters .col-xs-5,
.container-fluid.with-gutters .col-sm-5,
.container-fluid.with-gutters .col-md-5,
.container-fluid.with-gutters .col-lg-5,
.container-fluid.with-gutters .col-xs-6,
.container-fluid.with-gutters .col-sm-6,
.container-fluid.with-gutters .col-md-6,
.container-fluid.with-gutters .col-lg-6,
.container-fluid.with-gutters .col-xs-7,
.container-fluid.with-gutters .col-sm-7,
.container-fluid.with-gutters .col-md-7,
.container-fluid.with-gutters .col-lg-7,
.container-fluid.with-gutters .col-xs-8,
.container-fluid.with-gutters .col-sm-8,
.container-fluid.with-gutters .col-md-8,
.container-fluid.with-gutters .col-lg-8,
.container-fluid.with-gutters .col-xs-9,
.container-fluid.with-gutters .col-sm-9,
.container-fluid.with-gutters .col-md-9,
.container-fluid.with-gutters .col-lg-9,
.container-fluid.with-gutters .col-xs-10,
.container-fluid.with-gutters .col-sm-10,
.container-fluid.with-gutters .col-md-10,
.container-fluid.with-gutters .col-lg-10,
.container-fluid.with-gutters .col-xs-11,
.container-fluid.with-gutters .col-sm-11,
.container-fluid.with-gutters .col-md-11,
.container-fluid.with-gutters .col-lg-11,
.container-fluid.with-gutters .col-xs-12,
.container-fluid.with-gutters .col-sm-12,
.container-fluid.with-gutters .col-md-12,
.container-fluid.with-gutters .col-lg-12,
.container.with-gutters .col-xs-1,
.container.with-gutters .col-sm-1,
.container.with-gutters .col-md-1,
.container.with-gutters .col-lg-1,
.container.with-gutters .col-xs-2,
.container.with-gutters .col-sm-2,
.container.with-gutters .col-md-2,
.container.with-gutters .col-lg-2,
.container.with-gutters .col-xs-3,
.container.with-gutters .col-sm-3,
.container.with-gutters .col-md-3,
.container.with-gutters .col-lg-3,
.container.with-gutters .col-xs-4,
.container.with-gutters .col-sm-4,
.container.with-gutters .col-md-4,
.container.with-gutters .col-lg-4,
.container.with-gutters .col-xs-5,
.container.with-gutters .col-sm-5,
.container.with-gutters .col-md-5,
.container.with-gutters .col-lg-5,
.container.with-gutters .col-xs-6,
.container.with-gutters .col-sm-6,
.container.with-gutters .col-md-6,
.container.with-gutters .col-lg-6,
.container.with-gutters .col-xs-7,
.container.with-gutters .col-sm-7,
.container.with-gutters .col-md-7,
.container.with-gutters .col-lg-7,
.container.with-gutters .col-xs-8,
.container.with-gutters .col-sm-8,
.container.with-gutters .col-md-8,
.container.with-gutters .col-lg-8,
.container.with-gutters .col-xs-9,
.container.with-gutters .col-sm-9,
.container.with-gutters .col-md-9,
.container.with-gutters .col-lg-9,
.container.with-gutters .col-xs-10,
.container.with-gutters .col-sm-10,
.container.with-gutters .col-md-10,
.container.with-gutters .col-lg-10,
.container.with-gutters .col-xs-11,
.container.with-gutters .col-sm-11,
.container.with-gutters .col-md-11,
.container.with-gutters .col-lg-11,
.container.with-gutters .col-xs-12,
.container.with-gutters .col-sm-12,
.container.with-gutters .col-md-12,
.container.with-gutters .col-lg-12,
.container.with-gutters .col-xs-5ths,
.container.with-gutters .col-sm-5ths,
.container.with-gutters .col-md-5ths,
.container.with-gutters .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 5.625px;
  padding-right: 5.625px;
}
.container-fluid.padding-0 .col-xs-1,
.container-fluid.padding-0 .col-sm-1,
.container-fluid.padding-0 .col-md-1,
.container-fluid.padding-0 .col-lg-1,
.container-fluid.padding-0 .col-xs-2,
.container-fluid.padding-0 .col-sm-2,
.container-fluid.padding-0 .col-md-2,
.container-fluid.padding-0 .col-lg-2,
.container-fluid.padding-0 .col-xs-3,
.container-fluid.padding-0 .col-sm-3,
.container-fluid.padding-0 .col-md-3,
.container-fluid.padding-0 .col-lg-3,
.container-fluid.padding-0 .col-xs-4,
.container-fluid.padding-0 .col-sm-4,
.container-fluid.padding-0 .col-md-4,
.container-fluid.padding-0 .col-lg-4,
.container-fluid.padding-0 .col-xs-5,
.container-fluid.padding-0 .col-sm-5,
.container-fluid.padding-0 .col-md-5,
.container-fluid.padding-0 .col-lg-5,
.container-fluid.padding-0 .col-xs-6,
.container-fluid.padding-0 .col-sm-6,
.container-fluid.padding-0 .col-md-6,
.container-fluid.padding-0 .col-lg-6,
.container-fluid.padding-0 .col-xs-7,
.container-fluid.padding-0 .col-sm-7,
.container-fluid.padding-0 .col-md-7,
.container-fluid.padding-0 .col-lg-7,
.container-fluid.padding-0 .col-xs-8,
.container-fluid.padding-0 .col-sm-8,
.container-fluid.padding-0 .col-md-8,
.container-fluid.padding-0 .col-lg-8,
.container-fluid.padding-0 .col-xs-9,
.container-fluid.padding-0 .col-sm-9,
.container-fluid.padding-0 .col-md-9,
.container-fluid.padding-0 .col-lg-9,
.container-fluid.padding-0 .col-xs-10,
.container-fluid.padding-0 .col-sm-10,
.container-fluid.padding-0 .col-md-10,
.container-fluid.padding-0 .col-lg-10,
.container-fluid.padding-0 .col-xs-11,
.container-fluid.padding-0 .col-sm-11,
.container-fluid.padding-0 .col-md-11,
.container-fluid.padding-0 .col-lg-11,
.container-fluid.padding-0 .col-xs-12,
.container-fluid.padding-0 .col-sm-12,
.container-fluid.padding-0 .col-md-12,
.container-fluid.padding-0 .col-lg-12,
.container.padding-0 .col-xs-1,
.container.padding-0 .col-sm-1,
.container.padding-0 .col-md-1,
.container.padding-0 .col-lg-1,
.container.padding-0 .col-xs-2,
.container.padding-0 .col-sm-2,
.container.padding-0 .col-md-2,
.container.padding-0 .col-lg-2,
.container.padding-0 .col-xs-3,
.container.padding-0 .col-sm-3,
.container.padding-0 .col-md-3,
.container.padding-0 .col-lg-3,
.container.padding-0 .col-xs-4,
.container.padding-0 .col-sm-4,
.container.padding-0 .col-md-4,
.container.padding-0 .col-lg-4,
.container.padding-0 .col-xs-5,
.container.padding-0 .col-sm-5,
.container.padding-0 .col-md-5,
.container.padding-0 .col-lg-5,
.container.padding-0 .col-xs-6,
.container.padding-0 .col-sm-6,
.container.padding-0 .col-md-6,
.container.padding-0 .col-lg-6,
.container.padding-0 .col-xs-7,
.container.padding-0 .col-sm-7,
.container.padding-0 .col-md-7,
.container.padding-0 .col-lg-7,
.container.padding-0 .col-xs-8,
.container.padding-0 .col-sm-8,
.container.padding-0 .col-md-8,
.container.padding-0 .col-lg-8,
.container.padding-0 .col-xs-9,
.container.padding-0 .col-sm-9,
.container.padding-0 .col-md-9,
.container.padding-0 .col-lg-9,
.container.padding-0 .col-xs-10,
.container.padding-0 .col-sm-10,
.container.padding-0 .col-md-10,
.container.padding-0 .col-lg-10,
.container.padding-0 .col-xs-11,
.container.padding-0 .col-sm-11,
.container.padding-0 .col-md-11,
.container.padding-0 .col-lg-11,
.container.padding-0 .col-xs-12,
.container.padding-0 .col-sm-12,
.container.padding-0 .col-md-12,
.container.padding-0 .col-lg-12,
.container.padding-0 .col-xs-5ths,
.container.padding-0 .col-sm-5ths,
.container.padding-0 .col-md-5ths,
.container.padding-0 .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.padding-1 .col-xs-1,
.container-fluid.padding-1 .col-sm-1,
.container-fluid.padding-1 .col-md-1,
.container-fluid.padding-1 .col-lg-1,
.container-fluid.padding-1 .col-xs-2,
.container-fluid.padding-1 .col-sm-2,
.container-fluid.padding-1 .col-md-2,
.container-fluid.padding-1 .col-lg-2,
.container-fluid.padding-1 .col-xs-3,
.container-fluid.padding-1 .col-sm-3,
.container-fluid.padding-1 .col-md-3,
.container-fluid.padding-1 .col-lg-3,
.container-fluid.padding-1 .col-xs-4,
.container-fluid.padding-1 .col-sm-4,
.container-fluid.padding-1 .col-md-4,
.container-fluid.padding-1 .col-lg-4,
.container-fluid.padding-1 .col-xs-5,
.container-fluid.padding-1 .col-sm-5,
.container-fluid.padding-1 .col-md-5,
.container-fluid.padding-1 .col-lg-5,
.container-fluid.padding-1 .col-xs-6,
.container-fluid.padding-1 .col-sm-6,
.container-fluid.padding-1 .col-md-6,
.container-fluid.padding-1 .col-lg-6,
.container-fluid.padding-1 .col-xs-7,
.container-fluid.padding-1 .col-sm-7,
.container-fluid.padding-1 .col-md-7,
.container-fluid.padding-1 .col-lg-7,
.container-fluid.padding-1 .col-xs-8,
.container-fluid.padding-1 .col-sm-8,
.container-fluid.padding-1 .col-md-8,
.container-fluid.padding-1 .col-lg-8,
.container-fluid.padding-1 .col-xs-9,
.container-fluid.padding-1 .col-sm-9,
.container-fluid.padding-1 .col-md-9,
.container-fluid.padding-1 .col-lg-9,
.container-fluid.padding-1 .col-xs-10,
.container-fluid.padding-1 .col-sm-10,
.container-fluid.padding-1 .col-md-10,
.container-fluid.padding-1 .col-lg-10,
.container-fluid.padding-1 .col-xs-11,
.container-fluid.padding-1 .col-sm-11,
.container-fluid.padding-1 .col-md-11,
.container-fluid.padding-1 .col-lg-11,
.container-fluid.padding-1 .col-xs-12,
.container-fluid.padding-1 .col-sm-12,
.container-fluid.padding-1 .col-md-12,
.container-fluid.padding-1 .col-lg-12,
.container.padding-1 .col-xs-1,
.container.padding-1 .col-sm-1,
.container.padding-1 .col-md-1,
.container.padding-1 .col-lg-1,
.container.padding-1 .col-xs-2,
.container.padding-1 .col-sm-2,
.container.padding-1 .col-md-2,
.container.padding-1 .col-lg-2,
.container.padding-1 .col-xs-3,
.container.padding-1 .col-sm-3,
.container.padding-1 .col-md-3,
.container.padding-1 .col-lg-3,
.container.padding-1 .col-xs-4,
.container.padding-1 .col-sm-4,
.container.padding-1 .col-md-4,
.container.padding-1 .col-lg-4,
.container.padding-1 .col-xs-5,
.container.padding-1 .col-sm-5,
.container.padding-1 .col-md-5,
.container.padding-1 .col-lg-5,
.container.padding-1 .col-xs-6,
.container.padding-1 .col-sm-6,
.container.padding-1 .col-md-6,
.container.padding-1 .col-lg-6,
.container.padding-1 .col-xs-7,
.container.padding-1 .col-sm-7,
.container.padding-1 .col-md-7,
.container.padding-1 .col-lg-7,
.container.padding-1 .col-xs-8,
.container.padding-1 .col-sm-8,
.container.padding-1 .col-md-8,
.container.padding-1 .col-lg-8,
.container.padding-1 .col-xs-9,
.container.padding-1 .col-sm-9,
.container.padding-1 .col-md-9,
.container.padding-1 .col-lg-9,
.container.padding-1 .col-xs-10,
.container.padding-1 .col-sm-10,
.container.padding-1 .col-md-10,
.container.padding-1 .col-lg-10,
.container.padding-1 .col-xs-11,
.container.padding-1 .col-sm-11,
.container.padding-1 .col-md-11,
.container.padding-1 .col-lg-11,
.container.padding-1 .col-xs-12,
.container.padding-1 .col-sm-12,
.container.padding-1 .col-md-12,
.container.padding-1 .col-lg-12,
.container.padding-1 .col-xs-5ths,
.container.padding-1 .col-sm-5ths,
.container.padding-1 .col-md-5ths,
.container.padding-1 .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-left: 11.25px;
  padding-right: 11.25px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1180px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.drop-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.drop-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.drop-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.drop-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 10px 10px rgba(0, 0, 0, 0.23);
}
/*
LESS can't use tags as MixIns.
I'm using classes that will never be output() so I can have alasis for site content I can't control. 
*/
.after-bar {
  content: " ";
  display: block;
  width: 22.5px;
  height: 8px;
  margin: 22.5px 0;
}
.text-color-white {
  color: #fff;
}
.background-color-white {
  background-color: #fff;
}
.border-color-white {
  border-color: #fff;
}
.text-color-black {
  color: #000;
}
.background-color-black {
  background-color: #000;
}
.border-color-black {
  border-color: #000;
}
.text-color-primary {
  color: #c8102e;
}
.background-color-primary {
  background-color: #c8102e;
}
.border-color-primary {
  border-color: #c8102e;
}
.text-color-secondary {
  color: #00b4b2;
}
.background-color-secondary {
  background-color: #00b4b2;
}
.border-color-secondary {
  border-color: #00b4b2;
}
.text-color-med-ed {
  color: #466473;
}
.background-color-med-ed {
  background-color: #466473;
}
.border-color-med-ed {
  border-color: #466473;
}
.text-color-off-white {
  color: #f1f1f3;
}
.background-color-off-white {
  background-color: #f1f1f3;
}
.border-color-off-white {
  border-color: #f1f1f3;
}
.text-color-light-grey {
  color: #e3e3e7;
}
.background-color-light-grey {
  background-color: #e3e3e7;
}
.border-color-light-grey {
  border-color: #e3e3e7;
}
.text-color-med-grey {
  color: #a8a9ab;
}
.background-color-med-grey {
  background-color: #a8a9ab;
}
.border-color-med-grey {
  border-color: #a8a9ab;
}
.text-color-dark-grey {
  color: #4d4d50;
}
.background-color-dark-grey {
  background-color: #4d4d50;
}
.border-color-dark-grey {
  border-color: #4d4d50;
}
.text-color-accent-01 {
  color: #9a1730;
}
.background-color-accent-01 {
  background-color: #9a1730;
}
.border-color-accent-01 {
  border-color: #9a1730;
}
.text-color-accent-02 {
  color: #fe5c3e;
}
.background-color-accent-02 {
  background-color: #fe5c3e;
}
.border-color-accent-02 {
  border-color: #fe5c3e;
}
.text-color-accent-03 {
  color: #d10057;
}
.background-color-accent-03 {
  background-color: #d10057;
}
.border-color-accent-03 {
  border-color: #d10057;
}
.text-color-chatt-blue-light {
  color: #75a0ce;
}
.background-color-chatt-blue-light {
  background-color: #75a0ce;
}
.border-color-chatt-blue-light {
  border-color: #75a0ce;
}
.text-color-chatt-blue-dark {
  color: #193153;
}
.background-color-chatt-blue-dark {
  background-color: #193153;
}
.border-color-chatt-blue-dark {
  border-color: #193153;
}
.gradient-01 {
  background-color: #fe5c3e;
  background-image: -webkit-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -moz-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -ms-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -o-linear-gradient(45deg, #fe5c3e, #c8102e);
}
.gradient-02 {
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
}
.gradient-oara {
  background-color: #d31c5e;
  background-image: -webkit-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -moz-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -ms-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -o-linear-gradient(45deg, #d31c5e, #7e4283);
}
.gradient-02-reverse {
  background-color: #c8102e;
  background-image: -webkit-linear-gradient(45deg, #c8102e, #9a1730);
  background-image: -moz-linear-gradient(45deg, #c8102e, #9a1730);
  background-image: -ms-linear-gradient(45deg, #c8102e, #9a1730);
  background-image: -o-linear-gradient(45deg, #c8102e, #9a1730);
}
.background-color-gradient-01 {
  background-color: #fe5c3e;
  background-image: -webkit-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -moz-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -ms-linear-gradient(45deg, #fe5c3e, #c8102e);
  background-image: -o-linear-gradient(45deg, #fe5c3e, #c8102e);
}
/*
Global Styles
*/
html {
  font-size: 14px;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #f8f8f8;
  margin: 0;
  padding: 0;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 1.45;
}
img.full {
  max-width: none;
  width: 100%;
}
body.node-type-brands #body-wrapper,
body.node-type-mim-protocol #body-wrapper {
  min-height: 1em;
}
.views-exposed-form label {
  font-weight: normal;
}
a,
a:link,
a:visited,
.as-link {
  text-decoration: none;
  color: #c8102e;
  cursor: pointer;
}
a:hover,
a:active,
.as-link:hover,
.as-link:active {
  color: #000;
}
a.anchor {
  display: block;
  position: relative;
  top: -85px;
  visibility: hidden;
}
sup a {
  color: inherit !important;
  border: none !important;
  font-family: 'Uni Regular', sans-serif !important;
  padding: 0 0.1em;
}
sup a:hover {
  color: #fff !important;
  background-color: #c8102e;
}
.no-border {
  border: none !important;
}
.modal-dialog {
  position: relative;
  top: 160px;
  margin: 0 auto;
  width: 56%;
  min-height: 100px;
  background: #fff;
  color: #000;
  padding: 45px;
}
.overlay.bk-white > .modal-dialog {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
a.medicare-message {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  top: 2px;
  font-size: 0.95em;
  color: #5f5f5f;
}
span.file {
  font-family: 'Uni Regular', sans-serif;
  display: block;
  min-height: 60px;
  margin-bottom: 1px;
  float: left;
  width: 49.5%;
  font-size: 1rem;
  margin-right: 1px;
  position: relative;
}
@media screen and (max-width: 480px) {
  span.file {
    display: block;
    width: 100% !important;
  }
}
span.file .file-icon {
  position: absolute;
  left: 8px;
  top: 13px;
}
span.file a {
  padding: 10px 10px 8px 60px;
  float: left;
  width: 100%;
  color: #5f5f5f;
  line-height: 1.3;
}
span.file a:hover {
  color: #c8102e;
}
div.headline-carrot {
  width: 56px;
  height: 28px;
  position: absolute;
  background: url('../images/pngs/headline-carrot.png');
  z-index: 10;
}
img.frame {
  border: 1px solid #e3e3e7;
}
.box-image {
  background-repeat: no-repeat;
  background-size: cover;
}
/*
Hide global nav
*/
.no-global-header #header {
  height: 62px;
}
.no-global-header #top-bar {
  display: none;
}
.no-global-header #logo {
  width: 100px;
  height: 47px;
  background-size: 100px;
  border-top: none;
  margin-left: 20px;
}
.no-global-header #block-system-main-menu {
  display: none;
}
body.no-global-header {
  padding-top: 0 !important;
}
.highlight-1 {
  padding: 22.5px;
  font-size: 0.95em;
  background: #19aeb4;
  color: #fff;
}
.highlight-1 a {
  color: #fff !important;
  border-bottom: #20d9e0;
}
.highlight-2 {
  padding: 22.5px;
  font-size: 0.95em;
  background: #0584c4;
  color: #fff;
}
.highlight-2 a {
  color: #fff !important;
  border-bottom: #06a5f6;
}
/* Just in case any old stlye clears are floating around. */
div.clear,
br.clear {
  clear: both;
}
body.full-width-page-header #top-slider {
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.fas.icon-subhead {
  width: 25px;
  height: 30px;
  position: relative;
  opacity: 1;
  background: #c8102e;
  margin-left: -14px;
  margin-top: -5px;
}
.fas.icon-subhead::before {
  position: absolute;
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: left;
  line-height: 45px;
  font-size: 27px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border-bottom-right-radius: 0;
}
.icon {
  text-align: center;
  cursor: pointer;
  padding: 22.5px;
  border: 1px solid #e3e3e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2.8125px;
  margin-bottom: 2.8125px;
}
.icon-image {
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 17px;
  border-radius: 30px;
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.icon h4 {
  text-align: center;
  margin-top: 11.25px;
  margin-bottom: 0;
  color: #5f5f5f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.icon:hover .icon-image {
  background: #000;
}
.flickity-button,
.flickity-button:hover {
  background: transparent;
}
/*
Slidining Panels
*/
.panel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .panel-background {
    position: relative;
    height: 20vh;
  }
}
/*
Pager
*/
div.item-list {
  overflow: hidden;
  position: relative;
}
div.item-list .pager {
  overflow: hidden;
  display: table;
  margin: 22.5px auto;
}
ul.pager li {
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
}
ul.pager li.pager-item a,
ul.pager li.pager-ellipsis,
ul.pager li.pager-current,
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-first a,
ul.pager li.pager-last a {
  color: #5f5f5f;
  height: 45px;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  width: auto;
  min-width: 45px;
  line-height: 45px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.pager li.pager-current {
  color: #fff;
  background: #e3e3e7;
}
ul.pager li.pager-item a:hover {
  color: #fff;
  background: #000;
}
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-first a,
ul.pager li.pager-last a {
  color: #5f5f5f;
  font-size: 90%;
  letter-spacing: 0.03em;
}
ul.pager.pager-load-more {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
ul.pager.pager-load-more li {
  width: 100%;
}
ul.pager.pager-load-more a {
  text-transform: uppercase !important;
  border: 1px solid #4d4d50;
  padding: 0 22.5px;
  color: #a8a9ab;
}
ul.pager.pager-load-more a:hover {
  color: #fff;
}
div.mobile,
.hidden {
  display: none;
}
.hide-block-title h2.block-title {
  display: none;
}
.rule {
  height: 1px;
  border-top: 1px solid #dcdcdd;
  margin: 30px 0 30px 0;
  width: 100%;
  display: block;
  clear: both;
}
.rule.red {
  border-top: 1px solid #c8102e;
}
.card {
  background: #f1f1f3;
  padding: 22.5px;
}
.section {
  padding: 50px;
  position: relative;
}
.section.gray,
.section.grey {
  background: #f1f1f3;
}
.section.red {
  background: #a11131;
  color: #fff;
}
.section.red h4 a,
.section.red h4 a:link,
.section.red h4 a:visited {
  color: #fff !important;
}
.section.red h4 a:hover,
.section.red h4 a:active {
  border-bottom: 1px dotted #fff;
}
.section.red a:hover,
.section.red a:active {
  color: #fb173e;
}
div.section-link-icon {
  margin-top: 22.5px;
  padding-top: 22.5px;
  text-align: center;
  width: 100%;
  clear: both;
}
.section.gray div.section-link-icon,
.section.grey div.section-link-icon,
.section div.section-link-icon {
  border-top: 1px solid #c43c53 !important;
}
.section.red div.section-link-icon,
.mim-protocol div.section-link-icon {
  border-top: 1px solid #fff !important;
  position: relative;
}
.mim-protocol div.section-link-icon {
  top: 45px;
  padding-bottom: 45px;
}
.section-link-icon a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 300;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  height: 90px;
  border-bottom: none !important;
  opacity: 1;
}
.section-link-icon a:hover {
  opacity: 0.8;
}
.section.red .section-link-icon a,
.mim-protocol .section-link-icon a {
  background: url('../images/pngs/section-arrow-red-circle.png') top center no-repeat;
  color: #fff !important;
}
.section.gray .section-link-icon a {
  background: url('../images/pngs/section-arrow-white.png') top center no-repeat;
}
.section-link-icon a:hover,
.section-link-icon a:active {
  color: #fff !important;
}
/*
Videos
*/
.section.full-video {
  width: 111%;
  position: relative;
  left: -50px;
  padding: 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.youtube-embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Fixed Overlay Ads
*/
.lock-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 20;
  overflow: hidden;
}
.lock-right-bottom {
  position: fixed;
  bottom: 135px;
  right: -22.5px;
  background-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: right 0.2s ease-in-out;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
}
.lock-right-bottom:hover {
  right: 0;
}
/*
GIFs
*/
.gifplayer {
  display: inline-block;
  position: relative;
}
.gifplayer img {
  display: block;
}
.gificon {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent url('../images/pngs/video-overlay.png') center center no-repeat;
  cursor: pointer;
  z-index: 10;
}
.yt-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 500px;
  left: 0;
  height: 500px;
}
.yt-foreground,
.yt-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*
Brightcove
*/
.vid-thumb {
  cursor: pointer;
}
.vid-thumb img {
  display: block;
  width: 100%;
}
body.front .vid-thumb img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}
body.front .video-thumbnail:hover .vid-thumb img {
  filter: grayscale(0);
}
span.vid-thumb {
  display: block;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 13px;
  padding: 22.5px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  width: 100%;
  min-height: 67.5px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -1px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
}
span.vid-thumb:hover {
  opacity: 1;
}
span.video-id {
  display: none !important;
}
.video-thumbnail,
.video-thumbnail.show-title {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.video-thumbnail:hover .video-title {
  background-color: rgba(0, 0, 0, 0.8);
}
.video-thumbnail:hover .video-title h4 {
  letter-spacing: 0.03em;
  opacity: 1;
}
.video-thumbnail .video-title {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-image: url(/sites/all/themes/djoglobal_v025/images/pngs/video-overlay-xlarge.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 22.5px top 22.5px;
}
.video-thumbnail .video-title h4 {
  pointer-events: none;
  color: #fff;
  position: absolute;
  top: 22.5px;
  left: 0;
  right: 45px;
  padding: 11.25px 22.5px;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 0.07em;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.video-thumbnail img {
  display: block;
}
.video-thumbnail.show-title .video-title h4 {
  opacity: 1;
  letter-spacing: 0.03em;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: left;
  margin: 0;
  background: #4d4d50;
}
.video-thumbnail.show-title:hover .video-title h4 {
  background: #000;
}
/* Brightcove Overlay */
.brightcove-overlay,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  color: white;
  cursor: pointer;
  display: none;
}
.brightcove-responsive-wrapper {
  position: relative;
  padding-bottom: 56%;
}
.overlay.bk-white {
  background-color: #ffffff;
}
.overlay.open {
  display: block;
}
.brightcove-close,
.overlay-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.1) url('../images/pngs/brightcove-close.png') center center no-repeat;
  z-index: 9999;
  border: 1px solid transparent;
}
.overlay.bk-white .overlay-close {
  background: url('../images/pngs/brightcove-close-black.png') center center no-repeat;
  top: 15px;
  right: 15px;
}
.brightcove-close:hover,
.overlay-close:hover {
  color: #c8102e;
}
.brightcove-embed {
  width: 83%;
  position: fixed;
  top: 56px;
  left: 50%;
  margin-left: -42%;
}
.logged-in .brightcove-embed {
  top: 106px;
}
.brightcove-direct-icon {
  height: 50px;
  width: 50px;
  background: url('../images/pngs/icon-brightcove-link.png') center left no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
}
.brightcove-direct {
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -54px;
  left: 30px;
  padding-top: 14px;
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  display: none;
}
#select-link input {
  background: #000;
  color: #fff;
  height: 30px;
  padding: 0 5px;
  width: 600px;
  border: none;
}
@media screen and (max-width: 480px) {
  #select-link input {
    width: 280px;
  }
}
.brightcove-embed-02 .brightcove-responsive-wrapper {
  position: relative;
  padding-top: 56.33%;
}
.brightcove-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
#content-bottom .brand-page-videos .BrightcoveExperience,
.brightcove-embed .BrightcoveExperience,
.front .BrightcoveExperience,
.node-type-information-by-brand .BrightcoveExperience,
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-bottom .brand-page-videos {
  width: 50%;
  padding-left: 45px;
  float: right;
}
span.button {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #000;
  color: #fff;
}
a.slide-text-button,
a.button.reversed.outlined {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.1s linear;
}
a.slide-text-button:hover,
a.button.reversed.outlined:hover {
  color: #000;
  background: #fff;
}
a.button.reversed {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
a.button.reversed:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
a.link-button,
a.button,
a.pbuy-link2,
.buy-link a:first-child,
#block-views-brands_resources-block a.more-link,
.view-our-brands-landing .views-field-title a,
a.learn-more,
a.btn {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #000;
  color: #fff;
  transition: all 0.1s linear;
}
a.button.small,
a.link-button.small {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  padding: 7px 14px;
}
a.button.large {
  font-size: 1.1rem !important;
  padding: 14px 42px !important;
  border-radius: 50px !important;
}
a.button.round {
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 36.4px;
}
a.button.oara {
  background-color: #d31c5e;
  background-image: -webkit-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -moz-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -ms-linear-gradient(45deg, #d31c5e, #7e4283);
  background-image: -o-linear-gradient(45deg, #d31c5e, #7e4283);
  color: #fff;
  border: none;
}
a.button.active {
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
  color: #fff;
}
a.button.active:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
a.button.active:active {
  background: #00cecb;
}
a.button.disabled {
  background: #a8a9ab;
  color: #fff;
}
a.button.outlined {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background: transparent;
  color: #000;
  border-color: #000;
}
a.button.outlined:hover {
  background: #000;
  color: #fff;
}
a.link-button-2 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
}
a.link-button-2:hover {
  background: #c8102e;
  color: #fff;
  border: 1px solid #c8102e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
a.link-button.exos {
  background: #ec4e1b;
  color: #fff;
  border-color: #ec4e1b;
}
a.link-button-small {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 7px 14px;
}
a.link-button-small:hover {
  color: #000;
  background: #fff;
}
a.pbuy-link2 {
  margin: 30px 0 50px 0;
}
a.link-button:hover,
a.button:hover,
a.pbuy-link2:hover,
.buy-link a:first-child:hover,
#block-views-brands_resources-block a.more-link:hover,
#main .view-our-brands-landing .views-field-title a:hover,
a.link-button:active,
a.pbuy-link2:active,
#block-views-brands_resources-block a.more-link:active,
#main .view-our-brands-landing .views-field-title a:active,
a.learn-more:hover,
a.btn:hover {
  background: #fff;
  color: #000;
}
a.pdf-link {
  background: url('/sites/default/files/images/icons/icon-pdf-small.png') no-repeat;
  padding-left: 40px;
  padding-top: 5px;
  height: 35px;
  display: block;
  color: #444 !important;
  font-style: italic;
}
a.pdf-link:hover {
  color: #c8102e !important;
}
/*
Layout
*/
#body-wrapper {
  padding-top: 0;
  padding-bottom: 45px;
  position: realtive;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
body.full-width #body-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
body.full-width #center-column {
  padding: 0;
}
/*
Sidebars
*/
#sidebar-second {
  padding-left: 45px;
}
#page {
  background: #f8f8f8;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding-top: 60px;
  position: relative;
}
body.has-banner #page {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  body.has-banner #page {
    padding-top: 60px;
  }
}
#page.search-open {
  transform: translateY(420px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page.search-open {
    transform: none;
    margin-top: 420px;
  }
}
.global-search-bar {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -420px;
  z-index: 21;
}
.global-search-bar-inner {
  position: fixed;
  left: 0;
  right: 0;
  height: 420px;
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
  z-index: 21;
}
.search-close {
  width: 24px;
  height: 24px;
  float: right;
  margin: 11.25px;
  color: #fff;
  cursor: pointer;
}
.icon-search-close {
  fill: #fff;
}
/*
Top Bar
*/
#top-bar {
  height: 25px;
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
#top-bar-inner {
  left: 0;
  right: 0;
  position: fixed;
  background: #f8f8f8;
}
/*
Press
*/
#block-views-press_in_top_bar-block {
  width: 460px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border-right: 1px solid #d6d6db;
  border-left: 1px solid #d6d6db;
  padding: 0 50px;
}
#block-views-press_in_top_bar-block .press-cell {
  width: 460px;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 2.1;
  font-size: 12px;
}
#block-views-press_in_top_bar-block .press-cell a {
  color: #a8a9ab;
}
#block-views-press_in_top_bar-block .press-cell a:hover {
  color: #000;
}
#block-views-press_in_top_bar-block .flickity-prev-next-button {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  background: none;
}
#block-views-press_in_top_bar-block .flickity-prev-next-button .arrow {
  fill: #a8a9ab;
}
#block-views-press_in_top_bar-block .flickity-prev-next-button svg:hover .arrow {
  fill: #fff;
}
/*
Header
*/
header {
  height: 60px;
  z-index: 20;
  top: 0;
  position: absolute;
  width: 100%;
}
header > .inner {
  position: fixed;
  left: 0;
  right: 0;
  background: #f8f8f8;
  -webkit-transition-delay: 500ms;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
  transition-property: all;
}
header > .inner > .contained {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22.5px;
}
body.has-banner header > .inner {
  background-color: transparent;
  border-color: transparent;
}
body.has-banner header > .inner:hover,
body.scrolled header > .inner,
body.menu-open header > .inner {
  transition-delay: 0.05s;
  transition-duration: 0.2s;
  transition-property: all;
  background-color: #f8f8f8;
  border-color: #e3e3e7;
}
#logo-djo .logo-mark {
  fill: #c8102e;
}
#logo-djo .logo-text {
  fill: #000;
}
body.has-banner header > .inner #logo-djo .logo-mark {
  fill: #fff;
}
body.has-banner header > .inner #logo-djo .logo-text {
  fill: #fff;
}
body.has-banner header > .inner:hover #logo-djo .logo-mark,
body.scrolled header > .inner #logo-djo .logo-mark,
body.menu-open header > .inner #logo-djo .logo-mark {
  fill: #c8102e;
}
body.has-banner header > .inner:hover #logo-djo .logo-text,
body.scrolled header > .inner #logo-djo .logo-text,
body.menu-open header > .inner #logo-djo .logo-text {
  fill: #000;
}
header > .inner > .container {
  position: relative;
}
header > .inner.has-sub-menu {
  width: auto;
}
.header-spacer {
  height: 60px;
  margin-top: 24px;
}
.logged-in .header-spacer {
  height: 60px;
}
.header-spacer.has-sub-menu {
  display: block;
}
#logo-djo,
#logo-djo-mobile {
  width: 100px;
  height: 60px;
  float: left;
}
#logo-djo a,
#logo-djo-mobile a {
  width: 100px;
  height: 60px;
  display: block;
  padding-top: 16px;
}
#logo-djo-mobile {
  display: none;
}
#fixed-element-wrapper {
  position: fixed;
  width: 100%;
  overflow: visible;
  height: 1px;
}
.header-icon {
  display: inline-block;
  float: right;
  height: 60px;
  background: transparent;
  margin-left: 11.25px;
  position: relative;
  padding-top: 18px;
  cursor: pointer;
  opacity: 1;
}
.header-icon svg {
  display: block;
  float: left;
}
.header-icon-text {
  font-family: 'Uni Regular Italic', sans-serif;
  font-weight: normal;
  float: right;
  display: block;
  font-size: 12px;
  height: 60px;
  padding-top: 20px;
  width: auto;
  color: #5f5f5f;
  overflow: hidden;
}
.header-icon > a {
  display: block;
  height: 60px;
  cursor: pointer;
}
/*
Location
*/
#icon-location #svg-icon-location {
  width: 21px;
}
body.has-banner header > .inner .location-icon {
  fill: white;
}
header > .inner .location-icon,
body.has-banner header > .inner:hover .location-icon,
body.scrolled header > .inner .location-icon,
body.menu-open header > .inner .location-icon {
  fill: #5f5f5f;
}
/*
Search (Global)
*/
body.has-banner header > .inner .search-icon {
  fill: #fff;
}
header > .inner .search-icon,
body.has-banner header > .inner:hover .search-icon,
body.scrolled header > .inner .search-icon,
body.menu-open header > .inner .search-icon {
  fill: #5f5f5f;
}
.global-search-bar #search-mobile {
  float: left;
  display: none;
}
.global-search-bar #block-search-form {
  position: absolute;
  top: 105px;
  left: 50%;
  margin-left: -250px;
  margin-top: -20px;
  width: 500px;
  display: block;
}
.global-search-bar #block-search-form .form-item {
  margin: 0;
  width: auto;
}
.global-search-bar #block-search-form label {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  position: absolute;
  bottom: -26px;
}
@media only screen and (max-width: 768px) {
  .global-search-bar #block-search-form label {
    display: none;
  }
}
.global-search-bar #block-search-form input[type='text'] {
  padding: 0;
  background-color: transparent;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 22px;
  width: 500px;
  height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #fff;
  display: block;
  letter-spacing: 0.03em;
}
.global-search-bar #block-search-form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}
.global-search-bar #block-search-form input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
.global-search-bar #block-search-form input[type='text']::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.3);
}
.global-search-bar #block-search-form input[type='text']::-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
.global-search-bar #block-search-form input[type='text']:focus {
  box-shadow: none;
  color: #fff;
}
.global-search-bar #block-search-form input[type='submit'] {
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  background: transparent url(../images/pngs/search.png) center center no-repeat;
  text-indent: -9999px;
  width: 50px;
  padding: 0;
  min-height: auto;
}
/*
Order Tracking Button - Header
*/
body.has-banner header > .inner .track-order-icon {
  fill: #fff;
}
.track-order-icon,
body.has-banner header > .inner:hover .track-order-icon,
body.scrolled header > .inner .track-order-icon,
body.menu-open header > .inner .track-order-icon {
  fill: #5f5f5f;
}
/*
Int Toggle
*/
#icon-us-flag {
  width: 24px;
}
header > .inner .toggle-international-menu {
  z-index: 10;
}
header > .inner .toggle-international-menu svg .icon-flag-us-path {
  fill: #5f5f5f;
}
body.has-banner header > .inner .toggle-international-menu svg .icon-flag-us-path {
  fill: #fff;
}
header > .inner .toggle-international-menu svg .icon-flag-us-path,
body.has-banner header > .inner:hover .toggle-international-menu svg .icon-flag-us-path,
body.scrolled header > .inner .toggle-international-menu svg .icon-flag-us-path,
body.menu-open header > .inner .toggle-international-menu svg .icon-flag-us-path {
  fill: #5f5f5f;
}
/*
Filters & Alerts
*/
#alert {
  background: rgba(0, 0, 0, 0.95);
  padding: 22.5px;
  font-size: 90%;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  border-top: 1px solid #fff;
}
#filter-area {
  border-bottom: 1px solid #dcdcdd;
  z-index: 1;
  height: 60px;
}
#filter-area:before,
#filter-area:after {
  content: ' ';
  display: table;
}
#filter-area:after {
  clear: both;
}
/*
Content Bottom
*/
#content-bottom {
  overflow: hidden;
}
/*
Footer
*/
#footer {
  background: #4d4d50;
  padding-bottom: 45px;
  padding-top: 22.5px;
  position: relative;
}
#footer-left,
#footer-right {
  overflow: hidden;
}
.logo-djo-footer {
  float: right;
  margin-top: 45px;
  width: 280px;
}
/*
Brands In Footer
*/
.brand-logos {
  margin: 45px auto;
  position: relative;
}
.brand-logos ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .brand-logos ul {
    flex-wrap: wrap;
  }
}
.brand-logos ul li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
}
@media only screen and (max-width: 480px) {
  .brand-logos ul li {
    flex: 0 1 33.333%;
    text-align: center;
  }
}
.brand-logos ul li a {
  width: 100%;
}
.brand-logos ul li img {
  max-height: 30px;
}
@media only screen and (max-width: 768px) {
  .brand-logos ul li img {
    max-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .brand-logos ul li img {
    max-height: 25px;
  }
}
/*
Social
*/
ul.social-footer {
  overflow: hidden;
  margin-bottom: 11.25px;
}
ul.social-footer li {
  float: right;
  margin-left: 7px;
  width: 32px;
  height: 32px;
}
#footer-right .copyright p {
  font-size: 13px;
  text-align: right;
  margin: 0;
  color: #f8f8f8;
}
#footer-right .copyright .block-title {
  display: none;
}
/*
Bottom Ribbon
*/
#bottom-ribbon {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#ccpa-ribbon {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 15px 11.25px;
  display: none;
}
.ccpa-ribbon-close {
  position: absolute;
  right: 11.25px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 1;
}
/*
Breadcrumb
*/
.breadcrumb-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 30px;
}
body.has-banner .breadcrumb-wrapper {
  position: absolute;
  top: 60px;
}
.breadcrumb {
  min-height: 30px;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 11.25px 22.5px;
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: 11px;
  color: #e3e3e7;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.clocks {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -45px;
}
@media only screen and (max-width: 480px) {
  .clocks {
    justify-content: space-evenly;
  }
}
.clock {
  display: block;
  margin: 0 auto;
}
.outer_face {
  position: relative;
  width: 67.5px;
  /* width of clock */
  height: 67.5px;
  /* height of clock */
  border-radius: 33.75px;
  /* clock round corner radius */
  background: transparent;
  border: 2px solid #fff;
  /* thickness of outer border */
}
.outer_face .location {
  position: absolute;
  bottom: -45px;
  left: 50%;
  right: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.outer_face .am-pm {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 11px;
  opacity: 0.5;
  text-transform: uppercase;
}
.outer_face::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner_face {
  position: relative;
  width: 88%;
  height: 88%;
  background: transparent;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  z-index: 1000;
  left: 6%;
  /* set this value of 1/2 width value*/
  top: 6% /* set this value of 1/2 height value*/;
}
.hand,
.hand.hour {
  position: absolute;
  width: 2px;
  /* width of hour hand */
  height: 30%;
  /* height of hour hand */
  top: 20%;
  /* set top to 50% - height */
  left: 50%;
  margin-left: -1px;
  /* set this value to 1/2 width */
  background: #fff;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: -1;
}
.hand.minute {
  height: 45%;
  /* height of min hand */
  top: 5%;
  /* set top to 50% - height */
  width: 2px;
  /* width of min hand */
  margin-left: -1px;
  /* set this value to 1/2 width */
}
.hand.second {
  height: 50%;
  /* height of sec hand */
  opacity: 0.4;
  width: 1px;
  /* width of sec hand */
  margin-left: -1px;
  /* set this value to 1/2 width */
  top: 0;
  background: #fff;
}
body.node-type-brands .breadcrumb {
  display: none;
}
body.hide-breadcrumb .breadcrumb-wrapper {
  display: none;
}
.breadcrumb a {
  color: #a8a9ab;
}
body.node-type-brands .breadcrumb a {
  border: 1px solid #ff0000;
}
.breadcrumb a:hover {
  color: #c8102e;
}
.breadcrumb span:before {
  content: ">";
  color: #e3e3e7;
}
.breadcrumb span {
  color: #000;
  padding-left: 5.625px;
  width: 20px;
  display: inline-block;
}
.breadcrumb .breadcrumb a.active {
  color: #da0025;
}
.group-files {
  padding: 0 22.5px;
}
/*
Page Banners
*/
.page-banner {
  overflow: hidden;
  position: relative;
}
.page .menu-banner-image {
  position: relative;
}
.page-banner .page-banner-image img {
  display: block;
  width: 100%;
}
.page-banner .page-banner-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
}
@media only screen and (max-width: 768px) {
  .page-banner .page-banner-text {
    margin-top: 0;
  }
}
/*
top slider
*/
.banner-slides .slide {
  width: 100%;
  height: 80vh;
  max-height: 740px;
}
@media only screen and (max-width: 768px) {
  .banner-slides .slide {
    max-height: 540px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slides .slide {
    max-height: 555.01387535px;
  }
}
.banner-slides .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slides-nav {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 10;
}
.slide-nav {
  float: left;
  width: 33.333333%;
  user-select: none;
  cursor: pointer;
  color: #fff;
}
.slides-nav#slides-nav-cmf .slide-nav {
  float: left;
  width: 50%;
  user-select: none;
  cursor: pointer;
  color: #fff;
}
.slide-text {
  position: absolute;
  left: 22.5px;
  right: 0;
  top: 33.3333%;
  -webkit-transform: translateY(-33.333%);
  transform: translateY(-33.333%);
  width: 100%;
  color: #fff;
}
@media (max-width: 640px) {
  .slide-text {
    left: 0;
  }
}
.slides-nav .slide-nav {
  text-align: left;
}
#slides-nav-homepage {
  padding: 0 22.5px;
}
.slides-nav .slide-nav-inner {
  padding: 5.625px 22.5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: inline-block;
  text-align: left;
  transition: all 0.1s ease-in-out;
}
.slides-nav .slide-nav-inner {
  opacity: 0.7;
}
.slides-nav .slide-nav-inner:hover {
  opacity: 1;
}
.slide-nav.is-nav-selected .slide-nav-inner {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 1;
}
#top-slider {
  position: relative;
}
#top-slider h2.block-title {
  display: none;
}
.banner-slides .flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #333;
}
.banner-slides .flickity-button:hover {
  background: transparent;
  cursor: pointer;
}
.banner-slides .flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.banner-slides .flickity-button:active {
  opacity: 1;
}
.banner-slides .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.banner-slides .flickity-button-icon {
  fill: #fff;
}
.banner-slides .flickity-prev-next-button {
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: none;
}
.banner-slides .flickity-prev-next-button.previous {
  left: -11.25px;
}
.banner-slides .flickity-prev-next-button.next {
  right: -11.25px;
}
.banner-slides .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/*
Homepage
*/
.front #body-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.front h1.title {
  display: none;
}
.front #top-slider-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.home-logos {
  padding: 180px 45px;
}
.home-logos a img {
  filter: saturate(0);
  opacity: 1;
  max-width: 125px;
  transition: all 0.1s linear;
}
.home-logos a:hover img {
  filter: saturate(100%);
  opacity: 1;
}
.page-header-text {
  position: absolute;
  top: 45px;
  margin-left: 22.5px;
  width: 33.33333%;
  max-width: 590px;
}
#block-views-brand_page_banners-block_1 {
  padding: 45px 45px 11.25px 45px;
  width: auto;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  #block-views-brand_page_banners-block_1 {
    padding: 11.25px;
  }
}
.front #block-views-brand_page_banners-block_1 .block-inner {
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
.homepage-banner-text {
  font-size: 90%;
  padding-top: 22.5px;
}
.press-events {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid #e3e3e7;
}
.press-events .view-content {
  float: left;
  width: 50%;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  .press-events .view-content {
    display: block;
    float: none;
    width: 100%;
    padding: 0 22.5px;
  }
}
.press-events table {
  margin: 0;
}
.press-events {
  padding: 90px 0;
}
.press-events .block-title {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 45px;
  display: block;
  text-align: center;
  margin-bottom: 90px;
}
.press-homepage > div:first-child {
  margin-top: 11.25px;
  overflow: hidden;
}
/*
Brands Landing
*/
/* Terrible Hack - Kill Product links on certain brands */
.brands-landing .views-row-2 .views-field-field-brand-name,
.brands-landing .views-row-9 .views-field-field-brand-name,
.brands-landing .views-row-15 .views-field-field-brand-name,
.brands-landing .views-row-16 .views-field-field-brand-name {
  display: none;
}
.header-all-products {
  position: absolute;
  left: 0;
  padding: 0 22.5px;
}
.page-products #content-top {
  max-width: 1180px;
  margin: 0 auto;
}
#custom-search-blocks-form-2 {
  float: none;
  display: block;
  width: 100%;
  height: 40px;
  left: 22.5px;
  margin: 2px 0 0 0;
  padding-right: 11.25px;
}
@media only screen and (max-width: 768px) {
  #custom-search-blocks-form-2 {
    left: 0;
  }
}
#custom-search-blocks-form-2 input[type="text"] {
  height: 40px;
  width: 100%;
  padding: 2.8125px 11.25px;
  display: block;
}
#custom-search-blocks-form-2 input[type="text"].ui-autocomplete-loading {
  background-image: url('../images/gifs/loading-small.gif');
  background-repeat: no-repeat;
  background-position: right 5px center;
}
#block-views-our_brands_landing-block .views-field-field-brand-image-main .field-content {
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
#block-views-our_brands_landing-block .views-field-field-brand-image-main img {
  top: -40px;
  position: relative;
}
.view-our-brands-landing .views-field-field-landing-thumbnail {
  display: none;
}
#main .view-our-brands-landing .views-field-field-brand-name a {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
  display: block;
}
.view-our-brands-landing .views-field-field-brand-name a:hover {
  background-position: right bottom;
  height: 16px;
  margin-bottom: 1px;
}
.view-our-brands-landing .views-field-field-brand-name {
  margin-top: 11.25px;
  font-family: 'Uni Regular Italic', sans-serif;
}
/*
Brand pages
*/
.node-type-brands #sidebar-second {
  border-left: 1px solid #dcdcdd;
}
.node-type-brands h1,
.bu-landing h1 {
  width: 100%;
  text-align: center;
  margin-top: 22.5px;
}
/*
Brand Banners 
*/
.brand-banner img {
  display: block;
}
.brand-page-slides {
  position: relative;
  width: 100%;
}
.background-image-brand-page-slides {
  background: #e3e3e7;
  height: 520px;
}
.background-image-brand-page-slides .brand-banner-bk {
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .background-image-brand-page-slides .brand-banner-bk {
    height: 640px;
  }
}
.background-image-brand-page-slides .brand-banner-text {
  width: 33.3333%;
  margin-top: 0;
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .background-image-brand-page-slides .brand-banner-text {
    margin-top: 45px;
  }
}
.background-image-brand-page-slides .brand-banner-text.text-location-top-right {
  right: 45px;
  top: 45px;
}
.background-image-brand-page-slides .brand-banner-text.text-location-bottom-right {
  right: 45px;
  bottom: 45px;
}
.background-image-brand-page-slides .brand-banner-text.text-location-top-left {
  left: 45px;
  top: 45px;
}
.background-image-brand-page-slides .brand-banner-text.text-location-bottom-left {
  left: 45px;
  bottom: 45px;
}
.background-image-brand-page-slides .brand-banner-text.text-location-bottom-center {
  left: 33.33333%;
  right: 33.3333%;
  bottom: 45px;
}
.background-image-brand-page-slides .brand-banner-text.text-location-top-center {
  left: 33.33333%;
  right: 33.3333%;
  top: 45px;
}
#brand-banner-garrett,
#brand-banner-clima-flex {
  margin-top: 75px;
}
#brand-banner-renegade {
  margin-top: 75px;
  margin-left: 75px;
  max-width: 360px;
}
@media only screen and (max-width: 1024px) {
  #brand-banner-renegade {
    margin-top: 75px;
    margin-left: 0;
    max-width: 100%;
    color: #fff !important;
  }
}
@media only screen and (max-width: 768px) {
  #brand-banner-renegade {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.25);
    padding: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .background-image-brand-page-slides .brand-banner-text.text-location-top-right,
  .background-image-brand-page-slides .brand-banner-text.text-location-bottom-right,
  .background-image-brand-page-slides .brand-banner-text.text-location-top-left,
  .background-image-brand-page-slides .brand-banner-text.text-location-bottom-left,
  .background-image-brand-page-slides .brand-banner-text.text-location-bottom-center,
  .background-image-brand-page-slides .brand-banner-text.text-location-top-center {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .background-image-brand-page-slides .brand-banner-text {
    font-size: 80% !important;
  }
}
.brand-page-slides-mobile {
  display: none;
}
.small-header-banner-wrapper {
  width: 33.33%;
  float: right;
}
.small-header-banner img {
  float: left;
}
/*
Partners (DonJoy)
*/
.partners-brand {
  overflow: hidden;
  margin-bottom: 50px;
}
.partners-brand ul {
  margin: 0 !important;
}
.partners-brand li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.partners-brand .view-footer {
  padding-top: 15px;
}
/*
Resources
*/
#block-views-brands_resources-block {
  float: right;
  width: 50%;
  height: auto;
  padding: 0 45px;
}
#block-views-brands_resources-block h2 {
  display: none;
}
.brands-resources .views-row {
  margin-bottom: 22.5px;
  padding-bottom: 22.5px;
  border-bottom: 1px solid #dcdcdd;
}
.brands-resources .views-row-last {
  border-bottom: none;
}
.brands-resources .field-name-field-resource-title {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.4em;
}
.brands-resources .field-name-field-resource-body {
  font-size: 90%;
  line-height: 1.5;
}
/*
Brand page bottom content
*/
.brand-page-testimonials {
  float: left;
  width: 50%;
  margin: 22.5px 0;
}
.brand-page-testimonials h2.block-title {
  display: none;
}
.brand-page-testimonials .block-inner {
  padding: 0 45px;
}
/*
CMF
*/
.cmf-new #body-wrapper,
.cmf-new #content-bottom,
.cmf-new #content-top {
  background: #fff;
}
.cmf-new #body-wrapper,
.cmf-new section.title-section {
  padding: 0;
  min-height: 0 !important;
}
#brand-banner-cmf-home .banner .banner-image {
  height: 70vh;
}
.cmf-new #body-wrapper h1.title {
  display: none;
}
.cmf-new.brands #cmf-guarantee {
  background: url('/sites/default/files/images/backgrounds/bk-cmf-guarantee.jpg') 20px 70px no-repeat;
  height: 560px;
}
.cmf-new #cmf-guarantee-links {
  position: relative;
  top: 160px;
}
.cmf-new.brands h4 {
  font-size: 1.5em;
  margin-top: 22.5px;
}
.cmf-new.brands #cmf-guarantee .three-column-inner h4 {
  font-size: 1.9em;
  line-height: 1.1;
}
.cmf-new #cmf-guarantee-links h5 {
  font-size: 0.8em;
  text-transform: uppercase;
  font-style: italic;
}
.cmf-new.brands #cmf-guarantee .three-column-inner {
  position: relative;
}
.cmf-new.brands .two-thirds {
  width: 64%;
  float: left;
  margin-right: 33.33%;
}
.cmf-new.brands .two-thirds-inner {
  margin-left: 50px;
}
.column-row#cmf-body {
  min-height: 370px;
  position: relative;
}
#cmf-banner-new-study {
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
}
#cmf-banner-new-study a {
  color: #fff !important;
}
#cmf-banner-new-study span.icon-new-study {
  background: #c8102e;
  display: inline-block;
  color: #fff;
  font-size: 0.85rem;
  line-height: 16px;
  padding: 3px 5px 3px 10px;
  margin-right: 30px;
  position: relative;
  height: 24px;
  max-height: 30px;
  text-transform: uppercase;
}
#cmf-banner-new-study span.icon-new-study::after {
  content: " ";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #c8102e;
}
#cmf-banner-two-products .row .col-sm-6 {
  background-color: #f1f1f3;
  background-image: -webkit-linear-gradient(45deg, #f1f1f3, lightGrey);
  background-image: -moz-linear-gradient(45deg, #f1f1f3, lightGrey);
  background-image: -ms-linear-gradient(45deg, #f1f1f3, lightGrey);
  background-image: -o-linear-gradient(45deg, #f1f1f3, lightGrey);
  transition: all 0.2s;
}
/*
Surgical
*/
body.djo-surgical.new.node-type-brands h1 {
  position: absolute;
  left: -9999px;
}
body.surgical-meded-home #body-wrapper {
  min-height: 0;
}
/* Surgical Home Banner 4 across */
.column-row#surgical-banner {
  margin: 0;
}
#surgical-banner #surgical-banner-hip,
#surgical-banner #surgical-banner-knee,
#surgical-banner #surgical-banner-upperex,
#surgical-banner #surgical-banner-exprt,
#surgical-banner #surgical-banner-cement {
  height: 360px;
  line-height: 360px;
  margin-bottom: 22.5px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #surgical-banner #surgical-banner-hip,
  #surgical-banner #surgical-banner-knee,
  #surgical-banner #surgical-banner-upperex,
  #surgical-banner #surgical-banner-exprt,
  #surgical-banner #surgical-banner-cement {
    background-size: cover;
  }
}
#surgical-banner #surgical-banner-hip {
  background-image: url(/sites/all/themes/djoglobal_v02/images/pngs/surgical-product-panel-hip.png);
}
#surgical-banner #surgical-banner-knee {
  background-image: url(/sites/all/themes/djoglobal_v02/images/pngs/surgical-product-panel-knee.png);
}
#surgical-banner #surgical-banner-upperex {
  background-image: url(/sites/all/themes/djoglobal_v02/images/pngs/surgical-product-panel-shoulder.png);
}
#surgical-banner #surgical-banner-exprt {
  background-image: url(/sites/all/themes/djoglobal_v02/images/pngs/surgical-product-panel-exprt.png);
}
#surgical-banner #surgical-banner-cement {
  background-image: url(/sites/all/themes/djoglobal_v02/images/pngs/surgical-product-panel-cement.png);
}
#surgical-banner a {
  text-align: left;
  font-size: 16px;
  color: #333;
  padding-top: 0;
  padding-left: 30px;
  display: block;
  background-image: url("/sites/all/themes/djoglobal_v02/images/pngs/h3-teaser-bkg-sm.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#surgical-banner #surgical-banner-exprt a {
  color: #fff;
}
#surgical-banner a:hover {
  color: #c8102e;
}
#block-views-news_blurbs-surgical h2 {
  float: left;
  width: 100%;
  height: 60px;
  background-image: url("../images/pngs/the-latest.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  overflow: hidden;
  text-indent: -9999px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
  display: none;
}
/* Surgical is using an entire page width */
.djo-surgical #block-views-news_blurbs-surgical {
  width: 100%;
}
.djo-surgical .view-news-blurbs .views-row {
  width: 47%;
  margin-left: 6%;
  border: none;
}
.djo-surgical .view-news-blurbs .views-row:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
/* Surgical is using an entire page width */
.djo-surgical.new #block-views-news_blurbs-surgical {
  width: 50%;
}
.djo-surgical.new .view-news-blurbs .views-row {
  width: 100%;
  margin: 0;
}
.djo-surgical.new .view-news-blurbs .views-row:nth-child(2n+1) {
  clear: none;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .row {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  border-bottom: 1px solid #dcdcdd;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .row:last-child {
  border: none;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .view-footer {
  margin-top: 45px;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .date-display-single,
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .date-display-range {
  font-family: 'Uni Bold', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .event-title {
  color: #000;
  font-family: 'Uni Bold', sans-serif;
  line-height: 1.3;
  font-size: 1.1em;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .event-title a {
  color: #000;
}
body.djo-surgical.new.node-type-brands #block-views-surgical_events-block .event-title a:hover {
  color: #c8102e;
}
#block-views-c3c600b2938d939b86641178dcbe8ae1 {
  width: 100%;
  background: #f1f1f3;
  padding-bottom: 13px;
}
.advanced-technologies .block-inner {
  margin-top: 10px;
}
.advanced-technologies ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 18px;
}
.advanced-technologies table td {
  padding: 0;
  padding-top: 10px;
}
.advanced-technologies table {
  margin-bottom: 10px;
}
.advanced-technologies ul li a {
  color: #444;
}
.advanced-technologies ul li a:hover {
  color: #c41230;
}
.brand-anatomy-teaser .view-content {
  text-align: center;
}
.brand-anatomy-teaser .view-content .views-row {
  width: 32%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  position: relative;
  margin: 25px 0 0 0;
}
.brand-anatomy-teaser .view-content .field-name-title {
  position: absolute;
  right: 0;
  top: 0;
}
.field-name-title h3.anatomy-title a {
  text-align: right;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-top: 142px;
  padding-top: 137px\9;
  padding-right: 35px;
  height: 167px;
  width: 303px;
  display: block;
  background-image: url(../images/pngs/h3-teaser-bkg.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  right: -5px;
}
.node-brand-anatomy h2 {
  font-size: 20px;
  letter-spacing: normal;
}
.field-name-title h3.anatomy-title a:hover {
  color: #cb2026;
}
.surgical-ipad {
  float: right;
  width: 33.33%;
}
.surgical-ipad h2.block-title {
  height: 60px;
  width: 100%;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  text-indent: -9999px;
  overflow: hidden;
}
.surgical-ipad .content {
  margin: 50px 0 0 30px;
}
.surgical-ipad h4 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.surgical-ipad a.red-block-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-image: url(../images/pngs/red-arrow-btn.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 22px;
  border-radius: 4px;
  padding: 0 35px 0 7px;
  color: #FFF !important;
  line-height: 22px;
  font-size: 10px;
  text-transform: uppercase;
  box-shadow: -1px 1px 1px 1px #e2e2e2;
  -moz-box-shadow: -1px 1px 1px 1px #e2e2e2;
  -webkit-box-shadow: -1px 1px 1px 1px #e2e2e2;
}
/* ----------------- BRANDS - ANATOMY PAGES ------------------ */
/* core products view */
.surgical-core-products {
  clear: both;
  max-width: 1180px;
  margin: 22.5px auto;
  overflow: hidden;
}
.view-surgical-core-products > div {
  display: flex;
  justify-content: space-between;
}
.view-surgical-core-products .views-row {
  padding: 0 11.25px;
}
.view-surgical-anatomy-products {
  max-width: 1180px;
  margin: 22.5px auto;
}
.view-surgical-anatomy-products > div {
  display: flex;
  justify-content: space-between;
}
.view-surgical-anatomy-products > div > div {
  flex-grow: 1;
  flex-basis: 0;
}
.view-surgical-anatomy-products .field-collection-item-field-anatomy-solutions {
  padding: 0 22.5px;
}
/*
Upper Extremity Only
*/
.node-brand-anatomy .field-name-field-core-products:before,
.node-brand-anatomy .field-name-field-core-products:after {
  display: table;
  content: '';
}
.node-brand-anatomy .field-name-field-core-products:after {
  clear: both;
}
.node-brand-anatomy .product-img {
  height: 200px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.node-brand-anatomy .product-img img {
  margin: auto;
}
.node-brand-anatomy .field-name-field-core-products .field-items {
  width: 980px;
  margin: 0 auto;
}
.field-name-field-core-products .field-item {
  width: 33%;
  float: left;
  text-align: center;
}
.field-name-field-core-products .field-item.odd {
  border-left: 1px solid #dcdcdd;
  border-right: 1px solid #dcdcdd;
}
.field-name-field-core-products .node-djo-products .field-name-title {
  /*float:left;*/
}
.field-name-field-core-products .node-djo-products .field-name-title h2 {
  font-size: 20px;
  font-style: normal;
  margin: 0 auto;
  width: 75%;
}
.field-name-field-core-products .node-djo-products .field-name-title h2 a {
  color: #333 !important;
}
.field-name-field-core-products .node-djo-products .field-name-title h2 a:hover {
  color: #c41230 !important;
}
.field-name-field-core-products .node-djo-products .field-body-text {
  /*margin:10px 0 0 0;*/
}
.field-name-field-core-products .node-djo-products .field-body-text p {
  width: 76%;
  margin: 0 auto !important;
}
.node-type-brand-anatomy #body-wrapper-inner {
  margin: 0;
}
.node-brand-anatomy .solution-wrapper {
  display: table;
  width: 100%;
  clear: both;
  padding: 22.5px 0 45px 0;
}
.node-brand-anatomy .field-name-field-anatomy-solutions-title {
  float: left;
  width: 100%;
  height: 45px;
  margin: 0 0 22.5px 0;
}
.field-name-field-anatomy-solutions-title h2.solution-title {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 45px;
  display: block;
  text-align: center;
}
.node-brand-anatomy .entity-field-collection-item {
  display: table-cell;
  width: auto;
  padding: 0 22.5px;
}
.node-brand-anatomy .entity-field-collection-item:first-child {
  margin: 0;
}
.red-title {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 9.22727273px;
  letter-spacing: 0.01em;
  position: relative;
  top: -2px;
  display: block;
  text-transform: uppercase;
}
.link-wrap {
  padding: 5.625px 0;
}
.prod-links .link-wrap a {
  color: #5f5f5f !important;
}
.prod-links .link-wrap a:hover {
  color: #c8102e !important;
}
/*
Product page
*/
.node-type-djo-products #top-slider {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.views-slideshow-pager-fields .active img {
  border: none;
}
/*
Product Search
*/
.page-products .products-header {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 320px;
  position: relative;
  margin-bottom: 22.5px;
}
.view-page-header-images img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.page-products #sidebar-first {
  margin-top: 0;
}
.page-products .jump-to-menu {
  padding-top: 16px;
  float: left;
}
.page-products .jump-to-menu h2.block-title {
  display: none;
}
.page-products .jump-to-menu label {
  float: left;
  margin-right: 0.5em;
  position: relative;
  font-size: 0.8em;
  font-family: 'Uni Regular Italic', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  top: 3px;
}
.page-products .jump-to-menu select {
  float: left;
  font-size: 0.9em;
  padding: 2px;
}
#views-exposed-form-products-w-filters-page .views-exposed-form .views-exposed-widget {
  display: block;
  width: 100%;
}
.view-products-w-filters {
  margin-left: 11.25px;
}
#views-exposed-form-products-w-filters-page label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  text-transform: uppercase;
  margin: 0 0 11.25px 0;
  font-size: 17px;
  letter-spacing: 0.05em;
  border-top: 1px solid #e3e3e7;
  padding-top: 5.625px;
}
#views-exposed-form-products-w-filters-page .views-widget {
  margin-bottom: 22.5px;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 768px) {
  #views-exposed-form-products-w-filters-page .views-widget {
    display: none;
  }
}
#views-exposed-form-products-w-filters-page .views-widget label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
  border: none;
  padding-left: 6px;
}
.product-card {
  padding: 11.25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11.25px;
  max-width: 320px;
  text-align: left;
}
.product-card .short-description {
  display: none;
}
.product-card:hover {
  background-color: #f2f2f2;
}
.product-card .field-name-field-images {
  margin-bottom: 5.625px;
}
.page-products-brand #breadcrumb,
.node-type-djo-products #breadcrumb {
  display: none;
}
.view-products-search-all .view-filters {
  display: none;
}
#center-column .view-products-search-all .field-name-field-images img {
  display: block;
}
#center-column .view-products-search-all .col {
  padding-bottom: 22.5px;
}
#center-column .view-products-search-all.field-name-title h4 a {
  color: #000;
}
#center-column .view-products-search-all .field-name-title h4 a:hover {
  color: #000;
}
/*
Products by condition
*/
body.products-by-condition #top-slider {
  width: 100%;
  padding: 0px;
  margin: 0;
  max-width: none;
}
body.products-by-condition .product-category-image img {
  display: block;
  margin: 0 auto;
}
/*
Individual Product Page (PDP)
*/
.group-top-content-fields {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 22.5px;
}
.group_products_left {
  position: relative;
  padding-right: 45px;
}
.group_products_right {
  position: relative;
}
.product-page-brand:nth-child(1n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 5.625px;
}
.field-name-pdp-thumbs {
  transform: rotate(90deg) translate(-100%, -100%);
  transform-origin: left top;
  position: absolute;
  left: 0;
  right: 45px;
  visibility: hidden;
}
.pdp-images-nav {
  width: 100%;
  padding: 0 30px;
  position: relative;
  background: transparent;
  margin-bottom: 21.5px;
  transition: all 0.2s ease-in-out;
}
.pdp-image {
  float: left;
  clear: both;
  width: 100%;
  /* full width */
  height: auto;
  /* height of carousel */
  margin-right: 0;
}
.pdp-image img {
  display: block;
}
.pdp-thumb {
  width: 20%;
  height: auto;
  transform: rotate(-90deg);
  background: #f8f8f8;
}
.pdp-images-nav .flickity-prev-next-button {
  width: 30px;
  height: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 40px;
  position: absolute;
  background: transparent;
}
.flickity-button:disabled {
  opacity: 1;
}
.flickity-button:disabled svg {
  opacity: 0.1;
}
.pdp-images-nav .flickity-prev-next-button.previous {
  left: 0;
}
.pdp-images-nav .flickity-prev-next-button.next {
  right: 0;
}
.pdp-images-nav .flickity-button-icon {
  fill: #5f5f5f;
}
.flickity-button:disabled svg {
  opacity: 1;
}
.pdp-images-nav .pdp-thumb {
  width: 80px;
  height: 80px;
  cursor: pointer;
  padding-left: 5.625px;
  background: transparent;
}
.pdp-images-nav .pdp-thumb img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.pdp-images-nav .pdp-thumb.is-selected img,
.pdp-images-nav .pdp-thumb:hover img {
  filter: none;
  opacity: 1;
}
/*
Product Tabs
*/
.field-name-field-references {
  font-size: 80%;
  margin-top: 45px;
  color: #4d4d50;
  text-align: left;
}
body.enhanced-overview-tab .resp-tab-content > div.field-name-field-individual-body {
  padding: 1px 0 0 0;
  max-width: 100%;
}
body.enhanced-overview-tab #body-wrapper {
  padding-bottom: 0;
}
/*
Specs
*/
.field-name-field-specifications table,
.field-name-field-accessories-text table {
  width: 100%;
  margin: 0.5em 0 45px 0;
}
/* Videos */
.pdp-videos {
  float: left;
  width: 33.3333%;
  position: relative;
}
/* Related Products */
.related-product-image {
  width: 160px;
  margin-right: 1em;
  text-align: center;
  float: left;
}
.related-product-image img {
  max-width: 160px;
  max-height: 160px;
}
.view-product-relations .views-row {
  padding-top: 2em;
  border-bottom: 1px solid #dcdcdd;
  display: block;
  clear: both;
  min-height: 180px;
}
.group-related-grp .view-mode-related_products {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #dcdcdd;
}
.group-related-grp .field-name-title {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-weight: normal;
}
.group-related-grp .field-name-title p {
  margin: 0;
}
.group-related-grp .field-name-node-link {
  display: none;
}
.group-related-grp .field-name-title a {
  color: #444 !important;
}
.group-related-grp .field-name-title a:hover {
  color: #c8102e;
}
.group-related-grp .group-left {
  float: left;
  width: 20%;
}
.group-related-grp .group-right {
  float: left;
  width: 80%;
}
/* Where to Buy */
.group-buy-link .link-title,
.group-buy-link .link-url,
.field-name-field-product-buy {
  display: none;
}
/*
Accessories
*/
.view-product-accessories .views-row {
  width: 18%;
  float: left;
  margin: 2% 2% 0 0;
  text-align: center;
}
.view-product-accessories .field-name-field-thumbnail {
  height: 135px;
}
.view-product-accessories .views-row h2 {
  font-size: 16px;
  letter-spacing: normal;
}
.view-product-accessories .views-row h2 a {
  color: #444 !important;
}
.view-product-accessories .views-row h2 a:hover {
  color: #c8102e !important;
}
/*
Hybrisis
*/
.node-type-djo-products .testimonial-row {
  width: 100%;
  max-width: 920px;
  padding: 22.5px 0;
}
.testimonial-row.views-row-last {
  border: none;
}
.node-type-djo-products .testimonial-row p {
  margin-bottom: 10px !important;
  position: relative;
}
.node-type-djo-products span.left-quote {
  position: absolute;
  left: -9px;
}
.node-type-djo-products .testimonial-row p.testimonial-author {
  font-size: 13px;
}
.field-group-accordion-item .compontent-column-header {
  height: 180px;
  text-align: center;
}
.field-group-accordion-item .specs-table {
  font-size: 12px;
  line-height: 22px;
}
.hibresis-usage {
  width: 27%;
  float: left;
}
.hibresis-usage .hibresis-icon {
  float: right;
  margin: 0 0 10px 10px;
}
.hibresis-steps {
  width: 60%;
  float: left;
  margin-right: 50px;
}
.hibresis-steps .step-image {
  float: left;
  width: 20%;
  height: 150px;
  line-height: 150px;
  margin-right: 20px;
  text-align: center;
}
.hibresis-steps .step-image img {
  vertical-align: middle;
  margin: auto;
}
.hibresis-steps .step-text {
  float: left;
  width: 75%;
  margin-top: 30px;
}
.hibresis-steps .step {
  height: 150px;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  clear: both;
}
.hibresis-steps .step h3 {
  font-size: 20px;
  font-family: 'Uni Bold', sans-serif;
  margin-bottom: 3px;
}
.hibresis-steps .step p {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Uni Regular Italic', sans-serif;
}
/*
Awards
*/
.view-awards-slider {
  margin-top: 50px;
}
.view-awards-slider .views-row {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 100px;
}
/*
Bios - Board & Management
*/
.view-employee-bio .views-row {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdd;
}
.bio-image {
  float: left;
  margin-right: 1.4em;
  position: relative;
  top: 0.4em;
}
.view-employee-bio .views-row-last {
  border: none;
}
.node-type-bio-s h1 {
  position: absolute;
  left: -9999px;
}
.node-type-bio-s .views-field-field-job-title {
  font-size: 0.9em;
  margin-bottom: 22.5px;
  text-transform: uppercase;
}
/*
Partners / Sponsorships
*/
.sponsorships .views-row {
  clear: both;
  display: block;
  border-bottom: 1px solid #dcdcdd;
  padding: 20px 0;
  margin: 19px 0;
  min-height: 160px;
}
.sponsorships .views-row img {
  float: left;
  margin: 0 10px 10px 0;
}
/*
Media Kit
*/
.media-kit {
  position: relative;
}
.media-kit .views-row {
  width: 100%;
  border-bottom: 1px solid #dcdcdd;
  overflow: hidden;
  min-height: 120px;
}
.media-kit .views-row-last {
  border: none;
}
.media-kit .views-field-field-file-thumbnail {
  width: 120px;
  min-height: 120px;
  margin: 5px 20px 5px 0;
  background: #fff;
  display: block;
  float: left;
}
.media-kit .views-field-field-uploaded-file a {
  font-style: italic;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 5px;
}
.media-kit .file-icon {
  position: relative;
  top: 3px;
  float: left;
}
.media-kit .views-field-title {
  font-family: 'Uni Regular', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.media-kit .views-field-field-file-thumbnail img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
.media-kit .views-field-body {
  font-size: 90%;
  line-height: 1.4;
}
/*
Media Kit Filter
*/
.media-kit .view-filters form {
  margin-bottom: 5px;
  height: 60px;
  padding: 25px 0 0 30px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  right: 0;
}
#edit-field-media-type-value-wrapper {
  float: left;
  margin-right: 10px;
}
.media-kit .view-filters .views-widget {
  float: left;
}
.media-kit .view-filters .form-submit {
  margin: 0 !important;
}
.media-kit .view-filters label {
  float: left;
  margin-right: 10px;
}
/*
Surgical Videos
*/
body.surgical-videos .ui-accordion .ui-accordion-content {
  padding: 0;
  background: #e3e3e7;
}
body.surgical-videos .surgical-education-videos .views-row {
  overflow: hidden;
  float: left;
  margin: 0;
  width: 20%;
  height: 200px;
  background: #f1f1f3;
}
body.surgical-videos .surgical-education-videos .views-row img {
  border-left: 1px solid #dcdcdd;
}
body.surgical-videos .surgical-education-videos .views-field-title-1 h6 {
  padding: 1em;
  float: left;
  line-height: 1.5;
  overflow: hidden;
  border-left: 1px solid #dcdcdd;
  height: 62px;
}
/*
Dynamic ROM Product Page
*/
.rom-fb-left {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.rom-fb-right {
  width: 50%;
  float: left;
}
.rom-instructional-sheets {
  margin-top: 20px;
}
.rom-instructional-sheets td p {
  font-size: 13px;
  line-height: 22px;
}
.rom-instructional-sheets td h3 {
  font-size: 15px;
  line-height: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.rom-instructional-sheets td img {
  margin-right: 10px;
  margin-bottom: 10px;
}
/*
Order Tracking
*/
.order {
  width: 90%;
  height: auto;
  padding: 5%;
  margin: 20px 0 5px 0;
  float: left;
  position: relative;
  background: #f1f1f3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*
Worldwide distributors
*/
.worldwide-contact .views-label {
  width: 8em;
  display: inline-block;
}
#block-views-ww_distributors_aircast-block .block-title {
  display: none;
}
.view-ww-distributors-aircast .view-filters {
  margin-bottom: 20px;
}
.view-ww-distributors-aircast .view-footer .view-filters {
  display: none;
}
#quicktabs-worldwide_distributors .quicktabs-tabpage {
  position: relative;
}
#quicktabs-container-worldwide_distributors .cregion {
  cursor: pointer;
  display: block;
}
#quicktabs-container-worldwide_distributors .cregion h3 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  height: 100%;
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
  color: transparent;
  *text-indent: 0;
  *color: #333;
  *line-height: 50px;
}
#quicktabs-container-worldwide_distributors .slickbox-wrap {
  width: 300px;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 40px;
  top: -60px;
  z-index: 6000;
}
#quicktabs-container-worldwide_distributors .element-hidden {
  display: none;
}
#quicktabs-container-worldwide_distributors .slickbox {
  margin: 0 !important;
  padding: 0;
  width: 300px;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 6001;
}
#quicktabs-container-worldwide_distributors li {
  width: 150px;
  height: 27px;
  list-style-type: none;
  float: left;
}
#quicktabs-container-worldwide_distributors .view-footer {
  position: static;
}
#quicktabs-container-worldwide_distributors .cregion a {
  width: 100%;
  height: 22px;
  display: block;
  background: #fff;
  padding: 2px 7px;
  border-bottom: 1px solid #dcdcdd;
  border-right: 1px solid #dcdcdd;
  font: normal 13px/24px 'PT Sans', sans-serif;
}
#quicktabs-container-worldwide_distributors .cregion a:hover {
  color: #000;
}
/** Australia and New Zealand Region */
#quicktabs-container-worldwide_distributors .cregion {
  height: 46px;
  left: 328px;
  top: 205px;
  width: 69px;
  position: absolute;
}
/*position australia popup further down*/
#quicktabs-container-worldwide_distributors .cregion.region-other .slickbox-wrap {
  top: 0;
}
/** Europe Region */
#quicktabs-container-worldwide_distributors .cregion.region-europe {
  height: 110px;
  left: 211px;
  top: 92px;
  width: 64px;
}
/** South America Region */
#quicktabs-container-worldwide_distributors .cregion.region-south-america {
  height: 85px;
  left: 137px;
  top: 176px;
  width: 55px;
}
/** Asia and Middle East Region */
#quicktabs-container-worldwide_distributors .cregion.region-asia-and-middle-east {
  height: 47px;
  left: 278px;
  top: 96px;
  width: 110px;
}
/** Africa Region */
#quicktabs-container-worldwide_distributors .cregion.region-africa {
  height: 88px;
  left: 205px;
  top: 145px;
  width: 71px;
}
/** North America Region */
#quicktabs-container-worldwide_distributors .cregion.region-north-america {
  height: 83px;
  left: 82px;
  top: 92px;
  width: 121px;
}
/*distributor lists table*/
.view-distributor-regions table th,
.view-distributor-regions table td {
  line-height: 25px;
}
#quicktabs-container-worldwide_distributors .cregion .views-row-odd {
  float: left;
  width: 150px;
}
#quicktabs-container-worldwide_distributors .cregion .views-row-even {
  float: right;
  width: 150px;
}
/*map inside pages*/
.node-type-worldwide-distributors #content-wrapper-inner {
  padding: 50px;
  background: #fff;
  border: solid 1px #bfbfbf;
}
.node-type-worldwide-distributors .field-type-text-with-summary {
  padding: 0 !important;
  float: left;
  width: 50%;
}
.node-type-worldwide-distributors h3 {
  display: none;
}
.node-type-worldwide-distributors td {
  padding: 3px 10px 3px 0;
  font-weight: bold;
  text-align: right;
  width: 120px;
}
.node-type-worldwide-distributors td + td {
  font-weight: normal;
  text-align: left;
  width: 200px;
}
.node-type-worldwide-distributors .field-label {
  padding: 15px 0 5px 0;
}
.node-type-worldwide-distributors .field-name-field-distribution-brand .even {
  float: left;
  padding-right: 10px;
}
.node-type-worldwide-distributors .field-type-taxonomy-term-reference,
.node-type-worldwide-distributors .field-name-field-distribution-country {
  width: 30%px;
  margin-left: 200px;
}
/**/
.node-type-worldwide-distributors .node-worldwide-distributors .field-type-taxonomy-term-reference {
  width: auto;
  margin: 0 0 10px 0;
}
.node-type-worldwide-distributors .node-worldwide-distributors .field-type-taxonomy-term-reference .field-label {
  padding: 0;
}
.node-type-worldwide-distributors .node-worldwide-distributors .field-type-taxonomy-term-reference .field-item {
  float: left;
  margin: 0 0 0 5px;
}
/*
TENS Landing
*/
.section.tens-video,
.section.mim-video {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  overflow: hidden;
}
/* Sepcial Query Sizes for full screen video */
@media screen and (max-width: 980px) {
  .section.tens-video,
  .section.mim-video {
    width: 111.66%;
  }
}
@media screen and (max-width: 768px) {
  .section.tens-video,
  .section.mim-video {
    width: 114.1%;
  }
}
.tens-brightcove-embed {
  position: relative;
  background: #000;
}
.tens-brightcove-embed .brightcove-responsive-wrapper {
  position: relative;
  padding-bottom: 56.33%;
}
.tens-brightcove-embed .brightcove-responsive-wrapper .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Vitalstim
*/
body.vitalstim #breadcrumb {
  display: none;
}
body.vitalstim .field-name-field-facility-type {
  margin-bottom: 2.2em;
  border-bottom: 1px solid #dcdcdd;
  padding-bottom: 2em;
}
/*
Vitalstim homepage
*/
.node-type-vitalstim-homepage h1.title {
  display: none;
}
#home-col-1,
#home-col-2 {
  width: 47%;
  float: left;
  margin-top: 50px;
}
#home-col-1 {
  margin-right: 6%;
}
.feature-download {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdd;
}
.feature-download h3 a {
  color: #444 !important;
}
.feature-download ul,
#block-system-main ul {
  /*list-style: none !important;
  padding: 0 !important;*/
}
.feature-download ul li {
  font-size: 14px;
  font-family: 'Uni Regular Italic', sans-serif;
}
/*
Hide the tab since there is only one
*/
#block-quicktabs-education_videos .quicktabs-tabs {
  display: none;
}
/*
Filters
*/
.views-exposed-form {
  margin: 0;
}
.view-education-videos .views-exposed-widgets {
  padding: 0 22.5px;
  max-width: 1180px;
  margin: 0 auto;
}
/*
Press Releases
*/
.date-display-single {
  display: block;
  margin-bottom: 1em;
}
.field-name-field-subtitle {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-family: 'Uni Regular Italic', sans-serif;
}
/* 
Patient Edu Section
*/
/* Additions 9/9/13 - This is legacy CSS that should be rebulit */
.node-type-education-pages .section-w-left-nav,
.node-type-patient-education .section-w-left-nav {
  width: 100%;
  position: relative;
  left: -330px;
  padding: 0 135px 50px 330px;
  z-index: 1;
  clear: both;
  overflow: auto;
}
.node-type-education-pages .section-w-left-nav + .section-w-left-nav,
.node-type-patient-education .section-w-left-nav + .section-w-left-nav {
  padding-top: 50px;
}
.node-type-education-pages .section-w-left-nav.shade,
.node-type-patient-education .section-w-left-nav.shade {
  background: #f3f3f3;
}
.image-w-caption {
  border-bottom: 1px solid #e6e6e6;
  max-width: 200px;
  z-index: 10;
  background: #fff;
}
.image-w-caption.right {
  float: right;
  clear: both;
  margin: 0 0 20px 40px;
}
.image-w-caption.left {
  float: left;
  clear: both;
  margin: 0 40px 20px 0;
}
.image-w-caption.gutter {
  position: absolute;
  left: -260px;
}
/* Specific gutter locations */
#shoulder-replacement {
  top: 1220px;
}
.image-w-caption img {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.image-w-caption p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: none;
  margin-bottom: 10px !important;
  font-style: italic !important;
}
.image-w-caption h6 {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 5px 0;
}
/*
Landing Pages
*/
/*
Trizone landing
*/
body.trizone#page {
  background: #36526a;
}
.trizone .section#flyapart-section {
  padding-bottom: 0 !important;
}
.section.bk-trizone {
  background: #36526a url('/sites/default/files/images/backgrounds/bk-trizone.jpg') no-repeat;
  background-size: cover;
}
.section.bk-trizone {
  color: #fff !important;
}
.trizone .flyapart {
  position: relative;
  min-height: 600px;
  z-index: 1;
}
.trizone .flyapart .hover {
  cursor: pointer;
  cursor: hand;
  background: #000;
  background: rgba(0, 0, 0, 0);
  filter: alpha(opacity=0);
}
.trizone .flyapart .hover {
  position: absolute;
  width: 10%;
  height: 10%;
  z-index: 10;
}
.trizone .flyapart .hover.silicone {
  left: 79%;
  top: 3%;
}
.trizone .flyapart .hover.bamboo {
  left: 0;
  top: 22%;
}
.trizone .flyapart .hover.zoned {
  left: 14%;
  top: 55%;
}
.trizone .flyapart .hover.internal {
  left: 38%;
  top: 33%;
  width: 15%;
  height: 15%;
}
.trizone img.runner-img {
  position: absolute;
  top: -130px;
  right: 0;
}
.trizone .section#runner {
  min-height: 670px;
}
.trizone img.flyapart-image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* Firefox Bug fix */
  box-shadow: #000 0em 0em 0em;
}
.section.bk-trizone a.link-button {
  color: #fff;
  background: #4a6378;
  border-color: #4a6378;
}
.section.bk-trizone a.link-button:hover {
  border-color: #fff;
}
/*
OA Reaction landing
*/
.oa-reaction #oa-reaction-banner-section {
  max-height: 669px;
  margin: 0;
  width: 115%;
  position: relative;
  left: -50px;
  padding: 0;
}
.oa-reaction #oa-reaction-product-section {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 517px;
}
.oa-reaction #oa-reaction-product-section h1 {
  margin-top: 50px;
}
/*
Surgeon Resouces Home
*/
.surgeon-resources-home #body-wrapper-inner #webform-component-city {
  width: 40%;
  float: left;
  margin-right: 1em;
}
.surgeon-resources-home #body-wrapper-inner #webform-component-state {
  float: left;
  clear: right;
}
.surgeon-resources-home #body-wrapper-inner #webform-component-orthopaedic-sub-specialties,
.surgeon-resources-home #body-wrapper-inner #edit-actions {
  float: left;
  width: 100%;
}
.surgeon-resources-home #body-wrapper-inner input[type="submit"] {
  display: inline-block;
  background: #c8102e;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 19px;
  border-radius: 16px;
  border: 2px solid #c8102e;
  line-height: 2.1;
  text-transform: capitalize;
  font-weight: normal;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
}
/*
Surgical Videos
*/
.surgical-videos {
  float: left;
  width: 100%;
}
.surgical-videos .view-grouping-header {
  font-family: 'Uni Bold', sans-serif;
  font-size: 17px;
  text-align: left;
}
.surgical-videos .view-grouping {
  width: 25%;
  float: left;
  margin-bottom: 45px;
}
.surgical-videos .view-footer {
  width: 100%;
  clear: both;
  padding-top: 45px;
}
.surgical-videos ul {
  margin: 0 !important;
  padding: 0 !important;
}
.surgical-videos ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.surgical-videos .video-thumbnail {
  margin: 0 1px 1px 0;
}
.surgical-videos ul li .video-thumbnail img {
  filter: saturate(0%);
}
.surgical-videos ul li .video-title {
  background-color: rgba(0, 0, 0, 0.8);
}
.surgical-videos ul li .video-thumbnail:hover .video-title {
  background-color: transparent;
}
.surgical-videos ul li .video-thumbnail:hover img {
  filter: saturate(100%);
}
.surgical-videos ul li .video-title h4 {
  opacity: 1;
  letter-spacing: 0.03em;
}
.surgical-videos h3 {
  padding: 11.25px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0 6px 0;
  background-color: #a8a9ab;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.07em;
}
/*
V2
*/
.surgical-videos-v2 .video-thumbnail {
  width: calc(33.3333% - 6px);
  float: left;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
/*
Chatt Brand Langing
*/
body.chattanooga.brands #body-wrapper {
  padding-top: 67.5px;
}
/*
Global Locations
*/
#block-views-locations-block h2.block-title {
  display: none;
}
.location-locations-display {
  margin-bottom: 22.5px;
}
/*
Exos Spine
*/
.view-exos-spine-products {
  overflow: hidden;
}
.view-exos-spine-products .views-row {
  width: 31.33%;
  margin-left: 2%;
  float: left;
  min-height: 400px;
}
.view-exos-spine-products .views-row h3,
.section#revolution .feature h3 {
  font-size: 1.2em;
}
.view-exos-spine-products .views-row:first-child {
  margin-left: 0;
}
.section#revolution {
  min-height: 980px;
  background: url('/sites/default/files/images/backgrounds/spine-inserts-boa.jpg') no-repeat 0 350px;
  position: relative;
  background-size: contain;
}
.section#revolution .feature {
  position: absolute;
}
#feature-one {
  top: 38%;
  left: 27%;
}
#feature-two {
  top: 48%;
  left: 53%;
  width: 40%;
}
#feature-three {
  top: 60%;
  left: 31%;
  width: 40%;
  text-align: right;
}
#feature-four {
  top: 70%;
  right: 33%;
  width: 56%;
  text-align: right;
}
#feature-five {
  top: 82%;
  right: 33%;
  width: 56%;
  text-align: right;
}
#feature-six {
  top: 92%;
  right: 30%;
  width: 65%;
  text-align: right;
}
/*
Education 9/14
*/
.menu-name-menu-patient-education ul,
.menu-name-menu-medical-education ul {
  margin-left: 1em !important;
}
.menu-name-menu-patient-education ul li,
.menu-name-menu-medical-education ul li {
  list-style: disc;
  margin-bottom: 0 !important;
}
.education .view-education-videos .views-row {
  float: left;
  width: 18%;
  margin: 1em 2% 3% 0;
  height: 180px;
  background: #f1f1f3;
}
.education .view-education-videos .views-field-field-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.education .view-education-videos .views-row h4 {
  font-size: 0.9em;
  padding: 0 0.7em;
}
/*
Calls & Presentations
*/
.calls-presentations .views-field-field-webcast {
  margin-bottom: 1em;
}
.calls-presentations h2.block-title {
  text-transform: uppercase;
}
/*
Locations
*/
.location-data .location {
  margin-top: 11.25px;
}
.block-surgeon-data {
  float: left;
  margin-left: 200px;
  max-width: 520px;
}
@media (max-width: 640px) {
  .block-surgeon-data {
    float: none;
    display: block;
    margin: 0;
  }
}
.block-surgeon-image {
  position: absolute;
  width: 200px;
  margin-bottom: 45px;
}
@media (max-width: 640px) {
  .block-surgeon-image {
    position: relative;
    width: auto;
  }
}
/*
Location Social
*/
.location-facebook,
.location-linkedin,
.location-twitter,
.location-instagram {
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  margin: 10px 8px 0 0;
  display: inline-block;
  cursor: pointer;
}
.location-facebook {
  background: url(../images/pngs/social-facebook-60x60.png?v=2) center center no-repeat;
  background-size: contain;
}
.location-instagram {
  background: url(../images/pngs/social-instagram-60x60.png?v=2) center center no-repeat;
  background-size: contain;
}
.location-linkedin {
  background: url(../images/pngs/social-linkedin-60x60.png?v=2) center center no-repeat;
  background-size: contain;
}
.location-twitter {
  background: url(../images/pngs/social-twitter-60x60.png?v=2) center center no-repeat;
  background-size: contain;
}
.location-education,
.location-procedures,
.location-info {
  margin-top: 22.5px;
}
/*
Location Contact
*/
/*
Search
*/
.view-id-surgeon_location_search {
  position: relative;
}
.surgeon-locator .view-filters {
  padding: 0 45px;
  border: 1px solid #dcdcdd;
  background: #f5f5f5;
}
.view-surgeon-location-search table {
  font-size: 90%;
}
.view-surgeon-location-search h3 {
  font-size: 1rem;
  font-family: 'Uni Bold', sans-serif;
}
.view-surgeon-location-search th {
  text-align: left;
}
.view-surgeon-location-search tr td {
  vertical-align: middle;
}
.view-surgeon-location-search tr td:nth-child(1) {
  vertical-align: top;
  width: 110px;
}
.view-surgeon-location-search ul li {
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  .view-surgeon-location-search table {
    font-size: 80%;
    width: 300px;
  }
  .view-surgeon-location-search td {
    padding: 20px 0;
    background: #fff !important;
  }
  .view-surgeon-location-search th,
  .view-surgeon-location-search td {
    display: none;
  }
  .view-surgeon-location-search td:nth-child(2) {
    display: table-cell;
  }
}
div.view-map a {
  background: #c3c3c3;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: 90px;
  text-align: center;
  margin-top: 10px;
  border-radius: 13px;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.surgeon-locator #edit-distance-wrapper {
  padding: 22.5px 22.5px 22.5px 0 !important;
  display: inline-block;
  width: auto;
  float: left;
}
.surgeon-locator .views-exposed-form .views-exposed-widget {
  float: right;
  padding-top: 30px;
}
.surgeon-locator .views-widget {
  width: 100%;
  float: left;
  margin: 0;
}
.surgeon-locator label[for="edit-distance"] {
  display: none;
}
.surgeon-locator .form-item-distance-postal-code,
.surgeon-locator .form-item-distance-search-distance {
  float: left;
  margin-right: 1em;
  width: auto;
}
.surgeon-locator .ajax-progress-throbber {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 160px;
  width: 100%;
  display: block !important;
  background: #fff;
  z-index: 99;
}
.node-type-surgeon #body-wrapper .webform-client-form {
  display: none;
}
.node-type-surgeon #body-wrapper .block-webform > div {
  max-width: 600px;
  margin-top: 45px;
  overflow: hidden;
  margin-left: 15%;
}
div.status {
  border-radius: 10px;
  background-image: url(../images/pngs/status-ok.png);
  background-color: #a1dd70;
  color: #fff;
}
.surgeon-locator .ajax-progress-throbber div {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.view-surgeon-location-search .ext {
  display: block;
  margin-bottom: 0.5em;
}
.view-surgeon-location-search .locality {
  float: left;
}
th span.learn-more a {
  display: block;
  font-size: 0.9em;
  font-family: 'Uni Regular Italic', sans-serif !important;
  margin-bottom: 0.2em;
  color: #fff !important;
}
th span.learn-more a:hover {
  color: #ec0028 !important;
}
.surgeon-locator #edit-distance-postal-code {
  width: 100px;
}
.surgeon-locator #edit-distance-search-distance {
  width: 50px;
}
.surgeon-locator #edit-field-anatomy-tid-wrapper {
  padding: 22.5px 0 22.5px 0 !important;
  float: left;
  display: inline-block;
  width: auto;
}
.surgeon-locator #edit-field-anatomy-tid-wrapper .views-widget {
  padding-top: 7px;
  overflow: visible;
}
.surgeon-locator .form-item-distance-search-units {
  float: left;
  width: auto;
  padding-top: 30px;
}
/* Hide Country droppdown (use country URL) */
.views-widget-filter-distance .form-item-distance-country {
  display: none;
}
body.node-type-surgeon h1.title {
  display: none;
}
body.node-type-surgeon .field-name-field-phy-location-image {
  width: auto;
  float: left;
  margin-right: 25px;
}
body.node-type-surgeon .group_phy_info {
  overflow: hidden;
}
body.node-type-surgeon .location-locations-display {
  overflow: hidden;
}
body.node-type-surgeon .field-name-field-surgeon-first-name,
body.node-type-surgeon .field-name-field-surgeon-last-name {
  float: left;
  font-size: 2.2em;
  line-height: 1;
}
body.node-type-surgeon .field-name-field-surgeon-first-name {
  margin-right: 0.3em;
}
body.node-type-surgeon .field-name-field-professional-credentialing {
  font-size: 2.2em;
  line-height: 1;
}
body.node-type-surgeon .field-name-field-professional-credentialing:before {
  content: ",";
  float: left;
  margin-right: 0.2em;
}
body.node-type-surgeon .field-name-field-surgeon-website {
  margin-bottom: 1em;
  clear: both;
}
body.node-type-surgeon .tel {
  margin-top: 0.5em;
  font-size: 1.1em;
}
body.node-type-surgeon .fn {
  font-family: 'Uni Bold', sans-serif;
  font-style: normal;
  font-size: 1.1em;
  font-stretch: normal;
  line-height: 1.6;
  margin-bottom: 0.33em;
}
.block-gmap-location {
  border: 1px solid #dcdcdd;
  width: 400px;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
/*
CASE Gmaps
*/
.gmap-popup > div {
  margin-bottom: 1.1em;
  border-bottom: 1px solid #dcdcdd;
  padding-bottom: 1em;
  line-height: 21px;
}
.gmap-popup {
  margin: 1em 0.5em;
}
h3.location-locations-header,
.block-gmap-location h2.block-title {
  display: none;
}
body.all-surgeons .views-table,
body.surgeon-locator .views-table {
  width: 100%;
}
.all-surgeons .views-table th a {
  color: #fff !important;
  font-family: 'Uni Bold', sans-serif;
}
.group_surgeon_details {
  overflow: hidden;
  margin-bottom: 2em;
  border-bottom: 1px solid #dcdcdd;
  padding-bottom: 2em;
}
.field-type-taxonomy-term-reference,
.field-name-field-direct-anterior,
.field-name-field-using-match-point {
  float: none;
  width: auto;
  font-size: 0.9em;
  text-transform: uppercase;
}
.field-type-taxonomy-term-reference .field-label,
.field-name-field-direct-anterior .field-label,
.field-name-field-using-match-point .field-label {
  font-family: 'Uni Bold', sans-serif;
}
.field-type-taxonomy-term-reference .field-item {
  float: left;
  margin-right: 0.3em;
}
body.all-surgeons .views-exposed-widgets {
  background: #f1f1f3;
  padding: 15px 30px 20px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2em;
}
body.all-surgeons #edit-province-wrapper label {
  float: left;
  font-size: 0.9em;
  position: relative;
  top: 3px;
}
body.all-surgeons .views-widget {
  float: left;
  margin-left: 0.3em;
}
body.all-surgeons .views-table tr.odd,
body.surgeon-locator .views-table tr.odd {
  background-color: #fafafa;
}
body.all-surgeons .views-table tr.even,
body.surgeon-locator .views-table tr.even {
  background-color: #fff;
}
/*
Exprt Landing
*/
body.exprt,
body.exprt-materials {
  background-image: none;
  background: #363636;
}
body.exprt a.teal {
  color: #1aa89f;
}
body.exprt a.teal:hover {
  color: #fff;
}
body.exprt-materials #main,
body.exprt-form #main {
  background: #363636;
}
body.exprt-materials .field-name-body {
  float: left;
  width: 50%;
}
body.exprt-materials .field-type-file {
  float: left;
  width: 50%;
}
body.exprt-materials .field-type-file span.file a {
  display: block;
  border: 1px solid #444;
  padding: 20px;
  margin: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff !important;
}
body.exprt-materials .field-type-file span.file a:hover,
body.exprt-materials .field-type-file span.file a:active {
  color: #1aa89f !important;
  background: #222 url(/sites/default/files/images/exprt/chevron.png) 95% center no-repeat;
}
body.exprt-materials .field-type-file .file-icon {
  display: none;
}
body.exprt a.exprt-anchor {
  float: left;
  position: relative;
  top: -20px;
}
.exprt-surgical-logos {
  float: left;
  padding-left: 30px;
  padding-top: 9px;
}
body.exprt #sub-menu,
body.exprt-materials #sub-menu {
  border: none;
  background: #333;
}
.exprt-login-button {
  background: #444;
  padding: 2px 15px;
  color: #e5e5e5;
  font-size: 13px;
  -webkit-border-radius: 19px;
  border-radius: 16px;
  border: 2px solid #444;
  line-height: 2.1;
  text-transform: capitalize;
  float: right;
  width: auto;
  margin-right: 20px;
  margin-top: 13px;
  cursor: pointer;
}
.exprt-login-button a {
  color: #fff;
}
.exprt-login-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}
body.exprt #block-user-login {
  text-align: left;
  background: #222;
  margin: 100px auto !important;
}
body.exprt .brightcove-overlay {
  cursor: default !important;
}
body.exprt .exprt-login-close {
  position: fixed;
  cursor: pointer !important;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("../images/pngs/brightcove-close.png") no-repeat scroll center center transparent;
  z-index: 9999;
  display: none;
}
body.exprt #block-user-login .form-required {
  color: #1aa89f;
}
body.exprt #block-user-login input[type="submit"] {
  background: #1aa89f;
  border-color: #1aa89f;
}
body.exprt #block-user-login input[type="submit"]:hover {
  background: #3ac4bb;
  border-color: #3ac4bb;
  color: #fff;
}
.exprt .section {
  height: 570px;
  position: relative;
  background-color: #000;
}
.exprt-logo-wrapper {
  text-align: center;
  margin-top: 30px;
}
.nav-scroller-wrapper {
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: auto;
  left: 0;
  right: 0;
}
.nav-scroller {
  cursor: pointer;
  color: #e3e3e7;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.2em;
}
.nav-scroller img {
  vertical-align: middle;
  padding: 0 14px 0 9px;
  margin: 0 auto;
}
.exprt-textbox-wrapper {
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.exprt-textbox .nav-scroller-wrapper {
  bottom: 35px;
}
.exprt-textbox {
  width: 260px;
  height: 250px;
  padding: 30px 20px 20px 20px;
  background: #1aa89f;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  /*display: none;*/
}
.exprt-textbox-inline-wrapper {
  overflow: hidden;
  width: 93%;
  margin: 50px auto;
}
.exprt-textbox-inline {
  width: 29.666%;
  padding: 1.5%;
  height: 280px;
  float: left;
  background: #1aa89f;
  color: #fff;
  margin-left: 1%;
  overflow: hidden;
  /*display: none;*/
}
.exprt-textbox-inline .rule {
  border-color: #6ac6c1;
  margin: 1em 0;
}
.exprt-textbox-inline:first-child {
  margin-left: 0;
}
.exprt-textbox h2,
.what-if-two-eight h2,
.exprt-textbox-inline h2 {
  font-size: 2.8em;
  margin-bottom: 0.2em !important;
  color: #fff;
  line-height: 1;
}
.exprt-textbox-inline p {
  margin-bottom: 0 !important;
}
span.exprt-cyan {
  color: #1aa89f;
}
.exprt-textbox p,
.exprt-textbox-inline p {
  font-size: 1.1em;
}
.section#exprt-panel-01 {
  background: #000;
}
.section#exprt-panel-01 h1 {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  padding: 40px 0px 20px 0;
  margin: 0 !important;
}
.section#exprt-panel-05 h1 {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 40px 0px 20px 0;
  margin: 0 !important;
  /*display: none;*/
}
.two-eight {
  text-align: center;
}
.what-if-two-eight {
  background: url('/sites/default/files/images/exprt/2-8-what-if.png') no-repeat center;
  height: 300px;
  text-align: center;
  margin-top: 120px;
  background-size: auto;
  /*display: none;*/
}
.what-if-two-eight h2 {
  line-height: 7;
}
.section#exprt-panel-02 {
  background: url('/sites/default/files/images/exprt/room-interior.jpg') no-repeat;
}
.section#exprt-panel-03 {
  background: url('/sites/default/files/images/exprt/doctor.jpg') no-repeat;
}
.section#exprt-panel-04 {
  background: url('/sites/default/files/images/exprt/trays.jpg') no-repeat;
}
.section#exprt-panel-05 {
  background: url('/sites/default/files/images/exprt/trays-crop.jpg') no-repeat;
}
body.exprt-materials span.file {
  background: none;
  font-family: 'Uni Regular', sans-serif;
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0;
  width: 100%;
}
body.djo-surgical-brand-landing.new #center-column p > a {
  color: #1fb3a9;
}
body.djo-surgical-brand-landing.new #center-column p > a:hover {
  border-bottom: 3px solid #1fb3a9;
  color: #000;
}
body.djo-surgical-brand-landing.new .surgical-landing-banner-wrapper {
  width: 100%;
  height: 960px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.djo-surgical-brand-landing.new .surgical-landing-banner-wrapper {
    height: 620px;
  }
}
body.djo-surgical-brand-landing.node-type-brands.new #top-slider-wrapper {
  background-color: #000;
  z-index: 1;
}
body.djo-surgical-brand-landing.node-type-brands.new #top-slider {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url('http://www.djoglobal.com/sites/default/files/images/backgrounds/bk-surgical-home.jpg');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  body.djo-surgical-brand-landing.node-type-brands.new #top-slider {
    background-position: 200px bottom;
  }
}
body.djo-surgical-brand-landing.new .surgical-landing-banner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22.5px;
}
body.djo-surgical-brand-landing.new .surgical-landing-banner .surgical-intro-text {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  body.djo-surgical-brand-landing.new .surgical-landing-banner .surgical-intro-text {
    margin-top: 90px;
    font-size: 80% !important;
  }
}
body.djo-surgical-brand-landing.new .surgical-landing-banner .surgical-intro-text p {
  font-size: 90%;
}
body.djo-surgical-brand-landing.new .surgical-landing-banner h2 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: normal;
  font-size: 1.6em;
}
body.djo-surgical-brand-landing.new .surgical-landing-banner a.link-button {
  border-color: #fff;
  color: #fff;
}
body.djo-surgical-brand-landing.new .surgical-landing-banner a.link-button:hover {
  background: #1fb3a9;
  color: #fff;
  border-color: #1fb3a9;
}
body.djo-surgical-brand-landing.djo-surgical.new #sub-menu {
  background: transparent;
  position: absolute;
  transition: background 0.4s ease-out;
}
body.djo-surgical-brand-landing.djo-surgical.new #sub-menu a:hover {
  color: #1fb3a9 !important;
}
body.djo-surgical-brand-landing.djo-surgical.new #sub-menu.sticky {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #333;
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .row .col-sm-5ths {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.2;
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .row .col-sm-5ths:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .row .col-sm-5ths img {
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .row .col-sm-5ths a {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 25px;
  left: 0;
  border-right: 1px solid #fff;
  opacity: 0.2;
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .row .col-sm-5ths:last-child a {
  border: none;
}
body.djo-surgical-brand-landing.new .surgical-product-icons-wrapper .surgical-product-title {
  font-family: 'Oswald', sans-serif;
}
body.djo-surgical-brand-landing.new .surgical-product-icons {
  max-width: 1090px;
  margin: 0 auto;
}
body.djo-surgical-brand-landing.new .field-name-body {
  padding: 22.5px 0;
}
body.djo-surgical-brand-landing.new h1 {
  position: absolute;
  left: -9999px;
}
body.djo-surgical-brand-landing.new .rule-right-black {
  border-right: 1px solid #000;
}
body.djo-surgical-brand-landing.new #center-column h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  margin-top: 0.8em;
  margin-bottom: 0;
}
body.djo-surgical-brand-landing.new a.link-button {
  background: none;
  border: 1px solid #000;
  color: #000;
}
body.djo-surgical-brand-landing.new a.link-button:hover {
  background: #1fb3a9;
  border-color: #1fb3a9;
  color: #fff;
  box-shadow: none;
}
body.djo-surgical-brand-landing.new #content-bottom-wrapper {
  background: #000;
}
body.djo-surgical-brand-landing.new #content-bottom {
  color: #fff;
  padding: 90px 45px;
}
body.djo-surgical-brand-landing.new #content-bottom h2 {
  display: block !important;
  background: none;
  text-indent: 0;
  width: auto;
  border: none;
  height: auto;
  font-family: 'Oswald', sans-serif;
  letter-spacing: normal;
  margin-bottom: 22.5px;
  float: none;
}
body.djo-surgical-brand-landing.new #content-bottom a {
  color: #1fb3a9;
}
body.djo-surgical-brand-landing.new #block-views-news_blurbs-surgical {
  width: 50%;
  float: right;
  padding-left: 67.5px;
}
body.djo-surgical-brand-landing.new .view-news-blurbs h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  line-height: 1.35;
}
body.djo-surgical-brand-landing.new .view-news-blurbs h3 a {
  color: #fff !important;
}
body.djo-surgical-brand-landing.new .view-news-blurbs .views-row {
  margin: 0;
  margin-bottom: 15px;
}
body.djo-surgical-brand-landing.new .view-news-blurbs .news-blurb-body {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
}
body.djo-surgical-brand-landing.new .view-news-blurbs .views-row {
  width: 100%;
  display: block;
  float: none;
}
body.djo-surgical-brand-landing.new .view-news-blurbs img {
  display: none;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block {
  width: 50%;
  float: left;
  padding: 0 75px 0 25px;
  border-right: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block .row {
  padding: 11.25px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block .row:last-child {
  border: none;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block a.link-button {
  border: 1px solid #fff;
  color: #fff;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block a.link-button:hover {
  color: #fff;
  border: 1px solid #1fb3a9;
}
body.djo-surgical-brand-landing.new #block-views-surgical_events-block .view-footer {
  margin-top: 45px;
}
.color-exprt-blue {
  color: #1fb3a9 !important;
}
@media only screen and (max-width: 768px) {
  body.exprt-products #body-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.exprt-products .views-field-field-page-header-image {
    margin-left: -50%;
  }
}
body.exprt-products .page-header-text {
  margin-left: -22.5px;
  top: 0;
  bottom: 0;
  background: #1fb3a9;
  width: 30.45%;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 768px) {
  body.exprt-products .page-header-text {
    position: absolute;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.exprt-products .page-header-text {
    position: relative;
    width: 480px;
    height: 180px;
    margin-left: -45px;
    margin-top: 0;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 320px) {
  body.exprt-products .page-header-text {
    position: relative;
    width: 320px;
    height: 280px;
    margin-left: -45px;
    margin-top: 0;
  }
}
body.exprt-products .page-header-text h2 {
  position: absolute;
  bottom: 0;
  font-size: 2.7em;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 22.5px;
}
@media only screen and (max-width: 768px) {
  body.exprt-products .page-header-text h2 {
    font-size: 2.2em;
    margin: 11.25px;
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.exprt-products .page-header-text h2 {
    left: 0;
    margin: 22.5px;
  }
}
body.exprt-products #page {
  background: #000;
  color: #fff;
}
body.exprt-products #sub-menu,
body.exprt-category #sub-menu {
  background: rgba(0, 0, 0, 0.8);
}
body.exprt-products #sub-menu a:hover,
body.exprt-category #sub-menu a:hover {
  color: #1fb3a9 !important;
}
body.exprt-products .rule {
  border-color: #fff;
}
body.exprt-products .exprt-product-intro {
  padding: 0 22.5px 11.25px 22.5px;
}
@media only screen and (max-width: 768px) {
  body.exprt-products .exprt-product-intro {
    padding: 0 11.25px 11.25px 11.25px;
  }
}
@media only screen and (max-width: 480px) {
  body.exprt-products .exprt-product-intro {
    padding: 0;
  }
}
body.exprt-products #center-column h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.1em;
  color: #1fb3a9;
  font-weight: 400;
  margin-bottom: 22.5px;
  line-height: 1.2;
}
body.exprt-products #center-column h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
}
body.exprt-products #center-column h4 em {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
body.exprt-products #center-column h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 11.25px;
}
body.exprt-products #center-column .content ul.small {
  margin: 0 0 22.5px 0;
}
body.exprt-products #center-column .content ul.small.grey {
  color: #aaa;
}
body.exprt-products #center-column .content ul.small li {
  font-size: 0.9em;
  margin-bottom: 5px;
}
body.exprt-products #center-column .content ol.footnotes {
  margin: 22.5px 0 22.5px 0;
  font-family: 'Oswald', sans-serif;
  border-top: 1px solid #444;
  padding-top: 45px;
}
body.exprt-products .exprt-product-videos {
  border-top: 1px solid #fff;
  margin-top: 45px;
  padding-top: 45px;
}
body.exprt-products .exprt-product-videos .exprt-video-wrapper div.vid-thumb {
  border: 1px solid #333;
  margin-left: 1px;
  margin-right: 1px;
  box-shadow: none;
}
body.exprt-products .exprt-product-videos span.vid-thumb:hover {
  color: #1fb3a9;
}
body.exprt-products .exprt-file:last-child {
  margin-bottom: 45px;
}
body.exprt-products .exprt-file a {
  margin-bottom: 1px;
  border: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
  padding: 11.25px;
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
  transition: background-color 0.2s linear;
}
body.exprt-products .exprt-file a:hover {
  color: #fff;
  background-color: #1fb3a9;
  border-color: #1fb3a9;
}
body.exprt-products .exprt-product-videos .exprt-video-wrapper {
  width: 50%;
  float: left;
  overflow: hidden;
}
body.oara-score-form #top-slider {
  margin-top: 0;
}
body.oara-score-form #sub-menu {
  background: rgba(0, 0, 0, 0.8) !important;
}
body.oara-score-form #sub-menu a:hover {
  color: #1fb3a9 !important;
}
body.oara-score-form #top-slider-wrapper,
body.oara-score-form #page {
  background: #000;
  color: #fff;
}
body.oara-score-form .node-webform form > div {
  background: transparent;
  border: none;
  padding: 0;
  max-width: 680px;
  padding-top: 45px;
}
body.oara-score-form .node-webform form > div .fieldset-wrapper {
  border: none;
  margin-top: 1px;
  padding: 45px;
  background: #222;
}
body.oara-score-form .form-required {
  color: #1fb3a9;
}
body.oara-score-form label {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
}
body.oara-score-form input[type="text"],
body.oara-score-form input.email {
  background-color: #222;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
}
body.oara-score-form input[type="text"]:focus,
body.oara-score-form input[type="email"]:focus {
  border-color: #1fb3a9;
}
body.oara-score-form .node-webform select {
  color: #000;
  font-family: 'Oswald', sans-serif;
}
body.oara-score-form .node-webform .form-radios .form-item label,
label.option {
  font-family: 'Oswald', sans-serif;
}
body.oara-score-form .node-webform form input[type="submit"] {
  background: #1fb3a9;
  border: 1px solid #1fb3a9;
  transition: background 0.1s linear;
}
body.oara-score-form .node-webform form input[type="submit"]:hover {
  color: #fff;
  background: #000;
}
/*
International job postings
*/
.view-id-international_job_postings table {
  width: 100%;
}
.view-id-international_job_postings table td {
  width: 40%;
}
.view-id-international_job_postings table td + td {
  width: 20%;
}
/*
Defender Tape
*/
body.defender-tape #page {
  background: #212830;
}
body.defender-tape #body-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
body.defender-tape #body-wrapper-inner {
  margin: 0 !important;
}
body.defender-tape .section {
  border-top: 1px solid #4c4f53;
  padding: 5%;
  width: 90%;
  left: 0 !important;
}
.section#defender-tape-header {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.defender-tape-header-bk img {
  float: left;
}
.section#defender-tape-application {
  padding-top: 140px;
  padding-bottom: 0;
}
.defender-tape-package {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 1;
}
.defender-tape-links-text {
  float: left;
  margin-left: 36%;
  z-index: 10;
  position: relative;
}
.section#defender-tape-links {
  min-height: 260px;
}
.defender-tape-header-icons {
  position: absolute;
  top: -53px;
  right: 50px;
}
.defender-tape-header-text,
.defender-tape-header-text-mobile {
  position: absolute;
  width: 49%;
  margin-top: 33%;
  top: 0px;
  margin-left: 43.5%;
}
.defender-tape-header-text-mobile {
  display: none;
}
.defender-tape-header-text p,
.defender-tape-header-text-mobile p {
  text-align: center;
}
.defender-tape-buttons a {
  margin-right: 10px;
}
body.defender-tape #body-wrapper h2 {
  font-family: 'Uni Bold Italic', sans-serif;
  font-stretch: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.3em;
  line-height: 1.2;
}
.defender-tape-links-text #body-wrapper h2 {
  text-align: left !important;
}
body.defender-tape #body-wrapper h3 {
  font-family: 'Uni Bold', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #1964c4;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .defender-tape-header-text p {
    font-size: 0.9em;
  }
  .defender-tape-package {
    left: -110px;
  }
}
@media screen and (max-width: 480px) {
  .defender-tape-header-icons {
    width: 90%;
    display: block;
    top: 0;
    left: 5%;
    margin-top: 10%;
  }
  .defender-tape-header-text {
    display: none;
  }
  .defender-tape-header-text-mobile {
    display: block;
  }
  .defender-tape-package {
    display: none;
  }
  .defender-tape-links-text {
    margin-left: 0;
  }
  #defender-tape-application.section {
    padding-top: 180px;
  }
  .defender-tape-links-text h2 {
    text-align: center !important;
  }
  .defender-tape-buttons {
    text-align: center;
    margin-bottom: 50px;
  }
  .defender-tape-header-text-mobile p {
    font-size: 0.8em;
  }
}
/*
a22 Coming Soon
*/
body.a-twenty-two #main {
  min-height: auto;
}
body.a-twenty-two #body-wrapper {
  background: #212830;
  margin: 0;
  color: #fff;
}
/*
a22 Landing Page
*/
body.a22 #page {
  background: #000;
}
body.a22 #body-wrapper {
  color: #fff;
  padding: 0 !important;
  overflow: hidden;
}
.a22 .section {
  border-bottom: 1px dotted #444;
  min-height: 590px;
  overflow: visible;
  position: relative;
}
.a22 .section#panel-01 {
  background: url(https://www.djoglobal.com/sites/default/files/images/products/donjoy/a22/bk-clouds.jpg) center 0 no-repeat;
}
.a22 .logo {
  position: absolute;
  right: 100px;
  top: 180px;
}
.a22 .video-link {
  position: absolute;
  right: 108px;
  top: 390px;
}
.a22 .tennis {
  position: absolute;
  left: 20px;
  top: 20px;
}
.a22 .section#panel-02 {
  min-height: 740px;
}
.a22 .soccer {
  position: absolute;
  right: 0;
  top: -80px;
}
.a22 .volleyball {
  position: absolute;
  top: -160px;
  left: -10px;
}
.a22 .brace {
  position: absolute;
  right: 80px;
  top: -80px;
}
.a22 .section#panel-04 {
  background: url('https://www.djoglobal.com/sites/default/files/images/products/donjoy/a22/bk-stripes.gif') 0 bottom no-repeat;
}
.a22 .button {
  position: absolute;
  bottom: 170px;
  left: 60px;
}
.a22 .text-ti {
  position: absolute;
  right: -275px;
  bottom: 210px;
}
.a22 .ti-popup {
  border: 1px solid #697377;
  position: absolute;
  left: 425px;
  bottom: 280px;
  z-index: 10;
  opacity: 0.85;
  display: none;
  background: #000 url(https://www.djoglobal.com/sites/default/files/images/products/donjoy/a22/ti-atom-small.png) no-repeat 220px 22px;
  width: 260px;
  padding: 40px 20px;
}
.a22 .ti-popup h5 {
  font-family: 'Uni Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.a22 .ti-popup ul {
  margin: 0 0 0 1em !important;
  padding: 0 !important;
}
.a22 .ti-popup ul li {
  margin: 0 !important;
  font-size: 0.9em;
  border-top: 1px dotted #333;
  padding: 0.3em 0 0.3em;
  color: #c20035;
}
.a22 .ti-popup ul li span {
  color: #fff;
}
.a22 .ti-popup ul li:first-child {
  border: none;
}
.a22 .ti-close {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}
.a22 h3 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0;
}
.a22 h3 strong {
  font-family: 'Uni Bold', sans-serif;
}
.a22 p {
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 1em;
  margin: 0;
  color: #aaa;
}
.a22 .text-freedom {
  position: absolute;
  top: 280px;
  right: -370px;
  width: 370px;
}
.a22 .stats {
  position: absolute;
  top: 390px;
  width: 620px;
  right: -480px;
}
.a22 .stats li {
  border-top: 1px dotted #333;
  padding: 20px 0 10px 0;
  list-style-position: inside;
  color: #c60036;
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 0.9em;
}
.a22 .stats li span {
  color: #fff;
}
.a22 .stats li:first-child {
  border-top: none;
}
.a22 .text-freedom {
  position: absolute;
  top: 280px;
  right: -370px;
  width: 370px;
}
.a22 .stats li {
  border-top: 1px dotted #333;
  padding: 15px 0 10px 0;
  list-style-position: inside;
  color: #c60036;
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 0.9em;
}
.a22 .stats li span {
  color: #ccc;
}
.a22 .stats li:first-child {
  border-top: none;
}
.a22 .text-brace-01,
.a22 .text-brace-02,
.a22 .text-brace-03 {
  position: absolute;
  text-align: right;
}
.a22 .text-brace-01 {
  top: 140px;
  width: 340px;
  left: -340px;
}
.a22 .text-brace-02 {
  top: 280px;
  width: 420px;
  left: -290px;
}
.a22 .text-brace-03 {
  top: 410px;
  width: 390px;
  left: -350px;
}
.a22 .stats strong {
  font-family: 'Uni Regular', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  position: relative;
  top: 0.18em;
  color: #fff;
}
.a22 .text-engineering {
  position: absolute;
  top: 210px;
  right: 340px;
}
.a22 .callout {
  position: absolute;
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
.a22 .callout:before {
  content: "• ";
  color: #c60036;
  position: absolute;
  left: -0.8em;
}
#callout-01 {
  top: 300px;
  right: 620px;
  width: 140px;
}
#callout-02 {
  top: 480px;
  right: 290px;
  width: 200px;
}
#callout-03 {
  top: 650px;
  right: 600px;
  width: 140px;
}
#callout-04 {
  top: 510px;
  right: 770px;
  width: 200px;
}
.intro-copy {
  position: absolute;
  width: 480px;
  text-align: center;
  right: 75px;
  top: 110px;
}
/*
Knight Banner
*/
.a22-knight {
  padding: 25px;
  max-width: 580px;
}
@media only screen and (max-width: 768px) {
  .a22-knight {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .a22-knight {
    padding: 40px;
    margin-top: 80px;
  }
}
/*
Product Page
*/
.brace-comparision {
  width: 100%;
  border: none;
}
.brace-comparision td {
  border: none;
  text-align: center;
  border-bottom: 1px solid #dcdcdd;
  font-size: 0.8em;
}
.brace-comparision-key {
  text-align: center;
  font-family: 'Uni Bold Italic', sans-serif;
  font-stretch: normal;
  font-size: 1.1em !important;
  background: #939597;
  color: #fff;
  padding-top: 0.8em;
  letter-spacing: 0.05em;
}
.brace-comparision-header-01 {
  text-align: left !important;
  text-transform: uppercase;
  line-height: 0.8;
}
.brace-comparision-header-02 {
  background: #bd0034;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.brace-comparision-sidebar {
  background: #f1f1f3;
  text-align: left !important;
}
.brace-comparision-sidebar a {
  color: #444 !important;
}
.brace-comparision-sidebar a:hover {
  color: #c8102e !important;
}
.brace-comparision-marker {
  color: #bd0034;
  font-size: 2em;
  line-height: 1;
}
/*
SpinlaLogic
*/
ul.spinalogic-bullets {
  margin: 15px 0 15px 5px !important;
  list-style: none !important;
}
ul.spinalogic-bullets li {
  background: url(/sites/default/files/images/icons/bullet-spinalogic.png) no-repeat left top;
  padding: 2px 0 4px 30px;
}
/*
DonJoy Performance (DJP)
*/
body.donjoy-performance-brand .view-blurbs .blurbs-row {
  float: left;
  width: 47%;
  margin-right: 3%;
  height: auto;
  border: none;
}
body.donjoy-performance-brand .view-blurbs .blurbs-row.views-row-odd {
  clear: left;
}
body.donjoy-performance-brand .view-blurbs .views-field-field-blurb-image {
  width: 35%;
  margin-right: 5%;
}
body.donjoy-performance-brand .view-blurbs .views-field-field-blurb-image img {
  border: 1px solid #dcdcdd;
}
body.donjoy-performance-brand .view-blurbs .views-field-field-has-quote,
body.donjoy-performance-brand .view.view-blurbs .views-field-body {
  width: 60%;
}
body.donjoy-performance-brand .view.view-blurbs .views-field-body p {
  margin-bottom: 0;
}
body.donjoy-performance-brand .home-twitter li.views-row span a:hover {
  color: #C3D42A !important;
}
.page-products.donjoy-performance .block-facetapi .block-inner h2,
.page-products.donjoy-performance .block-facetapi .block-inner.facet-selected h2 {
  background: #C3D42A !important;
}
.empi-press-content {
  background: #fff;
  margin: 3em;
  min-height: 600px;
  position: relative;
  color: #000;
  padding: 50px;
}
body.clima-flex-landing #body-wrapper,
body.clima-flex-landing #center-column {
  padding: 0;
  width: 100%;
}
body.clima-flex-landing #body-wrapper > .row {
  margin: 0;
}
body.clima-flex-landing #body-wrapper {
  background: #e9eae5;
}
body.clima-flex-landing #clima-flex-header {
  min-height: 520px;
  background-image: url('/sites/default/files/images/products/donjoy/climaflex/banner-climaflex-1500-v01.jpg');
  background-size: cover;
  background-position: center right;
}
@media only screen and (min-width: 1400px) {
  body.clima-flex-landing #clima-flex-header {
    min-height: 640px;
  }
}
body.clima-flex-landing #clima-flex-header div.vid-thumb {
  width: 100%;
  min-height: 520px;
  z-index: 10;
  background: transparent url('../images/pngs/video-overlay-xlarge.png') center center no-repeat;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  body.clima-flex-landing #clima-flex-header div.vid-thumb {
    background-position: 80% center;
  }
}
@media only screen and (max-width: 480px) {
  body.clima-flex-landing #clima-flex-header div.vid-thumb {
    background-position: center 85%;
  }
}
body.clima-flex-landing .climaflex-header-text {
  float: left;
  margin-top: 180px;
  margin-left: 90px;
}
@media only screen and (max-width: 480px) {
  body.clima-flex-landing .climaflex-header-text {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 25px 0 0 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
body.clima-flex-landing a.link-button.clima-flex-link-button {
  background-color: #a1a4a3;
}
body.clima-flex-landing a.link-button.clima-flex-link-button:hover {
  color: #a1a4a3;
  background-color: #fff;
}
body.clima-flex-landing .rule-clima-flex {
  border-color: #d4d1c1;
}
.trade-small {
  font-family: 'Uni Regular', sans-serif;
  font-size: 40%;
  letter-spacing: normal;
  font-weight: normal;
  top: -25px;
}
body.clima-flex-landing #clima-flex-footer {
  margin-top: 45px;
  min-height: 720px;
  background-image: url('/sites/default/files/images/products/donjoy/climaflex/climaflex-footer.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 480px) {
  body.clima-flex-landing #clima-flex-footer {
    min-height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  body.clima-flex-landing #clima-flex-footer {
    min-height: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  body.clima-flex-landing #clima-flex-footer {
    background-size: 1180px;
    min-height: 800px;
  }
}
body.clima-flex-landing #clima-flex-features h3 {
  margin-top: 5px;
}
body.testimonials #body-wrapper {
  padding-top: 0;
}
body.testimonials #top-slider-wrapper {
  background: #000;
}
body.testimonials #top-slider {
  margin-top: 0;
}
body.testimonials .featured-testimonial-wrapper {
  width: 48%;
  position: absolute;
  top: 100px;
  right: 45px;
  color: #4d4d50;
  background: url('../images/pngs/openquote-large.png') 5px 9px no-repeat;
  padding-left: 130px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.testimonials .featured-testimonial-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  body.testimonials .featured-testimonial-wrapper {
    width: 100%;
    top: 60px;
    left: 0;
    padding: 22.5px;
    background: none;
  }
}
body.testimonials .featured-testimonial-image {
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  body.testimonials .featured-testimonial-image {
    margin-left: -220px;
  }
}
@media only screen and (max-width: 480px) {
  body.testimonials .featured-testimonial-image {
    opacity: 0.3;
    background-size: cover;
  }
}
body.testimonials .featured-testimonial-body {
  font-weight: 300;
  line-height: 1.85;
  font-size: 0.95em;
  color: #fff;
}
body.testimonials .featured-testimonial-body > p:after {
  content: '\201C';
}
body.testimonials .featured-testimonial-author {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  font-family: 'Uni Bold', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
body.testimonials .testimonial-products {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 128px;
  font-size: 1.8em;
  top: -35px;
  width: 300px;
}
body.testimonials .testimonial-products a {
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
@media only screen and (max-width: 480px) {
  body.testimonials .testimonial-products a {
    display: none;
  }
}
body.testimonials .testimonial-products a:hover {
  opacity: 1;
}
.patient-testimonial-videos-all .testimonial-video-tile {
  float: left;
  width: 33.3333%;
  padding: 11.25px 5.625px;
}
@media only screen and (max-width: 480px) {
  .patient-testimonial-videos-all .testimonial-video-tile {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.patient-testimonial-videos-all .view-content {
  padding-bottom: 45px;
  margin: 0 -5.625px;
}
.patient-testimonial-videos-all .flickity-page-dots {
  bottom: -30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#patient-stories-banner {
  min-height: 66.666vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#patient-stories-banner a.mock-breadcrumb {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  top: 60px;
  padding: 0 22.5px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 480px) {
  #patient-stories-banner a.mock-breadcrumb {
    top: 82.5px;
  }
}
#patient-stories-banner a.mock-breadcrumb:hover {
  color: #fff;
}
#patient-stories-banner h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.1em;
  text-transform: uppercase;
  line-height: 1;
}
body.testimonials .all-testimonials .views-row {
  width: 50%;
  float: left;
  padding: 10px 100px 0 60px;
  margin-bottom: 45px;
  background: url('../images/pngs/openquote-small.png') 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  body.testimonials .all-testimonials .views-row {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}
body.testimonials .patient-testimonial-all p {
  font-size: 1.05rem;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
}
body.testimonials .all-testimonials .views-row-odd {
  clear: left;
}
body.testimonials #center-column .content .all-testimonials ul {
  margin: 0;
  padding: 0;
  margin-top: 5.625px;
}
body.testimonials #center-column .content .all-testimonials ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.testimonials .all-testimonials .testimonial-image {
  float: right;
  padding-left: 22.5px;
  padding-bottom: 22.5px;
  width: 43%;
}
body.testimonials .all-testimonials .testimonial-wrapper {
  margin-top: -6px;
  position: relative;
}
body.testimonials .featured-testimonial-wrapper .testimonial-title {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
  opacity: 0.7;
}
body.testimonials .all-testimonials .testimonial-title {
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 1.5;
}
.testimonial-author {
  font-family: 'Uni Bold', sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-body > p:after {
  content: '\201C';
}
.testimonial-body > p + p:before {
  content: '\201C';
}
body.hr-portal.not-logged-in h1,
body.hr-portal.not-logged-in #block-system-main .content {
  display: none;
}
body.hr-portal #block-user-login {
  margin: 0 auto;
  width: 290px;
}
body.hr-portal #user-login-form > div {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  padding: 25px;
}
body.hr-portal #user-login-form .item-list {
  display: none;
}
body.hr-portal #user-login-form .form-submit {
  margin-top: 10px;
}
body.hr-portal .item-list {
  float: left;
  width: 50%;
  margin-top: 22.5px;
}
@media only screen and (max-width: 768px) {
  body.hr-portal .item-list {
    display: block;
    width: 100%;
  }
}
body.hr-portal .item-list ul {
  margin: 0 !important;
  list-style: none !important;
}
body.hr-portal .item-list ul li {
  padding: 0;
  margin: 0 !important;
  background: url('/modules/file/icons/application-pdf.png') 0 3px no-repeat;
  padding-left: 22.5px;
}
body.hr-portal .item-list:nth-last-child(even) {
  clear: left;
}
body.hr-portal .r-tabs .r-tabs-nav {
  background: #828e98;
  padding: 0;
}
body.hr-portal .r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #828e98;
  margin: 0;
}
body.hr-portal .r-tabs .r-tabs-tab {
  border-left: 1px solid #fff;
}
body.hr-portal .r-tabs .r-tabs-tab:first-child {
  border: none;
}
body.hr-portal .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: #fff !important;
  border-top: 4px solid #c8102e;
  border-bottom: 1px solid #fff;
}
body.hr-portal .r-tabs-panel {
  padding: 22.5px;
  overflow: hidden;
}
.trifit-banner-text {
  max-width: 360px;
  top: 83px;
  position: absolute;
  left: -300px;
}
@media only screen and (max-width: 768px) {
  .trifit-banner-text {
    max-width: 280px;
    top: 110px;
    left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .trifit-banner-text {
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 50px;
    max-width: none;
    left: 0;
    right: 0;
    top: 110px;
  }
}
.trifit-banner-text img {
  cursor: pointer;
}
body.trifit-landing h4 a,
body.trifit-landing h3 a {
  color: #1c87cd !important;
}
body.trifit-landing h4 a:hover,
body.trifit-landing h3 a:hover {
  color: #fff !important;
  border-bottom: 3px solid #294f82;
}
body.trifit-landing #body-wrapper,
body.trifit-landing #center-column {
  padding: 0;
  width: 100%;
  background: transparent;
  color: #fff;
}
body.trifit-landing #body-wrapper > .row {
  margin-right: 0;
  margin-left: 0;
}
body.trifit-landing #page {
  background-color: #000;
}
@media only screen and (max-width: 480px) {
  body.trifit-landing #page {
    background-position: -130px 160px;
  }
}
body.trifit-landing .tech-video-wrapper {
  background-color: #000;
}
body.trifit-landing #trifit-header {
  max-width: 1270px;
  margin: 0 auto;
}
body.trifit-landing #trifit-header,
body.trifit-landing #trifit-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
body.trifit-landing .trifit-title {
  position: absolute;
  top: 175px;
  left: 75px;
  background: #000;
  padding: 10px;
  width: 340px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  body.trifit-landing .trifit-title {
    top: 100px;
    left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  body.trifit-landing .trifit-title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  body.trifit-landing .trifit-title {
    left: -40px;
    width: 300px;
  }
}
body.trifit-landing .trifit-title span {
  font-size: 1.9em;
  margin-left: 32px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 320px) {
  body.trifit-landing .trifit-title span {
    font-size: 1.5em;
  }
}
body.trifit-landing .trifit-title span.trade {
  position: absolute;
  font-size: 16px;
  margin: 0;
  top: 57px;
  left: 163px;
  color: #ccc;
}
@media only screen and (max-width: 320px) {
  body.trifit-landing .trifit-title span.trade {
    left: 145px;
    top: 50px;
    font-size: 14px;
  }
}
body.trifit-landing .trifit-title h2 {
  font-size: 4.2em;
  line-height: 0.6;
  margin: 0;
}
@media only screen and (max-width: 320px) {
  body.trifit-landing .trifit-title h2 {
    font-size: 3.8em;
  }
}
body.trifit-landing .trifit-title span + h2 + span {
  margin-left: 114px;
}
body.trifit-landing .trifit-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.15em;
  color: #1c87cd;
}
@media only screen and (max-width: 320px) {
  body.trifit-landing .trifit-tag {
    font-size: 0.95em;
  }
}
body.trifit-landing #trifit-rotate {
  position: relative;
  top: -50px;
  margin-left: 10px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  body.trifit-landing #trifit-rotate {
    top: -30px;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.trifit-landing #trifit-rotate {
    top: 0;
    margin-left: -20px;
    height: 600px;
  }
}
@media only screen and (max-width: 320px) {
  body.trifit-landing #trifit-rotate {
    top: 0;
    margin-left: 0;
    height: 380px;
  }
}
body.trifit-landing #trifit-rotate img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
}
body.trifit-landing #trifit-rotate img.seq-out {
  opacity: 0;
}
body.trifit-landing #trifit-tech-images .row > div {
  background: #000;
}
body.trifit-landing #trifit-tech-images {
  max-width: 1080px;
  margin-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
}
body.trifit-landing .tech-copy:first-child {
  border-left: none;
}
body.trifit-landing p.blue-intro,
body.trifit-coming-soon p.blue-intro {
  color: #1c87cd;
  font-family: 'Uni Bold', sans-serif;
}
body.trifit-landing #trifit-tech {
  max-width: 1180px;
  margin: 0 auto;
}
body.trifit-landing .tech-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.trifit-landing #trifit-video {
  max-width: 1180px;
  margin: 0 auto;
}
body.trifit-landing .trifit-outro-wrapper {
  background: url('http://www.djoglobal.com/sites/default/files/images/trifit/bk-45-03.gif');
  background-repeat: no-repeat;
  background-position: -100px 0;
  background-color: #000;
}
body.trifit-landing #rock-climber {
  background: url('http://www.djoglobal.com/sites/default/files/images/trifit/rock-climber-02.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
body.trifit-landing #trifit-outro {
  max-width: 1180px;
  margin: 0 auto;
  background: #000;
}
body.trifit-landing #trifit-outro-text {
  max-width: 590px;
  padding: 90px 45px 90px 0;
}
@media only screen and (max-width: 480px) {
  body.trifit-landing #trifit-outro-text {
    width: 480px;
    margin: 0 auto;
    padding: 45px;
  }
}
@media only screen and (max-width: 320px) {
  body.trifit-landing #trifit-outro-text {
    width: 320px;
    margin: 0 auto;
    padding: 22.5px;
  }
}
body.trifit-landing #trifit-outro a.link-button,
body.trifit-landing #trifit-intro a.link-button,
body.trifit-coming-soon a.link-button {
  background: #1C87CD;
  margin-top: 22.5px;
  color: #fff;
  border: none;
  line-height: 3;
}
body.trifit-landing #trifit-outro a.link-button:hover,
body.trifit-landing #trifit-intro a.link-button:hover,
body.trifit-coming-soon a.link-button:hover {
  background: #fff;
  color: #1C87CD;
}
body.trifit-landing #knee-guarantee {
  margin: 45px 0;
  border-top: 1px solid #555;
  padding-top: 22.5px;
  border-bottom: 1px solid #555;
  padding-bottom: 22.5px;
}
body.trifit-landing #knee-guarantee p {
  margin: 0;
}
body.trifit-landing #trifit-legal {
  max-width: 1180px;
  padding-bottom: 45px;
  margin: 0 auto;
}
body.defiance-landing #body-wrapper,
body.defiance-landing #center-column {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.defiance-landing .cycle {
    margin-left: -67.5px;
  }
}
@media screen and (max-width: 480px) {
  body.defiance-landing .cycle {
    margin: 0 auto;
  }
}
body.defiance-landing #body-wrapper .container {
  padding: 22.5px 45px;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #body-wrapper .container {
    padding: 22.5px;
  }
}
body.defiance-landing #defiance-products {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
body.defiance-landing #defiance-products h3 a {
  color: #000;
}
body.defiance-landing #defiance-products h3 a:hover {
  color: #294f82 !important;
}
body.defiance-landing #body-wrapper #defiance-photos.container {
  padding-bottom: 0;
  padding-top: 22.5px;
}
body.defiance-landing #body-wrapper #defiance-videos.container {
  padding-top: 45px;
  padding-bottom: 45px;
}
body.defiance-landing #body-wrapper > .row {
  margin: 0;
}
body.defiance-landing #defiance-header {
  min-height: 480px;
  position: relative;
  background-color: #e3e3e7;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header {
    padding-bottom: 0;
  }
}
body.defiance-landing #defiance-header #defiance-header-text {
  position: absolute;
  top: 90px;
  left: 22.5px;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header #defiance-header-text {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 22.5px;
  }
}
body.defiance-landing #defiance-header #defiance-header-text h2 {
  color: #000;
  font-size: 60px;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header #defiance-header-text h2 {
    font-size: 60px;
  }
}
body.defiance-landing #defiance-header #defiance-header-text h3 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  color: #a8a9ab;
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header #defiance-header-text h3 {
    font-size: 30px;
  }
}
body.defiance-landing #defiance-header #defiance-sponsor-logos {
  margin-top: 22.5px;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header #defiance-sponsor-logos {
    margin-top: 11.25px;
  }
}
body.defiance-landing #defiance-header #defiance-sponsor-logos img {
  display: inline;
  margin-right: 22.5px;
  max-height: 50px;
}
@media screen and (max-width: 1024px) {
  body.defiance-landing #defiance-header #defiance-sponsor-logos img {
    max-height: 60px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  body.defiance-landing #defiance-header #defiance-sponsor-logos img {
    max-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-header #defiance-sponsor-logos img {
    max-height: 30px;
    margin-right: 3px;
  }
}
body.defiance-landing #defiance-clinical {
  background: #f5f5f5;
}
body.defiance-landing #defiance-benefits {
  padding: 67.5px 22.5px;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-benefits {
    padding: 45px 0;
  }
}
body.defiance-landing #defiance-benefits > .row {
  max-width: 1135px;
  margin: 0 auto;
}
body.defiance-landing #defiance-features span.vid-thumb {
  background: #294f82;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 10px 20px !important;
  position: relative;
  top: 5px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-features span.vid-thumb {
    display: block;
  }
}
body.defiance-landing #defiance-features span.vid-thumb:hover {
  background: #fff;
  color: #294f82;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.defiance-landing #defiance-conclusion a.link-button {
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  body.defiance-landing #defiance-conclusion a.link-button {
    width: 100%;
  }
}
.defiance-gallery .gallery-cell {
  width: 100%;
  text-align: center;
  padding: 0;
  max-height: 650px;
}
.defiance-gallery .flickity-prev-next-button {
  top: 50%;
  margin-top: -3px;
}
.defiance-gallery .flickity-prev-next-button.previous {
  left: -45px;
}
.defiance-gallery .flickity-prev-next-button.next {
  right: -45px;
}
.defiance-gallery .flickity-page-dots {
  display: none;
}
.defiance-gallery .gallery-cell img {
  box-shadow: none;
  margin: 0 auto;
}
.defiance-overview-gallery .defiance-gallery-cell {
  width: 50%;
  height: auto;
  text-align: center;
  padding: 0;
  display: block;
  padding: 0 5.625px;
}
.defiance-overview-gallery .defiance-gallery-cell img {
  display: block;
  width: 100%;
}
.view-id-ifus {
  margin-top: 22.5px;
  overflow: hidden;
}
.ifu-group {
  float: left;
  width: 50%;
  padding-left: 22.5px;
  margin-bottom: 22.5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ifu-group {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
  }
}
.ifu-group:nth-child(odd) {
  clear: left;
  padding-left: 0;
}
.ifu-admin .view-filters {
  background: #fff;
  padding: 22.5px 45px;
  border-radius: 11.25px;
  margin-bottom: 45px;
}
.ifu-admin .view-filters .views-widget {
  overflow: hidden;
}
.ifu-admin .view-filters .description {
  font-size: 0.9rem;
  margin-top: 11.25px;
  display: block;
}
.ifu-admin .view-filters #edit-submit-ifu-admin-home {
  margin-top: 25px;
}
.ifu-admin .view-filters #edit-field-brand-tid-selective {
  margin-top: 6px;
}
/*
UltraSling Quardant
*/
.ultrasling-quardant {
  padding-left: 22.5px;
  margin-top: 110px;
  max-width: 520px;
}
@media only screen and (max-width: 768px) {
  .ultrasling-quardant {
    max-width: 300px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ultrasling-quardant {
    margin-top: 160px;
    margin-right: 25px;
    max-width: 320px;
    float: right;
  }
}
/*
X4
*/
.bk-x4color1 {
  background-color: #0067aa;
}
.bk-x4color2 {
  background-color: #2782be;
}
.bk-x4color3 {
  background-color: #0000ff;
}
.bk-x4color4 {
  background-color: #f1f1f1;
}
body.x4 a.back-link {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 22.5px;
  left: 22.5px;
  background: url(/sites/default/files/images/products/x4/link-back.png) center center no-repeat;
}
body.x4 .banner img {
  max-width: none;
  width: 100%;
  display: block;
}
body.x4 section {
  width: 100%;
  padding: 90px 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  body.x4 section {
    padding: 45px 11.25px;
  }
}
body.x4 .divider {
  width: 30px;
  height: 8px;
  margin: 22.5px auto;
  display: block;
  background: #0067aa;
}
body.x4 #benefits {
  background: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 90px;
}
body.x4 #video-embed {
  padding: 0;
}
#benefits img {
  border-radius: 50%;
}
body.x4 #nav-divide {
  color: #fff;
  padding: 0;
}
body.x4 #technology {
  background: url(/sites/default/files/images/products/x4/bk-blur.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
body.x4 #x4-brace {
  background: #4d4d50 url(/sites/default/files/images/products/x4/bk-brace.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
body.x4 #x4-brace h3 {
  position: relative;
  left: 40px;
}
body.x4 #x4-brace ul {
  margin-left: 40px;
}
body.x4 #x4-brace h3 span.callout-number {
  display: block;
  position: absolute;
  left: -60px;
  top: -10px;
  height: 45px;
  width: 45px;
  line-height: 1.9;
  background: #0067aa;
  border-radius: 22px;
  text-align: center;
  font-family: 'Uni Regular', sans-serif;
}
body.x4 #x4-brace .brace-inner {
  padding: 22.5px;
}
body.x4 #nav-divide #physicians,
body.x4 #nav-divide #patients {
  padding: 90px 45px;
}
body.x4 #nav-divide #physicians {
  background: #000;
}
body.x4 #nav-divide #patients {
  background: #0067aa;
}
body.x4 #nav-divide a {
  height: 45px;
  display: inline-block;
  width: auto;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 11.25px 22.5px;
  line-height: 1.7;
  border-radius: 22.5px;
  color: #fff;
  font-family: 'Uni Regular', sans-serif;
  background: rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
  transition: all 0.2s linear;
}
body.x4 #nav-divide a:hover {
  background: rgba(255, 255, 255, 0.4);
}
body.x4 #pat-pairing {
  background: #0067aa;
  color: #fff;
}
body.x4 .step-number {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #2782be;
  color: #fff;
  font-size: 3em;
  line-height: 2em;
  margin-bottom: 22.5px;
}
section.home-banner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 80vh;
  background-position: top left;
  background-size: cover;
  transition: background-image 0.1s ease-in-out;
  background-color: #000;
}
section.home-banner .banner-text {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  line-height: 1.7;
  color: #fff;
}
section.home-banner .banner-text-inner {
  display: none;
}
section.home-banner .banner-text-inner#init {
  display: block;
}
section.home-banner .banner-text.animate {
  animation: intro 0.3s;
}
@keyframes intro {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
section.home-banner .banner-text h2 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 45px;
  display: block;
  color: #fff;
  letter-spacing: 0.07em;
}
section.home-banner .banner-text p {
  font-size: 17px;
  margin: 0;
}
nav.nav-row {
  position: absolute;
  bottom: 22.5px;
  height: 100px;
  left: 0;
  right: 0;
}
nav.nav-row .nav-box {
  width: 20%;
  float: left;
  height: 100px;
  text-align: center;
  padding-top: 30px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background: transparent;
  transition: all 0.1s ease-in-out;
  font-size: 18px;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.07em;
}
nav.nav-row .nav-box-inner {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: inline-block;
  padding: 20px;
}
nav.nav-row .nav-box:hover .nav-box-inner {
  border-color: #fff;
}
nav.nav-row .nav-box i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.top-banner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 80vh;
  background-position: top left;
  background-size: cover;
  transition: background-image 0.1s ease-in-out;
  background-color: #000;
}
a.feature-box-link {
  display: block;
  width: 100%;
  height: auto;
  color: #5f5f5f;
  cursor: pointer;
}
.feature-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.feature-box .feature-box-image {
  z-index: 1;
}
.feature-box .feature-box-image img {
  width: 100%;
  height: auto;
  display: block;
  float: right;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
  transition: all 0.2s ease-in-out;
}
.feature-box:hover .feature-box-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.feature-box .feature-box-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 22.5px;
  max-width: 80%;
}
.feature-box.large .feature-box-text {
  padding: 45px;
  max-width: 66.666%;
}
a > .feature-box {
  cursor: pointer;
  color: #5f5f5f;
}
a > .feature-box .feature-box-text {
  pointer-events: none;
}
.feature-box .feature-box-text h3 {
  text-transform: uppercase;
}
.feature-box .feature-box-text p,
.feature-box .feature-box-text h3 {
  margin: 0;
}
.empowr-background {
  background: #000000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #5c5d5e 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #5c5d5e 100%);
  background: linear-gradient(135deg, #000000 0%, #5c5d5e 100%);
}
.empowr-header {
  position: relative;
}
.empowr-header-text {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .empowr-header-text {
    display: block;
    position: relative;
    top: 0;
  }
}
.empowr-header-text h3 {
  font-family: 'Uni Regular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.empowr-header-text h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Uni Book', sans-serif;
}
@media only screen and (max-width: 480px) {
  .empowr-header-text h1 {
    font-size: 35px;
  }
}
a.empowr-hover p {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 11.25px;
  letter-spacing: 0.05em;
}
a.empowr-hover {
  font-family: 'Uni Book', sans-serif;
  display: block;
  border: 1px solid transparent;
  transition: all 0.1s linear;
  color: #e3e3e7;
  cursor: pointer;
}
a.empowr-hover:hover {
  border: 1px solid #a8a9ab;
  color: #c8102e;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
a.empowr-jump-link {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  color: #f1f1f3;
  font-size: 2.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  border-top: 1px solid #a8a9ab;
  padding-top: 5px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z" fill="%23a8a9ab"/></svg>');
  background-position: right 0 top 5px;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}
a.empowr-jump-link:hover {
  color: #c8102e;
}
.video-thumbnail.title-overlay .video-title {
  background-position: left 45px top 50%;
  background-image: url(/sites/all/themes/djoglobal_v025/images/pngs/video-overlay-triangle-filled.png);
  background-size: 20px;
}
.video-thumbnail.title-overlay:hover .video-title {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-thumbnail.title-overlay .video-title h4 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 59.85px;
  letter-spacing: 0.03em;
}
.video-thumbnail.title-overlay .video-title h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
.custom-bracing .product-image-slider h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 11.25px;
  letter-spacing: 0.03em;
}
.custom-bracing .product-image-slider .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin: 0 !important;
}
.custom-bracing .product-image-slider {
  max-width: 320px;
  margin: 45px auto;
}
.custom-bracing .product-image-slide {
  width: 100%;
  width: 320px;
  margin: 0 auto;
}
.custom-bracing .testimonial-slide {
  width: 100%;
  max-width: 1135px;
  padding: 0;
  margin: 0;
}
.custom-bracing .testimonial-slide img {
  display: block;
}
.custom-bracing .testimonial-slides .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 22.5px;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin: 0 !important;
}
.custom-bracing .video-banner {
  position: relative;
  overflow: hidden;
  height: 70vh;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.9) 0%, rgba(31, 29, 79, 0.8) 24%, rgba(192, 24, 60, 0.8) 100%);
}
@media (max-width: 640px) {
  .custom-bracing .video-banner {
    height: 50vh;
  }
}
.custom-bracing .video-banner-text {
  width: 100%;
}
@media (max-width: 640px) {
  .custom-bracing .video-banner-text {
    margin-top: 90px;
  }
}
.custom-bracing .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.custom-bracing .video-banner-text .video-link a {
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  background-image: url(/sites/all/themes/djoglobal_v025/images/pngs/video-overlay-outline.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
  padding: 22.5px 0 22.5px 54px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  .custom-bracing .video-banner-text .video-link a {
    top: auto;
    margin-top: 45px;
  }
}
.custom-bracing .logo-donjoy-rev {
  max-width: 320px;
  display: block;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .custom-bracing .logo-donjoy-rev {
    max-width: 160px;
    margin-bottom: 10px;
  }
}
.custom-bracing .tech-panel {
  max-width: 590px;
  background: #fff;
}
.custom-bracing .tech-panel img {
  margin-top: 45px;
}
.tech-panel-bk-left {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 80%, #f8f8f8 100%);
}
.tech-panel-bk-right {
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 80%, #f8f8f8 100%);
}
.custom-bracing .video-thumbnail .video-title {
  background-position: left 45px top 50%;
  background-image: url(/sites/all/themes/djoglobal_v025/images/pngs/video-overlay-triangle.png);
  background-size: 28px;
}
.custom-bracing .video-thumbnail:hover .video-title {
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-bracing .video-thumbnail .video-title h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: normal;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 67.5px;
  letter-spacing: 0.03em;
}
.custom-bracing .video-thumbnail .video-title h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
#adaptable-image-seq {
  background: #000;
  padding: 22.5px 0;
  height: 85vh;
}
#adaptable-image-seq::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0;
  height: 0;
  margin-left: -25px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #000;
}
@keyframes scrollindicate {
  0% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(15px);
  }
}
.scroll-indicator {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 22.5px;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  z-index: 15;
  animation: scrollindicate 1s infinite;
}
.adaptable-image-seq-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1180px;
  transform: translateY(-50%);
  margin: 0 auto;
}
#adaptable-image-seq .adaptable-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.15s linear;
  visibility: visible;
  opacity: 1;
}
#adaptable-image-seq .adaptable-image:first-child {
  position: relative;
  display: inline-block;
}
#adaptable-image-seq .adaptable-image img {
  height: auto;
  max-height: 80vh;
  width: 100%;
  display: block;
}
#adaptable-image-seq .adaptable-image.hide-frame {
  visibility: hidden;
  opacity: 0;
}
.adaptable-callouts {
  position: absolute;
  z-index: 50;
  width: 33.333%;
  top: 30%;
  right: 45px;
  transform: translate(0, -70%);
}
@media only screen and (max-width: 768px) {
  .adaptable-callouts {
    left: 0;
    right: 0;
    top: auto;
    bottom: 45px;
    width: 100%;
  }
}
.adaptable-callouts > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s linear;
  transform: translateY(30px);
  padding-top: 5px;
  border-top: 3px solid #c8102e;
}
@media only screen and (max-width: 768px) {
  .adaptable-callouts > div {
    margin: 0 22.5px;
  }
}
@media only screen and (max-width: 480px) {
  .adaptable-callouts > div h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .adaptable-callouts > div p {
    font-size: 14px;
  }
}
.adaptable-callouts > div.toggle-callout {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#adaptable-video {
  background-color: #000;
}
#adaptable-animation video {
  width: 100%;
}
#adaptable-animation .text-overlay {
  width: 480px;
  display: block;
}
.apatable-gallery {
  max-width: 640px;
  margin: 0 auto;
}
.apatable-gallery .gallery-image {
  width: 100%;
  margin-right: 20px;
}
.apatable-gallery .image-description {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 22.5px;
}
.apatable-gallery .flickity-button {
  background: transparent;
}
.apatable-gallery .flickity-prev-next-button.previous {
  left: -90px;
}
.apatable-gallery .flickity-prev-next-button.next {
  right: -90px;
}
.adaptable-quotes div.quote-slide {
  width: 100%;
  display: block;
  padding: 0 22.5px;
}
.adaptable-quotes .flickity-prev-next-button.previous {
  left: -45px;
}
.adaptable-quotes .flickity-prev-next-button.next {
  right: -45px;
}
body.oara-score-surgical #content-bottom form > div {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22.5px;
}
body.oara-score-surgical #content-bottom .block-webform .block-title {
  display: none;
}
.oara-score-surgical .fieldset-wrapper {
  border: none;
  border-bottom: 1px solid #e3e3e7;
}
body.oara-score-surgical .quotes-fade-through {
  margin-top: 22.5px;
  min-height: 120px;
}
body.oara-score-surgical .fade-quote {
  display: none;
  font-size: 22px;
  font-style: normal;
  color: #fff;
  font-style: italic;
}
body.oara-score-surgical .fade-quote::before {
  content: "+";
  position: absolute;
  left: -2px;
}
.testimonial-gallery {
  max-width: 640px;
  margin: 0 auto;
}
.testimonial-gallery .testimonial-gallery-cell {
  width: 100%;
  padding: 0 22.5px;
}
.testimonial-gallery .flickity-button {
  background: transparent;
}
.testimonial-gallery .flickity-button-icon {
  fill: #fff;
}
.testimonial-gallery .flickity-prev-next-button.previous {
  left: -90px;
}
.testimonial-gallery .flickity-prev-next-button.next {
  right: -90px;
}
body.oara-score-surgical #center-column form.webform-client-form > div {
  padding: 0 22.5px !important;
}
#healthcare-programs .md-icon {
  float: left;
  margin-right: 12px;
  width: 60px;
  height: auto;
}
#healthcare-programs h2,
#healthcare-programs p {
  overflow: hidden;
}
.healthcare-solutions .banner-text h2::before {
  content: "+";
  position: absolute;
  left: -20px;
  top: -12px;
  opacity: 0.5;
}
.healthcare-icon {
  display: block;
  text-align: center;
  margin-bottom: 22.5px;
}
.healthcare-icon i {
  font-size: 55px;
}
.list-plus li {
  list-style: none;
  position: relative;
}
.list-plus li::before {
  content: "+";
  position: absolute;
  left: -12px;
}
#mi-sensor {
  background-image: url('/sites/default/files/images/motionmd/icon-motion-intel-wifi.png');
  background-repeat: no-repeat;
  background-position: 100% 80px;
  background-size: 130px;
}
#mi-phone {
  background-image: url('/sites/default/files/images/motionmd/icon-motion-intel-transmit.png');
  background-repeat: no-repeat;
  background-position: 100% 80px;
  background-size: 130px;
}
p.flow-arrow {
  position: relative;
}
p.flow-arrow::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  bottom: -15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e3e3e7;
}
.stat {
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .stat {
    text-align: left;
  }
}
.divider-50 {
  height: 7px;
  width: 200%;
  background: #c8102e;
  display: block;
}
#protection-fourcepoint {
  position: relative;
}
#protection-fourcepoint:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: -160px;
  background-color: #4d4d50;
}
#facts-figures {
  background: -100px center url('/sites/default/files/images/acl-bracing/defiance.png') no-repeat;
}
@media only screen and (max-width: 768px) {
  #facts-figures {
    background: none;
  }
}
#prevention-prescribe {
  background: #a11131 right -60px bottom 300px url('/sites/default/files/images/acl-bracing/logo-donjoy-5-percent-K.png') no-repeat;
  background-size: 50%;
}
body.careers-landing #body-wrapper {
  padding-bottom: 0;
}
body.careers-landing #careers-intro p,
body.careers-landing #diversity p {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.8;
}
body.careers-landing #careers-people p {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8;
}
#banner-careers .pop-up-menus a {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  color: #fff;
  border-right: 1px solid #fff;
  display: block;
  margin: 22.5px 0;
}
#banner-careers .pop-up-menus {
  pointer-events: auto;
}
#banner-careers .pop-up-menus .row > div:last-child a {
  border: none;
}
.title-box {
  width: 270px;
  height: 270px;
  border: 7px solid #fff;
  position: absolute;
  top: -60px;
  padding: 25px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.title-box.reveal {
  opacity: 1;
  top: -28px;
}
.title-box#title-why {
  background-image: url(https://www.djoglobal.com/sites/default/files/images/icons/text-why-djo.svg?v=2);
}
.title-box#title-diversity {
  background-size: 50%;
  background-image: url(https://www.djoglobal.com/sites/default/files/images/icons/text-diversity-djo.svg);
}
@media (min-width: 768px) {
  .banner#banner-careers .pop-up-menus a.active:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -5.625px;
    width: 0;
    height: 0;
    border-left: 11.25px solid transparent;
    border-right: 11.25px solid transparent;
    border-bottom: 11.25px solid #c8102e;
  }
}
@media (max-width: 768px) {
  [class*="col-sm-"].background-image {
    width: 100%;
    height: 480px;
  }
}
@media (max-width: 640px) {
  [class*="col-sm-"].background-image {
    width: 100%;
    height: 320px;
  }
}
body.meded-landing #body-wrapper {
  padding-bottom: 0;
}
body.meded-landing #content-bottom {
  background-color: #39393b;
  color: #fff;
  padding: 0;
}
body.meded-landing #meded-home-banner {
  background-image: url('/sites/default/files/images/backgrounds/bk_advance-landing.jpg');
  background-size: cover;
  background-position: top center;
}
.banner#med-ed-banner .banner-image {
  background-color: #466473;
}
.banner#med-ed-banner .banner-text {
  text-align: left;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22.5px;
}
.upcoming-events-slider {
  background-color: #39393b;
}
.upcoming-events-slider .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.upcoming-events-slider .flickity-prev-next-button {
  width: 30px;
  height: 30px;
}
.upcoming-events-slider .flickity-prev-next-button.previous {
  left: 20px;
}
.upcoming-events-slider .flickity-prev-next-button.next {
  right: 20px;
}
.upcoming-events-slider .flickity-button {
  background: transparent;
  display: block !important;
}
.upcoming-events-slider .flickity-button:disabled {
  opacity: 0.2;
}
.upcoming-events-slider .flickity-button-icon {
  fill: #fff;
}
.upcoming-events-slider .view-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22.5px;
}
.upcoming-events-slider .event-box {
  width: 33.33333%;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 640px) {
  .upcoming-events-slider .event-box {
    width: 100%;
    border: none;
  }
}
.upcoming-events-slider .event-box {
  border-left: 1px solid #616165;
}
.upcoming-events-slider .event-box:nth-child(3n-2) {
  border: none;
}
body.meded-landing .view-meded-events-calendar .view-header {
  padding-top: 45px;
  border-top: 1px solid #616165;
}
body.meded-landing .calendar-calendar div.calendar {
  font-size: 0.9rem;
}
body.meded-landing .view .date-nav-wrapper .date-heading h3 {
  font-family: 'Uni Book', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
body.meded-landing table tr {
  border: none;
}
body.meded-landing .calendar-calendar td {
  color: #fff;
}
body.meded-landing .calendar-calendar th.days {
  color: #fff;
  text-align: left;
  border: none;
}
body.meded-landing .calendar-calendar .month-view .full td.single-day div.monthview {
  padding: 0;
}
body.meded-landing .calendar-calendar .month-view .full td.single-day div.monthview a {
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 5.625px;
  display: block;
}
body.meded-landing .view .date-nav-wrapper .date-prev,
body.meded-landing .view .date-nav-wrapper .date-next {
  background: transparent !important;
  display: block;
  border-radius: 0;
}
body.meded-landing .view .date-nav-wrapper .date-prev a,
body.meded-landing .view .date-nav-wrapper .date-next a {
  background: transparent;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.meded-landing .view .date-nav-wrapper .date-prev a {
  background-image: url(/sites/default/files/images/icons/navigate_before-24px.svg);
}
body.meded-landing .view .date-nav-wrapper .date-next a {
  background-image: url(/sites/default/files/images/icons/navigate_next-24px.svg);
}
body.meded-landing .calendar-calendar .month-view .full tr.date-box td {
  border: none;
}
body.meded-landing .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 120px !important;
}
body.meded-landing .month-view .full td.single-day.empty,
body.meded-landing .calendar-calendar .month-view .full td.date-box.empty,
body.meded-landing .calendar-calendar .month-view .full tr td.single-day.today,
body.meded-landing .calendar-calendar .month-view .full tr.date-box td {
  background-color: #39393b;
}
body.meded-landing .calendar-calendar .month-view .full td.date-box.empty .inner div.day {
  background: transparent;
  color: #616165;
}
.calendar-calendar .month-view .full td .inner div.day {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  color: #fff;
  float: left;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  left: -5px;
  line-height: 1.45;
}
.calendar-calendar .month-view .full tr td.today .day {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #39393b;
  border-radius: 50%;
}
td.multi-day .item,
td.single-day .item {
  position: relative;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .month-view .full td.single-day .inner .monthview .cutoff {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .month-view .full td.single-day div.monthview {
  background: none;
  overflow: visible;
  color: #a0b2bb;
}
.calendar-calendar .month-view .full td.multi-day div.monthview a,
.calendar-calendar .month-view .full td.single-day div.monthview a {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  max-width: 160px;
  line-height: 1.2;
  margin: 5px 0;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .month-view .full td.single-day .calendar.monthview .contents {
  position: relative;
  background: #466473;
  width: auto;
  padding: 11.25px;
  border-radius: 5px;
}
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border: none;
}
.med-ed-title .date-group-range,
.med-ed-title .date-display-single,
.med-ed-title .date-display-range {
  display: inline;
}
body.med-ed-events #body-wrapper {
  background-color: #fff;
  padding-bottom: 0;
}
body.med-ed-webinar #body-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
body.med-ed-events #content-bottom {
  background-color: #39393b;
  color: #e3e3e7;
  padding: 0;
}
a.meded-landing-link {
  color: #598093 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
}
body.med-ed-events a.meded-landing-link:hover {
  color: #fff;
}
.meded-landing-link i {
  display: inline-block;
  margin-right: 10px;
}
img.logo-advanced-rev {
  max-width: 140px;
  display: block;
  margin: 22.5px auto;
}
body.med-ed-events #body-wrapper .inner {
  display: flex;
  flex-wrap: wrap;
}
body.med-ed-events #center-column {
  flex-direction: column;
  float: none;
}
body.med-ed-events #sidebar-second {
  flex-direction: column;
  float: none;
  padding: 0;
  background: #a8a9ab;
}
@media (max-width: 768px) {
  body.med-ed-events #sidebar-second {
    width: 100%;
  }
}
body.med-ed-events #block-views-meded_map-meded_map {
  border: none;
  margin: 0;
}
body.med-ed-events #center-column #block-views-surgical_event-event_body {
  padding: 90px 90px 90px 22.5px;
  margin: 0;
  float: right;
  max-width: 729.4px;
}
@media (max-width: 640px) {
  body.med-ed-events #center-column #block-views-surgical_event-event_body {
    padding: 22.5px;
  }
}
body.med-ed-events .view-meded-location-text {
  padding: 45px 22.5px 0 22.5px;
  color: #fff;
}
body.med-ed-events #center-column .view-meded-location-text .location {
  border-right: 1px solid #616165;
  padding-top: 11.25px;
}
body.med-ed-events #center-column .view-meded-location-text .adr > .fn {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
}
body.med-ed-events .view-meded-types .view-content {
  display: flex;
  padding: 45px 0;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  body.med-ed-events .view-meded-types .view-content {
    display: block;
  }
}
body.med-ed-events .view-meded-types .view-content div {
  flex: 1;
  padding: 100px 45px 0 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  background-position: top 38% center;
  background-size: 10%;
  color: #fff;
  border-right: 1px solid #616165;
}
body.med-ed-events .view-meded-types .view-content div.Bioskills {
  background-image: url('/sites/default/files/images/icons/icon-bioskills.svg');
}
body.med-ed-events .view-meded-types .view-content div.Case.Discussion {
  background-image: url('/sites/default/files/images/icons/icon-case-discussion.svg');
}
body.med-ed-events .view-meded-types .view-content div.Didactic {
  background-image: url('/sites/default/files/images/icons/icon-didactic.svg');
  background-size: 13%;
}
body.med-ed-events .view-meded-types .view-content div:last-child {
  border: none;
}
body.med-ed-events .view-meded-event-faculty .view-content {
  border-top: 1px solid #4d4d50;
}
body.med-ed-events .view-meded-event-faculty h3 {
  padding-bottom: 5.625px;
  color: #fff;
}
body.med-ed-events .view-meded-event-faculty ul li,
body.med-ed-webinar .view-meded-event-faculty ul li {
  padding: 0;
  margin: 0 0 5.625px 0;
}
body.node-type-brands.djo-surgical .date-display-single {
  margin-bottom: 0;
}
.view-press-releases-surgical-homepage .view-content a {
  color: #5f5f5f;
}
.view-press-releases-surgical-homepage .view-content a:hover {
  color: #c8102e;
}
.surgical-events-calendar {
  padding: 45px 22.5px;
}
.surgical-events-calendar table tr {
  border: none;
}
.surgical-events-calendar .view-content,
.surgical-events-calendar .view-header {
  max-width: 1180px;
  margin: 0 auto;
}
.surgical-events-calendar .view-header h3 {
  text-transform: uppercase;
}
.surgical-events-calendar .calendar-calendar th.days {
  text-align: left;
  border: none;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.single-day div.monthview {
  padding: 0;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.single-day div.monthview a {
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 5.625px;
  display: block;
}
.surgical-events-calendar .view-header .date-nav-wrapper .date-prev,
.surgical-events-calendar .view-header .date-nav-wrapper .date-next {
  background: transparent !important;
  display: block;
  border-radius: 0;
}
.surgical-events-calendar .view-header .date-nav-wrapper .date-prev a,
.surgical-events-calendar .view-header .date-nav-wrapper .date-next a {
  background: #e3e3e7;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.surgical-events-calendar .view-header .date-nav-wrapper .date-prev a {
  background-image: url(/sites/default/files/images/icons/navigate_before-24px.svg);
}
.surgical-events-calendar .view-header .date-nav-wrapper .date-next a {
  background-image: url(/sites/default/files/images/icons/navigate_next-24px.svg);
}
.surgical-events-calendar .calendar-calendar .month-view .full tr.date-box td {
  border: none;
}
.surgical-events-calendar .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 120px !important;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.date-box.empty .inner div.day {
  background: transparent;
}
.surgical-events-calendar .calendar-calendar .month-view .full td .inner div.day {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  float: left;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  left: -5px;
  line-height: 1.45;
}
.surgical-events-calendar .calendar-calendar .month-view .full tr td.today .day {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  width: 25px;
  height: 25px;
  background: #c8102e;
  color: #fff;
  border-radius: 50%;
}
.surgical-events-calendar .calendar-calendar .month-view .full tr td.single-day.today,
.surgical-events-calendar .calendar-calendar .month-view .full td.date-box.today {
  background: transparent;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.surgical-events-calendar .calendar-calendar .month-view .full td.single-day .calendar.monthview .contents {
  position: relative;
  color: #fff;
  background: #c8102e;
  width: auto;
  padding: 11.25px;
  border-radius: 5px;
  font-size: 0.85rem;
}
.surgical-events-calendar .calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border: none;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.single-day.empty,
.surgical-events-calendar .calendar-calendar .month-view .full td.date-box.empty {
  background: transparent;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.date-box.empty div.day {
  color: #e3e3e7;
}
.surgical-events-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.surgical-events-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation {
  display: none;
}
body.outpatient-landing #center-column {
  background: #fff;
}
body.outpatient-landing #outpatient-adaptable {
  background-color: #fff;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://www.djoglobal.com/sites/default/files/images/backgrounds/outpatient-adaptable.jpg?v=15');
}
@media (max-width: 640px) {
  body.outpatient-landing #outpatient-adaptable {
    background: none;
  }
}
body.outpatient-landing #outpatient-empowr {
  background-color: #fff;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://www.djoglobal.com/sites/default/files/images/backgrounds/outpatient-empowr.jpg?v=10');
}
@media (max-width: 640px) {
  body.outpatient-landing #outpatient-empowr {
    background: none;
  }
}
body.outpatient-landing .webform-component-checkboxes {
  width: 50%;
}
body.outpatient-landing .webform-component-checkboxes {
  width: 50%;
  padding-top: 35px;
}
body.outpatient-landing .webform-component-checkboxes label {
  font-size: 1rem;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
body.outpatient-landing .form-actions {
  padding: 22.5px;
}
body.outpatient-landing .form-actions input[type="submit"] {
  margin: 0 auto;
  display: block;
}
@media (max-width: 640px) {
  #content-bottom .form-item {
    width: 100%;
    display: block;
  }
}
#defiance-color-slider-block {
  margin: 0 45px;
}
#defiance-color-slider-block .product-image-slide.defiance-colors {
  width: 12.5%;
  margin: 0 11.25px;
}
@media (max-width: 1024px) {
  #defiance-color-slider-block .product-image-slide.defiance-colors {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #defiance-color-slider-block .product-image-slide.defiance-colors {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  #defiance-color-slider-block .product-image-slide.defiance-colors {
    width: 100%;
  }
}
#defiance-color-slider-block .product-image-slide.defiance-colors img {
  width: 180px;
  display: block;
  margin: 0 auto;
}
#defiance-color-slider-block .product-image-slide.defiance-colors h4 {
  font-size: 0.87rem;
  text-align: center;
  margin-top: 11.25px;
  padding-top: 11.25px;
  position: relative;
  left: 11.25px;
}
#defiance-color-slider-block .flickity-button,
#defiance-color-slider-block .flickity-button:hover {
  display: block !important;
}
#defiance-color-slider-block .flickity-prev-next-button.previous {
  margin-left: -45px;
}
#defiance-color-slider-block .flickity-prev-next-button.next {
  margin-right: -45px;
}
.enlarge {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  background: url('../images/pngs/zoom_in-24px-bracket.png?v=2') no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0.2;
  z-index: 99;
  cursor: pointer;
  transition: all 0.1s;
}
.enlarge:hover {
  opacity: 0.6;
}
.lightbox {
  width: 80vh;
  height: 80vh;
  max-width: 960px;
  background: #fff;
  padding: 22.5px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
IFU Results
*/
.ifu-results table tr td {
  vertical-align: top;
}
#center-column .ifu-results table tr td ul {
  margin: 0;
  padding: 0;
  column-count: 2;
}
#center-column .ifu-results table tr td ul li {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.9rem;
}
.ifu-results .form-type-select {
  padding-top: 7px;
}
.ifu-results .views-submit-button {
  padding-top: 27px;
}
.ifu-results .views-exposed-form {
  padding: 45px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e7;
}
/*
IFU Admin
*/
.ifu-admin table tr {
  border-bottom: 1px solid #e3e3e7;
}
.ifu-admin table tr:nth-child(2n) {
  background: #fff;
}
.ifu-admin table tr td {
  vertical-align: top;
}
body.advance-login #body-wrapper {
  background-image: url('/sites/default/files/images/brand-banners/home-page-banner-advance-webinar.jpg?v=1');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #466473;
  color: #fff;
  padding: 22.5px;
  min-height: 540px;
}
body.advance-login div#block-user-login {
  display: block;
  margin: 135px auto 0 auto;
  padding: 45px;
  width: 33.3333%;
  min-width: 300px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  body.advance-login div#block-user-login {
    padding: 0;
    margin-top: 22.5px;
  }
}
body.advance-login input#edit-submit--2 {
  background: #fff;
  border-color: #fff;
  color: #000;
}
body.advance-login input#edit-name,
body.advance-login input#edit-pass {
  width: 100%;
  border: none;
  color: #5f5f5f;
}
body.video-library #body-wrapper {
  background: #000;
  padding-bottom: 0;
}
body.video-library .ajax-progress {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
body.video-library #video-library-home-banner {
  background-color: #333333;
  background: -webkit-linear-gradient(top, #333333, #000);
  background: -moz-linear-gradient(top, #333333, #000);
  background: -ms-linear-gradient(top, #333333, #000);
  background: -o-linear-gradient(top, #333333, #000);
}
body.videos-advance #video-library-home-banner {
  background: #466473;
}
body.video-library #video-library-home-banner img {
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
body.video-library .view-filters,
body.videos-advance .view-filters,
.block-video-library .view-filters {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22.5px 0;
}
body.video-library .view-filters label {
  color: #fff;
}
body.video-library .view-display-id-video_library_fitting,
body.video-library .view-display-id-video_library_overview {
  padding: 45px 0;
}
body.video-library .view-display-id-video_library_fitting {
  background: #262626;
}
body.video-library .view-id-video_library .view-header {
  float: left;
  padding-left: 11.25px;
}
body.video-library .view-id-video_library .view-filters {
  float: right;
  padding: 0;
  padding-right: 11.25px;
  margin-top: -11.25px;
}
@media (max-width: 640px) {
  body.video-library .view-id-video_library .view-filters {
    float: none;
    display: block;
    margin: 0 11.25px;
    padding: 0 22.5px;
  }
}
@media (max-width: 640px) {
  body.video-library .views-exposed-form .views-exposed-widget {
    display: block;
    clear: both;
    width: 100%;
    padding: 11.25px 0;
  }
}
.view-display-id-video_library_advance .view-filters {
  text-align: left;
}
.view-display-id-video_library_advance .view-filters .views-exposed-widgets {
  display: inline-block;
  padding: 0;
  padding-top: 22.5px;
}
.view-display-id-video_library_advance .view-filters .views-exposed-widgets .views-exposed-widget {
  padding: 0;
  margin-right: 22.5px;
}
.view-display-id-video_library_advance .view-filters .views-exposed-widgets .views-exposed-widget .views-widget {
  margin: 0;
}
body.video-library .view-id-video_library .view-filters select,
body.videos-advance .view-id-video_library .view-filters select,
body.videos-advance .view-id-advance_video_library_all_categories .view-filters select,
body.videos-advance .view-id-advance_video_library_all_categories .view-filters select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url('../images/pngs/accordion-open.png');
  background-position: right 11.25px center;
  background-repeat: no-repeat;
  border: 1px solid #4d4d50;
  padding: 11.25px;
  padding-right: 45px;
  color: #fff;
}
body.videos-advance .view-id-video_library .view-filters select,
body.videos-advance .view-id-advance_video_library_all_categories .view-filters select,
.block-video-library .view-id-video_library .view-filters select {
  background-color: #fff;
  color: #5f5f5f;
  background-image: url('../images/pngs/accordion-open-filled.png');
  border-color: #e3e3e7;
}
body.video-library .view-id-video_library .views-widget,
body.video-library .view-id-video_library label,
body.videos-advance .view-id-video_library .views-widget,
body.videos-advance .view-id-video_library label,
body.videos-advance .view-id-advance_video_library_all_categories .views-widget,
body.videos-advance .view-id-advance_video_library_all_categories label {
  float: left;
  margin-right: 11.25px;
}
body.video-library .view-id-video_library label,
.block-video-library .view-id-video_library label,
body.videos-advance .view-id-video_library label,
body.video-library .view-id-advance_video_library_all_categories label,
body.videos-advance .view-id-advance_video_library_all_categories label {
  padding-top: 11.25px;
  margin-right: 11.25px;
  text-transform: uppercase;
}
body.video-library .view-display-id-video_library_fitting .view-content,
.block-video-library .view-display-id-video_library_fitting .view-content,
body.video-library .view-display-id-video_library_overview .view-content,
body.video-library .view-display-id-video_library_featured .view-content,
body.videos-advance .view-display-id-video_library_advance .view-content {
  clear: both;
  padding: 45px 0;
}
body.videos-advance .view-display-id-video_library_advance .view-content,
.block-video-library .view-display-id-video_library_advance .view-content {
  padding: 22.5px 0;
}
body.video-library .view-empty,
body.videos-advance .view-empty,
.block-video-library .view-empty {
  clear: both;
  max-width: 1180px;
  margin: 0 auto;
  padding: 45px;
}
body.news-blog #sidebar-first {
  padding-top: 170px;
}
@media (max-width: 640px) {
  body.news-blog #sidebar-first {
    display: none;
  }
}
body.news-blog #sidebar-first .date-display-single {
  display: inline;
}
body.news-blog h2.news-blog-title {
  font-size: 1.8rem;
}
.node-news-articles {
  padding: 0 22.5px;
}
.node-type-news-articles h1 {
  margin-bottom: 22.5px;
}
.node-type-news-articles .date-display-single {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 22.5px;
}
#patient-resources-banner.banner .banner-image {
  height: 58vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#patient-resources-banner h2 {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-family: "Oswald";
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}
#patient-resources-banner h2 sup {
  font-size: 40%;
  top: -32px;
}
#patient-resources-banner h3 {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 11.25px;
}
#patient-resources-banner p {
  font-size: 1.2rem;
  margin-top: 11.25px;
}
@media (max-width: 640px) {
  #patient-resources-banner p {
    font-size: 1rem;
  }
}
#patient-resources-menu {
  padding: 15px 0;
}
#patient-resources-menu ul {
  display: flex;
  justify-content: space-between;
  width: auto;
  padding: 0 45px;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
#patient-resources-menu ul li {
  display: block;
  list-style-type: none;
  margin: 3px 0;
  font-size: 1em;
  color: #5f5f5f;
}
#patient-resources-menu a {
  color: #5f5f5f;
  cursor: pointer;
}
.view-patient-education-articles .view-header {
  padding: 45px 11.25px;
  max-width: 1180px;
  margin: 0 auto;
}
.view-patient-education-articles .view-header h2 {
  text-transform: uppercase;
  font-size: 1.12rem;
  letter-spacing: 0.3em;
}
.view-patient-education-articles {
  padding: 45px 0;
}
.view-patient-education-articles .view-content {
  overflow: hidden;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 45px;
}
.view-patient-education-articles .patient-education-summary-tile {
  width: 33.33%;
  float: left;
  display: block;
  padding: 0 2.8125px;
}
a.patient-education-summary-link {
  color: #5f5f5f;
  display: block;
  margin: 45px 0;
  transition: all 0.2s;
}
a.patient-education-summary-link:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.patient-education-summary {
  background: #fff;
  padding: 22.5px;
}
.view-patient-education-articles img {
  display: block;
}
.patient-education-summary h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
.patient-education-summary h5 {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.patient-education-summary p {
  font-size: 0.9rem;
}
.patient-education-summary .read-more {
  color: #c8102e;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.view-patient-education-articles .flickity-prev-next-button {
  width: 60px;
  height: 60px;
}
.view-patient-education-articles .flickity-prev-next-button.previous {
  left: -15px;
}
.view-patient-education-articles .flickity-prev-next-button.next {
  right: -15px;
}
.view-patient-education-articles .flickity-button {
  background: transparent;
  display: block !important;
}
.view-patient-education-articles .flickity-button:disabled {
  opacity: 0.2;
}
.view-patient-education-articles .flickity-button-icon {
  fill: #a8a9ab;
}
.support-guide-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.support-guide-block h4::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  position: absolute;
  left: -50px;
  top: -5px;
  font-size: 3rem;
}
.view-id-fitting_videos {
  position: relative;
  margin: 0 auto;
  background: #000;
}
.view-id-fitting_videos .view-filters {
  max-width: 320px;
  margin: 0 auto;
  padding: 22.5px;
}
.view-id-fitting_videos #fitting-videos-header {
  background: #000;
  color: #fff;
  padding-top: 67.5px;
}
.view-id-fitting_videos #fitting-videos-header h2 {
  font-size: 3.2rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
}
.view-id-fitting_videos .view-filters {
  padding: 45px 0;
}
.view-id-fitting_videos .views-exposed-form .views-exposed-widgets {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.view-id-fitting_videos .views-exposed-form {
  text-align: center;
}
.view-id-fitting_videos .view-content {
  clear: both;
}
.view-id-fitting_videos .view-filters select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  color: #fff;
  background-image: url('../images/pngs/accordion-open.png');
  background-position: right 11.25px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  padding: 11.25px;
  padding-right: 45px;
}
.view-id-fitting_videos .views-widget,
.view-id-fitting_videos label {
  float: left;
}
.view-id-fitting_videos label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  padding-top: 11.25px;
  margin-right: 11.25px;
  text-transform: uppercase;
  font-size: 1.12rem;
  color: #fff;
}
.view-id-fitting_videos .video-tile {
  background: none;
  padding-bottom: 30px;
  color: #fff;
  transition: all 0.2s;
  /*
  background-image: url('../images/pngs/video-overlay-triangle-filled.png');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: top 33px right 15px;
  .border-radius(5px;)
  */
}
.view-id-fitting_videos .video-tile:hover {
  background-color: #000;
}
.view-id-fitting_videos .video-tile img {
  opacity: 0.9;
}
.view-id-fitting_videos .video-tile:hover img {
  opacity: 1;
}
.view-id-fitting_videos .video-tile h5 {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #a8a9ab;
  line-height: 1;
  letter-spacing: 0.1em;
}
.view-id-fitting_videos .video-tile h4 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #f1f1f3;
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.3;
  max-width: 60%;
}
.view-id-fitting_videos ul.pager.pager-load-more {
  padding: 45px 0;
}
.view-id-fitting_videos ul.pager.pager-load-more a {
  background: #fff;
  color: #000;
}
.view-id-fitting_videos ul.pager.pager-load-more a:hover {
  background-color: #a8a9ab;
}
.patient-testimonial-videos-randomize {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22.5px;
}
.patient-testimonial-videos-randomize #testimonials-header {
  padding: 67.5px 0;
}
.patient-testimonial-videos-randomize #testimonials-header h2 {
  font-size: 3.2rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
}
.patient-resources-testimonial {
  padding: 45px 0;
  position: relative;
  quotes: '\201c' '\201d';
  width: 50%;
  float: left;
  padding: 0 45px;
  display: block;
}
@media (max-width: 640px) {
  .patient-resources-testimonial {
    width: 100%;
  }
}
.patient-resources-testimonial p {
  font-family: 'Uni Book Italic', sans-serif;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 1.6;
}
div.with-quote-mark {
  text-align: center;
  position: relative;
  quotes: '\201c' '\201d';
  margin-bottom: 45px;
}
div.with-quote-mark:before {
  font-family: Arial;
  content: open-quote;
  position: absolute;
  width: 40px;
  height: 60px;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 15rem;
  line-height: 0.8;
  margin-top: -5px;
}
@media (max-width: 640px) {
  div.with-quote-mark:before {
    display: none;
  }
}
.view-patient-education-testimonials .flickity-prev-next-button {
  width: 60px;
  height: 60px;
}
.view-patient-education-testimonials .flickity-prev-next-button.previous {
  left: -15px;
}
.view-patient-education-testimonials .flickity-prev-next-button.next {
  right: -15px;
}
.view-patient-education-testimonials .flickity-button {
  background: transparent;
  display: block !important;
}
.view-patient-education-testimonials .flickity-button:disabled {
  opacity: 0.2;
}
.view-patient-education-testimonials .flickity-button-icon {
  fill: #a8a9ab;
}
body.node-type-blog-post #body-wrapper {
  padding-bottom: 0;
}
body.node-type-blog-post #center-column {
  background-color: #fff;
  padding: 90px 0;
}
body.node-type-blog-post #center-column .block-system .field-name-body,
body.node-type-blog-post #center-column .block-block {
  padding: 0 22.5px;
  max-width: 640px;
  margin: 0 auto;
}
body.patient-education-article .article-image.full-width {
  right: -50%;
  margin-left: -100%;
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body.patient-education-article .article-image.full-width {
    right: auto;
    margin-left: auto;
  }
}
.article-image.full-width:before,
.article-image.full-width:after {
  content: " ";
  position: absolute;
  transform: rotateZ(-8deg);
  background: #fff;
}
@media (max-width: 768px) {
  .article-image.full-width:before,
  .article-image.full-width:after {
    display: none;
  }
}
.article-image.full-width:before {
  top: -20px;
  left: -10px;
  width: 25%;
  height: 40px;
}
.article-image.full-width:after {
  bottom: 10px;
  right: -5px;
  width: 15%;
  height: 40px;
}
/*
.article-image.full-width:after {
  content: " ";
  position: absolute;
  bottom: 15%;
  background: rgba(0,0,0,0.02);
  left: -100%;
  right: -100%;
  height: 30vh;
  transform: rotateZ(-10deg);
  z-index: -2;
        @media (max-width: @djo-screen-md-min) {
       display: none;
  }
}

.article-image.full-width:before {
  content: " ";
  position: absolute;
  bottom: 10%;
  background: rgba(0,0,0,0.03);
  left: -100%;
  right: -100%;
  height: 60vh;
  transform: rotateZ(-10deg);
  z-index: -1;
          @media (max-width: @djo-screen-md-min) {
       display: none;
  }
}
*/
body.patient-education-article .article-image.full-width img {
  display: block;
}
body.patient-education-article .article-image.full-width span {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 11.25px;
  font-size: 0.9rem;
}
body.patient-education-article .article-header {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.patient-education-article .article-header a.mock-breadcrumb {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  top: 60px;
  padding: 0 22.5px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.09em;
}
body.patient-education-article .article-header a.mock-breadcrumb:hover {
  color: #fff;
}
body.patient-education-article #body-wrapper .view-oa-ladder-products {
  margin-bottom: 45px;
}
body.patient-education-article #body-wrapper .view-oa-ladder-products .view-content,
body.patient-education-article #body-wrapper .view-oa-ladder-products .view-header {
  padding: 0 22.5px;
  max-width: 640px;
  margin: 0 auto;
}
#surgeon-locator-block {
  background: #466473;
  color: #fff;
}
#surgeon-locator-block h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
body.patient-resources .patient-application-guides-block {
  background: #f1f1f3;
}
body.patient-resources #guides-header h2 {
  font-size: 3.2rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
}
body.patient-resources .view-id-patient_application_guides a.patient-application-guide-tile {
  margin-bottom: 11.25px;
}
#patient-application-guides-banner {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#patient-application-guides-banner a.mock-breadcrumb {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  top: 60px;
  padding: 0 22.5px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.09em;
}
#patient-application-guides-bannera.mock-breadcrumb:hover {
  color: #fff;
}
#patient-application-guides-banner h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5em;
  text-transform: uppercase;
  line-height: 1;
}
.view-id-patient_application_guides .list-column {
  border-top: 1px solid #a8a9ab;
  clear: both;
  overflow: hidden;
  margin-bottom: 22.5px;
  padding-top: 22.5px;
}
.view-id-patient_application_guides .list-column h3 {
  float: left;
  width: 33.3333%;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-family: 'Oswald', sans-serif;
  padding-right: 90px;
}
@media (max-width: 640px) {
  .view-id-patient_application_guides .list-column h3 {
    float: none;
    width: auto;
  }
}
.view-id-patient_application_guides .list-column ul {
  float: left;
  width: 66.6666%;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 640px) {
  .view-id-patient_application_guides .list-column ul {
    float: none;
    width: auto;
  }
}
.view-id-patient_application_guides ul li {
  list-style: none;
  margin: 0 !important;
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  .view-id-patient_application_guides ul li {
    float: none;
    width: auto;
    padding: 0 !important;
  }
}
.view-id-patient_application_guides ul li:nth-child(odd) {
  clear: left;
}
.view-id-patient_application_guides a.patient-application-guide-tile {
  display: block;
  overflow: hidden;
  margin-bottom: 5.625px;
  position: relative;
  background: #fff;
  border: 3px solid #fff;
  transition: all 0.2;
}
.view-id-patient_application_guides a.patient-application-guide-tile:hover {
  border-color: #000;
}
.view-id-patient_application_guides .patient-application-guide-tile i {
  position: absolute;
  right: 11.25px;
  top: 50%;
  display: block;
  font-size: 1.5rem;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 1;
  margin-top: -10px;
  color: #e3e3e7;
  transition: all 0.2;
}
.view-id-patient_application_guides a.patient-application-guide-tile:hover i {
  color: #000;
}
.view-id-patient_application_guides a.patient-application-guide-tile {
  color: #5f5f5f;
}
.view-id-patient_application_guides .patient-application-guide-tile img {
  float: left;
  margin-right: 11.25px;
  display: block;
  width: 60px;
  height: 60px;
}
.view-id-patient_application_guides .patient-application-guide-tile .document-title {
  padding: 5.625px;
  padding-right: 45px;
}
.view-id-patient_application_guides .patient-application-guide-tile .document-title h4 {
  font-size: 1.02rem;
  line-height: 1.4;
}
.view-id-patient_application_guides .view-filters {
  padding: 45px 0;
}
.view-id-patient_application_guides .views-exposed-form .views-exposed-widgets {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.view-id-patient_application_guides .views-exposed-form {
  text-align: center;
}
.view-id-patient_application_guides .view-content {
  clear: both;
}
.view-id-patient_application_guides .view-filters select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #5f5f5f;
  background-image: url('../images/pngs/accordion-open-filled.png');
  background-position: right 11.25px center;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e7;
  padding: 11.25px;
  padding-right: 45px;
}
.view-id-patient_application_guides .views-widget,
.view-id-patient_application_guides label {
  float: left;
}
.view-id-patient_application_guides label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  padding-top: 11.25px;
  margin-right: 11.25px;
  text-transform: uppercase;
  font-size: 1.12rem;
  color: #5f5f5f;
}
body.motion-iq #page {
  background-color: #fb6e32;
  background-image: -webkit-linear-gradient(-10deg, #fb6e32, #df0359);
  background-image: -moz-linear-gradient(-10deg, #fb6e32, #df0359);
  background-image: -ms-linear-gradient(-10deg, #fb6e32, #df0359);
  background-image: -o-linear-gradient(-10deg, #fb6e32, #df0359);
}
body.motion-iq.motion-iq-for-providers #page {
  background-color: #fb6e32;
  background-image: -webkit-linear-gradient(-170deg, #fb6e32, #df0359);
  background-image: -moz-linear-gradient(-170deg, #fb6e32, #df0359);
  background-image: -ms-linear-gradient(-170deg, #fb6e32, #df0359);
  background-image: -o-linear-gradient(-170deg, #fb6e32, #df0359);
}
body.motion-iq #content-bottom {
  padding-top: 45px;
}
body.motion-iq .motion-iq-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1135px;
  margin: 0 auto;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  body.motion-iq .motion-iq-background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
  }
}
/*
 .motion-iq-background  {
     width: 100%;
    height: 0;
    padding-bottom: 85%;


}
*/
body.motion-iq .motion-iq-nav {
  padding-top: 5px;
}
@media (max-width: 768px) {
  body.motion-iq .motion-iq-nav {
    margin-top: 22.5px;
  }
}
.motion-iq-nav ul li {
  display: inline-block;
  margin-right: 22.5px;
}
@media (max-width: 640px) {
  .motion-iq-nav ul li {
    display: block;
  }
}
.motion-iq-nav ul li:last-child {
  margin: 0;
}
body.motion-iq .motion-iq-nav:before {
  content: " ";
  position: absolute;
  left: -22.5px;
  height: 100%;
  border-right: 1px solid #fff;
}
body.motion-iq #content-top .motion-iq-nav p {
  opacity: 0.7;
}
body.motion-iq .motion-iq-nav a {
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
body.motion-iq .motion-iq-nav a:hover {
  border-bottom: 1px solid #fff;
}
.motion-iq-nav ul li.menu-active:after {
  position: absolute;
  content: " ";
  bottom: -37px;
  left: 50%;
  height: 20px;
  width: 1px;
  border-left: 1px solid #fff;
}
@media (max-width: 640px) {
  .motion-iq-nav ul li.menu-active:after {
    display: none;
  }
}
.motion-iq-nav ul li {
  position: relative;
}
#icon-play {
  max-width: 80px;
  cursor: pointer;
}
.video-link.motion-iq-video {
  display: block;
}
@media (max-width: 640px) {
  .video-link.motion-iq-video {
    padding-top: 45px;
  }
}
#icon-play path {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 2px ;
  transition: fill 0.1s;
}
#icon-play:hover path {
  fill: #fff;
}
body.motion-iq #body-wrapper h2,
body.motion-iq #content-top h2,
body.motion-iq #content-bottom h2 {
  font-size: 3.3rem;
  line-height: 1;
  margin-bottom: 22.5px;
}
h3.motion-iq-pre-header {
  opacity: 0.5;
  letter-spacing: 0.1em;
}
body.motion-iq #body-wrapper p,
body.motion-iq #content-top p,
body.motion-iq #content-bottom p {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
body.motion-iq #body-wrapper p a,
body.motion-iq #content-top p a,
body.motion-iq #content-bottom p a {
  color: #fff;
  text-decoration: underline;
}
.motion-iq-icon img {
  display: block;
  margin: 0 auto;
}
h3.icon-text {
  font-size: 1.7em;
  line-height: 1.25;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  letter-spacing: -0.01em;
}
@media (max-width: 640px) {
  h3.icon-text {
    text-align: center;
  }
}
h3.screencap-text {
  font-size: 1.1rem;
  line-height: 1.45;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  text-align: center;
}
body.motion-iq .breadcrumb {
  color: rgba(255, 255, 255, 0.3);
}
.row.has-dividers > div {
  border-right: 1px solid #fff;
}
.row.has-dividers > div:last-child {
  border: none;
}
body.motion-iq .screencap {
  display: block;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  margin: 22.5px auto;
}
body.motion-iq .logo-motion-iq {
  max-width: 200px;
}
@media (max-width: 640px) {
  body.motion-iq .logo-motion-iq {
    max-width: 240px;
  }
}
body.motion-iq .breadcrumb a {
  color: #fff;
}
body.full-width.motion-iq #body-wrapper {
  padding: 0;
}
.motion-iq-logo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  z-index: 10;
  text-align: center;
}
.motion-iq-logo-overlay img {
  display: block;
  margin: 0 auto;
}
#motion-iq-button-provider,
#motion-iq-button-patient {
  position: absolute;
  bottom: 180px;
}
#motion-iq-button-provider {
  left: 25%;
}
#motion-iq-button-patient {
  right: 15%;
}
.full-height {
  min-height: 100vh;
}
.reveal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.reveal.fade-up {
  position: relative;
  top: 50px;
}
.reveal.fade-up.enter {
  top: 0;
  visibility: visible;
  opacity: 1;
}
#sticky-links {
  position: fixed;
  bottom: 10vh;
  width: 100%;
  z-index: 99;
}
body.partial-knee #body-wrapper {
  background-color: #262626;
  transition: background-color 0.5s linear;
}
body.partial-knee section#partial-knee-intro {
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, #282828 100%);
  padding-top: 45px;
}
body.partial-knee section#partial-knee-features {
  background: #282828;
}
body.partial-knee section#partial-knee-features .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  body.partial-knee section#partial-knee-features .row {
    align-items: start;
    padding-top: 126px;
  }
}
body.partial-knee section#partial-knee-related {
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, #282828 100%);
}
body.partial-knee #body-wrapper.bk-panel-01 {
  background-color: #000;
}
body.partial-knee #body-wrapper.bk-panel-02 {
  background-color: #cdaf46;
}
section.full-height {
  height: 100vh;
}
.partial-knee-image-sequence {
  overflow: hidden;
  width: 640px;
  height: 480px;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  background: url('/sites/default/files/images/products/surgical/empowr/empowr-spin-poster.jpg');
}
@media (max-width: 640px) {
  .partial-knee-image-sequence {
    width: 320px;
    height: 240px;
  }
}
.partial-knee-image-sequence.loaded {
  background: none;
}
.image-sprite {
  visibility: hidden;
}
.image-sprite img {
  max-width: none;
  display: block;
}
.image-sprite-loading {
  border: 3px solid #282828;
  border-left: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  animation: image-loading 1s linear infinite;
}
@keyframes image-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#partial-knee-callouts {
  position: absolute;
  left: 22.5px;
  right: 22.5px;
  top: 82.5px;
  bottom: 22.5px;
}
@media (max-width: 640px) {
  #partial-knee-callouts {
    bottom: -240px;
    left: 0;
    top: auto;
    right: 0;
  }
}
.partial-knee-callout {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  max-width: 30%;
  transition: all 0.2s;
  z-index: 10;
  margin-top: -20px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media (max-width: 640px) {
  .partial-knee-callout {
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    max-width: 100%;
    padding-left: 11.25px;
    padding-right: 11.25px;
  }
  #partial-knee-callouts > div {
    text-align: left !important;
    border: none !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
  }
  #partial-knee-callouts > div:after {
    display: none !important;
  }
}
.partial-knee-callout h3 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.1;
  color: #f1f1f3;
  position: relative;
  letter-spacing: 0.02em;
}
.partial-knee-callout p {
  color: #a8a9ab;
  margin-bottom: 0;
}
.partial-knee-callout.toggle-callout {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
#partial-knee-callouts > div:nth-child(1) {
  left: 0;
  bottom: 10%;
  text-align: right;
  border-right: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(1):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  right: -30px;
}
#partial-knee-callouts > div:nth-child(2) {
  left: 0;
  bottom: 5%;
  text-align: right;
  border-right: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(2):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  right: -30px;
}
#partial-knee-callouts > div:nth-child(3) {
  right: 0;
  top: -10%;
  border-left: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(3):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  left: -30px;
}
#partial-knee-callouts > div:nth-child(4) {
  right: 0;
  top: -20%;
  border-left: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(4):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  left: -30px;
}
#partial-knee-callouts > div:nth-child(5) {
  right: 0;
  bottom: 8%;
  border-left: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(5):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  left: -30px;
}
#partial-knee-callouts > div:nth-child(6) {
  right: 0;
  bottom: 12%;
  border-left: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(6):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  left: -30px;
}
#partial-knee-callouts > div:nth-child(7) {
  right: 0;
  bottom: -20%;
  border-left: 1px solid #c8102e;
}
#partial-knee-callouts > div:nth-child(7):after {
  content: "";
  border-top: 1px solid #c8102e;
  position: absolute;
  bottom: 50%;
  width: 30px;
  height: 1px;
  left: -30px;
}
body.partial-knee section#partial-knee-benefits {
  background: linear-gradient(180deg, #282828 0%, #000000 100%);
}
.partial-knee-benefit {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  visibility: hidden;
  line-height: 1.1;
  opacity: 0;
  transition: all 0.2s;
}
.partial-knee-benefit.animate {
  visibility: visible;
  opacity: 1;
}
.partial-knee-benefit > div {
  visibility: inherit;
  position: absolute;
}
.partial-knee-benefit .callout {
  top: 15vh;
  width: 40%;
  z-index: 10;
  padding-left: 22.5px;
}
@media (max-width: 640px) {
  .partial-knee-benefit .callout {
    width: 80%;
    top: 10vh;
  }
  .partial-knee-benefit .callout h3 {
    font-size: 1.1rem;
  }
  .partial-knee-benefit .callout h2 {
    font-size: 1.7rem;
  }
}
.partial-knee-benefit > div.enter-left {
  left: -30%;
}
.partial-knee-benefit > div.enter-right {
  right: -30%;
}
#partial-knee-benefit-01 .tray-02 {
  top: 40vh;
  opacity: 1;
  width: 50vw;
  min-width: 480px;
  z-index: 5;
}
#partial-knee-benefit-01 .percent {
  font-family: 'Anonymous Pro', monospace;
  right: 0;
  font-size: 30rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: right;
  color: #c8102e;
  opacity: 0.15;
}
@media (max-width: 640px) {
  #partial-knee-benefit-01 .percent {
    font-size: 16rem;
    right: -30vw;
  }
}
#partial-knee-benefit-02 {
  display: block;
}
#partial-knee-benefit-02 .tray-combined {
  right: 0;
  translate: rotateZ(90deg);
  background-image: url('/sites/default/files/images/products/surgical/empowr/ani-tray-open.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#partial-knee-benefit-02 .tray-combined img {
  transition: opacity 0.7s;
}
#partial-knee-benefit-02 .tray-combined.open-tray img {
  opacity: 0;
}
#partial-knee-benefit-03 .curve-01 {
  bottom: -10px;
  opacity: 1;
  width: 260vw;
  opacity: 0.3;
}
@media (max-width: 640px) {
  #partial-knee-benefit-03 .curve-01 {
    bottom: 0;
  }
}
#partial-knee-benefit-03 .curve-02 {
  bottom: -50px;
  opacity: 1;
  width: 220vw;
  opacity: 0.5;
}
@media (max-width: 640px) {
  #partial-knee-benefit-03 .curve-02 {
    bottom: 0;
  }
}
#partial-knee-benefit-03 .curve-03 {
  bottom: -10px;
  opacity: 1;
  width: 220vw;
  opacity: 0.3;
}
@media (max-width: 640px) {
  #partial-knee-benefit-03 .curve-03 {
    bottom: 0;
  }
}
#partial-knee-benefit-04 .clock {
  width: 680px;
  height: 680px;
  right: -5vw;
  background: url('/sites/default/files/images/products/surgical/empowr/ani-bk-clock.png?v=3');
  background-repeat: no-repeat;
  background-size: cover;
}
#partial-knee-benefit-04 .clock .hour-hand {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 30%;
  border-left: 3px solid #fff;
  transform-origin: top center;
}
#partial-knee-benefit-04 .clock .minute-hand {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 40%;
  border-left: 3px solid #fff;
  transform-origin: top center;
}
#partial-knee-benefit-05 .plus-01 {
  right: 0;
  opacity: 1;
}
@media (max-width: 640px) {
  #partial-knee-benefit-05 .plus-01 {
    right: -80vw;
  }
}
#partial-knee-benefit-05 .plus-02 {
  bottom: 20vh;
  opacity: 0.3;
}
@media (max-width: 640px) {
  #partial-knee-benefit-05 .plus-02 {
    bottom: 5vh;
  }
}
#partial-knee-related .white-link {
  color: #fff !important;
}
#partial-knee-related .white-link:hover {
  text-decoration: underline;
}
body.cs-edge #body-wrapper {
  background: #000;
  padding: 0;
}
.cs-edge-beauty {
  max-width: 420px;
}
@media (max-width: 640px) {
  .cs-edge-beauty {
    max-width: 300px;
    margin: 22.5px auto;
  }
}
#cs-edge-mountains {
  position: fixed;
  height: 100vh;
  width: 100%;
  opacity: 0;
}
#cs-edge-mountains.mountains-enter {
  opacity: 1;
}
#cs-edge-mountains #renderCanvas {
  width: 100vw;
  height: 100vh;
  touch-action: none;
  background: transparent;
  outline: none;
  z-index: 1;
  position: absolute;
}
#cs-edge-banner-text .cs-edge-banner-logo {
  position: relative;
  top: -45px;
}
#cs-edge-features {
  position: relative;
  width: 100%;
  height: 100vh;
}
#cs-edge-features .cs-edge-feature-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#cs-edge-features .cs-edge-feature {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 90px 22.5px;
  max-width: 1180px;
}
#cs-edge-banner-text h3,
#cs-edge-features h3,
#cs-edge-canal-sparing h3,
#cs-edge-altivate-products h3 {
  color: #c8102e;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 640px) {
  #cs-edge-banner-text h3,
  #cs-edge-features h3,
  #cs-edge-canal-sparing h3,
  #cs-edge-altivate-products h3 {
    font-size: 14px;
  }
}
#cs-edge-banner-text h2,
#cs-edge-features h2,
#cs-edge-canal-sparing h2 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 45px;
  display: block;
  margin-bottom: 22.5px;
}
@media (max-width: 640px) {
  #cs-edge-banner-text h2,
  #cs-edge-features h2,
  #cs-edge-canal-sparing h2 {
    font-family: 'Uni Regular', sans-serif;
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 8.12px;
    position: relative;
    display: block;
    font-family: 'Uni Book', sans-serif;
    font-weight: normal;
    font-size: 31.9px;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
}
#cs-edge-banner-text p,
#cs-edge-features p,
#cs-edge-canal-sparing p,
#cs-edge-altivate-products p {
  font-size: 16.1px;
}
@media (max-width: 640px) {
  #cs-edge-banner-text p,
  #cs-edge-features p,
  #cs-edge-canal-sparing p,
  #cs-edge-altivate-products p {
    font-size: 14px;
  }
}
#cs-edge-features .cs-edge-feature.toggle-callout {
  visibility: visible;
  opacity: 1;
}
#cs-edge-features .cs-edge-feature .cs-egde-feature-text {
  float: left;
  width: 50%;
  padding-right: 8.33333333%;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #cs-edge-features .cs-edge-feature .cs-egde-feature-text {
    float: none;
    display: block;
    width: 100%;
  }
}
#cs-edge-features .cs-edge-feature.toggle-callout .cs-egde-feature-text {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
}
#cs-edge-features .cs-edge-feature .cs-egde-feature-image {
  float: left;
  width: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding-right: 8.333333%;
}
@media (max-width: 640px) {
  #cs-edge-features .cs-edge-feature .cs-egde-feature-image {
    float: none;
    display: block;
    width: 100%;
  }
}
#cs-edge-features .cs-edge-feature.toggle-callout .cs-egde-feature-image {
  visibility: visible;
  opacity: 1;
}
#cs-edge-features .cs-edge-feature .cs-egde-feature-image img {
  width: 100%;
  max-width: 400px;
  display: block;
}
@media (max-width: 640px) {
  #cs-edge-features .cs-edge-feature .cs-egde-feature-image img {
    max-width: 300px;
    margin: 22.5px auto;
  }
}
#cs-edge-altivate-products {
  background: linear-gradient(180deg, #000 0%, #4d4d50 100%);
}
body.advance-surgeon-resources-product #body-wrapper,
body.advance-surgeon-resources #body-wrapper {
  padding-top: 67.5px;
}
body.advance-surgeon-resources-product h1 {
  text-transform: none;
}
body.advance-surgeon-resources-product .breadcrumb a,
body.advance-surgeon-resources .breadcrumb a {
  color: #9ab9c8;
}
body.advance-surgeon-resources-product .breadcrumb a:hover,
body.advance-surgeon-resources .breadcrumb a:hover {
  color: #fff;
}
body.advance-surgeon-resources-product #center-column,
body.advance-surgeon-resources #center-column {
  width: 66.6666%;
}
body.advance-surgeon-resources-product #sidebar-second,
body.advance-surgeon-resources #sidebar-second {
  width: 33.3333%;
  border-left: 1px solid #e3e3e7;
}
body.advance-surgeon-resources .product-materials-block {
  float: left;
  width: 50%;
}
body.advance-surgeon-resources .product-materials-block .view-content {
  padding: 11.25px 0;
}
body.advance-surgeon-resources #center-column .product-materials-block + .product-materials-block + .product-materials-block .block-inner {
  margin: 0 22.5px 0 0;
  padding-top: 22.5px;
  border-top: 1px solid #e3e3e7;
}
body.advance-surgeon-resources .product-materials-block .view-content h3 {
  margin-bottom: 5.625px;
}
body.advance-surgeon-resources .product-materials-block .view-content h3:not(:first-child) {
  margin-top: 22.5px;
}
body.advance-surgeon-resources .product-materials-block .view-content a {
  display: block;
  margin-bottom: 2px;
}
body.advance-surgeon-resources #video-library-home-banner a.view-all {
  color: #fff;
}
body.advance-surgeon-resources-product #content-bottom,
body.advance-surgeon-resources #content-bottom {
  padding: 67.5px 0;
  background-color: #000;
  color: #fff;
}
body.advance-surgeon-resources-product #sidebar-second .date-display-single,
body.advance-surgeon-resources #sidebar-second .date-display-single {
  margin: 0;
}
body.advance-surgeon-resources-product .product-documents {
  border-top: 1px solid #e3e3e7;
  padding-top: 22.5px;
  margin-right: 22.5px;
}
body.advance-surgeon-resources-product .product-documents a {
  font-size: 1.1rem;
  margin-bottom: 4px;
  display: block;
}
body.advance-surgeon-resources .view-display-id-video_library_advance .video-thumbnail img,
body.advance-surgeon-resources-product #content-bottom .video-thumbnail img {
  border: 1px solid #4d4d50;
}
.view-id-advance_video_library_all_categories .view-filters {
  margin: 0 auto;
  padding: 22.5px 0;
}
.view-id-advance_video_library_all_categories.views-exposed-form .views-exposed-widgets {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.view-id-advance_video_library_all_categories .views-exposed-form {
  text-align: center;
}
.view-id-advance_video_library_all_categories .view-content {
  clear: both;
}
.view-id-advance_video_library_all_categories .view-filters select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  color: #fff;
  background-image: url('../images/pngs/accordion-open.png');
  background-position: right 11.25px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  padding: 11.25px;
  padding-right: 45px;
}
.view-id-advance_video_library_all_categories .views-widget,
.view-id-advance_video_library_all_categories label {
  float: left;
}
.view-id-advance_video_library_all_categories label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  padding-top: 11.25px;
  margin-right: 11.25px;
  text-transform: uppercase;
  font-size: 1.12rem;
  color: #fff;
}
#sliding-popup.sliding-popup-bottom {
  background: rgba(0, 0, 0, 0.85);
  padding: 11.25px;
  border-top: 1px solid #000;
}
#sliding-popup .popup-content #popup-buttons {
  margin-bottom: 0;
}
#sliding-popup .eu-cookie-compliance-default-button {
  background: none;
  text-shadow: none;
  border: none;
  box-shadow: none;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
#sliding-popup .eu-cookie-compliance-default-button:hover {
  background: none;
  color: #fff;
}
#sliding-popup .popup-content #popup-text {
  max-width: 80%;
  font-weight: normal;
}
#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-size: 1rem;
}
#sliding-popup .popup-content #popup-text p a {
  color: #fff;
  text-decoration: underline;
}
.all-videos {
  background: #000;
}
.all-videos h4 {
  color: #fff;
}
.all-videos .video-thumbnail img {
  border: 1px solid #333;
}
.all-videos .view-filters {
  padding: 45px 0;
}
.all-videos .views-exposed-form .views-exposed-widgets {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.all-videos .views-exposed-form {
  text-align: center;
}
.all-videos .view-content {
  clear: both;
}
.all-videos .view-filters select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  color: #fff;
  background-image: url('../images/pngs/accordion-open.png');
  background-position: right 11.25px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  padding: 11.25px;
  padding-right: 45px;
}
.all-videos .views-widget,
.all-videos label {
  float: left;
}
.all-videos label {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  padding-top: 11.25px;
  margin-right: 11.25px;
  text-transform: uppercase;
  font-size: 1.12rem;
  color: #fff;
}
.all-videos ul.pager.pager-load-more {
  padding: 45px 0;
}
.all-videos ul.pager.pager-load-more a {
  background: #fff;
  color: #000;
}
.all-videos ul.pager.pager-load-more a:hover {
  background-color: #a8a9ab;
}
.page-not-found #body-wrapper {
  padding: 0;
  margin: 0;
  position: absolute;
}
.page-not-found #body-wrapper > .inner {
  background: right / cover no-repeat url('/sites/default/files/images/backgrounds/background-404.jpg?v=2');
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.page-not-found #footer {
  display: none;
}
.page-not-found #body-wrapper a {
  color: #fff;
}
.page-not-found #body-wrapper a:hover,
.page-not-found #body-wrapper a:active {
  color: #c8102e;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Anonymous Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anonymouspro/v14/rP2Bp2a15UIB7Un-bOeISG3pLlw.ttf) format('truetype');
}
@font-face {
  font-family: 'Uni Heavy';
  src: url('../fonts/unineue-heavy-webfont.eot');
  src: url('../fonts/unineue-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-heavy-webfont.woff2') format('woff2'), url('../fonts/unineue-heavy-webfont.woff') format('woff'), url('../fonts/unineue-heavy-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Heavy Italic';
  src: url('../fonts/unineue-heavyitalic-webfont.eot');
  src: url('../fonts/unineue-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-heavyitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-heavyitalic-webfont.woff') format('woff'), url('../fonts/unineue-heavyitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Bold';
  src: url('../fonts/unineue-bold-webfont.eot');
  src: url('../fonts/unineue-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bold-webfont.woff2') format('woff2'), url('../fonts/unineue-bold-webfont.woff') format('woff'), url('../fonts/unineue-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Bold Italic';
  src: url('../fonts/unineue-bolditalic-webfont.eot');
  src: url('../fonts/unineue-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bolditalic-webfont.woff2') format('woff2'), url('../fonts/unineue-bolditalic-webfont.woff') format('woff'), url('../fonts/unineue-bolditalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Regular';
  src: url('../fonts/unineue-regular-webfont.eot');
  src: url('../fonts/unineue-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-regular-webfont.woff2') format('woff2'), url('../fonts/unineue-regular-webfont.woff') format('woff'), url('../fonts/unineue-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Regular Italic';
  src: url('../fonts/unineue-regularitalic-webfont.eot');
  src: url('../fonts/unineue-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-regularitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-regularitalic-webfont.woff') format('woff'), url('../fonts/unineue-regularitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Book';
  src: url('../fonts/unineue-book-webfont.eot');
  src: url('../fonts/unineue-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-book-webfont.woff2') format('woff2'), url('../fonts/unineue-book-webfont.woff') format('woff'), url('../fonts/unineue-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Book Italic';
  src: url('../fonts/unineue-bookitalic-webfont.eot');
  src: url('../fonts/unineue-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bookitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-bookitalic-webfont.woff') format('woff'), url('../fonts/unineue-bookitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.chatt-heading-rule-right:before {
  content: " ";
  background: #75a0ce;
  height: 5px;
  position: absolute;
  top: 20px;
  left: 103%;
  width: 100vw;
}
@media only screen and (max-width: 640px) {
  .chatt-heading-rule-right:before {
    top: -11.25px;
    left: 0;
    width: 100%;
  }
}
.chatt-heading-rule-left:before {
  content: " ";
  background: #75a0ce;
  height: 5px;
  position: absolute;
  top: 20px;
  right: 105%;
  width: 100vw;
}
@media only screen and (max-width: 640px) {
  .chatt-heading-rule-left:before {
    top: -11.25px;
    left: 0;
    width: 100%;
  }
}
.letter-spacing-0 {
  letter-spacing: normal !important;
}
.letter-spacing-1 {
  letter-spacing: 0.05em !important;
}
.letter-spacing-2 {
  letter-spacing: 0.1em !important;
}
.letter-spacing-3 {
  letter-spacing: 0.2em !important;
}
blockquote {
  margin-bottom: 20.3px;
  position: relative;
  font-family: 'Uni Regular Italic', sans-serif;
  border-top: 1px solid #e3e3e7;
  border-bottom: 1px solid #e3e3e7;
  padding: 20.3px 0;
  quotes: "“" "”" "‘" "’";
  /*
        &:before {
            color: @color1;
            content: "\201C";
            position: absolute;
            left: -@margin/2;

        }
    */
}
blockquote.red-quotes {
  border: none;
  font-family: 'Uni Book Italic', sans-serif;
  font-size: 1.7rem;
  padding: 0 54px;
  quotes: "“" "”";
  line-height: 1.3;
  margin: 45px 0;
}
blockquote.red-quotes:before,
blockquote.red-quotes:after {
  font-family: arial;
  font-style: italic;
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 90px;
  line-height: 1;
  margin-top: -25px;
  color: #c8102e;
}
blockquote.red-quotes:before {
  content: open-quote;
  top: 50%;
  left: 0;
}
blockquote.red-quotes:after {
  content: close-quote;
  top: 50%;
  right: 0;
}
blockquote.small {
  font-size: 1em;
}
dt {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 9.22727273px;
  letter-spacing: 0.01em;
  position: relative;
  top: -2px;
  display: block;
}
dd {
  margin-bottom: 20.3px;
}
.divider {
  width: 30px;
  height: 8px;
  margin: 22.5px 0;
  display: block;
  background: #c8102e;
}
.text-outline-black {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 0.08em;
}
.text-outline-med-grey {
  color: white;
  text-shadow: -1px -1px 0 #a8a9ab, 1px -1px 0 #a8a9ab, -1px 1px 0 #a8a9ab, 1px 1px 0 #a8a9ab;
  letter-spacing: 0.08em;
}
.text-outline-light-grey {
  color: white;
  text-shadow: -1px -1px 0 #e3e3e7, 1px -1px 0 #e3e3e7, -1px 1px 0 #e3e3e7, 1px 1px 0 #e3e3e7;
  letter-spacing: 0.08em;
}
h1,
.h1,
span.mainpage_title,
h2.bio-page-title,
.node-type-djo-products .field-name-field-display-title,
.node-type-djo-products .field-name-field-display-title p,
.node-type-djo-products .field-name-field-display-title h1 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 45px;
  display: block;
}
.h1.condensed {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 45px;
  font-weight: 700;
  display: block;
}
.node-type-djo-products .field-name-field-display-title,
.node-type-djo-products .field-name-field-display-title p,
.node-type-djo-products .field-name-field-display-title h1 {
  margin-bottom: 22.5px;
}
h1.title-hidden {
  position: absolute;
  left: -9999px;
}
h1.large {
  font-size: 3em !important;
  line-height: 1.1;
}
h1.small {
  font-size: 2em;
}
.node-type-press-releases h1 {
  text-transform: none;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: 0.02em;
}
.node-type-press-releases .field-name-field-news-events-date {
  display: none;
}
/* 
Hide title if "Supress Title" box is checked.
*/
h1.title-hidden,
.node-type-djo-products .title-section,
body.node-type-brands.vitalstim .title-section,
body.node-type-brands.empi .title-section {
  position: absolute;
  left: -9999px;
}
h2,
.h2,
.node-type-bio-s .views-field-title {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 8.12px;
  position: relative;
  display: block;
}
.node-type-bio-s .views-field-title {
  margin-bottom: 0 !important;
}
body.front #center-column h2.cntr:after {
  content: " ";
  display: block;
  width: 22.5px;
  height: 8px;
  background: #c41230;
  margin: 22.5px auto;
}
h2.large {
  font-family: 'Uni Regular', sans-serif;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 8.12px;
  position: relative;
  display: block;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 31.9px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
h2.x-large {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 8.12px;
  position: relative;
  display: block;
  font-size: 2.6em;
  line-height: 1.2;
}
h2.small {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 8.12px;
  position: relative;
  display: block;
  font-size: 18.7px;
}
h2.display-outlined-large {
  font-family: 'Oswald', sans-serif;
  color: white;
  text-shadow: -1px -1px 0 #a8a9ab, 1px -1px 0 #a8a9ab, -1px 1px 0 #a8a9ab, 1px 1px 0 #a8a9ab;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 59px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  line-height: 1.05;
}
h2.motion-md-plus::before {
  content: "+";
  position: absolute;
  left: -20px;
  top: -12px;
  opacity: 0.5;
}
h3,
.h3,
.view-employee-bio .views-field-title {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 9.22727273px;
  letter-spacing: 0.01em;
  position: relative;
  top: -2px;
  display: block;
}
h3.large {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 9.22727273px;
  letter-spacing: 0.01em;
  position: relative;
  top: -2px;
  display: block;
  font-size: 18.7px;
}
h3.small {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 9.22727273px;
  letter-spacing: 0.01em;
  position: relative;
  top: -2px;
  display: block;
  font-size: 14.45px;
}
h3.row-header {
  font-family: 'Uni Regular', sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 0.6em;
  margin-top: 2em;
  text-align: center;
  padding: 0.4em 0 0.3em 0;
  color: #444;
}
h3.condensed {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
h4,
.h4 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 9px;
  position: relative;
  letter-spacing: 0.01em;
  display: block;
}
h4.large {
  font-size: 1.8em;
  line-height: 1.3;
}
h4.small {
  font-size: 0.9em;
}
h4.condensed {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}
h5,
.h5 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.2em;
  letter-spacing: 0.01em;
  display: block;
}
h6,
.h6 {
  font-family: 'Uni Regular', sans-serif;
  font-size: 10px;
  margin-bottom: 0.3em;
  display: block;
}
p {
  font-size: 14px;
  margin-bottom: 20.3px;
  letter-spacing: 0.02em;
  display: block;
}
p.condensed {
  font-family: 'Oswald', sans-serif;
}
p.condensed em {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
p.condensed strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
p.condensed em strong,
p.condensed strong em {
  font-family: 'Oswald', sans-serif;
  font-wieght: 700;
  font-style: italic;
}
p strong {
  font-family: 'Uni Bold', sans-serif;
  font-style: normal;
  font-stretch: normal;
}
em,
p em,
h2 em,
h4 em {
  font-weight: normal;
  font-stretch: normal;
}
p.quote {
  font-family: 'Uni Regular Italic', sans-serif;
  position: relative;
}
p.quote:before {
  content: '\201c';
  position: absolute;
  left: -0.5em;
  line-height: 1.5;
}
p.quote:after {
  content: '\201D';
  position: absolute;
  line-height: 1.5;
}
p.legal {
  font-size: 11px;
}
p small,
p.small {
  font-size: 90%;
  line-height: 1.5;
}
p.x-small {
  font-size: 80%;
  line-height: 1.5;
}
p.large {
  font-size: 16.1px;
}
p.xlarge {
  font-size: 18.2px;
}
strong,
b,
.font-weight-bold {
  font-family: 'Uni Bold', sans-serif;
  font-style: normal;
  font-stretch: normal;
}
em,
p > em,
li > em,
ol > em {
  font-family: 'Uni Regular Italic', sans-serif;
  font-weight: normal;
  font-stretch: normal;
}
h1 > em {
  font-family: 'Uni Book Italic', sans-serif;
}
h2 > em,
h3 > em,
h4 > em,
h5 > em {
  font-family: 'Uni Regular Italic', sans-serif;
}
strong > em,
em > strong,
blockquote > strong {
  font-family: 'Uni Bold Italic', sans-serif;
}
sup {
  font-size: 70%;
}
h1 sup {
  font-size: 35%;
}
.all-caps {
  text-transform: uppercase;
}
.small-caps {
  font-variant: small-caps;
}
.track-normal {
  letter-spacing: normal !important;
}
.track-wide {
  letter-spacing: 1px !important;
}
.track-tight {
  letter-spacing: -1px !important;
}
.drop-cap {
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 0;
  font-family: 'Uni Book', sans-serif;
}
.drop-cap.mim-red {
  background: #c41230;
}
.pullquote {
  width: 33.33%;
  margin: 8px 20px 20px 40px;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  padding: 1em 0;
}
.pullquote p {
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0 !important;
}
h2.block-title a,
h2.block-title a:link,
h2.block-title a:visited,
h2 a,
h2 a:link,
h2 a:visited,
.h2 a,
.h2 a:link,
.h2 a:visited {
  color: #444 !important;
}
h2.block-title a:active,
h2.block-title a:hover,
h2 a:active,
h2 a:hover,
.h2 a:active,
.h2 a:hover {
  color: #c8102e !important;
}
h3 a,
h3 link,
h3 a:visited,
.h3 a,
.h3 link,
.h3 a:visited {
  color: #444 !important;
}
h3 a:active,
h3 a:hover,
.h3 a:active,
.h3 a:hover {
  color: #c8102e !important;
}
h4 a,
h4 a:link,
h4 a:visited,
.h4 a,
.h4 a:link,
.h4 a:visited {
  color: #444 !important;
}
h4 a:active,
h4 a:hover,
.h4 a:active,
.h4 a:hover {
  color: #c8102e !important;
}
h5 a,
h5 a:link,
h5 a:visited,
.h5 a,
.h5 a:link,
.h5 a:visited {
  color: #444 !important;
}
h5 a:active,
h5 a:hover,
.h5 a:active,
.h5 a:hover {
  color: #c8102e !important;
}
.number-large,
.number-large + span {
  font-family: 'Uni Book', sans-serif;
  font-size: 60px;
}
#center-column .content ul,
#center-column .content ul.two-column-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 20.3px;
  padding-left: 22.5px;
}
#center-column .content p + ul,
#center-column .content p + ul.two-column-list {
  margin-top: 0;
}
#center-column .content ol {
  list-style: decimal outside none;
  margin: 22.5px 0 22.5px 22.5px;
}
#center-column .content ol.alpha {
  list-style: upper-alpha outside none;
}
#center-column .content ol.flush-left,
#center-column .content ul.flush-left,
#center-column .content ol.alpha.flush-left,
#center-column .content ul.alpha.flush-left {
  margin-left: 16px;
}
#center-column .content ol li,
#center-column .content ul li {
  margin-bottom: 11.25px;
  padding-left: 5.625px;
}
#center-column .content ol.large li,
#center-column .content ul.large li {
  font-size: 1.1em;
  margin-bottom: 1.1em;
}
#center-column .content ol.small li,
#center-column .content ul.small li {
  font-size: 0.8em;
  margin-bottom: 1em;
}
#center-column .content ol.condensed li,
#center-column .content ul.condensed li {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
ol.footnotes li,
ol.footnotes li {
  list-style: decimal;
  font-size: 0.8em;
}
ol.footnotes li a {
  color: inherit;
}
ol.footnotes li a:hover {
  color: #c8102e;
}
#center-column .content ol.tight li,
#center-column .content ul.tight li {
  margin-bottom: 0 !important;
}
#center-column .content ul.two-column-list li {
  float: left;
  width: 46%;
  margin-right: 2%;
}
#center-column .content ol.callouts.primary {
  list-style: none;
  counter-reset: callout-counter;
  position: relative;
}
#center-column .content ol.callouts.primary li {
  counter-increment: callout-counter;
  margin-bottom: 22.5px;
}
#center-column .content ol.callouts.primary li::before {
  content: counter(callout-counter) " ";
  color: #fff;
  position: absolute;
  left: -27px;
  width: 23px;
  height: 23px;
  background: #c8102e;
  text-align: center;
  border-radius: 50%;
  font-size: 0.9rem;
  line-height: 23px;
  margin-top: -2px;
}
code {
  font-family: 'Courier New', Courier, monospace;
}
.no-wrap {
  white-space: nowrap;
}
span.number-circle {
  width: 35px;
  height: 35px;
  float: left;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.95;
  font-size: 14px;
  margin-right: 11.25px;
  position: relative;
  top: -4px;
}
span.number-circle + span {
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}
.number.reference.circle.reversed {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2;
  position: relative;
  top: -2px;
  margin-right: 3px;
  border-radius: 50%;
  background: #fff;
  color: #5f5f5f;
}
.number.reference.outdent {
  position: absolute;
  left: -22.5px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.cntr {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-hide {
  margin-left: -9999px;
  overflow: hidden;
}
body.patient-education-article .article-header h2 {
  font-size: 4.4rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  body.patient-education-article .article-header h2 {
    font-size: 2.8rem;
  }
}
body.patient-education-article .article-header .date-display-single {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  display: inline-block;
  padding-top: 11.25px;
  position: relative;
}
body.patient-education-article article h3 {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 22.5px;
  text-transform: uppercase;
  font-size: 2.2rem;
}
body.patient-education-article article h4 {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 11.25px;
  font-size: 1.25rem;
  color: #5f5f5f;
  line-height: 1.7;
}
body.patient-education-article article p {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 45px;
}
body.patient-education-article article p.small {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 22.5px;
}
body.patient-education-article article p a {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
}
body.patient-education-article #center-column .content article ul,
body.patient-education-article #center-column .content article ol {
  font-size: 1.1rem;
  margin-bottom: 45px;
  line-height: 1.9;
  margin-left: 11.25px;
}
body.patient-education-article article .drop-cap {
  font-family: 'Oswald', sans-serif;
  border: none;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 1.4;
  top: 7px;
  margin-right: 22.5px;
}
body.patient-education-article blockquote {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  text-transform: uppercase;
  text-align: center;
  margin: 45px 0;
  padding: 45px 0;
  border: none;
  line-height: 1.3;
}
body.patient-education-article blockquote:before,
body.patient-education-article blockquote:after {
  content: " ";
  display: block;
  width: 11.25px;
  height: 5.625px;
  background: #e3e3e7;
  position: absolute;
  margin-left: -2.8125px;
}
body.patient-education-article blockquote:before {
  top: 0;
  left: 50%;
}
body.patient-education-article blockquote:after {
  bottom: 0;
  left: 50%;
}
div.table-wrapper {
  overflow-x: auto;
  margin-bottom: 45px;
}
table {
  margin: 20.3px 0;
  width: 100%;
}
table caption {
  text-align: left;
  margin-bottom: 5.625px;
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
table.zebra tr:nth-child(even) {
  background: #f1f1f3;
}
table tr {
  border-bottom: 1px solid #e3e3e7;
}
table tr:last-child {
  border: none;
}
table tr th {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #4d4d50;
  text-transform: uppercase;
  padding: 5.625px 7.5px;
  color: #4d4d50;
  text-align: left;
}
table tr td {
  padding: 11.25px 7.5px;
}
table td strong,
table td b {
  font-family: 'Uni Bold', sans-serif;
}
table td h3 {
  font-family: 'Uni Regular', sans-serif;
}
table td:first-child {
  border-left: none;
}
table.ruled {
  border-top: 1px solid #e3e3e7;
  border-left: 1px solid #e3e3e7;
}
table.ruled tr th {
  border-right: 1px solid #e3e3e7;
}
table.ruled tr td {
  border-right: 1px solid #e3e3e7;
  border-bottom: 1px solid #e3e3e7;
}
.ss-agenda {
  border-top: 1px solid #c8102e;
}
.ss-agenda tr {
  border-bottom: none;
}
.ss-agenda tr td {
  border-right: 1px solid #e3e3e7;
  vertical-align: top;
}
/*
Mock Tables
*/
div.table-row {
  display: table-row;
}
div.table-column {
  display: table-column;
}
div.table-cell {
  display: table-cell;
  vertical-align: top;
}
.r-tabs {
  margin: 45px 0;
}
ul.r-tabs-nav {
  display: flex;
  justify-content: space-between;
}
.r-tabs .r-tabs-nav {
  padding: 0 5px 0 0;
  margin: 0 !important;
  border: none;
}
.r-tabs .r-tabs-tab {
  width: 100%;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 11.25px 0;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
  padding-top: 45px;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
/* Tabs container */
.r-tabs {
  position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  margin-bottom: 0 !important;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: block;
  padding: 11.25px 22.5px;
  background-color: #f8f8f8;
  color: #a8a9ab;
  border: 1px solid #f8f8f8;
  border-bottom-color: #e3e3e7;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
}
.r-tabs .r-tabs-tab .r-tabs-anchor {
  margin: 0;
}
/* Disabled tab */
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #5f5f5f;
  text-shadow: none;
  border: 1px solid #f8f8f8;
  border-top-color: #c8102e;
  background: #f8f8f8;
  position: relative;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
  padding: 22.5px 5px 5px 5px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  text-transform: uppercase;
  line-height: 1.45;
  font-weight: normal;
  background: #f9f9fa;
  border: 1px solid #dcdcdd;
  padding-left: 0;
  color: #a8a9ab !important;
  padding: 12px 8px 10px 22.5px;
  z-index: 1;
  margin-bottom: 2px;
  display: block;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background: #4d4d50;
  border: 1px solid #4d4d50 !important;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.group_ind_overview_tab_item {
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .group_ind_overview_tab_item {
    padding: 0 22.5px;
  }
}
.field-group-easy-responsive-tabs-nav-wrapper {
  margin-top: 45px;
}
.field-group-easy-responsive-tabs-processed {
  text-align: center;
}
ul.resp-tabs-list {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
}
ul.resp-tabs-list li {
  font-size: 15px;
  padding: 15px 22.5px !important;
  letter-spacing: 0.07em;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  position: relative;
  color: #4d4d50;
}
.resp-tab-item {
  margin: 0 !important;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border-top: 1px solid #f8f8f8;
  position: relative;
  bottom: -2px;
  background: transparent;
}
.resp-tab-item.resp-tab-active {
  color: #000;
  background: #f8f8f8;
  border-top: 1px solid #c8102e;
  z-index: 10;
}
/*
.resp-tab-item.resp-tab-active:after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid @white;
  z-index: 5;
}
*/
.resp-tab-content {
  border: none;
  text-align: left;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #e3e3e7;
}
@media only screen and (max-width: 768px) {
  .resp-tab-content {
    margin-top: 0;
    border: none;
  }
}
.resp-tab-content > div {
  padding: 45px;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .resp-tab-content > div {
    padding: 22.5px;
  }
}
.resp-tab-content > div:nth-child(1n+2) {
  padding-top: 0;
}
h2.resp-accordion {
  font-family: 'Uni Regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
  border-top: 1px solid #e3e3e7 !important;
  padding: 22.5px 11.25px;
  background: #f8f8f8;
  color: #a8a9ab;
}
h2.resp-tab-active {
  border-top: 1px solid #c8102e !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  color: #000 !important;
  padding: 22.5px 11.25px !important;
  background: #f8f8f8 !important;
}
.resp-arrow {
  width: 22.5px;
  height: 22.5px;
  border: none;
  float: right;
  margin: 0;
  background: url('../images/svgs/baseline-expand_more-24px.svg') center center no-repeat;
}
h2.resp-tab-active span.resp-arrow {
  transform: rotate(180deg);
  border: none;
  margin: 0;
}
/*
Generic Form Elements
*/
.form-item {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.form-radios .form-item {
  margin: 0;
  width: 100%;
}
.webform-datepicker .form-item,
.webform-component-date .form-item {
  width: auto;
  margin-right: 11.25px;
}
.webform-component-markup {
  font-size: 90%;
  line-height: 1.5;
  clear: both;
  display: block;
  width: 100%;
}
.webform-component-textfield,
.webform-component-email {
  width: 50%;
  float: left;
  padding-right: 22.5px;
  vertical-align: bottom;
}
.form-actions {
  margin: 0 !important;
  clear: both;
}
.form-radios .form-item label,
label.option {
  font-family: 'Uni Bold', sans-serif;
}
.node-webform form > div {
  padding: 22.5px;
  margin: 22.5px auto;
  overflow: auto;
  width: 100%;
  max-width: 1180px;
}
.form-item > .description {
  font-family: 'Uni Regular Italic', sans-serif;
  font-size: 12px;
  color: #4d4d50;
  margin-top: 5px;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0.6em;
  background: #000;
  color: #fff;
}
.field-label,
.field .field-label {
  font-weight: normal;
  font-family: 'Uni Bold', sans-serif;
}
label,
.form-bronto .field_block .caption {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 3px;
  margin-right: 3px;
}
label + div label {
  font-family: 'Uni Regular', sans-serif !important;
  font-weight: normal !important;
  overflow: hidden;
  text-transform: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  border: none;
  width: auto;
  display: block;
  clear: both;
  background: #fff;
  border: 1px solid #e3e3e7;
  height: 40px;
  padding: 10px;
  -webkit-appearance: none;
  transition: border-color 0.3s ease-in-out;
  max-width: 100%;
  border-radius: 0;
}
.form-textarea-wrapper textarea {
  height: 260px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #c8102e;
}
input[type="text"].single-value {
  width: 38px !important;
  text-align: center;
}
select {
  font-family: 'Oswald', sans-serif;
  max-width: 220px;
}
#block-user-login .item-list ul li {
  margin: 5px 0 0 0;
  font-size: 13px;
  /* Hide the links for now because I don't want password requests */
  display: none;
}
.node-webform input[type="checkbox"],
.node-webform input[type="radio"] {
  float: left;
  margin-right: 7px;
  margin-top: 6px;
  vertical-align: middle;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background-color: #000;
  color: #fff;
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .form-managed-file input[type="submit"] {
    display: none;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}
.field-prefix {
  display: inline-block;
}
.field-prefix ~ input {
  display: inline-block;
}
.node-webform select {
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}
.node-webform .form-radios {
  margin-top: 11.25px;
  margin-bottom: 11.25px;
  margin-left: 11.25px;
}
.form-checkboxes .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
fieldset {
  display: block;
  clear: both;
  position: relative;
  overflow: visible;
  margin-bottom: 22.5px;
}
.fieldset-wrapper {
  padding: 22.5px;
  border: 1px solid #dcdcdd;
  overflow: hidden !important;
  margin-top: -1px;
}
fieldset.collapsed {
  border: none;
  padding-bottom: 45px;
}
fieldset legend {
  min-height: 55px;
  padding-left: 15px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.45;
  font-weight: normal;
  background: #f9f9fa;
  border: 1px solid #dcdcdd;
  padding-left: 0;
  color: #a8a9ab !important;
  padding: 11.25px;
  min-width: 220px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  overflow: hidden;
  clear: both;
}
fieldset legend a {
  color: #000 !important;
}
.webform-confirmation {
  min-height: 768px;
}
.webform-confirmation,
.links {
  padding: 0 22.5px;
}
.input-inline {
  width: auto;
  margin-right: 22.5px;
}
.input-inline:last-child {
  margin-right: 0;
}
.input-zipcode input {
  max-width: 180px;
}
/*
Bronto
*/
.form-bronto .container {
  width: 100% !important;
}
.form-bronto .field_block {
  float: left;
  display: block;
  margin: 0 0 15px 0;
}
/*
Specific Forms
*/
.node-type-vitalstim-page form.webform-client-form > div {
  float: left;
}
#block-user-login {
  width: 280px;
  margin: 0;
}
.captcha {
  float: left;
  margin-top: 20px;
}
#djotracking {
  width: 80%;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 30px;
  overflow: auto;
}
#djotracking .frm_row {
  margin-top: 10px;
}
#replocator-search {
  overflow: auto;
  padding: 45px;
  margin-top: 22.5px;
  border: 1px solid #dcdcdd;
}
.node-webform h2 a {
  color: #000 !important;
}
.node-webform h2 a:hover {
  color: #c8102e !important;
}
.node-webform h3 {
  margin-top: 22.5px;
  clear: both;
}
.node-webform .heading {
  font-family: 'Uni Bold', sans-serif;
  font-size: 15px;
}
.node-webform #edit-actions {
  float: left;
  clear: both;
  margin-top: 40px;
}
/* Knee guarantee form */
.node-webform fieldset#webform-component-patient-questionnaire {
  float: left;
  margin-top: 50px;
}
/*
.node-webform table {
  background: #fff;
}

.node-webform table th {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
}

.node-webform table td {
  font-size: 13px;
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
}
*/
/*
Form specific overwrites
*/
/*
Satifaction Survey
*/
.page-node-232 .node-webform {
  width: 100%;
}
#webform-client-form-232 #webform-component-part-number {
  display: block;
  width: 100%;
}
#webform-client-form-232 #webform-component-product-description,
#webform-client-form-232 #webform-component-product-description textarea,
#webform-client-form-232 #webform-component-what-can-we-do-to-improve-your-experience-maximum-800-characters,
#webform-client-form-232 #webform-component-what-can-we-do-to-improve-your-experience-maximum-800-characters textarea,
#webform-client-form-232 #webform-component-please-indicate-any-individual-you-would-like-to-acknowledge-maximum-800-characters,
#webform-client-form-232 #webform-component-please-indicate-any-individual-you-would-like-to-acknowledge-maximum-800-characters textarea {
  display: block;
  width: 100%;
}
/*
Satifaction Survey (Canada)
*/
.satifaction-survey-ca .node-webform {
  width: 100%;
}
.satifaction-survey-ca .node-webform .webform-component.webform-component-radios {
  padding: 8px 0;
  overflow: hidden;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.satifaction-survey-ca .node-webform label,
.page-node-28890 .node-webform label.option {
  width: 95%;
  display: block;
}
.satifaction-survey-ca .node-webform .form-type-radio label {
  width: 90%;
  float: left;
}
.satifaction-survey-ca #webform-component-part-number {
  display: block;
  width: 100%;
}
.satifaction-survey-ca #webform-component-product-description,
.satifaction-survey-ca #webform-component-product-description textarea,
.satifaction-survey-ca #webform-component-what-can-we-do-to-improve-your-experience-maximum-800-characters,
.satifaction-survey-ca #webform-component-what-can-we-do-to-improve-your-experience-maximum-800-characters textarea,
.satifaction-survey-ca #webform-component-please-indicate-any-individual-you-would-like-to-acknowledge-maximum-800-characters,
.satifaction-survey-ca #webform-component-please-indicate-any-individual-you-would-like-to-acknowledge-maximum-800-characters textarea,
.satifaction-survey-ca #edit-submitted-compared-to-our-competitors-is-our-overall-service {
  display: block;
  width: 100%;
}
/* Journal Reprints */
#webform-client-form-4786 .form-item-submitted-sunshine-law-1 label {
  width: 90%;
}
/* The following are fixes for IE. */
.cboxIE6 #cboxTitle {
  background: #000;
}
/*
Brand page form
*/
.form-sign-up {
  padding-top: 15px;
}
.form-sign-up .webform-component-email {
  width: 100%;
  display: block;
}
.form-sign-up .form-actions {
  clear: both;
  margin-top: 22.5px;
}
.form-sign-up .form-submit {
  margin: 0 !important;
}
#content-bottom .form-sign-up {
  width: 50%;
  float: left;
  border: none;
  padding-left: 45px;
}
.form-sign-up .block-inner {
  position: relative;
  padding: 0 22.5px;
  padding-bottom: 45px;
}
.form-sign-up #webform-component-intro-markup h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.form-sign-up #webform-component-intro-markup p {
  margin-bottom: 0;
}
.form-sign-up #webform-component-select-brands--brand-interest .form-type-checkbox {
  width: 50%;
  display: block;
  float: left;
}
/*
Defiance registraton
*/
.page-node-27136 .node-webform {
  width: 90%;
  margin: 10px 0 50px 0;
  background: #f1f1f1;
  padding: 10px 5% !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
}
.page-node-27136 .node-webform form.webform-client-form > div {
  margin: 0 auto !important;
  width: 90% !important;
  padding-left: 12% !important;
}
#webform-component-feedback-regarding-your-defiance-knee-brace {
  width: 81%;
}
#webform-component-feedback-regarding-your-defiance-knee-brace textarea {
  width: 100%;
}
.page-node-27136 .view-education-videos .views-field-field-thumbnail {
  width: 270px;
}
#webform-component-defiance-knee-brace-serial-number {
  overflow: visible;
}
#webform-component-defiance-knee-brace-serial-number .field-suffix {
  margin-left: 10px;
  font-style: italic;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
#webform-component-defiance-knee-brace-serial-number .field-suffix .serial-hover {
  position: absolute;
  right: -70px;
  top: -330px;
  width: 220px;
  height: 320px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('/sites/default/files/images/forms/sn-location.jpg') center center no-repeat #fff;
  z-index: 99;
}
.view-products-defiance-form .views-row {
  width: 27.7%;
  height: 240px;
  float: left;
  margin: 0px 2% 2% 0;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 10px;
}
.view-products-defiance-form .views-field-title {
  font: 14px 'Fedra Sans Alt Medium';
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 3px 0;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
.view-products-defiance-form .views-field-title a {
  color: #000;
}
.view-products-defiance-form .views-field-title a:hover {
  color: #c8102e;
}
.view-products-defiance-form .views-field-field-images {
  text-align: center;
  height: 180px;
  margin: 0 auto 20px auto;
}
/*
Motion is Medicine
*/
#webform-component-please-tell-us-more-about-your-business-needs-and-goals {
  width: 89%;
}
#webform-component-please-tell-us-more-about-your-business-needs-and-goals textarea {
  width: 100%;
}
/*
Custom Bracing Form
*/
.custom-bracing-form {
  /* Outer class set in context */
}
.custom-bracing-form .field-suffix {
  font-size: 0.9em;
  position: relative;
  top: 2px;
}
.custom-bracing-form fieldset,
.custom-bracing-form h3 {
  margin: 0;
  width: 100%;
}
.custom-bracing-form h3 {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  font-size: 1.1em;
}
.custom-bracing-form #webform-component-bill-to--billing-information h3 {
  border: none;
  padding: 0;
}
.custom-bracing-form .webform-component-markup p {
  font-size: 0.9em;
}
/* Fields */
.custom-bracing-form #webform-component-patient-information--height-label,
.custom-bracing-form #webform-component-features--features-note,
.custom-bracing-form #webform-component-accessories--accessories-note {
  padding-bottom: 0;
}
.custom-bracing-form #webform-component-patient-information--height-feet,
.custom-bracing-form #webform-component-patient-information--height-inches,
.custom-bracing-form #webform-component-features--feature-options,
.custom-bracing-form #webform-component-accessories--accessories-options {
  padding-top: 0;
}
.custom-bracing-form #webform-component-shipping {
  margin-top: 1em;
  width: 100%;
}
.custom-bracing-form .form-radios .form-item,
.custom-bracing-form .form-type-checkbox {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.custom-bracing-form #webform-component-patient-information--height-feet,
.custom-bracing-form #webform-component-patient-information--height-inches {
  width: 10%;
}
.custom-bracing-form #webform-component-bill-to--account-number,
.custom-bracing-form #webform-component-shipping-information--account-name-shipping,
.custom-bracing-form #webform-component-shipping-information--shipping,
.custom-bracing-form #webform-component-patient-information--measurements-taken-on,
.custom-bracing-form #webform-component-patient-information--measurements-type,
.custom-bracing-form #webform-component-product-selection--hinge,
.custom-bracing-form #webform-component-graphics--graphics-options,
.custom-bracing-form #webform-component-measurement-information--measured-by,
.custom-bracing-form #webform-component-measurement-information--ccm,
.custom-bracing-form #webform-component-features--feature-options,
.custom-bracing-form #webform-component-accessories--accessories-options,
.custom-bracing-form #webform-component-accessories--comments,
.custom-bracing-form #webform-component-accessories--comments--comments,
.custom-bracing-form #webform-component-same-as-bill-to-address,
.custom-bracing-form #webform-component-measurement-information--ccmi,
.custom-bracing-form #webform-component-patient-information--age {
  width: 100%;
}
.custom-bracing-form #webform-component-bill-to--email-disclaimer {
  margin-left: 50%;
  padding: 0;
  max-width: 320px;
}
.custom-bracing-form #webform-component-product-selection--frame,
.custom-bracing-form #webform-component-product-selection--strapping,
.custom-bracing-form #webform-component-product-selection--hinge {
  width: 32%;
}
.custom-bracing-form #webform-component-accessories--comments textarea {
  width: 100%;
}
.custom-bracing-form #webform-component-patient-information--height-feet input,
.custom-bracing-form #webform-component-patient-information--height-inches input,
.custom-bracing-form #webform-component-measurement-information--ccmi-fields input {
  width: 40px;
  float: left;
  margin-right: 0.5em;
}
.custom-bracing-form #webform-component-measurement-information--ccmi-fields .webform-component {
  padding: 2px 0;
}
.custom-bracing-form #webform-component-measurement-information--ccmi-fields .webform-component label,
.custom-bracing-form label[for='edit-submitted-patient-information-measurements-taken-on'],
.custom-bracing-form label[for='edit-submitted-patient-information-measurements-type'],
.custom-bracing-form label[for='edit-submitted-product-selection-frame'],
.custom-bracing-form label[for='edit-submitted-product-selection-strapping'],
.custom-bracing-form label[for='edit-submitted-product-selection-hinge'],
.custom-bracing-form label[for='edit-submitted-colors-thigh-cuff'],
.custom-bracing-form label[for='edit-submitted-colors-calf-cuff'],
.custom-bracing-form label[for='edit-submitted-colors-special-colors'],
.custom-bracing-form label[for='edit-submitted-features-installed-extension-stop'],
.custom-bracing-form label[for='edit-submitted-features-installed-flexion-stop'],
.custom-bracing-form label[for='edit-submitted-measurement-information-aop-file'] {
  font-family: 'Fedra Sans Alt Medium';
}
.custom-bracing-form #webform-component-measurement-information--aop-file {
  padding: 20px;
  border: 1px solid #ddd;
  width: 93%;
  margin: 1em 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*
Distributor Requests
*/
.distributor-request-form {
  /* Class set in context */
}
.distributor-request-form .webform-component-fieldset {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
  overflow: hidden;
  width: 100%;
  display: block;
  clear: both;
}
.distributor-request-form .form-textarea {
  width: 100%;
}
#edit-submitted-product-method-of-delivery .form-type-radio,
#webform-component-registration-requirements--cfg-fsc,
#webform-component-registration-requirements--iso-13485,
#webform-component-registration-requirements--ec-certificate,
#webform-component-registration-requirements--decloration-of-conformity,
#webform-component-registration-requirements--additional-requirements,
#webform-component-registration-requirements--additional-requirements .form-type-checkbox,
#webform-component-registration-requirements--additional-requirements .form-checkboxes,
#webform-component-registration-requirements--other-requirements,
#webform-component-additional-information-and-attachments--additional-information,
#webform-component-registration-requirements--CFG-FSC-options,
#webform-component-registration-requirements--ISO13485-options,
#webform-component-registration-requirements--Declaration-of-Conformity-options,
#webform-component-registration-requirements--EC-Certificate-options {
  width: 100%;
  display: block;
  clear: both;
}
#webform-component-registration-requirements--CFG-FSC-options,
#webform-component-registration-requirements--ISO13485-options,
#webform-component-registration-requirements--Declaration-of-Conformity-options,
#webform-component-registration-requirements--EC-Certificate-options {
  margin-left: 2em;
}
.distributor-request-form label[for='edit-submitted-registration-requirements-additional-requirements'],
.distributor-request-form label[for='edit-submitted-product-method-of-delivery'],
.distributor-request-form label[for='edit-submitted-attachments'] {
  font-family: 'Fedra Sans Alt Medium';
}
#webform-component-additional-information-and-attachments--attachments {
  padding: 20px;
  border: 1px solid #ddd;
  width: 93%;
  margin: 1em 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*
Empi Elite
*/
.empi-elite-form #main {
  min-height: 500px;
}
.empi-elite-form #body-wrapper {
  margin-top: 0 !important;
}
.empi-elite-form form.webform-client-form > div {
  margin-top: 0 !important;
  width: 73% !important;
}
.empi-elite-form .webform-component#webform-component-state {
  display: block;
  width: 100%;
}
.empi-elite-form .webform-component#webform-component-feedback {
  display: block;
  width: 100%;
  margin-top: 3em;
}
.empi-elite-form .webform-component#webform-component-interested-in-providing-a-patient-testimonial-on-empi-elite {
  display: block;
  width: 100%;
  margin-top: 1em;
}
.empi-elite-form .webform-component#webform-component-interested-in-providing-a-patient-testimonial-on-empi-elite label {
  width: auto;
}
.empi-elite-form .webform-component#webform-component-feedback textarea {
  width: 100%;
}
/*
Feedback
*/
.feedback-form.node-type-webform #center-column form.webform-client-form > div {
  width: 93%;
  margin-top: 3em;
}
.feedback-form #webform-component-medical-facility label {
  width: 45.5%;
  padding-top: 0.3em;
  display: inline;
}
.feedback-form #webform-component-medical-facility input {
  display: inline;
}
.feedback-form #webform-component-medical-facility {
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  padding: 0 0 2em 0;
  margin: 0 0 1.5em 0;
}
.feedback-form #webform-component-hurt {
  width: 100%;
  display: block;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  border-top: 1px solid #ddd;
}
.feedback-form #webform-component-employee-or-distributor {
  width: 100%;
  display: block;
  margin: 1em 0;
}
.feedback-form #webform-component-was-anyone-hury-as-a-result-of-this-situation label,
.feedback-form #webform-component-are-you-a-djo-global-employee-or-distributor label {
  display: inline;
  width: auto;
}
.feedback-form #webform-component-description,
.feedback-form #webform-component-options {
  width: 100%;
  display: block;
  margin-top: 1em;
}
.feedback-form #webform-component-description textarea,
.feedback-form #webform-component-options textarea {
  width: 100%;
}
/*
Testimonials
*/
#webform-client-form-28891 {
  margin-top: 2em !important;
  overflow: hidden;
  display: block;
}
#webform-client-form-28891 #webform-component-feedback {
  width: 100%;
  margin-top: 2em;
}
#webform-client-form-28891 #webform-component-feedback textarea {
  width: 100%;
}
#webform-client-form-28891 #edit-submitted-image-upload-button {
  background: #ccc;
  border-color: #ccc;
}
/*--This will need to be changed to the correct node id when it hits prod---28933*/
.webform-client-form-28899 .webform-submit {
  margin-top: 30px;
}
.webform-client-form-28899 .webform-component-select {
  height: 65px;
}
.webform-client-form-28933 .webform-submit {
  margin-top: 30px;
}
.webform-client-form-28933 .webform-component-select {
  height: 65px;
}
.webform-client-form-28933 #edit-submitted-recipient-address {
  max-width: 260px;
}
.webform-client-form-28899 #edit-submitted-recipient-address {
  max-width: 260px;
}
.webform-client-form-28899 .webform-component-select select {
  width: 260px;
  max-width: 260px;
}
.webform-client-form-28933 .webform-component-select select {
  width: 260px;
  max-width: 260px;
}
.page-node-28933 .webform-component-select select {
  width: 260px;
  max-width: 260px;
}
.page-node-28933 .webform-component-select select {
  width: 260px;
  max-width: 260px;
}
.page-node-28933 .webform-submit {
  margin-top: 30px;
}
.page-node-28933 .webform-component-select {
  height: 65px;
}
.page-node-28933 #edit-submitted-recipient-address {
  max-width: 260px;
}
.page-node-28933 #edit-submitted-recipient-address {
  max-width: 260px;
}
.webform-logout {
  float: right;
}
.webform-logout a {
  display: inline-block;
  background: #c8102e;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 19px;
  border-radius: 16px;
  border: 2px solid #c8102e;
  line-height: 2.1;
  text-transform: capitalize;
  font-weight: normal;
  cursor: pointer;
  -webkit-appearance: none;
  margin-right: 5px;
}
/*
Exos Demo
*/
.exos-demo-landing #top-slider {
  padding: 0;
  width: 100%;
}
.exos-demo-landing #body-wrapper {
  padding-top: 0;
}
.exos-demo-landing .node-webform form > div {
  margin: 0;
  margin: 0 auto;
}
.exos-demo-landing .node-webform form.webform-client-form input[type="submit"],
body.exos-brand-pages form.webform-client-form input[type="submit"] {
  background: #ec4e1b;
  color: #fff;
  border-color: #ec4e1b;
}
.exos-demo-landing .node-webform form.webform-client-form input[type="submit"]:hover,
body.exos-brand-pages form.webform-client-form input[type="submit"]:hover {
  color: #ec4e1b;
  background: #fff;
  border-color: #ec4e1b;
}
/*
TriFit Form
*/
body.trifit-landing .trifit-contact {
  border-top: 1px solid #1c87cd;
  border-bottom: 1px solid #1c87cd;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 22.5px;
}
body.trifit-landing .trifit-contact .form-item .form-required {
  color: #1c87cd;
}
body.trifit-landing .trifit-contact input[type="text"],
body.trifit-landing .trifit-contact input[type="email"] {
  background: #000;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body.trifit-landing .webform-component-textfield,
  body.trifit-landing .webform-component-email {
    display: block;
    width: 100%;
  }
}
body.trifit-landing .trifit-contact input[type="submit"] {
  background: #000;
  border: 1px solid #1c87cd;
  color: #fff;
}
body.trifit-landing .trifit-contact input[type="submit"]:hover {
  border: 1px solid #1c87cd;
  background: #1c87cd;
  color: #fff;
}
/*
Knee Protection Submission
*/
body.knee-protection-submission .knee-protection-message {
  background: #f8f6da;
  color: #000;
  padding: 22.5px;
  font-size: 0.8em;
  float: left;
  width: 100%;
}
body.knee-protection-submission .node-webform form > div {
  padding: 0;
  border: none;
  overflow: visible;
}
body.knee-protection-submission .node-webform form .fieldset-wrapper {
  padding: 45px;
}
body.knee-protection-submission #webform-component-model div.fieldset-wrapper {
  padding: 0;
  border: none;
}
body.knee-protection-submission #webform-component-model .form-item {
  width: 100%;
  display: block;
}
body.knee-protection-submission #edit-submitted-model-brace-model {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
body.knee-protection-submission .form-item-submitted-model-brace-model {
  height: 300px;
  padding: 0;
  padding-top: 230px;
  width: 25% !important;
  background-repeat: no-repeat;
  background-position: center 20px;
  text-align: center;
}
body.knee-protection-submission .form-item-submitted-model-brace-model label {
  font-size: 1.1em;
}
body.knee-protection-submission .form-item-submitted-model-brace-model input,
body.knee-protection-submission .form-item-submitted-model-brace-model label {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
body.knee-protection-submission .form-item-submitted-model-brace-model input {
  margin: 5px auto;
  width: auto;
  display: block;
  float: none;
}
body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(1) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-a22.jpg);
}
body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(2) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-defiance.jpg);
}
body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(3) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-fullforce.jpg);
}
body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(4) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-armor.jpg);
}
body.knee-protection-submission .webform-datepicker {
  float: right;
}
body.knee-protection-submission .webform-component--questionnaire .webform-datepicker .form-type-select,
body.knee-protection-submission .webform-component--questionnaire .form-type-radio {
  float: left;
  width: auto;
  padding: 0 5px;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper {
  padding: 0;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper > .form-item {
  border-bottom: 1px solid #dcdcdd;
  padding: 11.25px 22.5px;
  margin: 0;
  height: 58px;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper > .form-item:last-child {
  border: none;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper > .form-item label {
  float: left;
  width: auto;
  margin-top: 7px;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper > .form-item .form-radios {
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 4px 8px;
  background: #f1f1f1;
}
body.knee-protection-submission .webform-component--questionnaire div.fieldset-wrapper > .form-item .form-radios label {
  margin-top: 3px;
}
body.knee-protection-submission .part-number {
  float: left;
  font-size: 0.8em;
  font-style: italic;
  width: 50%;
  margin-top: 8px;
  margin-bottom: 20px;
}
body.knee-protection-submission .part-number-image {
  width: 640px;
  height: 280px;
  display: none;
  margin-top: 8px;
  background-repeat: no-repeat;
  position: relative;
}
body.knee-protection-submission .part-number-image-title {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 500;
}
body.knee-protection-submission .part-number-image-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}
body.knee-protection-submission #webform-component-patient-info--brace-number-or-part-number,
body.knee-protection-submission #webform-component-patient-info--registration-id {
  margin: 0;
}
body.knee-protection-submission #body-wrapper input[type="submit"],
body.knee-protection-submission #body-wrapper a.link-button {
  font-size: 1em;
}
body.knee-registration .node-webform form > div {
  border: 0;
  padding-top: 22.5px;
}
body.knee-registration .fieldset-wrapper {
  padding: 45px;
}
body.knee-registration fieldset {
  margin-bottom: 0;
}
body.knee-registration #edit-submitted-contact-information-sex .form-type-radio {
  float: left;
  width: auto;
  margin-right: 11.25px;
}
body.knee-registration .form-checkboxes .form-item {
  margin: 0;
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed {
  height: 270px;
  padding: 0;
  padding-top: 230px;
  width: 25% !important;
  background-repeat: no-repeat;
  background-position: center 20px;
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed label {
  font-size: 1em;
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed label,
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed input {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed input {
  margin-bottom: 5px;
}
body.knee-registration #webform-component-patient-questionnaire--which-knee-brace-were-you-prescribed {
  margin-bottom: 45px;
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed:nth-child(1) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-a22.jpg);
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed:nth-child(2) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-defiance.jpg);
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed:nth-child(3) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-fullforce.jpg);
}
body.knee-registration .form-item-submitted-patient-questionnaire-which-knee-brace-were-you-prescribed:nth-child(4) {
  background-image: url(/sites/default/files/images/knee-protection-program/brace-armor.jpg);
}
.motion-md-contact {
  background-color: #f1f1f3;
  background-image: -webkit-linear-gradient(45deg, #f1f1f3, #e3e3e7);
  background-image: -moz-linear-gradient(45deg, #f1f1f3, #e3e3e7);
  background-image: -ms-linear-gradient(45deg, #f1f1f3, #e3e3e7);
  background-image: -o-linear-gradient(45deg, #f1f1f3, #e3e3e7);
  margin-top: 135px;
  z-index: 1;
}
.motion-md-contact form > div {
  max-width: 960px;
  margin: 0 auto;
}
.motion-md-contact .webform-component-markup {
  width: 100% !important;
}
.motion-md-contact input[type="text"] {
  width: 100%;
}
.motion-md-contact select {
  margin-top: 10px;
}
.motion-md-contact .form-actions {
  text-align: center;
  padding-top: 22.5px;
}
.motion-md-contact .webform-component-checkboxes {
  width: 100% !important;
}
.motion-md-contact .webform-component-checkboxes > label {
  text-align: center;
  font-size: 18px;
  margin: 12px 0;
}
.motion-md-contact .webform-component-checkboxes .form-type-checkbox {
  margin: 6px 0;
  padding: 0 22.5px;
  width: 33.3333%;
}
@media (max-width: 768px) {
  .motion-md-contact .webform-component-checkboxes .form-type-checkbox {
    padding: 0;
  }
}
.motion-md-contact .webform-component-checkboxes .form-type-checkbox:nth-child(3n+1) {
  clear: left;
}
.motion-md-contact .webform-component--state,
.webform-component--region {
  width: 25% !important;
  float: left;
}
.motion-md-contact .form-type-checkbox {
  position: relative;
}
.motion-md-contact .form-type-checkbox input {
  position: absolute;
  top: 3px;
}
.motion-md-contact .form-type-checkbox label {
  position: relative;
  left: 22.5px;
}
.motion-md-contact > div {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 22.5px;
}
.motion-md-contact .form-item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .motion-md-contact .form-item {
    width: 100% !important;
    display: block;
  }
}
.webform-component--group-enveloping-values--isa-qualifier-prod,
.webform-component--group-enveloping-values--isa-qualifier-test {
  width: 100px;
  clear: left;
  padding-right: 0;
}
.webform-component--group-enveloping-values--isa-id-prod,
.webform-component--group-enveloping-values--isa-id-test {
  width: 160px;
  padding: 0;
  position: relative;
  margin-left: 15px;
}
.webform-component--group-enveloping-values--isa-id-prod:before,
.webform-component--group-enveloping-values--isa-id-test:before {
  content: "/";
  position: absolute;
  top: 30px;
  left: -15px;
}
.webform-component--group-enveloping-values--isa-qualifier-prod .field-prefix,
.webform-component--group-enveloping-values--isa-qualifier-test .field-prefix,
.webform-component--group-enveloping-values--gs-prod .field-prefix,
.webform-component--group-enveloping-values--gs-test .field-prefix,
.webform-component--group-enveloping-values--x12-version .field-prefix {
  margin-right: 10px;
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
}
.webform-component--transactions .webform-component-checkboxes {
  margin-bottom: 0;
}
.webform-component--group-enveloping-values--isa-qualifier-prod label,
.webform-component--group-enveloping-values--isa-qualifier-test label {
  margin-left: 42px;
}
.webform-component--group-enveloping-values--isa-prod label,
.webform-component--group-enveloping-values--isa-test label,
.webform-component--group-enveloping-values--gs-prod label,
.webform-component--group-enveloping-values--gs-test label,
.webform-component--group-enveloping-values--x12-version label {
  overflow: hidden;
  text-indent: -9999px;
}
.webform-component--group-enveloping-values--gs-prod,
.webform-component--group-enveloping-values--gs-test,
.webform-component--group-enveloping-values--x12-version {
  clear: both;
  width: 100%;
}
.form-item-submitted-transactions-bill-to-qualifier-n103-bill-to-qualifier-n103,
.form-item-submitted-transactions-ship-to-qualifier-n103-ship-to-qualifier-n103,
.form-item-submitted-transactions-810-997-810-997,
.form-item-submitted-transactions-820-997-820-997,
.form-item-submitted-transactions-850-997-850-997,
.form-item-submitted-transactions-855-997-855-997,
.form-item-submitted-transactions-856-997-856-997,
.form-item-submitted-transactions-867-997-867-997,
.webform-component--transactions--ndc-qualifier,
.webform-component--transactions--upc-qualifier,
.webform-component--transactions--vendor-part-qualifier,
.webform-component--transactions--customer-part-qualifier,
.webform-component--transactions--van-other {
  margin-left: 45px;
}
@media (max-width: 768px) {
  .form-item-submitted-transactions-bill-to-qualifier-n103-bill-to-qualifier-n103,
  .form-item-submitted-transactions-ship-to-qualifier-n103-ship-to-qualifier-n103,
  .form-item-submitted-transactions-810-997-810-997,
  .form-item-submitted-transactions-820-997-820-997,
  .form-item-submitted-transactions-850-997-850-997,
  .form-item-submitted-transactions-855-997-855-997,
  .form-item-submitted-transactions-856-997-856-997,
  .form-item-submitted-transactions-867-997-867-997,
  .webform-component--transactions--ndc-qualifier,
  .webform-component--transactions--upc-qualifier,
  .webform-component--transactions--vendor-part-qualifier,
  .webform-component--transactions--customer-part-qualifier,
  .webform-component--transactions--van-other {
    margin-left: 0;
  }
}
.webform-component--transactions--bill-to-qualifier-n103,
.webform-component--transactions--ship-to-qualifier-n103 {
  width: 220px;
  padding-top: 10px;
}
.form-item-submitted-transactions-bill-to-qualifier-n103-options-DJO-Acct-No,
.form-item-submitted-transactions-bill-to-qualifier-n103-options-Customer-Acct-No,
.form-item-submitted-transactions-ship-to-qualifier-n103-options-DJO-Acct-No,
.form-item-submitted-transactions-ship-to-qualifier-n103-options-Customer-Acct-No {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .form-item-submitted-transactions-bill-to-qualifier-n103-options-DJO-Acct-No,
  .form-item-submitted-transactions-bill-to-qualifier-n103-options-Customer-Acct-No,
  .form-item-submitted-transactions-ship-to-qualifier-n103-options-DJO-Acct-No,
  .form-item-submitted-transactions-ship-to-qualifier-n103-options-Customer-Acct-No {
    margin-left: 0;
  }
}
.form-item-submitted-transactions-ship-to-acct-n104-ship-to-acct-n104 {
  padding-top: 15px;
}
.webform-component--transactions--bill-to-qualifier-n103-value,
.webform-component--transactions--ship-to-qualifier-n103-value {
  margin-bottom: 0;
}
.adaptable-contact-form h2.block-title {
  display: none;
}
.adaptable-contact-form .form-actions {
  text-align: center;
  padding-top: 22.5px;
}
.adaptable-contact-form .fieldset-wrapper {
  padding: 0;
  border: none;
}
.adaptable-contact-form .webform-component-fieldset {
  float: left;
  display: inline-block;
  width: 50%;
  clear: none;
  margin-top: 22.5px;
}
.adaptable-contact-form .webform-component--left-column--credentials-other,
.adaptable-contact-form .webform-component--right-column--practice-other {
  padding: 0;
  max-width: 297.5px;
}
.adaptable-contact-form .webform-component--email {
  clear: left;
}
.adaptable-contact-form .webform-component--left-column--professional-credentials .form-type-checkbox,
.adaptable-contact-form .webform-component--right-column--practice .form-type-checkbox {
  float: left;
  width: auto;
  margin-right: 11.25px;
}
.adaptable-contact-form .webform-component--professional-credentials .form-type-checkbox:last-child,
.adaptable-contact-form .webform-component--practice .form-type-checkbox:last-child {
  margin-right: 0;
}
body.noscroll {
  overflow: hidden;
}
.pop-over-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.pop-over-form div.error {
  background-image: none;
  background-color: #c8102e;
  color: #fff;
  padding: 22.5px;
}
.pop-over-form .block-inner {
  width: 90%;
  max-width: 640px;
  padding: 67.5px;
  margin: 45px auto;
  position: relative;
  top: 90px;
  background: #f8f8f8;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 640px) {
  .pop-over-form .block-inner {
    top: 45px;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.pop-over-form .links {
  display: none;
}
.pop-over-form .close-popup-form {
  position: absolute;
  right: 27px;
  top: 10px;
  font-size: 2.8rem;
  display: inline-block;
  cursor: pointer;
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
}
.pop-over-form.empowr-contact-us .webform-submit {
  background-color: #fff;
  color: #000;
}
.pop-over-form.empowr-contact-us .webform-submit:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.pop-over-form.empowr-contact-us .block-inner {
  background: #000;
  background-color: #4d4d50;
  background-image: -webkit-linear-gradient(-45deg, #4d4d50, #000);
  background-image: -moz-linear-gradient(-45deg, #4d4d50, #000);
  background-image: -ms-linear-gradient(-45deg, #4d4d50, #000);
  background-image: -o-linear-gradient(-45deg, #4d4d50, #000);
  color: #fff;
}
.pop-over-form.empowr-contact-us .block-inner input[type="text"],
.pop-over-form.empowr-contact-us .block-inner input[type="email"] {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #a8a9ab;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.pop-over-form .webform-component--state {
  width: 50%;
}
.pop-over-form .webform-component--state select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/svgs/baseline-expand_more-24px-white.svg);
  background-color: #333;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #777;
  border-radius: 0;
  color: #fff;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  width: 100%;
}
.pop-over-form .webform-component-email,
.pop-over-form .webform-component-email input {
  width: 100%;
}
.pop-over-form.empowr-contact-us .block-inner .form-checkboxes {
  margin-top: 22.5px;
}
.pop-over-form.empowr-contact-us .block-inner .form-checkboxes .form-item {
  width: auto;
  padding-right: 22.5px;
}
.pop-over-form.empowr-contact-us .block-inner h2 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 22.5px;
}
.pop-over-form.empowr-contact-us .block-inner .webform-component-checkboxes {
  margin-top: 22.5px;
}
.pop-over-form.empowr-contact-us .block-inner .form-actions {
  padding-top: 22.5px;
}
.pop-over-form .webform-confirmation {
  min-height: 320px;
}
.pop-over-form.altivate-contact-us .webform-submit {
  background-color: #fff;
  color: #000;
}
.pop-over-form.altivate-contact-us .webform-submit:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.pop-over-form.altivate-contact-us .block-inner {
  background: #333;
  color: #fff;
}
.pop-over-form.altivate-contact-us .block-inner input[type="text"],
.pop-over-form.altivate-contact-us .block-inner input[type="email"] {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #a8a9ab;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.pop-over-form.altivate-contact-us .block-inner .form-checkboxes {
  margin-top: 22.5px;
}
.pop-over-form.altivate-contact-us .block-inner .form-checkboxes .form-item {
  width: auto;
  padding-right: 22.5px;
}
.pop-over-form.altivate-contact-us .block-inner h2 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
  text-transform: none;
  margin-bottom: 22.5px;
  line-height: 1.2;
}
.pop-over-form.altivate-contact-us .block-inner .webform-component-checkboxes {
  margin-top: 11.25px;
}
.pop-over-form.altivate-contact-us .block-inner .form-actions {
  padding-top: 22.5px;
}
.pop-over-form.altivate-contact-us .fieldset-wrapper {
  padding: 0;
  border: none;
}
.form-motion-iq-contact-providers {
  max-width: 813px;
  display: block;
  margin: 0 auto;
  padding: 22.5px;
}
.form-motion-iq-contact-providers fieldset {
  margin: 0;
  clear: none;
}
.form-motion-iq-contact-providers fieldset .fieldset-wrapper {
  border: none;
}
.form-motion-iq-contact-providers .form-actions {
  padding: 45px 0;
}
.form-motion-iq-contact-providers label {
  color: #fff;
}
.form-motion-iq-contact-providers input[type="text"],
.form-motion-iq-contact-providers input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.form-motion-iq-contact-providers .webform-component--first-name,
.form-motion-iq-contact-providers .webform-component--last-name {
  width: 38%;
}
.form-motion-iq-contact-providers .webform-component--professional-credentials {
  width: 24%;
}
.form-motion-iq-contact-providers .webform-submit {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #5f5f5f;
  border-color: #fff;
}
.form-motion-iq-contact-providers .form-required {
  color: #fff;
}
.form-motion-iq-contact-providers .webform-submit:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.form-chatt-contact {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 45px;
}
.form-chatt-contact .webform-component--facility-city,
.form-chatt-contact .webform-component--facility-state {
  width: 25%;
}
.form-chatt-contact .webform-component-phone {
  width: 50%;
}
.form-chatt-contact .webform-component--medical-profession {
  float: none;
  clear: both;
}
.form-chatt-contact .form-actions {
  text-align: center;
  padding: 22.5px 0;
}
.surgical-contact-footer .content {
  overflow: hidden;
  border-bottom: 1px solid #a8a9ab;
  padding-bottom: 45px;
}
.surgical-contact-footer .webform-confirmation {
  color: #fff;
  padding: 0;
  padding-top: 45px;
  min-height: none;
}
.surgical-contact-footer .webform-confirmation .links {
  display: none;
}
.surgical-contact-footer h2 {
  text-align: center;
  padding: 45px 0;
  font-size: 2rem !important;
  text-transform: uppercase;
}
.surgical-contact-footer label {
  color: #fff;
  margin-bottom: 7.5px;
}
.surgical-contact-footer input[type="text"],
.surgical-contact-footer input[type="email"] {
  background: #454548;
  border: none;
  color: #fff;
}
.surgical-contact-footer input[type="text"]:focus,
.surgical-contact-footer input[type="email"]:focus,
.surgical-contact-footer textarea:focus {
  background: #f8f8f8;
  color: #5f5f5f;
}
.surgical-contact-footer .webform-component--state select,
.surgical-contact-footer .webform-component--country select {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/svgs/baseline-expand_more-24px-white.svg);
  background-color: #454548;
  background-position: center right;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  width: 100%;
}
.surgical-contact-footer textarea {
  background: #454548;
  border: none;
  color: #fff;
  height: 90px;
}
.surgical-contact-footer .webform-component--opt-in {
  width: 50%;
  padding-top: 22.5px;
  clear: left;
}
.surgical-contact-footer .description {
  color: #fff;
  padding-left: 18px;
}
.surgical-contact-footer input[type="checkbox"] {
  margin-right: 3px;
}
.surgical-contact-footer .form-actions {
  float: right;
  clear: none;
  padding-top: 22.5px;
}
.surgical-contact-footer input[type="submit"] {
  background: transparent;
  border-color: #fff;
}
.surgical-contact-footer input[type="submit"]:hover {
  background: #fff;
  color: #4d4d50;
}
.surgical-contact-footer .webform-component-phone,
.surgical-contact-footer .webform-component--state {
  width: 50%;
}
.surgical-contact-footer .fieldset-wrapper {
  padding: 0;
  border: none;
  overflow: hidden;
}
.surgical-contact-footer .webform-component-fieldset {
  float: left;
  width: 50%;
  clear: left;
  margin-top: 22.5px;
}
.surgical-contact-footer .webform-component-fieldset + .webform-component-fieldset {
  clear: right;
}
.surgical-contact-footer .webform-component--left-column--credentials-other,
.surgical-contact-footer .webform-component--right-column--practice-other {
  padding: 0;
  max-width: 297.5px;
}
.surgical-contact-footer .webform-component--left-column--professional-credentials .form-type-checkbox,
.surgical-contact-footer .webform-component--right-column--practice .form-type-checkbox {
  float: left;
  width: auto;
  margin-right: 11.25px;
}
.surgical-contact-footer .webform-component--professional-credentials .form-type-checkbox:last-child,
.surgical-contact-footer .webform-component--practice .form-type-checkbox:last-child {
  margin-right: 0;
}
.surgical-contact-footer .links {
  display: none;
}
.surgical-contact-footer .webform-confirmation {
  min-height: none;
}
.captcha.form-wrapper legend {
  display: none;
}
.captcha.form-wrapper img {
  display: block;
  margin: 11.25px 0;
}
.captcha.form-wrapper {
  width: 100%;
}
.webform-component--products-of-interest .form-item {
  width: 25%;
  float: left;
  margin-bottom: 5.625px;
}
.webform-component--products-of-interest label {
  margin-bottom: 11.25px;
}
/*
Mobile Menu (mmenu color overrides)
*/
/*
Main Menu
*/
nav#nav-main {
  z-index: 100;
  float: left;
  font-family: 'Uni Bold', sans-serif;
  margin-left: 45px;
  text-transform: uppercase;
}
.menu-toggle {
  display: none;
}
.menu-toggle {
  float: right;
  width: 24px;
  height: 60px;
  margin: 0;
  padding-top: 18px;
  margin-left: 5.625px;
}
.menu-toggle .hamburger-icon {
  fill: #5f5f5f;
}
nav#nav-main ul {
  position: relative;
  z-index: 110;
}
nav#nav-main ul li {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  color: #5f5f5f;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
}
nav#nav-main ul li a:link,
nav#nav-main ul li a:active,
nav#nav-main ul li a:visited {
  line-height: 60px;
  color: inherit;
  display: block;
  padding: 0 3.75px;
  cursor: pointer;
  position: relative;
}
nav#nav-main > ul > li > a > .expand {
  display: inline-block;
  margin-left: 0;
  height: 20.5px;
  width: 20.5px;
  position: relative;
  top: 6px;
  background: transparent;
  transition: all 0.2s linear;
}
nav#nav-main > ul > li > a > .expand > span {
  position: absolute;
  top: -3px;
  height: 22.5px;
  width: 22.5px;
  display: block;
  text-align: center;
  line-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
nav#nav-main > ul > li:hover > a > .expand > span,
nav#nav-main > ul > li > a.active > .expand > span {
  top: 0;
  opacity: 1;
}
.svg-icon-arrow-down {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  width: 20px;
  height: 20px;
}
.icon-arrow-down-path {
  fill: #5f5f5f;
}
nav#nav-main > ul > li > a.active > .expand svg {
  transform: rotate(-180deg);
}
body.has-banner header > .inner nav#nav-main > ul > li > a > .expand .icon-expand {
  fill: #fff;
}
nav#nav-main > ul > li > a > .expand .icon-expand,
body.has-banner header > .inner:hover nav#nav-main > ul > li > a > .expand .icon-expand {
  fill: #5f5f5f;
}
body.has-banner header > .inner nav#nav-main ul li a:link,
body.has-banner header > .inner nav#nav-main ul li a:active,
body.has-banner header > .inner nav#nav-main ul li a:visited {
  color: #fff;
}
body.has-banner header > .inner:hover nav#nav-main ul li a:link,
body.has-banner header > .inner:hover nav#nav-main ul li a:active,
body.has-banner header > .inner:hover nav#nav-main ul li a:visited,
body.scrolled header > .inner nav#nav-main ul li a:link,
body.scrolled header > .inner nav#nav-main ul li a:active,
body.scrolled header > .inner nav#nav-main ul li a:visited,
body.menu-open header > .inner nav#nav-main ul li a:link,
body.menu-open header > .inner nav#nav-main ul li a:active,
body.menu-open header > .inner nav#nav-main ul li a:visited {
  color: #5f5f5f;
}
nav#nav-main ul li a:hover,
body.has-banner header > .inner:hover nav#nav-main ul li a:hover,
body.scrolled header > .inner nav#nav-main ul li a:hover,
body.menu-open header > .inner nav#nav-main ul li a:hover {
  color: #c8102e;
}
nav#nav-main > ul > li:hover {
  color: #c8102e;
}
nav#nav-main ul:first-child > li > .block-menu > .menu-close {
  position: absolute;
  right: 22.5px;
  top: 0;
  color: #000;
  width: 22.5px;
  height: 22.5px;
  cursor: pointer;
  z-index: 10;
}
nav#nav-main ul:first-child > li > .block-menu {
  position: fixed;
  left: 0;
  right: 0;
  background: #f8f8f8;
  padding: 22.5px 0 30px 0;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  transition: visibility 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, margin 0s ease-in-out 5s;
  border-bottom: 1px solid #e3e3e7;
}
/*

nav#nav-main ul:first-child>li>.block-menu:after {
    content: " ";
    position: absolute;
    bottom: -100px;
    height: 100px;
    width: 100%;

 
background: -moz-linear-gradient(top, fade(@black, 20%), fade(@black, 0%) 100%); 
background: -webkit-linear-gradient(top, fade(@black, 20%),fade(@black, 0%) 100%); 
background: linear-gradient(to bottom, fade(@black, 20%),fade(@black, 0%) 100%);


}
*/
nav#nav-main ul:first-child > li > .block-menu.open {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: visibility 0s, opacity 0.2s ease-in-out, margin 0.2s;
}
nav#nav-main > ul:first-child > li > a.active {
  color: #c8102e !important;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel {
  overflow: hidden;
  padding-left: 22.5px;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel.has-switch {
  border-left: 1px solid #dcdcdd;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel-switch {
  overflow: hidden;
  padding-left: 22.5px;
}
nav#nav-main ul:first-child > li > .block-menu ul {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  font-family: 'Uni Regular', sans-serif;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel-switch ul {
  padding: 0;
  margin-bottom: 11.25px;
  overflow: hidden;
  display: block;
}
nav#nav-main ul:first-child > li > .block-menu ul li a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1.45;
  color: #5f5f5f;
}
nav#nav-main ul:first-child > li > .block-menu ul {
  position: relative;
}
nav#nav-main ul:first-child > li > .block-menu ul > li {
  font-size: 14px;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  display: block;
  float: left;
  padding-right: 45px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel ul.level-1 > li > ul > li {
  font-size: 13px;
}
nav#nav-main ul:first-child > li > .block-menu ul.level-1 > li > a {
  padding-bottom: 3.75px;
  color: #5f5f5f;
}
nav#nav-main ul:first-child > li > .block-menu .nav-panel-switch ul > li {
  text-transform: none;
  width: 100%;
  display: block;
  margin: 0;
}
nav#nav-main ul:first-child > li > .block-menu ul > li a:hover {
  color: #c8102e;
}
nav#nav-main ul:first-child > li > .block-menu ul > li.has-panel.active:before {
  content: " ";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 50%;
  height: 1px;
  background: #dcdcdd;
}
nav#nav-main ul:first-child > li > .block-menu ul > li.has-panel.active a {
  color: #5f5f5f;
  float: left;
  font-family: 'Uni Heavy', sans-serif;
  font-weight: normal;
  background: #f8f8f8;
  padding-right: 10px;
}
nav#nav-main ul:first-child > li > .block-menu ul > li:nth-child(3n+1) {
  clear: left;
}
/*
nav#nav-main ul:first-child > li > .block-menu  ul > li:before {
    content: "+";
    position: absolute;
        .font-family-regular();
    left: -20px;
    top: -1px;

}
*/
nav#nav-main ul:first-child > li > .block-menu ul > li > ul {
  display: block;
  padding: 0;
}
nav#nav-main ul:first-child > li > .block-menu ul > li > ul > li {
  text-transform: none;
  display: block;
  float: none;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  height: auto;
  letter-spacing: normal;
  width: 100%;
  margin: 0;
  padding: 1px 0;
}
/*
International Overrides
*/
body.i18n-en-AU nav#nav-main .corporate-info > ul.menu {
  width: 450px;
}
body.i18n-en-AU nav#nav-main .corporate-info > ul.menu li.about-us,
body.i18n-en-AU nav#nav-main .corporate-info > ul.menu li.corporate-citizenship {
  float: left;
  width: 47%;
  border: none;
  height: 240px;
  margin-top: none !important;
}
body.i18n-en-AU nav#nav-main .corporate-info > ul.menu li.partnerships {
  border-bottom: 1px solid #e6e6e6 !important;
}
/*
Sub Menu
*/
#sub-menu {
  z-index: 30;
  background-color: #4d4d50;
  width: 100%;
  min-height: 60px;
  display: none;
}
#sub-menu.sticky {
  position: fixed;
  top: 0;
  margin-top: 25px;
}
.logged-in #sub-menu.sticky {
  margin-top: 65px;
}
#sub-menu h2.block-title {
  display: none;
}
.brand-menu {
  overflow: visible;
}
body.djo-surgical #sub-menu {
  background: #a11131;
}
body.aircast #sub-menu {
  background: #0281c8;
}
body.bell-horn #sub-menu {
  background: #015580;
}
body.chattanooga #sub-menu {
  background: #679ac9;
}
body.vitalstim #sub-menu {
  background: #679ac9;
}
body.cmf-new #sub-menu,
body.cmf #sub-menu {
  background: #a11131;
}
body.venaflow #sub-menu {
  background: #a11131;
}
body.dr-comfort #sub-menu {
  background: #2359a6;
}
body.donjoy #sub-menu {
  background: #294f82;
}
body.compex #sub-menu {
  background: #000;
}
body.fast-freeze #sub-menu {
  background: #0775ba;
}
body.procare #sub-menu {
  background: #67346b;
}
body.saunders #sub-menu {
  background: #67346b;
}
body.empi #sub-menu {
  background: #0584c4;
}
body.exos #sub-menu {
  background: #22272a;
}
/*
DonJoy Performance (DJP)
*/
body.donjoy-performance #sub-menu {
  background: #000 !important;
  border-bottom: 1px solid #000 !important;
}
body.donjoy-performance .brand-menu li a {
  color: #fff !important;
}
body.donjoy-performance .brand-menu li a:hover {
  color: #C3D42A !important;
}
body.donjoy-performance .brand-menu li {
  border-color: #555;
}
#sub-menu ul {
  float: left;
  overflow: visible;
  width: auto;
}
#sub-menu ul li {
  list-style: none !important;
  font-size: 0.75rem;
  float: left;
  font-family: 'Uni Regular', sans-serif;
  margin: 0;
  line-height: 1;
  padding-left: 5px;
  text-transform: uppercase;
}
#sub-menu ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
#sub-menu .brand-menu-logo {
  width: 160px;
  height: 60px;
  overflow: hidden;
  float: left;
}
body.vitalstim #sub-menu .brand-menu-logo {
  width: 260px;
}
.sub-nav-brand-logo {
  display: none;
}
#sub-menu ul li {
  padding: 0 7px;
}
#sub-menu ul li a {
  display: block;
  color: #fff;
  position: relative;
  height: 60px;
  line-height: 58px;
  opacity: 1;
}
#sub-menu ul li a:hover {
  opacity: 1;
}
/*
drop downs
*/
#sub-menu ul.menu li.expanded {
  position: relative;
}
/*
drop down position and box style
*/
#sub-menu ul.menu li.expanded ul {
  z-index: 100;
  height: auto;
  padding: 22.5px 11.25px;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  box-shadow: 0 7px 15px -7px rgba(0, 0, 0, 0.5);
  display: none;
}
#sub-menu ul.menu li.expanded:hover {
  background: #fff;
}
#sub-menu ul.menu li.expanded:hover a {
  color: #5f5f5f;
  opacity: 1;
}
#sub-menu ul.menu li.expanded ul li {
  height: auto;
  padding: 0 20px;
  margin: 0;
  background: none;
  border: none;
}
#sub-menu ul.menu li.expanded ul li a {
  width: 160px;
  height: auto;
  line-height: 1.3;
  padding: 5px 0 9px 0px;
  border-bottom: 1px solid #dcdcdd;
  font-size: 13px;
  margin-bottom: 3px;
  color: #000;
  text-transform: none;
}
#sub-menu ul.menu li.expanded ul li:last-child a {
  border-bottom: none;
}
#sub-menu ul.menu li.expanded ul li a:hover {
  color: #c8102e;
  opacity: 1;
}
/*
Social
*/
.brand-social-block .block-title {
  display: none;
}
.brand-social-block {
  float: right;
  height: 60px;
  display: none;
}
.brand-social-block .connect {
  display: none;
}
.brand-social-block a {
  margin-left: 5.625px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  height: 60px;
  top: 0;
  width: 22.5px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
}
.brand-social-block a:hover {
  opacity: 1;
}
.brand-social-block a.fb_link {
  background-image: url(../images/pngs/facebook-white.png);
}
.brand-social-block a.fb_link.social-white {
  background-image: url(../images/pngs/facebook-white.png) !important;
}
.brand-social-block a.tw_link {
  display: inline-block;
  background-image: url(../images/pngs/twitter-white.png);
}
.brand-social-block a.tw_link.social-white {
  background-image: url(../images/pngs/twitter-white.png) !important;
}
.brand-social-block a.inst_link {
  background-image: url(../images/pngs/instagram-white.png);
}
.brand-social-block a.inst_link.social-white {
  background-image: url(../images/pngs/instagram-white.png) !important;
}
/*
Sidebar Menus
*/
#sidebar-first .block {
  padding: 0 22.5px;
  margin-top: 5.625px;
}
#sidebar-first .block-menu h2.block-title {
  display: none;
  /* Context has a bug that doens't respect block title settings */
}
#sidebar-first {
  margin-bottom: 45px;
}
#sidebar-first ul.menu li {
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 9.5px;
  letter-spacing: 0.05em;
}
#sidebar-first ul.menu li:last-child {
  border: none;
}
#sidebar-first ul.menu li ul {
  padding-top: 11.25px;
}
#sidebar-first ul.menu li ul li {
  font-size: 13px;
  letter-spacing: 0.02em;
}
#sidebar-first ul.menu li a {
  color: #5f5f5f;
  display: block;
}
#sidebar-first ul.menu li a:hover,
#sidebar-first ul.menu li a.active-trail {
  color: #c8102e;
}
#sidebar-first ul.menu ul.menu ul.menu {
  padding-top: 0;
}
#sidebar-first ul.menu ul.menu ul.menu li {
  padding-left: 15px;
  background: url(../images/pngs/red-dot.png) 2px 5px no-repeat;
  font-size: 0.9em;
}
#sidebar-first ul.menu ul.menu ul.menu li:first-child {
  margin-top: 11.25px;
}
#sidebar-first ul.menu a.active + ul.menu {
  display: block;
}
#sidebar-first ul.menu ul.menu li {
  text-transform: none;
  border: none;
  padding-bottom: 6.1px;
  font-family: 'Uni Regular', sans-serif;
}
#sidebar-first ul.menu ul.menu li a {
  color: #5f5f5f;
}
#sidebar-first ul.menu ul.menu li a.active,
#sidebar-first ul.menu ul.menu li a.active-trail {
  color: #000;
}
#sidebar-first ul.menu li a:hover,
#content-area #sidebar-first ul.menu li a.active-trail {
  padding-left: 15px;
  margin-left: -15px;
}
#sidebar-first ul.menu li li a:hover {
  color: #c8102e;
}
#sidebar-first ul.menu li li a.active-trail {
  color: #000;
}
/*
Footer Menus
*/
#footer .block-menu {
  float: left;
  width: 33.33333333%;
  margin-bottom: 1em;
}
#footer .block-menu .block-inner {
  margin-right: 22.5px;
}
#footer h2,
#footer-right .copyright h2 {
  font-family: 'Uni Book', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 7.5px;
  letter-spacing: 0.07em;
  color: #f8f8f8;
}
#footer-right .copyright h2 {
  text-align: right;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
  color: #f8f8f8;
}
#footer a:hover {
  color: #c8102e;
}
#footer #footer-left li {
  font-size: 13px;
  padding: 2px 0;
  margin: 0;
}
#footer #footer-left li.last {
  border: none;
}
nav#nav-international-menu li.europe a {
  background-image: url(../images/pngs/flag-eu.png);
}
nav#nav-international-menu li.australia a {
  background-image: url(../images/pngs/flag-australia.png);
}
nav#nav-international-menu li.belgium-dutch- a {
  background-image: url(../images/pngs/flag-belgium.png);
}
nav#nav-international-menuli.belgium-french- a {
  background-image: url(../images/pngs/flag-belgium.png);
}
nav#nav-international-menu li.canada-english- a {
  background-image: url(../images/pngs/flag-canada.png);
}
nav#nav-international-menu li.canada-french- a {
  background-image: url(../images/pngs/flag-canada.png);
}
nav#nav-international-menu li.china a {
  background-image: url(../images/pngs/flag-china.png);
}
nav#nav-international-menu li.danish a {
  background-image: url(../images/pngs/flag-denmark.png);
}
nav#nav-international-menu li.finnish a {
  background-image: url(../images/pngs/flag-finland.png);
}
nav#nav-international-menu li.french a {
  background-image: url(../images/pngs/flag-france.png);
}
nav#nav-international-menu li.german a {
  background-image: url(../images/pngs/flag-germany.png);
}
nav#nav-international-menu li.ireland a {
  background-image: url(../images/pngs/flag-ireland.png);
}
nav#nav-international-menu li.italian a {
  background-image: url(../images/pngs/flag-italy.png);
}
nav#nav-international-menu li.luxemburg a {
  background-image: url(../images/pngs/luxembourg.png);
}
nav#nav-international-menu li.nederland a {
  background-image: url(../images/pngs/flag-nederlands.png);
}
nav#nav-international-menu li.new-zealand a {
  background-image: url(../images/pngs/flag-new-zealand.png);
}
nav#nav-international-menu li.norwegian a {
  background-image: url(../images/pngs/flag-norway.png);
}
nav#nav-international-menu li.south-africa a {
  background-image: url(../images/pngs/flag-sout-africa.png);
}
nav#nav-international-menu li.spanish a {
  background-image: url(../images/pngs/flag-spain.png);
}
nav#nav-international-menu li.swedish a {
  background-image: url(../images/pngs/flag-sweden.png);
}
nav#nav-international-menu li.english a {
  background-image: url(../images/pngs/flag-uk.png);
}
/*
Header International Menu
*/
header > .inner .toggle-international-menu nav#nav-international-menu {
  background: rgba(0, 0, 0, 0.75);
  width: 300px;
  position: absolute;
  top: 60px;
  right: -11.25px;
  padding: 22.5px;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: visibility 0.2s linear 0.2s, opacity 0.2s linear 0s, margin 0s linear 5s;
}
header > .inner .toggle-international-menu nav#nav-international-menu:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  right: 17px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.75);
}
header > .inner .toggle-international-menu nav#nav-international-menu.open {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: visibility 0s, opacity 0.2s linear, margin 0.2s;
}
header > .inner .toggle-international-menu nav#nav-international-menu li {
  padding: 5px 0;
  height: auto;
  list-style: none;
  margin: 0;
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 1;
}
header > .inner .toggle-international-menu nav#nav-international-menu li a {
  height: 11px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  color: #fff;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
header > .inner .toggle-international-menu nav#nav-international-menu li a:hover {
  color: #c8102e;
  border: none !important;
}
/*
Header Location Menu
*/
header > .inner .toggle-location-menu nav#nav-location-menu {
  background: rgba(0, 0, 0, 0.75);
  width: 160px;
  position: absolute;
  top: 60px;
  right: -47px;
  padding: 22.5px;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: visibility 0.2s linear 0.2s, opacity 0.2s linear 0s, margin 0s linear 5s;
}
header > .inner .toggle-location-menu nav#nav-location-menu:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  right: 51px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.75);
}
header > .inner .toggle-location-menu nav#nav-location-menu.open {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: visibility 0s, opacity 0.2s linear, margin 0.2s;
}
header > .inner .toggle-location-menu nav#nav-location-menu li {
  height: auto;
  list-style: none;
  margin: 0;
  font-size: 13px;
}
header > .inner .toggle-location-menu nav#nav-location-menu li a {
  display: block;
  color: #fff;
}
header > .inner .toggle-location-menu nav#nav-location-menu li a:hover {
  color: #c8102e;
}
/*
Header Track Order Menu
*/
header > .inner .toggle-track-order-menu nav#nav-track-order-menu {
  background: rgba(0, 0, 0, 0.75);
  width: 180px;
  position: absolute;
  top: 60px;
  right: -70px;
  padding: 22.5px;
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: visibility 0.2s linear 0.2s, opacity 0.2s linear 0s, margin 0s linear 5s;
}
header > .inner .toggle-track-order-menu nav#nav-track-order-menu:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  right: 75px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.75);
}
header > .inner .toggle-track-order-menu nav#nav-track-order-menu.open {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: visibility 0s, opacity 0.2s linear, margin 0.2s;
}
header > .inner .toggle-track-order-menu nav#nav-track-order-menu li {
  height: auto;
  list-style: none;
  margin: 0;
  font-size: 13px;
}
header > .inner .toggle-track-order-menu nav#nav-track-order-menu li a {
  display: block;
  color: #fff;
}
header > .inner .toggle-track-order-menu nav#nav-track-order-menu li a:hover {
  color: #c8102e;
}
/*
404 Menu
*/
#block-menu-menu-404-menu {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
}
#block-menu-menu-404-menu .block-title {
  display: none;
}
#block-menu-menu-404-menu ul {
  margin: 0 !important;
  padding: 0 !important;
}
#block-menu-menu-404-menu ul li ul {
  border: none;
  margin: 0;
}
#block-menu-menu-404-menu ul li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
#block-menu-menu-404-menu ul li a {
  color: #444 !important;
}
#block-menu-menu-404-menu ul li a:hover,
#block-menu-menu-404-menu ul li a:active {
  color: #c8102e !important;
}
#block-menu-menu-404-menu ul li {
  float: left;
  width: 25%;
  text-transform: uppercase;
  font-size: 1.1em;
}
#block-menu-menu-404-menu ul li ul li {
  font-size: 0.9em;
  text-transform: none;
  width: 100%;
}
/*
Jump to anchor menu
*/
.jumpto {
  background: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 20px 10px 20px;
  margin-bottom: 2em;
  overflow: hidden;
  display: inline-block;
}
.jumpto ul {
  margin: 0 !important;
}
.jumpto ul li {
  list-style: none !important;
  float: left;
  font-size: 0.9em;
  margin-bottom: 0 !important;
  padding-left: 1em;
  margin-right: 1em;
  border-left: 1px solid #dcdcdd;
}
.jumpto ul li:first-child {
  padding-left: 0;
  border: none;
}
.jumpto ul li a {
  color: #444;
}
.scrolltop {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: #f1f1f1 url(../images/pngs/scrolltop.png) center center no-repeat;
}
.scrolltop a {
  width: 40px;
  height: 40px;
  display: block;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner.with-menu {
  border-bottom: 1px solid #e3e3e7;
}
.menu-banner {
  overflow: hidden;
  position: relative;
}
.menu-banner-logo img,
.banner .logo img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .menu-banner-logo img,
  .banner .logo img {
    margin: 22.5px auto;
  }
}
.menu-banner-logo,
.banner .logo {
  margin: 22.5px 0;
}
.menu-banner .menu-banner-image,
.banner .banner-image {
  position: relative;
  height: 80vh;
  max-height: 740px;
}
@media only screen and (max-width: 768px) {
  .menu-banner .menu-banner-image,
  .banner .banner-image {
    max-height: 540px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-banner .menu-banner-image,
  .banner .banner-image {
    max-height: 555.01387535px;
  }
}
.banner.med .banner-image {
  position: relative;
  height: 65vh;
  max-height: 680px;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
  .banner.med .banner-image {
    max-height: 510.01275032px;
  }
}
.banner.short .banner-image {
  position: relative;
  height: 50vh;
  max-height: 380px;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
  .banner.short .banner-image {
    max-height: 285.00712518px;
  }
}
.menu-banner .menu-banner-text,
.banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .menu-banner .menu-banner-text,
  .banner .banner-text {
    margin-top: 0;
  }
}
.banner.with-menu .banner-text {
  margin-top: -60px;
}
.pop-up-menus {
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .pop-up-menus {
    position: relative;
    background: #f8f8f8;
    border: none;
  }
}
.pop-up-menus.as-block {
  bottom: -60px;
  overflow: hidden;
  z-index: 10;
}
.pop-up-menu {
  padding: 0;
  position: relative;
  bottom: -185px;
  pointer-events: auto;
  border-right: 1px solid #e3e3e7;
  background: #f8f8f8;
  height: 245px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pop-up-menu {
    bottom: auto;
    border: none;
    border-top: 1px solid #e3e3e7;
    height: 60px;
  }
}
.pop-up-menu:hover {
  bottom: -173.75px;
}
@media only screen and (max-width: 768px) {
  .pop-up-menu:hover {
    bottom: auto;
  }
}
.pop-up-menu-toggle {
  width: 100%;
  display: inline-block;
  height: 71.25px;
  padding: 18px 22.5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .pop-up-menu-toggle {
    height: 60px;
  }
}
.pop-up-menu.open .pop-up-menu-toggle,
.pop-up-menu-toggle:hover {
  font-size: 15px;
}
.pop-up-menu.open {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .pop-up-menu.open {
    height: 245px;
  }
}
.pop-up-menus ul {
  padding: 0 !important;
}
.pop-up-menus .pop-up-menu.open ul,
.pop-up-menus .pop-up-menu:hover ul {
  border-color: #f8f8f8;
}
.pop-up-menus .pop-up-menu:last-child > ul {
  border: none;
}
.pop-up-menus ul li {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.pop-up-menus ul li span {
  position: absolute;
  right: 22.5px;
  top: 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.pop-up-menu ul li span #svg-icon-popup-arrow-down .icon-arrow-down-path,
.pop-up-menu ul li span .svg-icon-expand-more .icon-expand-more-path {
  fill: #5f5f5f;
  pointer-events: none;
}
.pop-up-menus ul li span .svg-icon-expand-more {
  transform: rotate(-180deg);
}
.pop-up-menu.open ul li span .svg-icon-expand-more {
  transform: rotate(0deg);
}
.pop-up-menus ul li a {
  color: #5f5f5f;
}
.pop-up-menus ul li .menu-panel {
  width: 100%;
}
.pop-up-menus ul li .menu-panel ul {
  background: none;
  margin: 0 22.5px;
  border: none;
}
.pop-up-menus ul li .menu-panel ul li {
  height: auto;
  text-transform: none;
  margin-bottom: 5.625px !important;
}
.pop-up-menus ul li .menu-panel ul li a:hover {
  color: #c8102e;
}
/*
CSS for Solr blocks/pages
*/
.page-search #content-wrapper {
  width: 100%;
}
.page-search .group-right {
  width: 77%;
  float: left;
}
.page-search .group-left {
  width: 20%;
  margin-right: 3%;
  float: left;
}
.page-search .block-search-block {
  clear: both;
}
/*
Facet
*/
body.page-products-brand #sidebar-first {
  border: none;
}
.block-facetapi .item-list {
  overflow: auto;
  margin-bottom: 22.5px;
}
.block-facetapi h2 {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 11.25px 0;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.05em;
  border-top: 1px solid #e3e3e7;
  padding-top: 5.625px;
}
.block-facetapi a.facetapi-limit-link span {
  margin: 0px 10px;
  line-height: 17px;
  vertical-align: bottom;
}
.block-facetapi ul.facetapi-facetapi-links {
  margin: 0px;
  padding: 0px;
}
.block-facetapi ul.facetapi-facetapi-links li {
  padding: 4px 0 4px 0;
  font-size: 13px;
  margin: 0;
}
.block-facetapi ul.facetapi-facetapi-links li:last-child {
  border: none;
  margin-bottom: 11.25px;
}
.block-facetapi ul.facetapi-facetapi-links li a {
  color: #4d4d50;
}
.block-facetapi ul.facetapi-facetapi-links li a:hover {
  color: #c8102e;
}
.page-search .block-facetapi {
  float: right;
  border-left: 1px solid #ddd;
  padding: 0 5px 20px 20px;
  display: none;
  /* Hide this for now. It doesn't work very well */
}
a.facetapi-limit-link {
  font-family: 'Uni Regular', sans-serif;
  display: block;
  padding: 0.1em;
  margin-bottom: 2em;
  padding-top: 0.5em;
  font-size: 0.8em;
}
.block-facetapi .item-list > ul li {
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  border-bottom: none;
  line-height: 1;
  letter-spacing: 0.02em;
}
.block-facetapi .item-list > ul {
  margin-bottom: 22.5px;
}
.block-facetapi .item-list > ul li a {
  color: #4d4d50;
  width: 100%;
  display: block;
  padding-left: 22.5px;
  background: url(../images/pngs/icon-checkbox-unchecked.png) left center no-repeat;
}
.block-facetapi .item-list > ul li a.facetapi-active {
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  color: #000;
  background: url(../images/pngs/icon-checkbox.png) left center no-repeat;
}
.block-facetapi .item-list > ul li a:hover {
  color: #000;
}
/*
Search Form
*/
#search-form {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 22.5px;
  display: none;
}
#search-form label {
  display: none;
}
#search-form .form-actions {
  height: 38px;
  width: 27px;
  float: left;
  vertical-align: top;
}
.page-search #content h2 {
  margin-bottom: 20px;
  letter-spacing: normal;
  display: block;
  clear: both;
}
.page-search #content-area #search-form label {
  display: block;
}
/*
Other results
*/
.page-search #content-area ol.search-results {
  padding: 0 !important;
}
.page-search #content-area ol.search-results li {
  list-style-type: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  width: 48%;
  margin-right: 2%;
  float: left;
}
.page-search #content-area ol.search-results li h3 {
  margin-bottom: 10px;
  padding: 0;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.page-search #content-area ol.search-results li .search-snippet-info {
  padding: 0px;
}
.page-search #content-area ol li.search-result {
  display: block;
  margin-bottom: 0;
}
.search-info {
  display: none;
}
#block-search_block-solr_search_block .content .group-left {
  width: 25%;
  float: left;
}
#block-search_block-solr_search_block .content .group-right {
  width: 66.66%;
  float: left;
}
#block-search_block-solr_search_block .content .node-djo-products {
  margin-bottom: 11.25px;
  padding: 45px 0;
  float: left;
  width: 50%;
  border: none;
}
@media only screen and (max-width: 480px) {
  #block-search_block-solr_search_block .content .node-djo-products {
    width: 100%;
    display: block;
    float: none;
  }
}
#block-search_block-solr_search_block .content .node-djo-products:nth-child(even) {
  clear: right;
}
#block-search_block-solr_search_block .content .field-name-field-images {
  border: none;
}
#block-search_block-solr_search_block .content .field-name-field-images a {
  width: 100%;
}
#block-search_block-solr_search_block .content .field-name-field-images a img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#block-search_block-solr_search_block .content .field-name-title {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-weight: normal;
}
#block-search_block-solr_search_block .content .field-name-title a {
  color: #000 !important;
}
#block-search_block-solr_search_block .content .field-name-title a:hover {
  color: #ec0028;
}
#block-search_block-solr_search_block .content .field-name-body {
  padding: 0px;
  margin: 0px;
}
#block-search_block-solr_search_block .content #load-more {
  width: 100%;
  clear: both;
  text-align: center;
}
#block-search_block-solr_search_block .content #load-more a {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  margin: 11.25px 0;
  display: inline-block;
  padding: 7px 21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: content-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-clip: border-box;
  background: #000;
  color: #fff;
  margin: 22.5px auto;
  font-style: normal;
}
#block-search_block-solr_search_block .content #load-more a:hover {
  background-color: #c8102e;
  border-color: #c8102e;
}
/* Search Page Ads */
#block-views-search_ads-block {
  margin-top: 22.5px;
}
.search-results-solr #body-wrapper {
  min-height: 760px;
}
.search-results-solr .search-results-products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.search-results-solr .view-filters {
  display: none;
}
.search-results-solr .search-results-products > .view-header {
  flex-basis: 100%;
  padding: 0 22.5px 22.5px 22.5px;
  order: 1;
}
.search-results-solr .search-results-products > .view-content {
  order: 2;
  flex: 1 1 auto;
  padding: 0 11.25px;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .search-results-solr .search-results-products > .view-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .search-results-solr .search-results-products > .view-content {
    flex: 1 1 100%;
    display: block;
    max-width: 100%;
    border: none;
  }
}
.search-results-solr.search-full-width .search-results-products > .view-content {
  max-width: 100%;
}
.search-results-solr .attachment {
  order: 3;
  flex: 0 0 auto;
  padding: 0 11.25px;
  max-width: 30%;
  margin-top: -80px;
}
@media only screen and (max-width: 768px) {
  .search-results-solr .attachment {
    display: block;
    flex: 1 1 100%;
    order: 4;
    max-width: 100%;
    padding: 0;
    margin: 0;
    padding: 0 22.5px;
  }
}
.search-results-solr.search-attachment-full-width .view-empty {
  display: none;
}
.search-results-solr.search-attachment-full-width .view-header {
  display: none;
}
.search-results-solr.search-attachment-full-width .attachment {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0;
  padding-right: 22.5px;
}
.search-results-solr div.item-list {
  flex-basis: 100%;
  order: 4;
}
@media only screen and (max-width: 768px) {
  .search-results-solr div.item-list {
    order: 3;
    padding: 0 22.5px;
  }
}
.search-results-solr div.item-list ul.pager {
  width: 70%;
  float: left;
  padding-top: 22.5px;
  border-top: 1px solid #e3e3e7;
}
@media only screen and (max-width: 768px) {
  .search-results-solr div.item-list ul.pager {
    width: 100%;
  }
}
.search-results-solr.search-full-width div.item-list ul.pager {
  width: 100%;
  float: none;
  border: none;
}
.search-results-solr .search-result-product {
  margin-bottom: 22.5px;
  font-size: 13px;
  flex: 1 1 230px;
  max-width: 320px;
  padding: 0 11.25px;
}
@media only screen and (max-width: 768px) {
  .search-results-solr .search-result-product {
    margin: 0 auto;
  }
}
.search-results-other .views-row {
  margin-top: 22.5px;
  padding: 15px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .search-results-other .views-row {
    background: none;
    padding: 0;
  }
}
.search-results-other .views-row:first-child {
  margin-top: 42px;
}
.search-results-solr .search-results-body {
  padding-bottom: 22.5px;
}
@media only screen and (max-width: 768px) {
  .search-results-solr .search-results-body {
    padding-left: 0;
    margin-top: 11.25px;
    margin-bottom: 22.5px;
  }
}
.search-results-solr h1 {
  text-align: center;
}
.search-results-solr .views-exposed-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 22.5px 0;
  display: none;
}
.search-results-solr .view-empty {
  font-family: 'Uni Regular Italic', sans-serif;
  max-width: 768px;
  text-align: center;
  margin: 0 auto;
}
.search-results-solr .views-exposed-widgets {
  display: inline-block;
}
.search-results-solr .views-widget-filter-search_api_views_fulltext input {
  border: none;
  border-bottom: 1px solid #a8a9ab;
  background: transparent;
  font-size: 18px;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
}
.search-results-solr .views-exposed-form .views-exposed-widget .form-submit {
  margin-left: 0;
  margin-right: 0;
}
.break-before {
  margin-top: 22.5px;
}
.break-after {
  margin-bottom: 22.5px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.flex-evenly-distributed {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .flex-evenly-distributed {
    display: block;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
span.newline {
  display: inline-block;
}
.hide-element {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
Images
*/
.imgleft {
  float: left;
  margin-right: 22.5px;
  margin-bottom: 22.5px;
  margin-top: 7px;
}
.imgright {
  float: right;
  margin-left: 22.5px;
  margin-bottom: 22.5px;
  margin-top: 7px;
}
.imgcenter {
  margin: 22.5px auto;
  text-align: center;
  display: block;
}
.image-caption {
  font-size: 0.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.image-caption img {
  margin-bottom: 0.4em;
}
.image-caption.right {
  margin: 0.4em 0 2em 3em;
}
.image-caption.left {
  margin: 0.4em 3em 2em 0;
}
.round {
  /* Apply to square images */
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.notice {
  border: 1px solid #ddd;
  padding: 2em;
  margin: 1em 0 2em 0;
  font-size: 85% !important;
}
.no-shadow {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
}
@media (min-width: 640px) {
  .display-sm-none {
    display: none;
  }
  .display-sm-inline {
    display: inline;
  }
  .display-sm-inline-block {
    display: inline-block;
  }
  .display-sm-block {
    display: block;
  }
  .display-sm-table {
    display: table;
  }
  .display-sm-table-cell {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .display-md-none {
    display: none;
  }
  .display-md-inline {
    display: inline;
  }
  .display-md-inline-block {
    display: inline-block;
  }
  .display-md-block {
    display: block;
  }
  .display-md-table {
    display: table;
  }
  .display-md-table-cell {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .display-lg-none {
    display: none;
  }
  .display-lg-inline {
    display: inline;
  }
  .display-lg-inline-block {
    display: inline-block;
  }
  .display-lg-block {
    display: block;
  }
  .display-lg-table {
    display: table;
  }
  .display-lg-table-cell {
    display: table-cell;
  }
}
/*
Vertical Center (Requires fixed height on outer div)
*/
div.vertical-center-outer {
  display: table;
  /* Use inline style for height. */
}
div.vertical-center-inner {
  display: table-cell;
  vertical-align: middle;
}
.center-vertically-flex {
  align-items: center;
  justify-content: center;
}
.header-shim {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .header-shim {
    margin-top: 0;
  }
}
.breadcrumb-shim {
  margin-top: 30px;
}
.header-shim.breadcrumb-shim {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .header-shim.breadcrumb-shim {
    margin-top: 30px;
  }
}
.max-width-1,
.max-width-2,
.max-width-3,
.max-width-4,
.max-width-5,
.max-width-6,
.max-width-7,
.max-width-8,
.max-width-9,
.max-width-10,
.max-width-11,
.max-width-12 {
  width: 100%;
}
.max-width-1 {
  max-width: 98.33333333px;
}
.max-width-2 {
  max-width: 196.66666667px;
}
.max-width-3 {
  max-width: 295px;
}
.max-width-4 {
  max-width: 393.33333333px;
}
.max-width-5 {
  max-width: 491.66666667px;
}
.max-width-6 {
  max-width: 590px;
}
.max-width-7 {
  max-width: 688.33333333px;
}
.max-width-8 {
  max-width: 786.66666667px;
}
.max-width-9 {
  max-width: 885px;
}
.max-width-10 {
  max-width: 983.33333333px;
}
.max-width-11 {
  max-width: 1081.66666667px;
}
.max-width-12 {
  max-width: 1180px;
}
.min-height-1 {
  min-height: 98.33333333px;
}
.min-height-2 {
  min-height: 107.27272727px;
}
.min-height-3 {
  min-height: 118px;
}
.min-height-4 {
  min-height: 131.11111111px;
}
.min-height-5 {
  min-height: 147.5px;
}
.min-height-6 {
  min-height: 168.57142857px;
}
.min-height-7 {
  min-height: 196.66666667px;
}
.min-height-8 {
  min-height: 236px;
}
.min-height-9 {
  min-height: 295px;
}
.min-height-10 {
  min-height: 393.33333333px;
}
.min-height-11 {
  min-height: 590px;
}
.min-height-12 {
  min-height: 1180px;
}
@media (min-width: 640px) {
  .min-height-sm-1 {
    min-height: 98.33333333px;
  }
  .min-height-sm-2 {
    min-height: 107.27272727px;
  }
  .min-height-sm-3 {
    min-height: 118px;
  }
  .min-height-sm-4 {
    min-height: 131.11111111px;
  }
  .min-height-sm-5 {
    min-height: 147.5px;
  }
  .min-height-sm-6 {
    min-height: 168.57142857px;
  }
  .min-height-sm-7 {
    min-height: 196.66666667px;
  }
  .min-height-sm-8 {
    min-height: 236px;
  }
  .min-height-sm-9 {
    min-height: 295px;
  }
  .min-height-sm-10 {
    min-height: 393.33333333px;
  }
  .min-height-sm-11 {
    min-height: 590px;
  }
  .min-height-sm-12 {
    min-height: 1180px;
  }
}
@media (min-width: 768px) {
  .min-height-md-1 {
    min-height: 98.33333333px;
  }
  .min-height-md-2 {
    min-height: 107.27272727px;
  }
  .min-height-md-3 {
    min-height: 118px;
  }
  .min-height-md-4 {
    min-height: 131.11111111px;
  }
  .min-height-md-5 {
    min-height: 147.5px;
  }
  .min-height-md-6 {
    min-height: 168.57142857px;
  }
  .min-height-md-7 {
    min-height: 196.66666667px;
  }
  .min-height-md-8 {
    min-height: 236px;
  }
  .min-height-md-9 {
    min-height: 295px;
  }
  .min-height-md-10 {
    min-height: 393.33333333px;
  }
  .min-height-md-11 {
    min-height: 590px;
  }
  .min-height-md-12 {
    min-height: 1180px;
  }
}
@media (min-width: 1024px) {
  .min-height-lg-1 {
    min-height: 98.33333333px;
  }
  .min-height-lg-2 {
    min-height: 107.27272727px;
  }
  .min-height-lg-3 {
    min-height: 118px;
  }
  .min-height-lg-4 {
    min-height: 131.11111111px;
  }
  .min-height-lg-5 {
    min-height: 147.5px;
  }
  .min-height-lg-6 {
    min-height: 168.57142857px;
  }
  .min-height-lg-7 {
    min-height: 196.66666667px;
  }
  .min-height-lg-8 {
    min-height: 236px;
  }
  .min-height-lg-9 {
    min-height: 295px;
  }
  .min-height-lg-10 {
    min-height: 393.33333333px;
  }
  .min-height-lg-11 {
    min-height: 590px;
  }
  .min-height-lg-12 {
    min-height: 1180px;
  }
}
.border-0 {
  border: none !important;
}
.border-top-0 {
  border-top: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.border-left-0 {
  border-left: none !important;
}
.border-1 {
  border-width: 1px;
  border-style: solid;
}
.border-top-1 {
  border-top-style: solid;
  border-width: 1px;
}
.border-right-1 {
  border-right-style: solid;
  border-width: 1px;
}
.border-bottom-1 {
  border-bottom-style: solid;
  border-width: 1px;
}
.border-left-1 {
  border-left-style: solid;
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-top-2 {
  border-top-style: solid;
  border-width: 2px;
}
.border-right-2 {
  border-right-style: solid;
  border-width: 2px;
}
.border-bottom-2 {
  border-bottom-style: solid;
  border-width: 2px;
}
.border-left-2 {
  border-left-style: solid;
  border-width: 2px;
}
.border-3 {
  border-width: 4px;
  border-style: solid;
}
.border-top-3 {
  border-top-style: solid;
  border-width: 4px;
}
.border-right-3 {
  border-right-style: solid;
  border-width: 4px;
}
.border-bottom-3 {
  border-bottom-style: solid;
  border-width: 4px;
}
.border-left-3 {
  border-left-style: solid;
  border-width: 4px;
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rounded-top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.rounded-right {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.rounded-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.rounded-left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.rounded-0 {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.rounded-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gutter {
  padding: 11.25px;
}
.gutter-top {
  padding-top: 11.25px;
}
.gutter-right {
  padding-right: 11.25px;
}
.gutter-bottom {
  padding-bottom: 11.25px;
}
.gutter-left {
  padding-left: 11.25px;
}
.gutter-y {
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}
.gutter-x {
  padding-left: 11.25px;
  padding-right: 11.25px;
}
.padding-0 {
  padding: 0;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-y-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-1 {
  padding: 22.5px;
}
.padding-top-1 {
  padding-top: 22.5px;
}
.padding-right-1 {
  padding-right: 22.5px;
}
.padding-bottom-1 {
  padding-bottom: 22.5px;
}
.padding-left-1 {
  padding-left: 22.5px;
}
.padding-y-1 {
  padding-bottom: 22.5px;
  padding-top: 22.5px;
}
.padding-x-1 {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.padding-2 {
  padding: 45px;
}
.padding-top-2 {
  padding-top: 45px;
}
.padding-right-2 {
  padding-right: 45px;
}
.padding-bottom-2 {
  padding-bottom: 45px;
}
.padding-left-2 {
  padding-left: 45px;
}
.padding-y-2 {
  padding-bottom: 45px;
  padding-top: 45px;
}
.padding-x-2 {
  padding-left: 45px;
  padding-right: 45px;
}
.padding-3 {
  padding: 67.5px;
}
.padding-top-3 {
  padding-top: 67.5px;
}
.padding-right-3 {
  padding-right: 67.5px;
}
.padding-bottom-3 {
  padding-bottom: 67.5px;
}
.padding-left-3 {
  padding-left: 67.5px;
}
.padding-y-3 {
  padding-bottom: 67.5px;
  padding-top: 67.5px;
}
.padding-x-3 {
  padding-left: 67.5px;
  padding-right: 67.5px;
}
.margin-0 {
  margin: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-y-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.margin-x-0 {
  margin-left: 0;
  margin-right: 0;
}
.margin-1 {
  margin: 22.5px;
}
.margin-top-1 {
  margin-top: 22.5px;
}
.margin-right-1 {
  margin-right: 22.5px;
}
.margin-bottom-1 {
  margin-bottom: 22.5px;
}
.margin-left-1 {
  margin-left: 22.5px;
}
.margin-y-1 {
  margin-bottom: 22.5px;
  margin-top: 22.5px;
}
.margin-x-1 {
  margin-left: 22.5px;
  margin-right: 22.5px;
}
.margin-2 {
  margin: 45px;
}
.margin-top-2 {
  margin-top: 45px;
}
.margin-right-2 {
  margin-right: 45px;
}
.margin-bottom-2 {
  margin-bottom: 45px;
}
.margin-left-2 {
  margin-left: 45px;
}
.margin-y-2 {
  margin-bottom: 45px;
  margin-top: 45px;
}
.margin-x-2 {
  margin-left: 45px;
  margin-right: 45px;
}
.margin-3 {
  margin: 67.5px;
}
.margin-top-3 {
  margin-top: 67.5px;
}
.margin-right-3 {
  margin-right: 67.5px;
}
.margin-bottom-3 {
  margin-bottom: 67.5px;
}
.margin-left-3 {
  margin-left: 67.5px;
}
.margin-y-3 {
  margin-bottom: 67.5px;
  margin-top: 67.5px;
}
.margin-x-3 {
  margin-left: 67.5px;
  margin-right: 67.5px;
}
@media (min-width: 640px) {
  .padding-sm-0 {
    padding: 0;
  }
  .padding-sm-top-0 {
    padding-top: 0;
  }
  .padding-sm-right-0 {
    padding-right: 0;
  }
  .padding-sm-bottom-0 {
    padding-bottom: 0;
  }
  .padding-sm-left-0 {
    padding-left: 0;
  }
  .padding-sm-y-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .padding-sm-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-sm-1 {
    padding: 22.5px;
  }
  .padding-sm-top-1 {
    padding-top: 22.5px;
  }
  .padding-sm-right-1 {
    padding-right: 22.5px;
  }
  .padding-sm-bottom-1 {
    padding-bottom: 22.5px;
  }
  .padding-sm-left-1 {
    padding-left: 22.5px;
  }
  .padding-sm-y-1 {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
  .padding-sm-x-1 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .padding-sm-2 {
    padding: 45px;
  }
  .padding-sm-top-2 {
    padding-top: 45px;
  }
  .padding-sm-right-2 {
    padding-right: 45px;
  }
  .padding-sm-bottom-2 {
    padding-bottom: 45px;
  }
  .padding-sm-left-2 {
    padding-left: 45px;
  }
  .padding-sm-y-2 {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .padding-sm-x-2 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .padding-sm-3 {
    padding: 67.5px;
  }
  .padding-sm-top-3 {
    padding-top: 67.5px;
  }
  .padding-sm-right-3 {
    padding-right: 67.5px;
  }
  .padding-sm-bottom-3 {
    padding-bottom: 67.5px;
  }
  .padding-sm-left-3 {
    padding-left: 67.5px;
  }
  .padding-sm-y-3 {
    padding-bottom: 67.5px;
    padding-top: 67.5px;
  }
  .padding-sm-x-3 {
    padding-left: 67.5px;
    padding-right: 67.5px;
  }
  .margin-sm-0 {
    margin: 0;
  }
  .margin-sm-top-0 {
    margin-top: 0;
  }
  .margin-sm-right-0 {
    margin-right: 0;
  }
  .margin-sm-bottom-0 {
    margin-bottom: 0;
  }
  .margin-sm-left-0 {
    margin-left: 0;
  }
  .margin-sm-y-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .margin-sm-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-sm-1 {
    margin: 22.5px;
  }
  .margin-sm-top-1 {
    margin-top: 22.5px;
  }
  .margin-sm-right-1 {
    margin-right: 22.5px;
  }
  .margin-sm-bottom-1 {
    margin-bottom: 22.5px;
  }
  .margin-sm-left-1 {
    margin-left: 22.5px;
  }
  .margin-sm-y-1 {
    margin-bottom: 22.5px;
    margin-top: 22.5px;
  }
  .margin-sm-x-1 {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .margin-sm-2 {
    margin: 45px;
  }
  .margin-sm-top-2 {
    margin-top: 45px;
  }
  .margin-sm-right-2 {
    margin-right: 45px;
  }
  .margin-sm-bottom-2 {
    margin-bottom: 45px;
  }
  .margin-sm-left-2 {
    margin-left: 45px;
  }
  .margin-sm-y-2 {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .margin-sm-x-2 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .margin-sm-3 {
    margin: 67.5px;
  }
  .margin-sm-top-3 {
    margin-top: 67.5px;
  }
  .margin-sm-right-3 {
    margin-right: 67.5px;
  }
  .margin-sm-bottom-3 {
    margin-bottom: 67.5px;
  }
  .margin-sm-left-3 {
    margin-left: 67.5px;
  }
  .margin-sm-y-3 {
    margin-bottom: 67.5px;
    margin-top: 67.5px;
  }
  .margin-sm-x-3 {
    margin-left: 67.5px;
    margin-right: 67.5px;
  }
}
@media (min-width: 768px) {
  .padding-md-0 {
    padding: 0;
  }
  .padding-md-top-0 {
    padding-top: 0;
  }
  .padding-md-right-0 {
    padding-right: 0;
  }
  .padding-md-bottom-0 {
    padding-bottom: 0;
  }
  .padding-md-left-0 {
    padding-left: 0;
  }
  .padding-md-y-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .padding-md-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-md-1 {
    padding: 22.5px;
  }
  .padding-md-top-1 {
    padding-top: 22.5px;
  }
  .padding-md-right-1 {
    padding-right: 22.5px;
  }
  .padding-md-bottom-1 {
    padding-bottom: 22.5px;
  }
  .padding-md-left-1 {
    padding-left: 22.5px;
  }
  .padding-md-y-1 {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
  .padding-md-x-1 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .padding-md-2 {
    padding: 45px;
  }
  .padding-md-top-2 {
    padding-top: 45px;
  }
  .padding-md-right-2 {
    padding-right: 45px;
  }
  .padding-md-bottom-2 {
    padding-bottom: 45px;
  }
  .padding-md-left-2 {
    padding-left: 45px;
  }
  .padding-md-y-2 {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .padding-md-x-2 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .padding-md-3 {
    padding: 67.5px;
  }
  .padding-md-top-3 {
    padding-top: 67.5px;
  }
  .padding-md-right-3 {
    padding-right: 67.5px;
  }
  .padding-md-bottom-3 {
    padding-bottom: 67.5px;
  }
  .padding-md-left-3 {
    padding-left: 67.5px;
  }
  .padding-md-y-3 {
    padding-bottom: 67.5px;
    padding-top: 67.5px;
  }
  .padding-md-x-3 {
    padding-left: 67.5px;
    padding-right: 67.5px;
  }
  .margin-md-0 {
    margin: 0;
  }
  .margin-md-top-0 {
    margin-top: 0;
  }
  .margin-md-right-0 {
    margin-right: 0;
  }
  .margin-md-bottom-0 {
    margin-bottom: 0;
  }
  .margin-md-left-0 {
    margin-left: 0;
  }
  .margin-md-y-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .margin-md-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-md-1 {
    margin: 22.5px;
  }
  .margin-md-top-1 {
    margin-top: 22.5px;
  }
  .margin-md-right-1 {
    margin-right: 22.5px;
  }
  .margin-md-bottom-1 {
    margin-bottom: 22.5px;
  }
  .margin-md-left-1 {
    margin-left: 22.5px;
  }
  .margin-md-y-1 {
    margin-bottom: 22.5px;
    margin-top: 22.5px;
  }
  .margin-md-x-1 {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .margin-md-2 {
    margin: 45px;
  }
  .margin-md-top-2 {
    margin-top: 45px;
  }
  .margin-md-right-2 {
    margin-right: 45px;
  }
  .margin-md-bottom-2 {
    margin-bottom: 45px;
  }
  .margin-md-left-2 {
    margin-left: 45px;
  }
  .margin-md-y-2 {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .margin-md-x-2 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .margin-md-3 {
    margin: 67.5px;
  }
  .margin-md-top-3 {
    margin-top: 67.5px;
  }
  .margin-md-right-3 {
    margin-right: 67.5px;
  }
  .margin-md-bottom-3 {
    margin-bottom: 67.5px;
  }
  .margin-md-left-3 {
    margin-left: 67.5px;
  }
  .margin-md-y-3 {
    margin-bottom: 67.5px;
    margin-top: 67.5px;
  }
  .margin-md-x-3 {
    margin-left: 67.5px;
    margin-right: 67.5px;
  }
}
@media (min-width: 1024px) {
  .padding-lg-0 {
    padding: 0;
  }
  .padding-lg-top-0 {
    padding-top: 0;
  }
  .padding-lg-right-0 {
    padding-right: 0;
  }
  .padding-lg-bottom-0 {
    padding-bottom: 0;
  }
  .padding-lg-left-0 {
    padding-left: 0;
  }
  .padding-lg-y-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .padding-lg-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-lg-1 {
    padding: 22.5px;
  }
  .padding-lg-top-1 {
    padding-top: 22.5px;
  }
  .padding-lg-right-1 {
    padding-right: 22.5px;
  }
  .padding-lg-bottom-1 {
    padding-bottom: 22.5px;
  }
  .padding-lg-left-1 {
    padding-left: 22.5px;
  }
  .padding-lg-y-1 {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
  .padding-lg-x-1 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .padding-lg-2 {
    padding: 45px;
  }
  .padding-lg-top-2 {
    padding-top: 45px;
  }
  .padding-lg-right-2 {
    padding-right: 45px;
  }
  .padding-lg-bottom-2 {
    padding-bottom: 45px;
  }
  .padding-lg-left-2 {
    padding-left: 45px;
  }
  .padding-lg-y-2 {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .padding-lg-x-2 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .padding-lg-3 {
    padding: 67.5px;
  }
  .padding-lg-top-3 {
    padding-top: 67.5px;
  }
  .padding-lg-right-3 {
    padding-right: 67.5px;
  }
  .padding-lg-bottom-3 {
    padding-bottom: 67.5px;
  }
  .padding-lg-left-3 {
    padding-left: 67.5px;
  }
  .padding-lg-y-3 {
    padding-bottom: 67.5px;
    padding-top: 67.5px;
  }
  .padding-lg-x-3 {
    padding-left: 67.5px;
    padding-right: 67.5px;
  }
  .margin-lg-0 {
    margin: 0;
  }
  .margin-lg-top-0 {
    margin-top: 0;
  }
  .margin-lg-right-0 {
    margin-right: 0;
  }
  .margin-lg-bottom-0 {
    margin-bottom: 0;
  }
  .margin-lg-left-0 {
    margin-left: 0;
  }
  .margin-lg-y-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .margin-lg-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-lg-1 {
    margin: 22.5px;
  }
  .margin-lg-top-1 {
    margin-top: 22.5px;
  }
  .margin-lg-right-1 {
    margin-right: 22.5px;
  }
  .margin-lg-bottom-1 {
    margin-bottom: 22.5px;
  }
  .margin-lg-left-1 {
    margin-left: 22.5px;
  }
  .margin-lg-y-1 {
    margin-bottom: 22.5px;
    margin-top: 22.5px;
  }
  .margin-lg-x-1 {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .margin-lg-2 {
    margin: 45px;
  }
  .margin-lg-top-2 {
    margin-top: 45px;
  }
  .margin-lg-right-2 {
    margin-right: 45px;
  }
  .margin-lg-bottom-2 {
    margin-bottom: 45px;
  }
  .margin-lg-left-2 {
    margin-left: 45px;
  }
  .margin-lg-y-2 {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .margin-lg-x-2 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .margin-lg-3 {
    margin: 67.5px;
  }
  .margin-lg-top-3 {
    margin-top: 67.5px;
  }
  .margin-lg-right-3 {
    margin-right: 67.5px;
  }
  .margin-lg-bottom-3 {
    margin-bottom: 67.5px;
  }
  .margin-lg-left-3 {
    margin-left: 67.5px;
  }
  .margin-lg-y-3 {
    margin-bottom: 67.5px;
    margin-top: 67.5px;
  }
  .margin-lg-x-3 {
    margin-left: 67.5px;
    margin-right: 67.5px;
  }
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 4;
}
.vertical-align-baseline {
  vertical-align: baseline;
}
.vertical-align-sub {
  vertical-align: sub;
}
.vertical-align-super {
  vertical-align: super;
}
.vertical-align-text-top {
  vertical-align: text-top;
}
.vertical-align-text-bottom {
  vertical-align: text-bottom;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .center-vertically {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 640px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
}
.vh-10 {
  height: 10vh;
}
.vh-20 {
  height: 20vh;
}
.vh-30 {
  height: 30vh;
}
.vh-40 {
  height: 40vh;
}
.vh-50 {
  height: 50vh;
}
.vh-60 {
  height: 60vh;
}
.vh-70 {
  height: 70vh;
}
.vh-80 {
  height: 80vh;
}
.vh-90 {
  height: 00vh;
}
.vh-100 {
  height: 100vh;
}
html body.admin-menu {
  margin-top: 33px !important;
}
#admin-menu {
  box-shadow: none !important;
  background: #000 !important;
  height: 40px;
}
#admin-menu.admin-menu-position-fixed {
  margin: 0 !important;
  padding: 0 !important;
}
#admin-menu li.admin-menu-shortcuts {
  display: none;
}
#admin-menu ul {
  padding-top: 3px;
}
#admin-menu ul li ul {
  padding-top: 0;
}
#admin-menu ul a {
  font-weight: 400;
  font-size: 11px;
}
#admin-menu ul li.admin-menu-toolbar-category > a.active-trail {
  border-radius: 0.2em;
  background: #69D2E7;
  text-shadow: none;
}
#admin-menu ul li.admin-menu-toolbar-category > a {
  border-radius: 0.2em;
  margin-right: 2px;
}
#admin-menu ul li.admin-menu-toolbar-category > a:hover {
  background: #F38630;
}
#admin-menu li li.expandable {
  background-color: #000;
}
#admin-menu li li.expandable ul {
  margin-top: -25px;
}
#admin-menu li li {
  opacity: 1 !important;
}
#admin-menu li li a {
  border: none;
}
#admin-menu ul li a:hover {
  background: #F38630;
}
body.hr-external #admin-menu .admin-menu-shortcuts,
body.hr-external #admin-menu .admin-menu-users,
body.hr-external #admin-menu .admin-menu-account,
body.hr-external #admin-menu .admin-menu-toolbar-category {
  display: none;
}
/*!
 * jQuery mmenu v7.2.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *  
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-close {
  background: url('../images/svgs/baseline-close-24px.svg') right 15px center no-repeat;
}
.mm-home {
  background: url('../images/svgs/baseline-home-24px.svg') left center no-repeat;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
}
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
  border-color: transparent;
  color: #fff;
  line-height: 20px;
  line-height: 1.45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}
[dir=rtl] .mm-menu {
  direction: rtl;
}
.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panel,
.mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after,
.mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: 60px;
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}
.mm-listitem_opened > .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: 22.5px;
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}
.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0;
}
.mm-btn:after,
.mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.mm-btn_close:after,
.mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-btn_next:after,
.mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
  right: auto;
}
[dir=rtl] .mm-btn_close:before {
  left: 25px;
}
[dir=rtl] .mm-btn_close:after {
  left: 18px;
}
.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: 60px;
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((60px - 1.45) * 0.5);
  padding-left: 0;
  padding-right: 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff !important;
  padding: 11.25px;
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
}
.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 40px;
  padding: 0;
}
.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel_has-navbar .mm-navbar {
  display: block;
}
[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}
[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}
.mm-listitem,
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem__btn,
.mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((22.5px - 1.45)/2);
  padding-bottom: 12px;
  padding-bottom: calc((22.5px - 1.45)/2);
}
.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  tap-highlight-color: rgba(255, 255, 255, 0.1);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}
.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: 1.45;
  padding: 6.5px;
  padding: calc(((22.5px * 0.75) - 1.45) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
}
.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: 22.5px;
}
.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: 22.5px;
}
[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}
.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}
@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}
@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}
.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}
.mm-navbars_bottom,
.mm-navbars_top {
  background: none;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}
.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(60px * 1);
}
.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(60px * 2);
}
.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(60px * 3);
}
.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(60px * 4);
}
.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}
.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(60px * 1);
}
.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(60px * 2);
}
.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(60px * 3);
}
.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(60px * 4);
}
.mm-navbar_size-2 {
  height: 88px;
  height: calc(60px * 2);
}
.mm-navbar_size-3 {
  height: 132px;
  height: calc(60px * 3);
}
.mm-navbar_size-4 {
  height: 176px;
  height: calc(60px * 4);
}
.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}
.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((60px - 1.45) * 0.5);
  padding-bottom: 12px;
  padding-bottom: calc((60px - 1.45) * 0.5);
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px;
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.mm-navbar__tab_selected:first-child {
  border-left: none;
}
.mm-navbar__tab_selected:last-child {
  border-right: none;
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}
.mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.1);
}
/*
Styles for Drupal elements
*/
div.tabs {
  padding: 22.5px 0;
}
div.tabs ul.primary {
  border: none;
}
ul.action-links {
  float: right;
  padding-top: 0.5em;
}
div.tabs ul.primary li a,
ul.action-links li a {
  font-family: 'Uni Regular', sans-serif;
  border: none;
  background-image: none;
  padding: 10px 15px;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  background: #499bea;
}
div.tabs ul.primary li.active a,
div.tabs ul.primary li.active a:hover {
  background: #a9db80;
}
.node-unpublished {
  background-color: none;
  background: url('../images/pngs/icon-unpublished.png') bottom right no-repeat;
  padding-bottom: 20px;
}
div.messages {
  margin: 0;
  border: none;
  padding: 20px 10px 20px 60px;
  background-position: 20px 20px;
}
form#user-login > div,
.user-profile {
  padding: 0 22.5px;
}
.views-field-edit-node a {
  border: none;
  background-image: none;
  padding: 5px 7px 3px 7px;
  color: #fff !important;
  font-size: 11px;
  line-height: 1;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #499bea;
}
.blurbs-block .views-field-edit-node {
  float: right;
}
.view-content {
  overflow: hidden;
}
.view-footer {
  clear: both;
  padding-top: 11.25px;
}
/*
Calendar
*/
/*
Event Type (requires this class added to the view)
*/
.calendar-event-type,
.calendar-event-brand {
  color: #a8a9ab;
}
.view-surgical-calendar {
  padding: 0 45px;
  margin-bottom: 45px;
}
.calendar-calendar tbody {
  border-left: none;
}
.calendar-calendar tr {
  background: none;
}
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background-color: #f8f8f8 !important;
  text-transform: uppercase;
  font-weight: nomral;
}
.calendar-calendar .month-view .full td {
  border: none;
}
.calendar-calendar .month-view .full td.single-day div.monthview {
  background: none;
  padding: 0 11.25px 22.5px 11.25px;
}
.calendar-calendar .month-view .full td.single-day div.monthview a {
  color: #5f5f5f;
  font-size: 1.2em;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
}
.calendar-calendar .month-view .full td.single-day div.monthview a:hover {
  color: #c8102e;
  text-decoration: none;
}
.calendar-calendar .month-view .full tr td.single-day {
  height: 120px;
}
.calendar-calendar .month-view .full .day {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
  background: #fff;
  border: none;
}
.calendar-calendar .month-view .full td.date-box.today {
  border-bottom: 1px solid #fff;
}
.calendar-calendar .month-view .full tr.date-box td {
  border-bottom: 1px solid #f8f8f8;
  padding: 11.25px;
}
.calendar-calendar th.days {
  font-family: 'Uni Regular', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 11.25px;
  background: transparent;
  border: none;
  color: #000;
  border-bottom: 1px solid #4d4d50;
  font-weight: normal;
}
.calendar-calendar td.empty {
  color: #ccc;
}
/* these apply to auto-completing form fields */
html.js input.form-autocomplete {
  background-image: url(path-to-your/loader.gif);
  /* tweak this according to your gif */
  background-position: 100% 0px;
  /* tweak this according to your gif */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-position: 100% -20px;
  /* tweak this according to your gif */
}
/* these apply to all ajax progresses */
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ajax-progress {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(248, 248, 248, 0.95);
  z-index: 9999;
}
.ajax-progress .throbber {
  animation: donut-spin 0.8s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #c8102e;
  border-radius: 22.5px;
  height: 45px;
  width: 45px;
  margin: 0;
}
.page-node-webform-results-download form#webform-results-download-form > div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.page-node-webform-results-download .tabs.secondary {
  display: none;
}
/* JQuery UI Overwrites */
.ui-widget-content {
  margin: 0;
  padding: 0;
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}
.ui-accordion {
  margin-top: 45px;
}
.ui-accordion .ui-accordion-header {
  border: none;
  margin: 0 0 1px 0;
}
.ui-accordion-icons .ui-accordion-header a,
.ui-accordion .ui-accordion-header a {
  padding: 0 !important;
}
.ui-accordion h3.ui-accordion-header {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.45;
  background: #e3e3e7;
  border: none;
  padding-left: 0;
  color: #a8a9ab !important;
  padding: 12px 8px 10px 30px;
  z-index: 1;
  margin-bottom: 2px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.ui-accordion .ui-accordion-header a {
  font-size: 0.9em;
  color: #000 !important;
  padding: 0;
}
.ui-accordion h3.ui-state-active {
  background: #4d4d50;
  color: #fff;
  border: none;
}
.ui-accordion h3.ui-state-hover {
  background: #000;
  border: none;
}
.ui-accordion h3.ui-state-hover a {
  color: #fff !important;
}
.ui-accordion h3.ui-state-active.ui-state-hover {
  border: #4d4d50;
}
.ui-accordion h3.ui-state-active,
.ui-accordion .ui-state-active a {
  color: #fff !important;
}
.ui-accordion .ui-accordion-header a p {
  margin: 0 !important;
}
.ui-accordion-header .ui-icon {
  width: 18px;
  height: 18px;
  background: url(../images/pngs/accordion-closed.png) no-repeat;
  background-position: center center;
}
.ui-state-active .ui-icon {
  background: url(../images/pngs/accordion-open.png) no-repeat;
  background-position: center center;
}
.ui-state-hover .ui-icon {
  background: url(../images/pngs/accordion-hover.png) no-repeat;
  background-position: center center;
}
.ui-accordion .ui-accordion-content {
  border: none;
  margin: 22.5px 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: auto;
  background: transparent;
}
.ui-accordion-content li {
  color: #444;
}
.group-document-wrapper {
  display: none;
  margin-top: 0 !important;
}
body.node-type-djo-products.donjoy .group-document-wrapper,
body.node-type-djo-products.aircast .group-document-wrapper,
body.node-type-djo-products.procare .group-document-wrapper,
body.node-type-djo-products.exos .group-document-wrapper {
  display: block;
}
ul.ui-autocomplete {
  font-family: 'Uni Regular', sans-serif;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999 !important;
  display: block;
  position: absolute;
  padding: 5px 10px 7px 10px;
  border: none;
}
ul.ui-autocomplete li {
  display: block;
  background: transparent !important;
  margin: 0 !important;
  position: relative;
}
ul.ui-autocomplete li:first-child {
  border: none;
}
ul.ui-autocomplete li a {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  color: #6e1022;
  padding: 5px 10px;
  display: block;
  box-sizing: content-box;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: 0.03em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-autocomplete .ui-menu-item span {
  display: block;
  font-size: 11px;
}
ul.ui-autocomplete li a.ui-state-hover {
  color: #fff !important;
  background-color: #9a1730;
  background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
  background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
}
/*
ul.ui-autocomplete li a.ui-state-hover:before {
  content: "+";
  position: absolute;
  left: -20px;
  width: 20px;
  height: 20px;
}
*/
ul.ui-autocomplete li a b {
  font-family: 'Uni Regular', sans-serif;
  font-weight: normal;
}
/*
Autocomplete on main search
*/
#block-search-form ul.ui-autocomplete {
  padding: 0;
  position: absolute;
  top: 80px !important;
  width: 500px !important;
  overflow-y: auto;
  height: auto;
  max-height: 210px;
  right: 0;
  left: auto !important;
  background: transparent;
}
.ui-state-hover {
  color: #000 !important;
  display: block;
  border: none !important;
  border-radius: 0;
}
/*
Autocomplete Part Name main search
*/
#views-exposed-form-ifus-page ul.ui-autocomplete {
  top: 92px !important;
  width: 420px !important;
  overflow: hidden;
  height: auto;
  max-height: 600px;
  z-index: 210;
  background: #000;
}
/*
Part # Search
*/
#custom-search-blocks-form-2 ul.ui-autocomplete {
  top: 41px !important;
  width: 100% !important;
  max-width: 239px;
  overflow: auto;
  height: auto;
  max-height: 200px;
  background: #fff;
  left: 22.5px !important;
  padding: 11.25px;
  border: 1px solid #e3e3e7;
  border-top: none;
}
#custom-search-blocks-form-2 li {
  border: none;
}
#custom-search-blocks-form-2 ul.ui-autocomplete li a {
  color: #000;
  border-radius: 0px;
}
#custom-search-blocks-form-2 ul.ui-autocomplete li a.ui-state-hover {
  color: #000 !important;
  background: #f1f1f3;
}
#custom-search-blocks-form-2 ul.ui-autocomplete li a b {
  color: #000;
  font-family: 'Uni Bold', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #c8102e;
}
#ui-datepicker-div {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 10px 10px rgba(0, 0, 0, 0.23);
  background: #fff;
  border: 1px solid #dcdcdd;
  padding: 22.5px;
  display: none;
}
.ui-datepicker-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#ui-datepicker-div th {
  font-size: 0.9em;
  background: #e3e3e7;
  color: #a8a9ab;
}
#ui-datepicker-div table {
  border-left: 1px solid #dcdcdd;
}
#ui-datepicker-div td {
  border-right: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
}
.ui-datepicker td:hover {
  background: #c8102e;
}
.ui-datepicker td.ui-state-disabled {
  background: #f1f1f3;
  color: #e3e3e7;
}
.ui-datepicker td a {
  color: #000;
}
.ui-datepicker td a.ui-state-hover {
  color: #fff !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8em;
  color: #a8a9ab;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  color: #c8102e !important;
}
.ui-datepicker .ui-state-active {
  background: #c8102e;
  color: #fff;
}
/*
Border box settings retention for old content
*/
.section,
.title-acl-bracing .acl-defiance {
  box-sizing: content-box;
}
.title-acl-bracing .acl-defiance {
  background: #f1f1f1;
}
.title-acl-bracing h1 {
  color: #fff;
}
exos body.exos-spine-new #top-slider-wrapper {
  background: url('/sites/default/files/images/brand-landing/exos/FORM-II-header-bk.gif') repeat-x;
}
body.exos-spine-new #top-slider {
  margin-top: 0;
}
body.exos-brand-pages span.file {
  background-color: #e9eff1;
}
body.exos-brand-pages span.file:hover {
  background-color: #ec4e1b;
}
body.exos-brand-pages.node-type-brands h1 {
  display: none !important;
  display: none;
}
body.exos-brand-pages #sub-menu {
  background: #22272a;
}
#brand-menu-exos .request-a-demo {
  height: 40px;
  top: 10px;
  position: relative;
  background: #ec4e1b;
  transition: background 0.2s linear;
}
#brand-menu-exos .request-a-demo:hover {
  background: #fff;
}
#brand-menu-exos .request-a-demo a {
  padding: 0 5px;
  margin-top: -10px;
}
#brand-menu-exos .request-a-demo a:hover {
  color: #ec4e1b;
}
#brand-menu-exos .request-a-demo {
  display: none;
}
body.exos-clinicians #brand-menu-exos .request-a-demo {
  display: block;
}
body.exos-brand-pages #body-wrapper h3 > a:hover,
body.exos-brand-pages #sub-menu a:hover {
  color: #ec4e1b !important;
}
body.exos-brand-pages #sub-menu .active-trail {
  color: #f0734a !important;
}
body.exos-brand-pages #body-wrapper,
body.exos-brand-pages #center-column {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: none;
}
.exos-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body.exos-brand-pages #body-wrapper > .row {
  margin: 0;
}
body.exos-brand-pages #top-slider-wrapper {
  background: #e9eff1;
}
body.exos-brand-pages #top-slider {
  margin-top: 0;
  padding: 0;
}
body.exos-brand-pages.node-type-brands #content-bottom {
  padding-top: 45px;
}
.exos-contact-us .form-checkboxes .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
body.exos-brand-pages .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: #ec4e1b !important;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.exos-brand-pages .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after {
  content: "\A";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ec4e1b;
  width: 22.5px;
  height: 22.5px;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  margin-left: -11.25px;
}
body.exos-brand-pages .r-tabs-panel {
  padding: 22.5px;
}
body.exos-brand-pages .r-tabs .views-exposed-widget {
  float: left;
  width: 140px;
  padding: 0 5px;
}
body.exos-brand-pages .r-tabs .views-widget {
  overflow: hidden;
  padding: 0 7px;
}
body.exos-brand-pages .r-tabs .views-exposed-widget label,
body.exos-brand-pages .r-tabs .views-exposed-widget select {
  float: left;
  line-height: 1.75;
}
body.exos-brand-pages #sub-menu a.active-trail body.exos-brand-pages #sub-menu a:hover {
  color: #ec4e1b !important;
}
body.node-type-djo-products .spine-indications td,
body.exos-brand-pages .spine-indications td {
  padding: 6px 5px 1px 5px;
  font-family: 'Uni Regular', sans-serif;
  border: none;
  font-size: 0.85em;
}
body.node-type-djo-products .spine-indications,
body.exos-brand-pages .spine-indications {
  border-bottom: 1px solid #aab5bc;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
body.node-type-djo-products .spine-indications tr:nth-child(2n) td,
body.exos-brand-pages .spine-indications tr:nth-child(2n) td {
  background: #eef2f4;
}
body.node-type-djo-products .spine-indications tbody,
body.exos-brand-pages .spine-indications tbody {
  border-top: 1px solid #aab5bc;
}
body.node-type-djo-products .spine-indications th:nth-last-child(2n+1),
body.exos-brand-pages .spine-indications th:nth-last-child(2n+1) {
  background: #eef2f4;
}
body.node-type-djo-products .spine-indications th,
body.exos-brand-pages .spine-indications th {
  padding: 10px 5px;
  border: none;
}
body.node-type-djo-products .spine-indications th.highlight,
body.node-type-djo-products .spine-indications td.highlight {
  background: #f9c8b8 !important;
}
body.node-type-djo-products .spine-indications th + th,
body.exos-brand-pages .spine-indications th + th {
  padding: 0;
  text-align: center;
}
body.node-type-djo-products .spine-indications th,
body.exos-brand-pages .spine-indications th {
  background: none;
  color: #000;
  font-family: 'Uni Bold', sans-serif;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}
body.node-type-djo-products .spine-indications td span.indication-marker,
body.exos-brand-pages .spine-indications td span.indication-marker {
  color: #ec4e1b;
  font-size: 1.6em;
  line-height: 1;
}
body.exos-brand-pages .spine-range {
  margin-top: 40px;
}
body.node-type-djo-products .spine-range {
  margin-top: 45px;
}
/*
body.exos-brand-pages .r-tabs-panel#videos div.vid-thumb {
  border-top: 1px solid @white;
  border-left: 1px solid @white;

}

body.exos-brand-pages .r-tabs-panel#videos div.vid-thumb:first-child {
  border-left: none;
}

body.exos-brand-pages .r-tabs-panel#videos span.vid-thumb {
  text-align: center;
  padding: @margin;
  margin: 0;
  .gradient-4;
}
*/
.exos-attribute {
  padding: 45px 22.5px 22.5px 22.5px;
}
body.exos-brand-pages .exos-attribute-icon {
  position: absolute;
  top: -25px;
  left: 40%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.exos-attribute ul {
  display: none;
}
body.exos-brand-pages .webform-component-textfield,
body.exos-brand-pages .webform-component-email {
  width: 100%;
  display: block;
}
.exos-demo-header {
  overflow: hidden;
  position: relative;
  top: -160px;
  margin-right: 22.5px;
  background: #fff;
  padding: 45px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 10px 10px rgba(0, 0, 0, 0.23);
}
body.exos-brand-pages #products .views-exposed-form {
  clear: both;
  width: 100%;
}
body.exos-brand-pages #products .views-exposed-form .views-exposed-widget {
  float: right;
}
body.exos-brand-pages .rslides1_tabs {
  display: none;
}
body.exos-brand-pages #body-wrapper {
  min-height: 100px;
}
.exos-nav-panel {
  text-align: center;
  position: relative;
  padding: 0;
}
.exos-nav-panel:nth-child(odd) {
  border-right: 1px solid #fff;
}
.exos-nav-panel img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.exos-nav-panel img:hover {
  opacity: 0.8;
}
.exos-nav-icon {
  width: 109px;
  height: 109px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  right: 0;
  bottom: -45px;
  line-height: 109px;
  background: #000;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  transition: opacity 0.1s linear;
}
.exos-nav-icon:hover {
  opacity: 0.85;
}
body.exos-brand-pages span.file {
  width: 100%;
}
body.exos-brand-pages .flickity-prev-next-button {
  top: 50%;
  bottom: auto;
  background: #ec4e1b;
  width: 32px;
  height: 32px;
}
body.exos-brand-pages .flickity-prev-next-button .arrow {
  fill: #fff;
}
body.exos-brand-pages .flickity-prev-next-button.previous {
  left: 22.5px;
}
body.exos-brand-pages .flickity-prev-next-button.next {
  right: 22.5px;
}
body.exos-brand-pages .technology-panel {
  display: block;
  width: 100%;
  padding: 45px;
}
body.exos-brand-pages #content-bottom-wrapper {
  background: none;
  border: none;
}
body.exos-brand-pages .exos-category-panel {
  text-align: center;
  min-height: 370px;
  background-size: 95%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.2s linear;
}
body.exos-brand-pages .exos-category-panel a {
  background: url(/sites/default/files/images/brand-landing/exos/nav-circle-orange.png) center center no-repeat;
  width: 100%;
  padding-top: 165px;
  min-height: 380px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.2;
  color: #fff;
}
body.exos-brand-pages .exos-category-panel#nav-panel-spine a {
  padding-top: 178px;
}
body.exos-brand-pages .exos-category-panel:hover {
  background-size: 100%;
}
body.exos-brand-pages .exos-category-panel#nav-panel-lower-extremity {
  background-image: url(/sites/default/files/images/brand-landing/exos/bk-lower-extremity.jpg);
}
body.exos-brand-pages .exos-category-panel#nav-panel-spine {
  background-image: url(/sites/default/files/images/brand-landing/exos/bk-spine.jpg);
}
body.exos-brand-pages .exos-category-panel#nav-panel-upper-extremity {
  background-image: url(/sites/default/files/images/brand-landing/exos/bk-upper-extremity.jpg);
}
body.exos-brand-pages #content-bottom .right-block {
  border-left: 1px solid #dcdcdd;
  padding-left: 90px;
  padding-right: 45px;
}
body.exos-brand-pages #content-bottom .left-block {
  padding-right: 90px;
  padding-left: 45px;
}
body.exos-brand-pages .exos-request-demo .webform-component-textfield,
body.exos-brand-pages .exos-request-demo .webform-component-email {
  display: block;
  width: 100%;
}
body.exos-brand-pages .exos-request-demo h2 {
  text-transform: uppercase;
}
body.exos-brand-pages .date-display-single {
  background: #0d71bf;
  display: block;
  color: #fff;
  padding: 11.25px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
body.exos-brand-pages .view-exos-events .view-content .row {
  margin-bottom: 11.25px;
}
.donjoy-featured-gallery {
  margin: 0 22.5px;
}
.donjoy-featured-gallery .views-row {
  width: 25%;
  float: left;
  padding: 0 45px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .donjoy-featured-gallery .views-row {
    padding: 0 22.5px;
  }
}
body.donjoy-brand-pages .product-gallery-cell {
  width: 100%;
}
body.donjoy-brand-pages .flickity-prev-next-button {
  top: 50%;
  bottom: auto;
  background: none;
  width: 50px;
  height: 50px;
}
body.donjoy-brand-pages .flickity-prev-next-button .arrow {
  fill: #a8a9ab;
}
body.donjoy-brand-pages .flickity-prev-next-button.previous {
  left: -22.5px;
}
body.donjoy-brand-pages .flickity-prev-next-button.next {
  right: -22.5px;
}
.view-donjoy-testimonials {
  margin: 0 0 45px 0;
  overflow: hidden;
}
.view-donjoy-testimonials .views-row {
  width: 33.33333%;
  float: left;
  padding: 0 45px;
}
.view-donjoy-testimonials .views-field-field-testimonial-title p.legal {
  color: #000;
}
body.donjoy-brand-pages.brands .webform-component-textfield,
body.donjoy-brand-pages.brands .webform-component-email {
  width: 100%;
  display: block;
}
body.donjoy-brand-pages #donjoy-technology-wrapper {
  background: #000;
}
body.donjoy-brand-pages #donjoy-technology {
  color: #fff;
  max-width: 1180px;
  margin: 0 auto;
}
body.donjoy-brand-pages #donjoy-technology img {
  filter: grayscale(100%);
}
body.donjoy-brand-pages #donjoy-technology p a {
  color: #fff;
  font-family: 'Uni Bold', sans-serif;
  transition: background 0.3 linear;
}
body.donjoy-brand-pages #donjoy-technology p a:hover {
  color: #282d33;
  background: #fff;
}
body.donjoy-brand-pages #donjoy-technology a.donjoy-features-link-button {
  border: none;
  background-color: #3c444b;
  font-size: 0.7em;
  trasition: background-color 0.3s ease;
  position: absolute;
  bottom: 0;
}
body.donjoy-brand-pages #donjoy-technology a.donjoy-features-link-button:hover {
  background-color: #fff;
  color: #3c444b;
}
body.donjoy-brand-pages .box-title {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  min-height: 50px;
  top: 50%;
  left: 50px;
  right: 50px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.2;
  color: #fff;
  padding: 16px 20px;
  margin-top: -30px;
  width: auto;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
body.donjoy-brand-pages ul.rslides_tabs {
  margin-top: 0;
  bottom: 22.5px;
}
body.donjoy-brand-pages .box-title:hover {
  background-color: #c8102e;
  color: #fff;
}
#tech-title {
  background: #c8102e;
}
.tech-details {
  box-shadow: inset -1px 1px 2px #a8a9ab;
  display: none;
}
body.donjoy-brand-pages #tech-title .box-title {
  background: none;
  color: #fff;
}
body.donjoy-brand-pages #acl-info {
  background-image: url('/sites/default/files/images/brand-landing/donjoy/box-megan-acl.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
body.donjoy-brand-pages #oa-info {
  background-image: url('/sites/default/files/images/brand-landing/donjoy/box-runner-oa.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
body.donjoy-brand-pages #ankle-info {
  background-image: url('/sites/default/files/images/brand-landing/donjoy/box-ankle-bracing.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
body.donjoy-brand-pages #donjoy-testimonial {
  background-image: url('sites/default/files/images/brand-landing/donjoy/testimonial-large.jpg');
}
body.donjoy-brand-pages #donjoy-brand-videos {
  padding: 45px 22.5px;
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
}
body.donjoy-brand-pages #donjoy-brand-knee-guanartee {
  padding: 22.5px;
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
}
body.donjoy-brand-pages #donjoy-brand-knee-guanartee > .row {
  margin-left: 0;
  margin-right: 0;
}
#block-views-tweets-donjoy_tweets_mutiple h2.block-title {
  display: none;
}
#block-views-tweets-donjoy_tweets_mutiple ul li {
  margin-left: 0;
  margin-bottom: 22.5px;
  font-size: 0.9em;
}
#block-views-tweets-donjoy_tweets_mutiple ul li:last-child {
  border: none;
}
#block-views-tweets-donjoy_tweets_mutiple ul li a {
  font-family: 'Uni Bold', sans-serif;
  color: #55acee;
}
body.acl-bracing-landing #body-wrapper,
body.acl-bracing-landing #center-column {
  padding: 0;
  width: 100%;
  max-width: none;
}
body.acl-bracing-landing #center-column {
  padding-bottom: 45px;
}
body.acl-bracing-landing #body-wrapper > .row {
  margin: 0;
}
body.acl-bracing-landing .acl-header-bk {
  padding-top: 67.5px;
  background-image: url('/sites/default/files/images/acl-bracing/acl-header.jpg');
  background-size: cover;
  overflow: hidden;
  background-position: center 0;
}
@media only screen and (min-width: 1280px) {
  body.acl-bracing-landing .acl-header-bk {
    background-position: center -50px;
  }
}
@media only screen and (max-width: 1024px) {
  body.acl-bracing-landing .acl-header-bk {
    background-position: center 0;
  }
}
body.acl-bracing-landing .page-body {
  background: #fff;
}
body.acl-bracing-landing #sub-menu {
  background: #294f82;
}
body.acl-bracing-landing h2.acl-title {
  font-size: 60px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  color: #07254F;
}
body.acl-bracing-landing #preception-reality-wrapper {
  position: relative;
  overflow: visible;
}
body.acl-bracing-landing #preception-wrapper {
  background: rgba(24, 58, 106, 0.9);
  color: #fff;
  padding: 22.5px;
}
body.acl-bracing-landing #preception-wrapper > div {
  max-width: 490px;
  float: right;
}
body.acl-bracing-landing #reality-wrapper {
  background: rgba(41, 79, 130, 0.9);
  color: #fff;
  padding: 22.5px;
}
body.acl-bracing-landing #reality-wrapper > div {
  max-width: 490px;
  float: left;
}
body.acl-bracing-landing .acl-rule {
  border-color: #647999;
}
body.acl-bracing-landing .facts-wrapper {
  background: #fff;
  padding: 67.5px 45px 45px 45px;
}
body.acl-bracing-landing .facts-wrapper h2 {
  color: #07254F;
}
body.acl-bracing-landing .icon-vs {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -22.5px;
  background-image: url('/sites/default/files/images/acl-bracing/icon-vs.png');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  visibility: hidden;
}
@media only screen and (min-width: 760px) {
  body.acl-bracing-landing .icon-vs {
    visibility: visible;
  }
}
body.acl-bracing-landing .preception-reality-wrapper .row {
  max-width: 1080px;
  margin: 0 auto;
}
body.acl-bracing-landing .acl-intro-copy {
  margin-bottom: 460px;
  padding: 0 45px;
}
body.acl-bracing-landing .acl-intro-copy h3 {
  color: #6785AD;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
}
body.acl-bracing-landing ol li {
  font-size: 0.8em;
  color: #a8a9ab;
  margin-bottom: 5px !important;
}
body.acl-bracing-landing #acl-post {
  background-image: url('/sites/default/files/images/backgrounds/bk-acl-post.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.acl-bracing-landing #acl-pre {
  background-image: url('/sites/default/files/images/backgrounds/bk-acl-pre.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
body.acl-fitting #body-wrapper,
body.acl-fitting #center-column {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
  max-width: none;
}
body.acl-fitting #body-wrapper > .row {
  margin: 0;
}
body.acl-fitting .acl-fitting-header {
  background: url('/sites/default/files/images/acl-bracing/acl-fitting-header.jpg') center top no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
body.acl-fitting .acl-fitting-header-text {
  max-width: 1180px;
  margin: auto;
  padding: 90px 0 0 22.5px;
}
body.acl-fitting #caring {
  background: url('/sites/default/files/images/acl-bracing/bk-caring.jpg') center top no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  padding: 90px;
}
body.knee-oa-landing #body-wrapper,
body.knee-oa-landing #center-column {
  padding: 0;
  width: 100%;
  max-width: none;
}
body.knee-oa-landing #body-wrapper > .row {
  margin: 0;
}
body.knee-oa-landing .oa-education-header {
  background: url('/sites/default/files/images/oa-bracing/header-oa-edu.jpg') center top no-repeat;
  background-size: cover;
  min-height: 540px;
  position: relative;
}
body.knee-oa-landing .oa-education-header-02 {
  background: #f1f1f1;
  min-height: 540px;
  position: relative;
  background: url('/sites/default/files/images/oa-bracing/oa-education-header-02.jpg') center top no-repeat;
  background-size: cover;
}
body.knee-oa-landing .oa-education-header-03 {
  background: #f1f1f1;
  min-height: 540px;
  position: relative;
  background: url('/sites/default/files/images/oa-bracing/oa-education-header-02.jpg') center top no-repeat;
  background-size: cover;
}
.oa-header-text {
  width: 480px;
  margin: 0 auto;
  position: absolute;
  left: 90px;
  top: 12%;
  padding: 22.5px;
}
.oa-header-text-02-wrapper {
  max-width: 1080px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0 auto;
}
.oa-header-text-02 {
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -45px;
  border-bottom: 45px solid #e8ecef;
  border-top: 5px solid #c8102e;
  min-height: 420px;
  width: 425px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 22.5px;
}
.oa-header-text-03-wrapper {
  max-width: 1080px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0 auto;
}
.oa-header-text-03 {
  margin: 0 auto;
  position: absolute;
  left: 22.5px;
  bottom: -45px;
  border-bottom: 45px solid #e8ecef;
  border-top: 5px solid #c8102e;
  min-height: 420px;
  width: 400px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 22.5px;
}
.oa-donjoy-help {
  margin: 90px 0 45px 0;
  background: url('/sites/default/files/images/oa-bracing/bk-donjoy-help.jpg') center bottom no-repeat;
  background-size: cover;
  color: #fff;
  padding: 135px 0;
}
.oa-donjoy-help-02 {
  margin: 67.5px 0 45px 0;
  background: url('/sites/default/files/images/oa-bracing/bk-donjoy-help.jpg') center bottom no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 45px;
}
.oa-donjoy-help-02-inner,
.oa-donjoy-who-gets-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.oa-donjoy-who-gets {
  margin: 67.5px 0 45px 0;
  background: url('/sites/default/files/images/oa-bracing/oa-who.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 45px;
}
.oa-did-you-know {
  margin: 140px 22.5px 0 22.5px;
  padding: 22.5px 0;
  border-top: 1px solid #d4dbe1;
  overflow: visible;
}
.oa-did-you-know p {
  margin-left: -22.5px;
  padding-left: 22.5px;
  background: url('../images/pngs/bullet-plus.png') 5px 7px no-repeat;
  line-height: 1.5;
  margin-bottom: 11.25px;
  font-weight: 300;
}
.oa-products {
  overflow: hidden;
  margin-bottom: 90px;
}
.oa-products .views-row {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.ankle-bracing-landing #body-wrapper,
body.ankle-bracing-landing #center-column {
  padding: 0;
  width: 100%;
  max-width: none;
}
body.ankle-bracing-landing #body-wrapper > .row {
  margin: 0;
}
body.ankle-bracing-landing .ankle-bracing-header {
  background: #f1f1f1;
  min-height: 540px;
  position: relative;
  background: url('/sites/default/files/images/ankle-bracing/ankle-bracing-header-01.jpg') center bottom no-repeat;
  background-size: cover;
}
.ankle-bracing-header-text-wrapper {
  max-width: 1080px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0 auto;
}
.ankle-bracing-header-text {
  margin: 0 auto;
  position: absolute;
  left: 22.5px;
  bottom: -45px;
  border-bottom: 45px solid #e8ecef;
  border-top: 5px solid #fff;
  min-height: 420px;
  width: 400px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 22.5px;
}
body.ankle-bracing-landing .prevent-and-protect {
  margin: 90px 0;
  padding: 90px;
  background: url('/sites/default/files/images/ankle-bracing/bk-prevent-protect.jpg') center center no-repeat;
  color: #fff;
  background-size: cover;
}
body.ankle-bracing-landing .kids-play {
  margin: 90px 0 67.5px 0;
  padding: 90px;
  background: url('/sites/default/files/images/ankle-bracing/bk-kids-play.jpg') center center no-repeat;
  color: #fff;
  background-size: cover;
}
body.ankle-bracing-landing .kids-play-inner,
body.ankle-bracing-landing .prevent-and-protect-inner {
  max-width: 1180px -100px;
  margin: 0 auto;
}
body.surgical-brand-pages #body-wrapper,
body.surgical-brand-pages #center-column {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
body.surgical-brand-pages #top-slider {
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.surgical-brand-pages #content-bottom-wrapper {
  background: none;
  border: none;
}
body.surgical-brand-pages #body-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}
body.djo-surgical.surgical-brand-pages #sub-menu {
  background: #000;
}
body.surgical-brand-pages h1 {
  display: none !important;
  display: none;
}
body.surgical-brand-pages #product-lines > div {
  background-color: #000;
}
body.surgical-brand-pages .surgical-section-title {
  border: 1px solid #a8a9ab;
  width: 60%;
  margin: 40% auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 11.25px;
  font-size: 1.1em;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.4);
}
body.surgical-brand-pages #section-hip {
  background-image: url('/sites/default/files/images/brand-landing/surgical/section-hip-bw.jpg');
  background-size: cover;
  background-position: center center;
}
body.surgical-brand-pages #section-knee {
  background-image: url('/sites/default/files/images/brand-landing/surgical/section-knee-bw.jpg');
  background-size: cover;
  background-position: center center;
}
body.surgical-brand-pages #section-shoulder {
  background-image: url('/sites/default/files/images/brand-landing/surgical/section-shoulder-bw.jpg');
  background-size: cover;
  background-position: center center;
}
body.surgical-brand-pages #section-elbow {
  background-image: url('/sites/default/files/images/brand-landing/surgical/section-elbow-bw.jpg');
  background-size: cover;
  background-position: center center;
}
body.surgical-brand-pages.djo-surgical .view-news-blurbs .views-row {
  width: 100%;
  margin-left: 0;
  border: none;
}
body.surgical-brand-pages.djo-surgical #block-views-news_blurbs-surgical h2.block-title {
  display: block;
  background: none;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  /*
    768 width styles
    iPad portrait.
    */
  body.has-banner .page {
    padding-top: 60px;
  }
  .header-icon .search-icon {
    fill: #5f5f5f !important;
  }
  .header-icon#icon-global-search {
    margin-right: 5.625px;
  }
  .global-search-bar #block-search-form {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -140px;
    margin-top: -20px;
    width: 280px;
    display: block;
  }
  .global-search-bar #block-search-form input[type="text"],
  #block-search-form ul.ui-autocomplete {
    width: 280px !important;
  }
  .header-icon#icon-track-order,
  .header-icon#icon-location,
  .header-icon#icon-us-flag {
    display: none;
  }
  header > .inner #logo-djo .logo-mark {
    fill: #c8102e !important;
  }
  header > .inner #logo-djo .logo-text {
    fill: #000 !important;
  }
  div.mobile {
    display: block;
  }
  .search-text {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  #sub-menu {
    margin-top: 15px;
  }
  #sub-menu ul.menu,
  #sub-menu .brand-social-block {
    display: none;
  }
  header {
    height: 60px;
    z-index: 20;
    top: 0;
    position: absolute;
    width: 100%;
    background: #f8f8f8 !important;
  }
  header > .inner {
    background: #f8f8f8 !important;
  }
  #slides-nav-homepage {
    display: none;
  }
  .banner-slides .flickity-prev-next-button {
    display: block;
  }
  .slide-text {
    padding: 0 22.5px;
  }
  #page.search-open {
    transform: translateY(100vh);
  }
  .pdp-images-nav {
    background: #fff;
  }
  .field-name-pdp-thumbs {
    transform: none;
    position: relative;
    left: auto;
    right: auto;
  }
  .pdp-images-nav .pdp-thumb {
    width: 20%;
    height: auto;
    transform: none;
    padding: 0;
  }
  .pdp-images-nav .flickity-prev-next-button {
    background: #fff;
  }
  .global-search-bar {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -100vh;
    z-index: 21;
  }
  .global-search-bar-inner {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #9a1730;
    background-image: -webkit-linear-gradient(45deg, #9a1730, #c8102e);
    background-image: -moz-linear-gradient(45deg, #9a1730, #c8102e);
    background-image: -ms-linear-gradient(45deg, #9a1730, #c8102e);
    background-image: -o-linear-gradient(45deg, #9a1730, #c8102e);
    z-index: 21;
  }
  #center-column .content ul.two-column-list li {
    float: none;
    margin-right: 0;
    overflow: visible;
  }
  #block-search-form {
    right: 0;
  }
  #sidebar-first {
    margin-top: 0;
  }
  #content-bottom .right-block,
  #content-bottom .left-block {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  /*
        Surgical Videos
        */
  .surgical-videos .view-grouping {
    width: 100%;
    display: block;
  }
  /*
    Our brands
    */
  .brands-landing .pre-facet-text {
    display: block !important;
    float: none;
  }
  .view-our-brands-landing .views-row {
    width: 37%;
  }
  /*
    Brand pages
    */
  /*
        Videos
        */
  .brightcove-embed {
    width: 90%;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -45%;
  }
  #block-views-brand_page_banner_videos-block {
    display: block;
    width: 100%;
    left: 0;
  }
  #content-bottom .brand-page-videos {
    display: block;
    width: 100%;
  }
  #content-bottom .brand-page-videos .video-info {
    text-align: center;
  }
  /*
        Surgical
        */
  #surgical-banner .four-column {
    display: block;
    width: 100%;
    background-position: center center !important;
  }
  #block-views-c3c600b2938d939b86641178dcbe8ae1 {
    padding-top: 10px;
  }
  .brand-anatomy-teaser .view-content {
    text-align: center;
  }
  .brand-anatomy-teaser .view-content .views-row {
    width: 33.33%;
    float: left;
    margin: 0;
  }
  .brand-anatomy-teaser .view-content .field-name-title {
    display: block;
    position: relative;
    height: 30px;
  }
  .field-name-title h3.anatomy-title a {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 20px;
    padding: 140px 0 0 0;
    width: 100%;
    display: block;
    background-image: none;
    position: absolute;
    top: -140px;
  }
  .advanced-technologies {
    width: 100%;
    display: block;
  }
  .advanced-technologies.right-block {
    padding: 0;
  }
  .advanced-technologies .block-inner {
    margin: 0;
    margin: 20px;
  }
  .surgical-core-products .views-row {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .field-name-field-anatomy-solutions-title h2.solution-title {
    padding-left: 20px;
  }
  .node-brand-anatomy .solution-wrapper {
    display: block;
    margin: 0;
    width: 100%;
    clear: both;
  }
  .node-brand-anatomy .entity-field-collection-item {
    display: block;
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
  .prod-links {
    margin-bottom: 40px;
  }
  /*
    Brand page form
    */
  .form-sign-up #webform-component-first-name,
  .form-sign-up #webform-component-email {
    width: 190px;
  }
  /*
    Products
    */
  .page-products #content-wrapper {
    width: 72%;
  }
  .view-products-search .solr-product {
    width: 43%;
  }
  /*
        Brand Page Blurbs
        */
  .blurbs-block {
    display: block;
    width: 100%;
  }
  .view-blurbs {
    padding: 20px 0 0 0;
    display: block;
    width: 100%;
  }
  .blurbs-row {
    width: auto;
    margin: 0 20px 20px 20px;
  }
  .blurbs-row:last-child {
    border: none;
  }
  /*
        News Blurb View
        */
  .view-news-blurbs .views-row {
    border: none;
  }
  #block-views-news_blurbs-generic,
  #block-views-news_blurbs-empi {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  #block-views-news_blurbs-generic .block-inner,
  #block-views-news_blurbs-empi .block-inner {
    margin: 0 20px;
  }
  .donjoy-performance .view-news-blurbs .views-row {
    width: 100%;
    display: block;
  }
  .djo-surgical .view-news-blurbs .views-row {
    margin: 10px 20px;
    display: block;
    width: 100%;
  }
  .view-news-blurbs .news-blurb-image,
  .donjoy-performance .view-news-blurbs .news-blurb-image,
  .djo-surgical .view-news-blurbs .news-blurb-image {
    display: block;
    width: 100% !important;
    margin-bottom: 1em;
    text-align: center;
  }
  .view-news-blurbs .news-blurb-image img,
  .donjoy-performance .view-news-blurbs .news-blurb-image img,
  .djo-surgical .view-news-blurbs .news-blurb-image img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .view-news-blurbs .news-blurb-body {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  /* Educational Videos Homepage Block */
  .front .homepage-education-videos {
    display: block;
    width: 100%;
  }
  .front .homepage-education-videos a.link-button {
    margin-left: 20px;
  }
  .front .brightcove-responsive-wrapper {
    padding-bottom: 92.5%;
  }
  /*
    A22
    */
  .a22 .logo {
    position: absolute;
    right: 50px;
    top: 180px;
    width: 380px;
  }
  .a22 .tennis {
    position: absolute;
    left: -30px;
    top: 60px;
    width: 400px;
  }
  .a22 .video-link {
    position: absolute;
    right: 43px;
    top: 365px;
    width: 400px;
  }
  .a22 .text-ti {
    position: absolute;
    right: -290px;
    bottom: 160px;
  }
  .a22 .soccer {
    position: absolute;
    right: -40px;
    top: -80px;
    width: 800px;
  }
  .a22 .text-engineering {
    position: absolute;
    top: 170px;
    right: 250px;
  }
  #callout-01 {
    top: 200px;
    right: 520px;
    width: 140px;
  }
  #callout-02 {
    top: 390px;
    right: 180px;
    width: 200px;
  }
  #callout-03 {
    top: 410px;
    right: 620px;
    width: 140px;
  }
  #callout-04 {
    top: 510px;
    right: 410px;
    width: 200px;
  }
  .a22 #panel-02.section {
    min-height: 580px;
  }
  .a22 .volleyball {
    position: absolute;
    top: -160px;
    left: -200px;
    width: 480px;
  }
  .a22 .text-freedom {
    position: absolute;
    top: 250px;
    right: -370px;
  }
  .a22 .brace {
    position: absolute;
    right: 0;
    top: -50px;
    width: 400px;
  }
  .a22 .text-brace-01 {
    top: 105px;
    left: -335px;
  }
  .a22 .text-brace-02 {
    top: 220px;
    width: 420px;
    left: -320px;
  }
  .a22 .text-brace-03 {
    top: 318px;
    left: -355px;
  }
}
/*
480 width styles
iPhone landscape and below.
*/
@media only screen and (max-width: 480px) {
  .views-row {
    width: 100% !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 22.5px 0 !important;
  }
  a.track-order-link {
    left: 11.25px;
    width: 30px;
    text-indent: -9999px;
  }
  #block-menu-menu-international {
    display: none;
  }
  .brightcove-direct {
    max-width: 200px;
  }
  /*
		Brand page videos
		*/
  #content-bottom .brand-page-videos {
    margin: 0;
    padding: 0;
  }
  /*
		Flickity
		*/
  .gallery-cell {
    width: 100%;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .front #condition-text {
    padding: 0;
    font-size: 70%;
    text-align: center;
    margin-bottom: 1em;
  }
  .clocks > div:nth-child(n+3) {
    display: none;
  }
  /*
		Locations
		*/
  .block-gmap-location {
    display: none;
  }
  body.node-type-surgeon .field-name-field-phy-location-image {
    display: block;
    float: none;
  }
  /*
		404 Menu
		*/
  #block-menu-menu-404-menu ul li:last-child {
    margin-bottom: 1em !important;
  }
  #block-menu-menu-404-menu ul li {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
  /*
		Footer
		*/
  #footer .block-menu {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  /*
		Brands
		*/
  /*
		Brands Landing
		*/
  .brands-landing #filter-area {
    display: none;
  }
  .view-news-blurbs .news-blurb-body {
    padding: 0;
  }
  .view-our-brands-landing .views-field-body {
    width: 50%;
    overflow: hidden;
  }
  #block-views-our_brands_landing-block .views-field-field-brand-image-main .field-content {
    height: 40px;
    overflow: hidden;
    width: 170px;
    position: relative;
  }
  #block-views-our_brands_landing-block .views-field-field-brand-image-main img:hover {
    top: -40px;
    position: relative;
  }
  .view-our-brands-landing .views-field-body {
    width: 65%;
    height: auto;
    margin: 10px 0 10px 0;
  }
  #content-area .block .view-our-brands-landing .views-row p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .view-our-brands-landing .views-field-field-landing-thumbnail {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 90px;
    height: 160px;
  }
  #main .view-our-brands-landing .views-field-field-brand-name a {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    display: block;
  }
  .view-our-brands-landing .views-field-field-brand-name a:hover {
    background-position: right bottom;
    height: 16px;
    margin-bottom: 1px;
  }
  .brand-logos ul li {
    width: 50%;
    margin: 0 0 5px 0;
    border: none;
  }
  .brand-logos ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  /*
		Home Page


		.view-homepage-sliders {
			display: none;
		}

		*/
  .node-type-brands.one-sidebar.sidebar-second #sidebar-second {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .front.one-sidebar.sidebar-second #sidebar-second {
    width: 100%;
    display: block;
  }
  /*
		Browse by Condition
		*/
  .browse-by-condition {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .browse-by-condition img {
    width: 100%;
  }
  .conditions a {
    width: 100%;
  }
  /*
		Brand logos
		*/
  .view-homepage-brand-logos ul {
    margin: 0 !important;
  }
  .view-homepage-brand-logos ul li img {
    max-width: 120px;
  }
  .view-homepage-brand-logos ul li {
    width: 50%;
  }
  .view-homepage-brand-logos ul li:nth-child(2n+1) {
    clear: left;
  }
  /*
		Resources
		*/
  #block-views-brands_resources-block,
  .surgical-ipad {
    display: block;
    width: 100%;
    padding: 0;
  }
  #block-views-brands_resources-block h2 {
    background-position: 20px 20px;
  }
  /*
		Surgical Videos
		*/
  /*
		Products
		*/
  .page-products #body-wrapper {
    width: 100%;
    display: block;
  }
  .page-products #body-wrapper-inner {
    margin: 0 20px;
  }
  .page-products #sidebar-first {
    width: 100%;
    display: block;
  }
  #sidebar-first .inner {
    margin: 0;
  }
  .page-products .jump-to-menu {
    display: none;
  }
  #custom-search-blocks-form-2 {
    position: relative;
    right: auto;
  }
  /*
		Products by condition
		*/
  .products-by-condition .views-field-title {
    border: none;
  }
  /*
		Individual Product Page
		*/
  .node-type-djo-products #body-wrapper {
    width: 100%;
  }
  .node-type-djo-products h1 {
    display: none;
  }
  .node-type-djo-products .group-top-content-fields .prods-left {
    display: block;
    width: 100%;
  }
  .node-type-djo-products .group-top-content-fields .prods-left .field-item {
    margin: 0;
  }
  .node-type-djo-products .group-top-content-fields .prods-right {
    display: block;
    float: none;
    margin: 0 auto 50px auto;
    overflow: hidden;
    width: 322px;
    /* Hack to restore image border but keep overflow */
  }
  .node-djo-products .prods-left .field-name-field-overview-accord {
    float: left;
  }
  .prods-right .field-name-sharethis-social-block {
    display: block;
    margin: 20px auto 10px auto;
    width: 100%;
    text-align: center;
  }
  .prods-right .field-name-product-slideshow {
    display: block;
    width: 100%;
  }
  /*
		Product Tabs
		*/
  .view-product-accessories .views-row:last-child {
    border: none;
  }
  /*
		Dynamic ROM Product Page
		*/
  .rom-fb-left {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .rom-fb-right {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  /*
		Hybresis
		*/
  .field-group-accordion-item .three-column {
    display: block;
    width: 100%;
    padding: 0;
  }
  .hibresis-usage {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
  .hibresis-steps {
    width: 100%;
    display: block;
    margin: 0;
  }
  .hibresis-steps .step-text {
    width: 100%;
    display: block;
  }
  .hibresis-steps .step-image {
    display: block;
    width: 100%;
  }
  /*
		ACL Bracing Landing Page
		*/
  .title-acl-bracing img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  .title-acl-bracing .acl-intro h1 {
    margin: 10px 0 10px 40%;
    color: #fff;
    font-size: 40px;
  }
  .title-acl-bracing .acl-intro h2 {
    margin-left: 40%;
    margin-bottom: 100px;
    color: #fff;
    font-size: 26px;
  }
  .title-acl-bracing .acl-intro h2 + p + p + h2 {
    margin-left: 0;
    margin-bottom: 5px;
    color: #444;
  }
  .title-acl-bracing .acl-intro {
    color: #444;
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .title-acl-bracing .acl-intro p {
    font-size: 100%;
  }
  .title-acl-bracing .acl-intro h3 {
    color: #444;
  }
  .title-acl-bracing .acl-info {
    display: block;
    width: 99%;
  }
  .title-acl-bracing .acl-icon-left,
  .title-acl-bracing .acl-icon-right {
    float: left;
    margin: 10px 0 10px 2%;
    width: auto;
  }
  .title-acl-bracing .acl-defiance {
    width: 100%;
    position: relative;
    padding: 50px 50px 30px 50px;
    background: #f1f1f1;
    overflow: hidden;
    margin: 50px 0 20px 0;
  }
  .title-acl-bracing .acl-sponsors {
    overflow: hidden;
  }
  .title-acl-bracing .acl-defiance ul,
  .title-acl-bracing .acl-sponsors ul {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .title-acl-bracing .acl-sponsors ul {
    width: 99%;
  }
  .title-acl-bracing .acl-sponsors {
    padding: 0;
  }
  .title-acl-bracing .acl-sponsors .acl-icon-left {
    top: 0;
  }
  /*
		Videos
		*/
  /*
		Education Videos
		*/
  .view-education-videos .views-field-field-thumbnail {
    margin: 0 auto 10px auto;
    overflow: hidden;
    width: 100%;
  }
  /*
		Videos
		*/
  .section.tens-video,
  .section.full-video {
    width: 110%;
    left: -20px;
  }
  /*
		Search
		*/
  .page-search .block-facetapi {
    float: left;
    border: none;
    padding: 0;
  }
  .page-search .group-right,
  #block-search_block-solr_search_block .content .group-right {
    width: 100%;
    display: block;
  }
  .page-search .group-left,
  #block-search_block-solr_search_block .content .group-left {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
  .page-search #content-area ol.search-results li {
    margin-bottom: 15px;
    width: 100%;
    margin: 0;
    display: block;
  }
  /*
		Forms
		*/
  .node-type-webform #center-column form.webform-client-form > div,
  #block-user-login {
    width: auto;
    padding: 0 !important;
  }
  .form-managed-file .form-file,
  .form-managed-file .form-submit {
    margin: 11.25px 0;
  }
  .node-type-webform #center-column form.webform-client-form > div .webform-component {
    padding: 8px 0;
    margin: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 260px;
  }
  .view-products-defiance-form .views-row {
    width: 100%;
    height: 240px;
    display: block;
    margin: 0 0 2% 0;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
  }
  .node-webform label,
  .node-webform label.option {
    width: 95%;
    margin-bottom: 10px;
  }
  .node-webform .form-type-radio label {
    width: auto;
  }
  /*
		Exprt Landing
		*/
  body.exprt #block-user-login {
    width: 280px !important;
  }
  .exprt .section {
    height: 480px;
  }
  .section#exprt-panel-03 {
    background: url('/sites/default/files/images/exprt/doctor.jpg') no-repeat;
    background-position: 85% center;
  }
  .section#exprt-panel-05 {
    height: 570px;
  }
  .what-if-two-eight {
    background-size: 100% auto;
  }
  .exprt-textbox-inline-wrapper {
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
  }
  .exprt-textbox-inline {
    width: 29.666%;
    padding: 3% 1.5%;
    height: 240px;
    float: left;
    background: none;
    color: #fff;
    display: none;
    margin-left: 1%;
    overflow: hidden;
    border-top: 3px solid #1aa89f;
  }
  .exprt-textbox-inline h2 {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 1.1em !important;
  }
  .exprt-textbox-inline p {
    font-size: 0.9em;
    line-height: 1.3;
  }
  body.exprt-materials .field-type-file span.file a {
    width: 88%;
    display: block;
  }
  /*
		VitalStim
		*/
  .node-type-brands.vitalstim.one-sidebar.sidebar-second #center-column,
  .node-type-brands.vitalstim.one-sidebar.sidebar-second #sidebar-second {
    display: block;
    width: 100%;
  }
  .node-type-brands.vitalstim.one-sidebar.sidebar-second #sidebar-second .inner {
    padding: 0 20px;
  }
  /*
		A22
		*/
  .a22 .section {
    border: none;
  }
  .a22 .logo {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    margin: 0 auto;
  }
  .a22 .video-link {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    width: 100%;
    margin: 10px auto;
  }
  .a22 .tennis {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    margin: 60px auto;
  }
  .a22 .text-ti {
    position: absolute;
    right: -5%;
    width: 110%;
    bottom: -60px;
    text-align: center;
  }
  .a22 .soccer {
    position: absolute;
    right: 0;
    top: -40px;
    width: 90%;
  }
  .a22 .text-engineering {
    position: relative;
    top: auto;
    right: 20px;
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center;
  }
  #callout-01,
  #callout-02,
  #callout-03,
  #callout-04 {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    width: 80%;
    margin: 3px auto;
  }
  .a22 .volleyball {
    position: relative;
    display: block;
    top: -100px;
    left: -20%;
    width: 60%;
  }
  .a22 .text-freedom {
    position: absolute;
    top: 80px;
    right: -102%;
    width: 100%;
  }
  .a22 .stats {
    position: relative;
    top: auto;
    right: -30%;
    width: 160%;
    margin: 30px auto 0 auto;
  }
  .a22 .stats li {
    list-style: none;
  }
  .a22 .brace {
    position: relative;
    right: 40%;
    top: -100px;
    width: 130%;
  }
  .a22 p {
    font-size: 0.9em;
  }
  .a22 .text-brace-01,
  .a22 .text-brace-02,
  .a22 .text-brace-03 {
    position: relative;
    display: block;
    top: auto;
    width: 70%;
    left: 35%;
    text-align: center;
    margin-top: 20px;
  }
  .a22 #panel-02.section {
    min-height: 400px;
  }
  .a22 #panel-03.section {
    max-height: 720px;
  }
  .a22 .button {
    position: relative;
    bottom: 80px;
    left: auto;
    margin: 0 auto 50px 0;
  }
  /*
		CMF
		*/
  .skeleton-cmf {
    display: none;
  }
  .skeleton-cmf .skeleton {
    width: auto;
    height: auto;
  }
  .cmf-new.brands .two-thirds {
    width: 93%;
    float: none;
    display: block;
    margin-right: 0;
    margin-top: 20px;
  }
  .cmf-new.brands .two-thirds-inner,
  .cmf-new.brands #cmf-signal-science .three-column-inner {
    margin-left: 20px;
  }
  .cmf-new.brands #cmf-guarantee .three-column-inner {
    top: 0;
    margin-left: 20px;
  }
  .cmf-new.brands #cmf-guarantee {
    height: 560px;
    background-position: 20px 80px;
  }
  /*
		DonJoy Performance (DJP)
		*/
  body.donjoy-performance #sub-menu .djp-logo {
    margin-left: 20px;
  }
  body.donjoy-performance #sub-menu .block-menu ul {
    border-top: 1px solid #555;
  }
  body.donjoy-performance-brand .view-blurbs .blurbs-row {
    display: block;
    width: 100%;
    margin-right: 0;
    height: auto;
    border: none;
    text-align: center;
  }
  body.donjoy-performance-brand .view-blurbs .views-field-field-blurb-image {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  body.donjoy-performance-brand .view-blurbs .views-field-field-blurb-image img {
    border: 1px solid #EDEDED;
  }
  body.donjoy-performance-brand .view-blurbs .views-field-field-has-quote,
  body.donjoy-performance-brand .view.view-blurbs .views-field-body {
    width: 90%;
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) and screen and (max-width: 320px) {
  .section.tens-video,
  .section.full-video {
    left: -20px;
    width: 115%;
  }
}
