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;
}
.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;
}

.dn { display: none }


h2.block-title a,
h2.block-title a:link,
h2.block-title 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 {
    color: #c8102e !important;
}

h3 a,
h3 link,
h3 a:visited {
    color: #444 !important;
}

h3 a:active,
h3 a:hover {
    color: #c8102e !important;
}

h4 a,
h4 a:link,
h4 a:visited {
    color: #444 !important;
}

h4 a:active,
h4 a:hover {
    color: #c8102e !important;
}

h5 a,
h5 a:link,
h5 a:visited {
    color: #444 !important;
}

h5 a:active,
h5 a:hover {
    color: #c8102e !important;
}



.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 Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  border-top: 1px solid #e3e3e7;
  border-bottom: 1px solid #e3e3e7;
  padding: 20.3px 0;
  quotes: "“""”""‘""’";
}

blockquote.red-quotes {
    border: none;
    font-family: 'Uni Neue', sans-serif; 
    font-weight:  300;
    font-style: italic;
    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 Neue', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 9.22727273px;
    letter-spacing: 0.01em;
    position: relative;
    top: -2px;
}

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 Neue', sans-serif;
    font-weight:  300;
    margin: 0;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 45px;
}

.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;
}

.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;
}

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 Neue', sans-serif;
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 8.12px;
    position: relative;
}

.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-size: 22px;
    line-height: 1.33;
    margin-bottom: 8.12px;
    position: relative;
    font-family: 'Uni Neue', sans-serif;
    font-weight:  300;
    font-size: 31.9px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

h2.x-large {
    font-family: 'Uni Neue', sans-serif;

    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 8.12px;
    position: relative;
    font-size: 2.6em;
    line-height: 1.2;
}

h2.small {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 8.12px;
    position: relative;
    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 Neue', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 9.22727273px;
    letter-spacing: 0.01em;
    position: relative;
    top: -2px;
}

h3.large {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 9.22727273px;
    letter-spacing: 0.01em;
    position: relative;
    top: -2px;
    font-size: 18.7px;
}

h3.small {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 9.22727273px;
    letter-spacing: 0.01em;
    position: relative;
    top: -2px;
    font-size: 14.45px;
}

h3.row-header {
    font-family: 'Uni Neue', sans-serif;
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: .6em;
    margin-top: 2em;
    text-align: center;
    padding: .4em 0 .3em 0;
    color: #444;
}

h3.condensed {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h4,
.h4 {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 9px;
    position: relative;
    letter-spacing: 0.01em;
}

h4.large {
    font-size: 1.8em;
    line-height: 1.3;
}

h4.small {
    font-size: .9em;
}

h4.condensed {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: normal;
}

h5 {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: .2em;
    letter-spacing: 0.01em;
}

h6 {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: .3em;
}

p {
    font-size: 14px;
    margin-bottom: 20.3px;
    letter-spacing: 0.02em;
}

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 Neue', sans-serif;
    font-weight:  700;


    font-style: normal;
    font-stretch: normal;
}

em,
p em,
h2 em,
h4 em {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-stretch: normal;
}

p.quote {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  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-family: 'Uni Neue', sans-serif;
    font-weight:  700;

    font-style: normal;
    font-stretch: normal;
}

em,
p > em,
li > em,
ol > em {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
}
h1 > em {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 300;
  font-style: italic;
}
h2 > em,
h3 > em,
h4 > em,
h5 > em {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
}
strong > em,
em > strong,
blockquote > strong {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03em;
}

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: 90px;
  margin-right: 10px;
  position: relative;
  top: 0;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 90px;
  height: 90px;
  text-align: center;
}

.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 Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  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 {
    color: #444 !important;
}

h2.block-title a:active,
h2.block-title a:hover,
h2 a:active,
h2 a:hover {
    color: #c8102e !important;
}

h3 a,
h3 link,
h3 a:visited {
    color: #444 !important;
}

h3 a:active,
h3 a:hover {
    color: #c8102e !important;
}

h4 a,
h4 a:link,
h4 a:visited {
    color: #444 !important;
}

h4 a:active,
h4 a:hover {
    color: #c8102e !important;
}

h5 a,
h5 a:link,
h5 a:visited {
    color: #444 !important;
}

h5 a:active,
h5 a:hover {
    color: #c8102e !important;
}

.number-large,
.number-large + span {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 300;
  font-style: normal;
  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;
}

#center-column .content ol.footnotes li,
ol.footnotes li {
    list-style: decimal;
    font-size: 0.8em;
    color: #a8a9ab;
}

#center-column .content ol.footnotes li a {
    color: #a8a9ab;
}

#center-column .content 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 Neue', sans-serif;
  font-weight: 700;
  font-style: 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 Neue', sans-serif;
  font-weight: 700;
  font-style: 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 Neue', sans-serif;
    font-weight:  700;
    font-style:  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 Neue', sans-serif;
    font-weight:  700;
    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 Neue', sans-serif;
  font-weight: 500;
  font-style: 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 Neue', sans-serif;
  font-weight: 700;
  font-style: normal;
}
table td h3 {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
}
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;
}

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;
}

@media only screen and (max-width:768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    margin-bottom: 0 !important;
}

.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 Neue', sans-serif;
    font-weight: 500;
}

.r-tabs .r-tabs-tab .r-tabs-anchor {
    margin: 0;
}

.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;
}

.r-tabs .r-tabs-panel {
    padding: 22.5px 5px 5px 5px;
}

.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;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: #4d4d50;
    border: 1px solid #4d4d50 !important;
}

.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 Neue', sans-serif;
    font-weight: 500;
    position: relative;
    color: #a8a9ab;
}

.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-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 Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  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(../../../all/themes/djoglobal_v025/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;
}

.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 Neue', sans-serif;
    font-weight:  700;

}

.node-webform form>div {
    padding: 22.5px;
    margin: 22.5px auto;
    overflow: auto;
    width: 100%;
    max-width: 1180px;
}

.form-item > .description {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  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-family: 'Uni Neue', sans-serif;
    font-weight:  700;

}

label,
.form-bronto .field_block .caption {
    font-family: 'Uni Neue', sans-serif;
    font-weight:  700;

    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 Neue', sans-serif !important;
    font-weight: 500 !important;
    font-style: 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 Neue', sans-serif;
  font-weight: 500;
  font-style: 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;
    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 Neue', sans-serif;
    font-weight: 500;
    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;
}

.form-bronto .container {
    width: 100% !important;
}

.form-bronto .field_block {
    float: left;
    display: block;
    margin: 0 0 15px 0;
}

.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 Neue', sans-serif;
    font-weight:  700;

    font-size: 15px;
}

.node-webform #edit-actions {
    float: left;
    clear: both;
    margin-top: 40px;
}

.node-webform fieldset#webform-component-patient-questionnaire {
    float: left;
    margin-top: 50px;
}

.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-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%;
}

#webform-client-form-4786 .form-item-submitted-sunshine-law-1 label {
    width: 90%;
}

.cboxIE6 #cboxTitle {
    background: #000;
}

.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;
}

.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('../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;
}

#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 .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: .9em;
}

.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-request-form {}

.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-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-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%;
}

#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;
}

.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-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;
}

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;
}

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(../images/knee-protection-program/brace-a22.jpg);
}

body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(2) {
    background-image: url(../images/knee-protection-program/brace-defiance.jpg);
}

body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(3) {
    background-image: url(../images/knee-protection-program/brace-fullforce.jpg);
}

body.knee-protection-submission .form-item-submitted-model-brace-model:nth-child(4) {
    background-image: url(../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(../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(../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(../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(../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;
}

@media (max-width:768px) {
    .motion-md-contact .webform-component-checkboxes .form-type-checkbox {
        padding: 0;
    }
}

.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 Neue', sans-serif;
    font-weight:  700;
}

.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;
}

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 Neue', sans-serif;
    font-weight:  300;
}

.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 Neue', sans-serif;
    font-weight: 500;
    -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(../../../all/themes/djoglobal_v025/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 {
    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 Neue', sans-serif;
    font-weight:  300;
    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 Neue', sans-serif;
    font-weight:  300;
    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: 22.5px;
}

.pop-over-form.altivate-contact-us .block-inner .form-actions {
    padding-top: 22.5px;
}

.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;
}

.captcha.form-wrapper legend {
    display: none;
}

.captcha.form-wrapper img {
    display: block;
    margin: 11.25px 0;
}

.captcha.form-wrapper {
    width: 100%;
}

nav#nav-main {
    z-index: 100;
    float: left;
    font-family: 'Uni Neue', sans-serif;
    font-weight:  700;

    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 Neue', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    color: #5f5f5f;
    font-size: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    position: relative;
    margin-right: 24px;
}

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-megamenu {
    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>.megamenu.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>.megamenu .nav-panel {
    overflow: hidden;
    padding-left: 22.5px;
}

nav#nav-main ul:first-child>li>.megamenu .nav-panel.has-switch {
    border-left: 1px solid #dcdcdd;
}

nav#nav-main ul:first-child>li>.megamenu .nav-panel-switch {
    overflow: hidden;
    padding-left: 22.5px;
}

nav#nav-main ul:first-child>li>.megamenu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    font-family: 'Uni Neue', sans-serif;
}

nav#nav-main ul:first-child>li>.megamenu .nav-panel-switch ul {
    padding: 0;
    margin-bottom: 11.25px;
    overflow: hidden;
    display: block;
}

nav#nav-main ul:first-child>li>.megamenu ul li a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.45;
    color: #5f5f5f;
}

nav#nav-main ul:first-child>li>.megamenu ul {
    position: relative;
}

nav#nav-main ul:first-child>li>.megamenu ul>li {
    font-size: 14px;
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    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>.megamenu .nav-panel ul.level-1>li>ul>li {
    font-size: 13px;
}

nav#nav-main ul:first-child>li>.megamenu ul.level-1>li>a {
    padding-bottom: 3.75px;
    color: #5f5f5f;
}

nav#nav-main ul:first-child>li>.megamenu .nav-panel-switch ul>li {
    text-transform: none;
    width: 100%;
    display: block;
    margin: 0;
}

nav#nav-main ul:first-child>li>.megamenu ul>li a:hover {
    color: #c8102e;
}

nav#nav-main ul:first-child>li>.megamenu 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>.megamenu ul>li.has-panel.active a {
    color: #5f5f5f;
    float: left;
    font-family: 'Uni Neue', sans-serif;
    font-weight: 700;
    background: #f8f8f8;
    padding-right: 10px;
}

nav#nav-main ul:first-child>li>.megamenu ul>li:nth-child(3n+1) {
    clear: left;
}

nav#nav-main ul:first-child>li>.megamenu ul>li>ul {
    display: block;
    padding: 0;
}

nav#nav-main ul:first-child>li>.megamenu ul>li>ul>li {
    text-transform: none;
    display: block;
    float: none;
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    height: auto;
    letter-spacing: normal;
    width: 100%;
    margin: 0;
    padding: 1px 0;
}

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 {
    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;
}

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 Neue', 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;
}

#sub-menu ul.menu li.expanded {
    position: relative;
}

#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;
}

.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(../../../all/themes/djoglobal_v025/images/pngs/facebook-white.png);
}

.brand-social-block a.fb_link.social-white {
    background-image: url(../../../all/themes/djoglobal_v025/images/pngs/facebook-white.png) !important;
}

.brand-social-block a.tw_link {
    display: inline-block;
    background-image: url(../../../all/themes/djoglobal_v025/images/pngs/twitter-white.png);
}

.brand-social-block a.tw_link.social-white {
    background-image: url(../../../all/themes/djoglobal_v025/images/pngs/twitter-white.png) !important;
}

.brand-social-block a.inst_link {
    background-image: url(../../../all/themes/djoglobal_v025/images/pngs/instagram-white.png);
}

.brand-social-block a.inst_link.social-white {
    background-image: url(../../../all/themes/djoglobal_v025/images/pngs/instagram-white.png) !important;
}

#sidebar-first .block {
    padding: 0 22.5px;
    margin-top: 5.625px;
}

#sidebar-first .block-menu h2.block-title {
    display: none;
}

#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 Neue', sans-serif;
    font-weight: 500;
    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(../../../all/themes/djoglobal_v025/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 Neue', 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 .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 Neue', sans-serif;
    font-weight:  300;
    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;
}


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>.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>.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;
}

#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%;
}

.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(https://www.djoglobal.com/sites/all/themes/djoglobal_v025/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;
}

.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;
}

body.page-products-brand #sidebar-first {
    border: none;
}

.block-facetapi .item-list {
    overflow: auto;
    margin-bottom: 22.5px;
}

.block-facetapi h2 {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    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;
}

a.facetapi-limit-link {
    font-family: 'Uni Neue', 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 Neue', sans-serif;
    font-weight: 500;
    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(../../../all/themes/djoglobal_v025/images/pngs/icon-checkbox-unchecked.png) left center no-repeat;
}

.block-facetapi .item-list>ul li a.facetapi-active {
    font-family: 'Uni Neue', sans-serif;
    font-weight:  700;
    color: #000;
    background: url(../../../all/themes/djoglobal_v025/images/pngs/icon-checkbox.png) left center no-repeat;
}

.block-facetapi .item-list>ul li a:hover {
    color: #000;
}

#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;
}

.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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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;
}

#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 Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  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;
}

.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: .8em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.image-caption img {
    margin-bottom: .4em;
}

.image-caption.right {
    margin: .4em 0 2em 3em;
}

.image-caption.left {
    margin: .4em 3em 2em 0;
}

.round {
    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;
    }
}

div.vertical-center-outer {
    display: table;
}

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;
}

.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;
}

.menu-toggle {
    padding-top:24px;
}

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 Neue', 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(../../../all/themes/djoglobal_v025/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,
.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 Neue', sans-serif;
    font-weight: 500;
}

.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 Neue', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11.25px;
    background: transparent;
    border: none;
    color: #000;
    border-bottom: 1px solid #4d4d50;
    font-weight: 500;
}

.calendar-calendar td.empty {
    color: #ccc;
}

html.js input.form-autocomplete {
    background-image: url(https://www.djoglobal.com/sites/all/themes/djoglobal_v025/css/path-to-your/loader.gif);
    background-position: 100% 0px;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-position: 100% -20px;
}

@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;
}

.ui-widget-content {
    margin: 0;
    padding: 0;
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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(../../../all/themes/djoglobal_v025/images/pngs/accordion-closed.png) no-repeat;
    background-position: center center;
}

.ui-state-active .ui-icon {
    background: url(../../../all/themes/djoglobal_v025/images/pngs/accordion-open.png) no-repeat;
    background-position: center center;
}

.ui-state-hover .ui-icon {
    background: url(../../../all/themes/djoglobal_v025/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 Neue', 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 Neue', sans-serif;
    font-weight: 500;
    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 b {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
}

#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;
}

#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;
}

#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 Neue', sans-serif;
    font-weight:  700;
    font-style: 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;
}

.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('../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 Neue', 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 Neue', sans-serif;
    font-weight:  700;

    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;
}

.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(../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(../images/brand-landing/exos/bk-lower-extremity.jpg);
}

body.exos-brand-pages .exos-category-panel#nav-panel-spine {
    background-image: url(../images/brand-landing/exos/bk-spine.jpg);
}

body.exos-brand-pages .exos-category-panel#nav-panel-upper-extremity {
    background-image: url(../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 Neue', sans-serif;
    font-weight:  700;

    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('../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('../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('../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(https://www.djoglobal.com/sites/all/themes/djoglobal_v025/css/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 Neue', sans-serif;
    font-weight:  700;

    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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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(../../../all/themes/djoglobal_v025/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('../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('../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('../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('../images/brand-landing/surgical/section-hip-bw.jpg');
    background-size: cover;
    background-position: center center;
}

body.surgical-brand-pages #section-knee {
    background-image: url('../images/brand-landing/surgical/section-knee-bw.jpg');
    background-size: cover;
    background-position: center center;
}

body.surgical-brand-pages #section-shoulder {
    background-image: url('../images/brand-landing/surgical/section-shoulder-bw.jpg');
    background-size: cover;
    background-position: center center;
}

body.surgical-brand-pages #section-elbow {
    background-image: url('../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) {
    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 .view-grouping {
        width: 100%;
        display: block;
    }

    .brands-landing .pre-facet-text {
        display: block !important;
        float: none;
    }

    .view-our-brands-landing .views-row {
        width: 37%;
    }

    .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-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;
    }

    .form-sign-up #webform-component-first-name,
    .form-sign-up #webform-component-email {
        width: 190px;
    }

    .page-products #content-wrapper {
        width: 72%;
    }

    .view-products-search .solr-product {
        width: 43%;
    }

    .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;
    }

    .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;
    }

    .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 .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;
    }
}

@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;
    }

    #content-bottom .brand-page-videos {
        margin: 0;
        padding: 0;
    }

    .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;
    }

    .block-gmap-location {
        display: none;
    }

    body.node-type-surgeon .field-name-field-phy-location-image {
        display: block;
        float: none;
    }

    #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 .block-menu {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .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;
    }

    .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 {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .browse-by-condition img {
        width: 100%;
    }

    .conditions a {
        width: 100%;
    }

    .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;
    }

    #block-views-brands_resources-block,
    .surgical-ipad {
        display: block;
        width: 100%;
        padding: 0;
    }

    #block-views-brands_resources-block h2 {
        background-position: 20px 20px;
    }

    .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 .views-field-title {
        border: none;
    }

    .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;
    }

    .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%;
    }

    .view-product-accessories .views-row:last-child {
        border: none;
    }

    .rom-fb-left {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .rom-fb-right {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .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%;
    }

    .title-acl-bracing img {
        max-width: 100%;
        height: auto;
        width: auto\9;
    }

    .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;
    }

    .view-education-videos .views-field-field-thumbnail {
        margin: 0 auto 10px auto;
        overflow: hidden;
        width: 100%;
    }

    .section.tens-video,
    .section.full-video {
        width: 110%;
        left: -20px;
    }

    .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;
    }

    .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;
    }

    body.exprt #block-user-login {
        width: 280px !important;
    }

    .exprt .section {
        height: 480px;
    }

    .section#exprt-panel-03 {
        background: url('../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;
    }

    .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 .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;
    }

    .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;
    }

    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%;
    }
}

span.button {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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 Neue', sans-serif;
    font-weight: 500;
    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('../images/icons/icon-pdf-small.png') no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    height: 35px;
    display: block;
    color: #444 !important;
    font-style: italic;
}


/* footer */

#content-bottom {
    overflow: hidden;
}

#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;
}

.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;
    }
}


.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);
}

.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);
}

/* mta */
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
}

.text-red {
    color: rgb(196,17,47);
}

.text-black {
    color :#000;
}
.two-rem {
    font-size: 2rem
}

.djo_breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.djo_breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.djo_breadcrumb-item + .djo_breadcrumb-item {
  padding-left: 0.5rem;
}

.djo_breadcrumb-item + .djo_breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgb(196,17,47);
  content: ">";
}

.djo_breadcrumb-item + .djo_breadcrumb-item:hover::before {
  text-decoration: underline;
}

.djo_breadcrumb-item + .djo_breadcrumb-item:hover::before {
  text-decoration: none;
}

.djo_breadcrumb-item.active {
  color: #c3c3c3);
  font-weight: bold;
}

.djo_breadcrumb-item a {
    color:#4d4d50;
}

.djo_breadcrumb-item a:hover {
    color:rgb(196,17,47);
}

.list-default {
  list-style: disc !important
}

.font-bold {
    font-weight: bold;
}

/* menu full */


a:hover {
    text-decoration: none;
}

.container.padding-0 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}


.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-0 .row,
.container.padding-0 .row {
    margin-left: 0;
    margin-right: 0;


}

a {
    color:#c8102e;
}

a:hover {
    color: black;
}







/* menu fx */

.mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform .4s ease;
    transition: transform .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 .4s ease;
    -o-transition: opacity .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 .4s ease;
    -o-transition: none .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: .1s;
    -o-transition-delay: .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: .2s;
    -o-transition-delay: .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: .3s;
    -o-transition-delay: .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: .4s;
    -o-transition-delay: .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: .5s;
    -o-transition-delay: .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: .6s;
    -o-transition-delay: .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: .7s;
    -o-transition-delay: .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;
}


/* tabs */


.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0px;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

h2.resp-tab-active {
    background: #dbdbdb !important
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {}

.resp-jfit {
    width: 100%;
}


.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%;
    height: auto;
    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;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
    cursor: pointer;
    padding-left: 5.625px;
    background: transparent;
    overflow: hidden;
}

.pdp-images-nav .pdp-thumb img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
    overflow:hidden;
}

.pdp-images-nav .pdp-thumb.is-selected img,
.pdp-images-nav .pdp-thumb:hover img {
    filter: none;
    opacity: 1;
}

.field-name-field-references {
    font-size: 80%;
    margin-top: 45px;
    color: #4d4d50;
    text-align: left;
}


.field-name-pdp-thumbs {
    transform: rotate(90deg) translate(-100%, -100%);
    transform-origin: left top;
    position: absolute;
    left: 0;
    right: 45px;
    visibility: hidden;
}

.field-name-pdp-thumbs img{
    transform: rotate(-90deg)
}

.view-product-images {
    max-height: 640px;
    overflow: hidden;
}


/* fix for gdpr */
#cookie_consent_popup p {
     padding-right: 25px;
}