@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
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;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
/* fixing mozilla extra padding on buttons */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
/* @end */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: none;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eee;
}
a:hover,
a:focus {
  color: #000;
}
/* PLUGINS */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(56%);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #cccccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #ffffff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #ffffff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #ffffff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #ffffff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
/* Slider */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* END PLUGINS */
/*@import "_fonts.less";*/
/*@import "_base.less";*/
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif !important;
}
body.activeCanvas {
  overflow: hidden;
}
html {
  min-height: 100vh;
}
html.activeCanvas {
  overflow: hidden;
}
.pageWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.pageWrap > form {
  overflow: hidden;
}
.containerWrap {
  overflow: hidden;
}
@-webkit-keyframes subMenuShow {
  from {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes subMenuShow {
  from {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes megaMenuShow {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes megaMenuShow {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.canvasWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: -webkit-transform 0.4s ease-in-out, background-color 0.2s;
  transition: transform 0.4s ease-in-out, background-color 0.2s;
  background: #fff;
}
.canvasWrap.activeCanvas {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
a {
  outline: none;
  color: #0D5185;
}
a:focus {
  outline: none;
}
.form-control {
  box-shadow: none!important;
  outline: none!important;
  border: 1px solid #C3C3C3;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.top-0 {
  margin-top: 0!important;
}
.top-10 {
  margin-top: 10px!important;
}
.top-20 {
  margin-top: 20px!important;
}
.bottom-0 {
  margin-bottom: 0!important;
}
.bottom-10 {
  margin-bottom: 10px!important;
}
.bottom-20 {
  margin-bottom: 20px!important;
}
#spinnerLoad {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}
#mainWrap {
  border: 5px solid #0D5185;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo {
  display: inline-block;
  overflow: hidden;
}
.logo img {
  float: left;
  width: 157px;
}
.chatBtn {
  display: inline-block;
  padding: 10px 0 10px 50px;
  background: url(../images/chat-icon.png) no-repeat 0 50%;
  background-size: 40px auto;
  color: #0b527a;
  text-decoration: none;
  font-size: 16px;
  margin: 10px 15px;
}
.chatBtn:hover {
  color: #0b527a;
  text-decoration: none;
}
.userNav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.userNav li {
  display: inline-block;
  margin: 10px;
}
.userNav a {
  color: #0b527a;
  text-decoration: none;
}
.userNav a:hover {
  text-decoration: none;
  color: #0b527a;
}
.navTrigger {
  display: none;
}
.navWrap {
  padding: 10px 0;
  background: #0D5185;
  position: relative;
}
.searchHeader .btn {
  text-transform: uppercase;
  font-weight: 500;
}
.callHeader {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #0D5185;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
}
.callHeader span {
  font-size: 28px;
  font-weight: 700;
}
.followHeader {
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
}
.followHeader .followText {
  float: left;
  text-align: center;
  margin-top: 10px;
}
.followHeader .followImg {
  float: left;
  margin-bottom: -25px;
}
.followHeader p {
  color: #0D5185;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
}
.followHeader p:first-child {
  margin-top: 0;
}
.followHeader p a {
  color: #0D5185;
  text-decoration: none;
}
.followHeader p a:hover {
  color: #0D5185;
  text-decoration: none;
}
.followHeader p span {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.followHeader p em {
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.followHeader p img {
  margin-top: 5px;
}
.cartHeader {
  text-align: center;
  margin-top: 60px;
}
.cartHeader p {
  margin-top: 5px;
}
.cartHeader p:first-child {
  margin-top: 0;
}
.cartHeader p a {
  color: #0D5185;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}
.cartHeader p a > span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0AC4B2;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -10px;
}
.cartHeader p a:hover {
  text-decoration: none;
}
.cartHeader i,
.cartHeader svg {
  color: #A9ACAB;
  font-size: 36px;
  margin-right: 5px;
}
.mainMenu {
  /*
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  */
  position: relative;
  text-align: center;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
}
.mainMenu > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around;
  /*
    display:table;
    height:100%;
    min-height:100%;
    */
}
.mainMenu > ul > li {
  /*
      display:table-cell;
      vertical-align:middle;
      */
}
.mainMenu > ul > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainMenu > ul > li > a i,
.mainMenu > ul > li > a svg {
  color: #A3CCE2;
  margin-left: 10px;
  font-size: 20px;
}
.mainMenu > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -10px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
  display: none;
  -webkit-animation: subMenuShow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: subMenuShow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 100;
  margin: 0;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
.mainMenu > ul > li ul li {
  display: block;
  position: relative;
}
.mainMenu > ul > li ul li a {
  display: block;
  padding: 5px 20px;
  text-align: left;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.mainMenu > ul > li ul li:hover > a {
  text-decoration: none;
}
.mainMenu > ul > li ul li:hover > ul {
  display: block;
}
.mainMenu > ul > li ul li.hasChild:before {
  font-family: "Font Awesome 5 Regular";
  content: "\f0da";
  display: none;
}
.mainMenu > ul > li ul li.hasChild i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  color: #007bff;
}
.mainMenu > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -11px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 0;
  width: 200px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
  display: none!important;
  -webkit-animation: subMenuShow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: subMenuShow 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin: 0;
}
.mainMenu > ul > li ul li ul li {
  display: block;
}
.mainMenu > ul > li ul li ul li a {
  display: block;
  padding: 5px 20px;
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.mainMenu > ul > li ul li ul li:hover > a {
  text-decoration: none;
}
.mainMenu > ul > li ul li ul li:hover > ul {
  display: block;
}
.mainMenu > ul > li.hasMegaMenu {
  position: static;
}
.mainMenu > ul > li.hasMegaMenu > ul {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  -webkit-animation: megaMenuShow 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: megaMenuShow 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mainMenu > ul > li.hasMegaMenu > ul > li {
  display: table-cell;
  padding: 5px 20px 10px;
  border-left: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
.mainMenu > ul > li.hasMegaMenu > ul > li:first-child {
  border-left: 0;
}
.mainMenu > ul > li.hasMegaMenu > ul > li:hover > ul {
  display: block;
}
.mainMenu > ul > li.hasMegaMenu > ul ul {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  left: auto;
  top: auto;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}
.mainMenu > ul > li.hasMegaMenu > ul ul li a {
  padding: 5px 0;
}
.mainMenu > ul > li.hasMegaMenu > ul .megaMenuTitle {
  display: block;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0.125);
}
.mainMenu > ul > li.hasMegaMenu:hover > ul {
  display: table;
}
.mainMenu > ul > li:hover a {
  text-decoration: none;
}
.mainMenu > ul > li:hover > ul {
  display: block;
}
#mainNav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
#mainNav > li {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
#mainNav > li > a {
  background: #8ec4eb;
  background: -moz-linear-gradient(top, #bbdcf2 0%, #abd3ee 40%, #84c0e8 41%, #d0ecfc 100%);
  background: -webkit-linear-gradient(top, #bbdcf2 0%, #abd3ee 40%, #84c0e8 41%, #d0ecfc 100%);
  background: linear-gradient(to bottom, #bbdcf2 0%, #abd3ee 40%, #84c0e8 41%, #d0ecfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdcf2', endColorstr='#d0ecfc', GradientType=0);
  padding: 10px 40px 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #09518b;
  border: 1px solid #136fbb;
  border-bottom: 0;
  display: inline-block;
  width: auto;
}
#mainNav > li:hover > a {
  color: #09518b;
}
#mainNav > li:hover > ul {
  display: block;
}
#mainNav > li:first-child {
  margin-left: 0;
}
#mainNav ul {
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0;
  padding-top: 5px;
  -moz-box-shadow: 0px 5px 10px 0px #888;
  -webkit-box-shadow: 0px 5px 10px 0px #888;
  box-shadow: 0px 5px 10px 0px #888;
  display: none;
  z-index: 101;
  text-align: left;
}
#mainNav ul li {
  float: left;
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #ccc;
}
#mainNav ul li:first-child {
  border-top: 0;
}
#mainNav ul li a {
  float: left;
  width: 100%;
  white-space: nowrap;
  color: #03448a;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 30px 7px 15px;
  background: #fff;
}
#mainNav ul li a:hover {
  background: #FF9D00;
  background: -moz-linear-gradient(top, #ff9d00 0%, #d57b10 50%, #ff9d00 100%);
  background: -webkit-linear-gradient(top, #ff9d00 0%, #d57b10 50%, #ff9d00 100%);
  background: linear-gradient(to bottom, #ff9d00 0%, #d57b10 50%, #ff9d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9D00', endColorstr='#FF9D00', GradientType=0);
  color: #fff;
}
.canvasMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 290px;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
  visibility: hidden;
  background: #0D5185;
  color: #fff;
}
.canvasMenu.activeCanvas {
  visibility: visible;
}
.canvasOpen {
  vertical-align: middle;
  padding: 0;
  cursor: pointer;
  color: #fff;
  display: none;
  padding-right: 15px;
}
.canvasOpen .fa-times {
  display: none;
}
.canvasOpen.activeCanvas .fa-bars {
  display: none;
}
.canvasOpen.activeCanvas .fa-times {
  display: block;
}
.canvasOpen i {
  font-size: 32px;
}
.canvasClose {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 9980;
  cursor: pointer;
  transition: -webkit-transform 0.4s ease-in-out, opacity 0.35s, visibility 0.35s;
  transition: transform 0.4s ease-in-out, opacity 0.35s, visibility 0.35s;
  visibility: hidden;
  background: #000;
}
.canvasClose.activeCanvas {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
  visibility: visible;
  opacity: .1;
}
#footerNav {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 25px 0;
  text-align: center;
  font-size: 14px;
}
#footerNav li {
  display: inline-block;
  border-left: 1px solid #0D5185;
  padding-left: 10px;
  margin-left: 6px;
}
#footerNav li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footerNav li a {
  display: inline-block;
  color: #0D5185;
  text-decoration: none;
}
#footerNav li a:hover {
  color: #0D5185;
  text-decoration: underline;
}
.footerColumns {
  background: #0D5185;
  padding: 20px 0;
  color: #fff;
  margin-top: 15px;
}
.footerColumns p {
  margin-top: 5px;
  font-size: 14px;
}
.footerColumns h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logoFooter {
  display: inline-block;
}
.logoFooter img {
  float: left;
}
.footerCards {
  display: inline-block;
  margin-top: 10px;
}
.geoTrust {
  float: left;
  margin-left: 30px;
}
.geoTrust img {
  float: left;
}
.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: right;
}
.social li {
  display: inline-block;
  margin-left: 10px;
}
.social li:first-child {
  margin-left: 0;
}
.social li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #0D5185;
  padding-top: 6px;
  font-size: 24px;
}
.heroWrap {
  position: relative;
  border-bottom: 5px solid #0D5185;
  margin: 0 -15px;
}
.heroWrap .bx-wrapper .bx-pager {
  z-index: 99;
  bottom: 10px;
  text-align: center;
}
.heroWrap .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #8a8a8a;
  border: 0;
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2s ease-in-out;
}
.heroWrap .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #1e99cd;
}
.heroWrap .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover {
  background: #1e99cd;
}
.heroSlider {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.heroSlider li {
  float: left;
  width: 100%;
}
.heroSlider li img {
  float: left;
  width: 100%;
}
.heroSlider li a {
  float: left;
  width: 100%;
}
.articleWrap {
  float: left;
  width: 100%;
  position: relative;
}
.articleWrap .articleImg {
  float: left;
  width: 100%;
  border: 1px solid #C3C3C3;
  background: #fff;
  padding: 15px;
}
.articleWrap .articleImg a {
  float: left;
  width: 100%;
  text-align: center;
}
.articleWrap .articleImg img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 213px;
  max-width: 100%;
}
.articleWrap .articleName {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  color: #0D5185;
  font-size: 15px;
}
.articleWrap .articleName a {
  color: #0D5185;
  text-decoration: none;
}
.articleWrap .articleName a:hover {
  color: #0D5185;
  text-decoration: none;
}
.articleWrap .articleName h1,
.articleWrap .articleName h2,
.articleWrap .articleName h3,
.articleWrap .articleName h4,
.articleWrap .articleName h5,
.articleWrap .articleName h6 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
.articleWrap .articleName p {
  margin-top: 5px;
  color: #707070;
}
.articleWrap .articleName p b {
  color: #0D5185;
  font-size: 21px;
}
.articleWrap .articleName p em {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.relatedArticle .articleWrap .articleName p {
  color: #000;
}
.sectionHeader {
  text-align: center;
  font-weight: 700;
  color: #0D5185;
  font-size: 50px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}
.featuredArticles {
  padding: 0 20px 20px;
}
.pageWrap h1 {
  font-size: 30px;
  color: #0D5185;
  font-weight: 700;
}
.listingPagination {
  padding: 10px 0;
}
.listingPagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  font-weight: 700;
  font-size: 14px;
}
.listingPagination ul li {
  float: left;
  border-left: 2px solid #919191;
  padding-left: 5px;
  margin-left: 5px;
}
.listingPagination ul li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.listingPagination ul li a {
  color: #0D5185;
  text-decoration: none;
  float: left;
}
.listingPagination ul li a:hover {
  color: #0D5185;
  text-decoration: none;
}
.listingPagination p {
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #919191;
  margin: 0 10px;
}
.filterWrap {
  padding: 20px 0 10px;
}
.filterWrap label {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}
.filterWrap .btn {
  text-transform: uppercase;
  font-weight: 500;
}
.filterWrap .form-group {
  margin-right: 20px;
}
.filterWrap .form-control {
  margin-right: 10px;
}
.filterWrap .hiddenFilter {
  display: none;
}
.filterWrap .filterToggle {
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}
.filterWrap .plusToggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  display: block;
  background: #FF9D00;
}
.filterWrap .plusToggle:after {
  content: '';
  width: 20px;
  height: 3px;
  left: 50%;
  margin-left: 0;
  top: 50%;
  margin-top: 0;
  display: block;
  transform: rotate(90deg);
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #FF9D00;
}
.filterWrap.active .plusToggle:after {
  transform: rotate(0);
}
.filterWrap.active .hiddenFilter {
  display: block;
}
.btn {
  /*padding:5px 10px;*/
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #0AC4B2;
  color: #fff;
  box-shadow: none!important;
  outline: none!important;
  border-radius: 0;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.btn:hover {
  background: #0AC4B2;
  color: #fff;
}
.btn.btn-outline {
  color: #0D5185;
  border: 1px solid #0D5185;
  background: none;
}
.btn.btn-secondary {
  background: #FF9D00;
  color: #fff;
  border-color: #FF9D00;
}
.btn.btn-secondary:hover {
  background: #FF9D00;
  color: #fff;
  border-color: #FF9D00;
}
.btn.btn-primary {
  background: #0AC4B2;
  color: #fff;
  border-color: #0AC4B2;
}
.btn.btn-primary:hover {
  background: #0AC4B2;
  color: #fff;
  border-color: #0AC4B2;
}
.btn.btn-tertiary {
  background: #A3CCE2;
  color: #0D5185;
  border-color: #A3CCE2;
}
.btn.btn-tertiary:hover {
  background: #A3CCE2;
  color: #0D5185;
  border-color: #A3CCE2;
}
.btn svg,
.btn i {
  margin: 0 5px;
}
.input-group > .input-group-append > .btn {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.input-group > .input-group-prepend > .btn {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.form-group .btn {
  border-radius: .25rem;
}
.categoryWrap {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px;
}
.categoryWrap h3 {
  font-weight: 400;
  font-size: 21px;
  color: #0D5185;
  display: block;
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
  position: relative;
}
.categoryWrap h3 i,
.categoryWrap h3 svg {
  position: absolute;
  left: -30px;
  top: 0;
  color: #FF9D00;
  font-size: 24px;
}
.categoryWrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  display: inline-block;
}
.categoryWrap ul li {
  margin-top: 10px;
}
.categoryWrap ul a {
  color: #707070;
  text-decoration: underline;
}
.categoryWrap ul a:hover {
  color: #707070;
  text-decoration: none;
}
.relatedSliderWrap .relatedSlider {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.relatedSliderWrap .relatedSlider li {
  float: left;
  width: 196px;
}
.relatedSliderWrap .bx-controls-direction a {
  text-indent: initial;
  background: none;
  width: auto;
  height: auto;
  color: #0AC4B2;
  text-decoration: none;
  margin-top: -25px;
  font-size: 50px;
}
.relatedSliderWrap .bx-controls-direction a:hover {
  color: #0AC4B2;
  text-decoration: none;
}
.relatedSliderWrap .bx-controls-direction a.bx-prev {
  left: -25px;
}
.relatedSliderWrap .bx-controls-direction a.bx-next {
  right: -25px;
}
.relatedSliderWrap .bx-controls-direction a i {
  float: left;
}
.relatedSliderWrap h3 {
  font-weight: 700;
  color: #0D5185;
  font-size: 26px;
  margin: 30px 0 20px;
  font-weight: 400;
}
.relatedSliderWrap .relatedArticle .articleWrap .articleImg {
  height: 192px;
  overflow: hidden;
}
.relatedSliderWrap .relatedArticle .articleWrap .articleImg img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.relatedArticle {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.relatedArticle .articleWrap .articleName {
  padding: 10px 10px 0;
  font-size: 12px;
}
.relatedArticle .articleWrap .articleName h4,
.relatedArticle .articleWrap .articleName p {
  font-size: 12px;
}
.productTitle {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.productTitle h1 {
  font-size: 35px;
  color: #0D5185;
  font-weight: 400;
}
.productTitle h2 {
  font-size: 25px;
  color: #707070;
  font-weight: 700;
}
.productImage {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.productImage .imagePreview {
  float: left;
  width: 100%;
  text-align: center;
}
.productImage a {
  color: #0D5185;
  text-decoration: none;
}
.productImage a i,
.productImage a svg {
  font-size: 18px;
}
.productImage a:hover {
  color: #0D5185;
  text-decoration: none;
}
.productImage p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.productImage ul {
  font-size: 12px;
  margin-top: 10px;
}
.productImage .productThumbs {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  overflow-y: auto;
  border: 2px solid #b0b1b3;
}
.productImage .productThumbs a {
  float: left;
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0;
}
.productImage .productThumbs a img {
  max-width: 100%;
  height: auto;
}
.productShare {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.productShare li {
  display: inline-block;
  margin-left: 5px;
}
.productShare li:first-child {
  margin-left: 0;
}
.productShare li a {
  display: inline-block;
  text-decoration: none;
  color: #0AC4B2;
  font-size: 22px;
}
.productShare li a:hover {
  text-decoration: none;
}
.productInfo {
  float: left;
  width: 100%;
  /*
  height:320px;
  overflow-y:auto;
  */
  line-height: 1.5;
  font-size: 14px;
}
.productInfo h3 {
  font-size: 26px;
  color: #0D5185;
  font-weight: 400;
  margin: 0 0 10px;
}
.productInfo ul,
.productInfo ol {
  margin-left: 0;
  padding-left: 17px;
  margin-top: 15px;
}
.productInfo ul:first-child,
.productInfo ol:first-child {
  margin-top: 0;
}
.productInfo p {
  margin-top: 15px;
}
.productInfo p:first-child {
  margin-top: 0;
}
.productInfo table {
  margin-top: 15px;
}
.productInfo table:first-child {
  margin-top: 0;
}
.productInfo table th,
.productInfo table td {
  padding-right: 10px;
}
.productInfo table strong {
  font-weight: 400;
}
.productInfo p .fancyImage {
  color: #0D5185;
  text-decoration: none;
  font-size: 14px;
}
.productInfo p .fancyImage i,
.productInfo p .fancyImage svg {
  font-size: 18px;
}
.productInfo p .fancyImage:hover {
  color: #0D5185;
  text-decoration: none;
}
.configWrap {
  color: #0D5185;
}
.configWrap .configTitle {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #0D5185;
}
.configWrap .configField {
  float: left;
  width: 100%;
  margin: 7px 0 15px;
}
.configWrap select.form-control {
  height: 38px;
  width: auto;
}
.configWrap .btn {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 10px 10px 8px;
}
.configWrap .btn.btn-outline {
  text-transform: none;
  padding: 6px 10px 4px;
}
.configWrap h4 {
  font-size: 20px;
  color: #0D5185;
  font-weight: 400;
}
.configWrap p.text-center {
  font-weight: 700;
}
.configWrap label {
  font-size: 14px;
  font-weight: 700;
}
.configWrap select,
.configWrap textarea {
  font-size: 14px;
}
.configWrap textarea {
  resize: none;
  height: 115px;
}
.configWrap input[type="text"] {
  font-size: 14px;
}
.configWrap input[type="file"] {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
.configWrap .imprintColors {
  margin: 5px -2px 10px;
  float: left;
}
.inlineFields {
  display: flex;
  align-items: center;
}
.inlineFields label {
  white-space: nowrap;
  margin-right: 10px;
}
.inlineFields select {
  margin-top: 0;
}
.inlineFields .form-right {
  margin-left: 10px;
}
.inlineFields .form-left {
  margin-right: 10px;
}
.inlineRadio {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 7px;
  align-items: center;
}
.inlineRadio input {
  margin-right: 5px;
  align-items: center;
}
.inlineRadio label {
  font-weight: 400;
}
.inlineRadio.selectedColor label {
  white-space: nowrap;
  margin-right: 5px;
}
.inlineRadio.selectedColor .btn-text {
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
}
.inlineRadio.selectedColor .btn-text .ui-button-text {
  display: none;
}
.configTotal {
  float: left;
  width: 100%;
}
.configTotal .fa {
  color: #57a9ff;
  font-size: 30px;
  margin-left: 5px;
  line-height: 15px;
}
.configTotal p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.configTotal span {
  display: inline-block;
  margin-left: 5px;
}
.configTotal .totalValue {
  font-weight: 700;
  font-size: 24px;
}
.configTotal hr {
  margin: 10px 0;
}
.configTotal .unitPrice {
  font-size: 31px;
  color: #919191;
  font-weight: 500;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
}
.configTotal .shippingPrice {
  font-size: 31px;
  color: #919191;
  font-weight: 500;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
}
.configTotal .totalPrice {
  font-size: 34px;
  color: #0D5185;
  font-weight: 700;
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
}
.imprintColors {
  margin: 0 -2px;
}
.imprintColors a {
  float: left;
  padding: 2px;
}
.imprintColors a span {
  float: left;
  width: 22px;
  height: 22px;
  display: block;
}
.btn-text {
  background: none;
  border: 0;
  padding: 0;
}
.priceGridTable {
  width: 100%;
  font-size: 16px;
  color: #0D5185;
}
.priceGridTable th {
  /*font-weight:700;*/
}
.priceGridTable th,
.priceGridTable td {
  padding: 7px 5px 6px;
}
.priceGridTable .priceGridSubHeader td {
  background: #0D5185;
  color: #fff;
  font-weight: 700;
}
.priceGridTable .specialPrice th,
.priceGridTable .specialPrice td {
  background: #FF9D00;
  color: #fff;
  font-weight: 700;
}
.sidebar {
  float: left;
  width: 100%;
  color: #707070;
  padding-left: 30px;
}
.sidebar .filterTitle {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #0D5185;
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
  position: relative;
}
.sidebar .filterTitle i,
.sidebar .filterTitle svg {
  position: absolute;
  left: -30px;
  top: 1px;
  color: #FF9D00;
  font-size: 24px;
}
.filterBox {
  float: left;
  width: 100%;
}
.filterBox:first-child {
  border-top: 1px solid;
}
.filterBox .inlineFields {
  margin-top: 10px;
}
.filterBox .inlineFields .form-control {
  margin-right: 0;
}
.filterBox .inlineFields p {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 700;
}
.filterBox table {
  margin-top: 7px;
  width: 100%;
}
.filterBox table td {
  padding: 3px 0;
  width: 100%;
}
.filterBox table td input[type="checkbox"],
.filterBox table td input[type="radio"] {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}
.filterBox table td label {
  margin-left: 15px;
  display: block;
}
.filterButtons {
  overflow: hidden;
  margin: 20px -5px 0;
}
.filterButtons .btnWrap {
  float: left;
  width: 50%;
  padding: 0 5px;
}
.filterButtons .btn {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
}
.formWrap {
  padding: 10px 30px;
}
.formWrap .row {
  padding: 5px 0;
}
.formWrap .col-md-6 {
  display: block;
}
.formWrap .col-md-6 .col-md-12 {
  display: flex;
  align-items: center;
}
.formWrap .col-md-8,
.formWrap .col-md-7 {
  display: block;
}
.formWrap .col-md-8 .col-md-12,
.formWrap .col-md-7 .col-md-12 {
  display: flex;
  align-items: center;
}
.formWrap label {
  white-space: normal;
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
  text-align: right;
  width: 30%;
  font-weight: 700;
  float: left;
}
.formWrap .form-control {
  width: 50%;
  float: left;
}
.formWrap select,
.formWrap textarea {
  font-size: 14px;
}
.formWrap input[type="text"] {
  font-size: 14px;
}
.formWrap input[type="file"] {
  font-size: 14px;
}
.formWrap .small {
  font-weight: 700;
  color: #ff0000;
}
.formWrap h3 {
  font-size: 18px;
  font-weight: 700;
}
.formWrap h2 {
  font-weight: 700;
  font-size: 24px;
  color: #0D5185;
}
.formWrap .formSubmit {
  float: left;
  width: 100%;
  padding-left: 30%;
}
.formWrap #customFieldList {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.formWrap #customFieldList table {
  float: left;
  width: 70%;
}
.formWrap #customFieldList table label {
  white-space: initial;
  font-weight: 400;
  width: auto;
  display: flex;
  align-items: center;
}
.formWrap #customFieldList table label input[type="checkbox"],
.formWrap #customFieldList table label input[type="radio"] {
  margin-right: 5px;
}
.formWrap .autoLabel {
  white-space: initial;
  font-weight: 400;
  width: auto;
  display: flex;
  align-items: center;
}
.formWrap .autoLabel input[type="checkbox"],
.formWrap .autoLabel input[type="radio"] {
  margin-right: 5px;
}
.formWrap .autoLabel.pull-right {
  float: right;
  padding-right: 0;
}
.formWrap .btn {
  margin-top: 10px;
}
.formWrap.loginForm label {
  text-align: left;
}
.formWrap .fieldWrap label {
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.formWrap .fieldWrap table td {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 3px 0;
}
.formWrap table label {
  width: auto;
  float: none;
}
.cartPage table {
  max-width: 100%;
}
.cartPage table th,
.cartPage table td {
  padding: 5px 0;
  vertical-align: middle;
}
.cartPage table hr {
  margin: 5px 0;
}
.cartPage .uploadBtn {
  margin-top: 10px;
}
.cartPage .btn {
  margin-right: 10px;
}
.cartPage input[type="text"],
.cartPage input[type="email"],
.cartPage input[type="password"],
.cartPage input[type="phone"],
.cartPage input[type="file"],
.cartPage textarea,
.cartPage select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .25rem;
}
.cartPage input[type="text"]::-ms-expand,
.cartPage input[type="email"]::-ms-expand,
.cartPage input[type="password"]::-ms-expand,
.cartPage input[type="phone"]::-ms-expand,
.cartPage input[type="file"]::-ms-expand,
.cartPage textarea::-ms-expand,
.cartPage select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.cartPage input[type="text"]:focus,
.cartPage input[type="email"]:focus,
.cartPage input[type="password"]:focus,
.cartPage input[type="phone"]:focus,
.cartPage input[type="file"]:focus,
.cartPage textarea:focus,
.cartPage select:focus {
  border-color: #66afe9;
  outline: 0;
}
.cartPage input[type="text"]::-webkit-input-placeholder,
.cartPage input[type="email"]::-webkit-input-placeholder,
.cartPage input[type="password"]::-webkit-input-placeholder,
.cartPage input[type="phone"]::-webkit-input-placeholder,
.cartPage input[type="file"]::-webkit-input-placeholder,
.cartPage textarea::-webkit-input-placeholder,
.cartPage select::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.cartPage input[type="text"]::-moz-placeholder,
.cartPage input[type="email"]::-moz-placeholder,
.cartPage input[type="password"]::-moz-placeholder,
.cartPage input[type="phone"]::-moz-placeholder,
.cartPage input[type="file"]::-moz-placeholder,
.cartPage textarea::-moz-placeholder,
.cartPage select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.cartPage input[type="text"]:-ms-input-placeholder,
.cartPage input[type="email"]:-ms-input-placeholder,
.cartPage input[type="password"]:-ms-input-placeholder,
.cartPage input[type="phone"]:-ms-input-placeholder,
.cartPage input[type="file"]:-ms-input-placeholder,
.cartPage textarea:-ms-input-placeholder,
.cartPage select:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.cartPage input[type="text"]:disabled,
.cartPage input[type="email"]:disabled,
.cartPage input[type="password"]:disabled,
.cartPage input[type="phone"]:disabled,
.cartPage input[type="file"]:disabled,
.cartPage textarea:disabled,
.cartPage select:disabled,
.cartPage input[type="text"] [readonly],
.cartPage input[type="email"] [readonly],
.cartPage input[type="password"] [readonly],
.cartPage input[type="phone"] [readonly],
.cartPage input[type="file"] [readonly],
.cartPage textarea [readonly],
.cartPage select [readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.cartPage input[type="text"]:disabled,
.cartPage input[type="email"]:disabled,
.cartPage input[type="password"]:disabled,
.cartPage input[type="phone"]:disabled,
.cartPage input[type="file"]:disabled,
.cartPage textarea:disabled,
.cartPage select:disabled {
  cursor: not-allowed;
}
.cartPage #specialInstructions textarea {
  margin-top: 10px;
}
.cartPage h3 {
  font-weight: 700;
  font-size: 18px;
}
.cartPage h2 {
  font-weight: 700;
  font-size: 24px;
}
.cartPage .form-small {
  max-width: 100px;
  margin: 0 10px;
  display: inline-block !important;
}
.cartPage .smallFont ul {
  line-height: 1.5;
}
.cartPage .stroke {
  background: #ccc;
}
.cartPage .stroke td,
.cartPage .stroke th {
  padding: 10px;
}
.cartPage .paymentWrap table td {
  padding-right: 10px;
  vertical-align: top;
}
.cartPage .paymentWrap table td table td {
  vertical-align: middle;
}
.cartPage .paymentWrap select {
  max-width: 110px;
  margin-right: 10px;
  display: inline-block !important;
}
.cartPage .paymentWrap img {
  vertical-align: baseline;
}
.cartPage .paymentWrap input[type="radio"] {
  float: left;
  margin-top: 15px;
}
.cartPage .red {
  margin-bottom: 15px;
  display: block;
}
.red {
  color: #ff0000;
}
.inline-form-item {
  margin-left: 10px;
  margin-right: 10px;
}
.navTrigger {
  position: relative;
  width: 39px;
  height: 35px;
  cursor: pointer;
  display: none;
  border: 2px solid #116c9f;
  border-radius: 4px;
}
.navTrigger .hamburger {
  display: block;
  height: 21px;
  left: 4px;
  margin: 0;
  list-style: none;
  top: 5px;
  bottom: 0;
  position: absolute;
}
.navTrigger .hamburger li {
  width: 27px;
  height: 3px;
  background: #116c9f;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  float: none;
  margin: auto;
}
.navTrigger .hamburger li:nth-of-type(2),
.navTrigger .hamburger li:nth-of-type(3) {
  bottom: 0;
}
.navTrigger .hamburger li:nth-of-type(2) {
  -webkit-transition: -webkit-transform 0.25s 0.125s ease-in-out;
  -moz-transition: -moz-transform 0.25s 0.125s ease-in-out;
  transition: transform 0.25s 0.125s ease-in-out;
}
.navTrigger .hamburger li:nth-of-type(4) {
  -webkit-transition: -webkit-transform 0.25s 0.0625s ease-in-out;
  -moz-transition: -moz-transform 0.25s 0.0625s ease-in-out;
  transition: transform 0.25s 0.0625s ease-in-out;
}
.navTrigger .hamburger li:nth-of-type(3) {
  top: auto;
}
.navTrigger .hamburger li:nth-of-type(4) {
  bottom: 0;
}
.navTrigger.active .hamburger li:first-of-type {
  opacity: 0;
}
.navTrigger.active .hamburger li:nth-of-type(3) {
  opacity: 0;
}
.navTrigger.active .hamburger li:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navTrigger.active .hamburger li:nth-of-type(4) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.articleBadges {
  position: absolute;
  left: -4px;
  top: 0;
}
.articleBadges .articleBadge {
  float: left;
  clear: left;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 6px 3px;
  border-radius: 4px;
  line-height: 100%;
  font-size: 12px;
}
.articleBadges .articleBadge.newItem {
  background: #7ac943;
}
.articleBadges .articleBadge.onSpecial {
  background: #d4324b;
}
.row.inlineButtons {
  margin: 0 -5px;
}
.row.inlineButtons .col-md-6 {
  padding: 0 5px;
}
.uploadedFile {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.uploadedFile a {
  text-decoration: none;
  color: #ff0000;
}
.uploadedFile a:hover {
  text-decoration: none;
  color: #ff0000;
}
.errorMessages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #ff0000;
  font-size: 15px;
}
.errorMessages ul li {
  margin-top: 10px;
}
.errorMessages ul li:first-child {
  margin-top: 0;
}
.col-md-4 .articleWrap .articleImg {
  height: 252px;
  overflow: hidden;
}
.col-md-4 .articleWrap .articleImg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.innerContent {
  padding: 20px 30px;
  line-height: 1.5;
  font-family: Arial, Verdana, sans-serif !important;
}
.innerContent font {
  font-family: Arial, Verdana, sans-serif !important;
}
.innerContent hr {
  display: block;
}
.innerContent p,
.innerContent ul,
.innerContent ol,
.innerContent table {
  margin: 15px 0;
  display: block;
  overflow: hidden;
}
.innerContent ul,
.innerContent ol {
  padding-left: 38px;
}
.innerContent h2,
.innerContent h3,
.innerContent h4,
.innerContent h5,
.innerContent h6 {
  margin: 15px 0 10px;
  display: block;
}
.innerContent h2 {
  font-size: 24px;
}
.innerContent h3 {
  font-size: 22px;
}
.innerContent h4 {
  font-size: 20px;
}
.innerContent h5 {
  font-size: 18px;
}
.innerContent h6 {
  font-size: 16px;
}
.innerContent .indentText {
  padding: 0 30px;
}
.col-md-9 .articleWrap {
  margin: 10px 0;
}
/*
select {
  &.form-control {
    height:33px;
  }
}
*/
.popupDiv {
  display: none;
}
.titleLabel {
  margin-left: 37px;
}
.shippingList input[type="radio"],
.shippingList input[type="checkbox"] {
  float: left;
  margin-top: 2px;
}
.shippingList label {
  display: block;
  margin-left: 20px;
}
.catalogsBanner {
  margin: 10px -5px 0;
  overflow: hidden;
}
.catalogsBanner a {
  float: left;
  width: 50%;
  padding: 5px;
}
.catalogsBanner a img {
  float: left;
  max-width: 100%;
  height: auto;
}
.orderPage body {
  overflow: auto!important;
}
.orderPage {
  overflow: auto!important;
}
.bxSlider {
  margin: 0;
  padding: 0;
}
.homeMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.homeMenu li {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.homeMenu li:first-child {
  margin-top: 0;
}
.homeMenu li a {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #C3C3C3;
  text-decoration: none;
}
.homeMenu li a:hover {
  text-decoration: none;
}
.homeMenu li .menuImg {
  float: left;
  width: 69px;
  height: 69px;
  padding: 0 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.homeMenu li .menuImg img {
  max-width: 100%;
  max-height: 100%;
}
.homeMenu li .menuTitle {
  font-size: 26px;
  color: #0D5185;
  font-weight: 400;
}
.homeContent h3 {
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  color: #0D5185;
  font-weight: 700;
  text-transform: uppercase;
}
.categoryBanner {
  background: url(../images/2020/category-banner-bg.png) no-repeat;
  background-size: cover;
  height: auto;
  padding: 20px;
  background-position: 100% 100%;
}
.categoryBanner .row {
  min-height: 144px;
}
.categoryBanner h1 {
  font-family: futura-pt, "Helvetica Neue", Arial, sans-serif;
  font-size: 68px;
  color: #000;
  font-weight: 300;
}
.categoryBanner p {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.followSocial a {
  display: inline-block;
  margin: 0px 1px;
  font-size: 22px;
  text-decoration: none;
  color: #0D5185;
}
.followSocial a:hover {
  text-decoration: none;
  color: #0D5185;
}
.canvasNav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.canvasNav > li {
  width: 100%;
  border-top: 1px solid #fff;
}
.canvasNav > li:first-child {
  border-top: 0;
}
.canvasNav > li > a {
  width: 100%;
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.canvasNav > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.canvasNav > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.canvasNav > li ul li {
  width: 100%;
}
.canvasNav > li ul li a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}
.canvasNav > li ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.canvasSection {
  float: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #000;
}
.canvasSection:first-child {
  border-top: 0;
}
.productLayout {
  display: block!important;
  overflow: hidden;
}
.inlineGroup input[type="checkbox"],
.inlineGroup input[type="radio"] {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.shareForm .formField {
  padding: 5px 0;
}
.shareForm .messageField {
  padding: 5px 0;
}
.shareForm label {
  font-size: 16px;
  margin-bottom: 5px;
}
.shareForm .fieldButtons {
  margin-top: 10px;
}
.shareForm .fieldButtons button {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .productPage .col-md-5.pull-right {
    width: 50%;
  }
  .relatedSliderWrap {
    padding: 0 15px;
  }
  #mainNav > li > a {
    padding: 10px 25px 12px;
  }
  .followHeader .followImg {
    display: none;
  }
  .mainMenu > ul > li > a {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 992px) {
  #mainNav {
    display: inline-block !important;
  }
}
@media screen and (max-width: 992px) {
  .headerTagline {
    margin: 10px 0;
  }
  .headerTagline em {
    font-size: 24px;
  }
  .headerTagline small {
    font-size: 18px;
  }
  .headerTagline span {
    font-size: 40px;
  }
  .headerTagline strong {
    font-size: 30px;
  }
  .catalogWrap .col-md-3 {
    width: 100%;
  }
  .catalogWrap .col-md-9 {
    width: 100%;
  }
  .catalogWrap h1 {
    margin-top: 20px;
  }
  .navTrigger {
    display: inline-block;
    margin: 15px 0;
  }
  .navWrap {
    text-align: center;
  }
  #mainNav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    z-index: 999;
    text-align: left;
    display: none;
  }
  #mainNav > li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mainNav > li > a {
    float: left;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    border-top: 1px solid #136fbb;
  }
  #mainNav > li:first-child > a {
    border-top: 0;
  }
  #mainNav ul {
    position: relative;
    float: left;
    width: 100%;
    left: auto;
    top: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
  #mainNav ul ul {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .footerLinks {
    display: none;
  }
  .footerColumns {
    margin-top: 0;
    padding-top: 0!important;
  }
  .footerColumns:first-child {
    padding-top: 20px!important;
  }
  .footerColumns h6 {
    font-size: 16px;
  }
  .footerColumns p {
    text-align: center;
    font-size: 16px;
  }
  .footerColumns p img {
    height: 42px;
    margin: 5px;
  }
  .cartHeader {
    margin-top: 15px;
  }
  .callHeader {
    width: 100%;
    margin: 0!important;
  }
  .followHeader .followText {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .canvasOpen {
    display: table-cell;
  }
  .filterButtons .ui-button-text-only .ui-button-text {
    padding: .3em 0;
  }
  .geoTrust {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 100%;
    display: block;
    text-align: center;
  }
  .featuredArticles .col-md-3 {
    float: left;
    width: 50%;
  }
  .sectionHeader {
    font-size: 30px;
  }
  .catalogWrap .col-md-4 {
    float: left;
    width: 50%;
  }
  .filterWrap .form-group {
    margin-top: 10px;
  }
  .filterWrap .form-group:first-child {
    margin-top: 0;
  }
  .productPage .col-md-5.pull-right {
    width: 100%;
  }
  .userNav {
    font-size: 14px;
  }
  .homeMenu {
    margin-bottom: 30px;
  }
  .categoryBanner {
    background: none;
    padding: 0;
    height: auto;
    min-height: inherit;
  }
  .categoryBanner .row {
    height: auto;
    min-height: inherit;
  }
  .categoryBanner .col-md-4.mt-3,
  .categoryBanner .col-md-4.text-right {
    display: none;
  }
  .categoryBanner h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
  }
  .filterBox .hiddenFilter {
    display: none;
  }
  .sidebar .filterTitle {
    cursor: pointer;
  }
}
@media print {
  #header {
    display: none;
  }
  #footer {
    display: none;
  }
  #mainWrap {
    border: 0;
    max-width: 100%;
    padding: 0;
  }
  .productImage p {
    display: none;
  }
  .productImage .productShare {
    display: none;
  }
  .configWrap {
    display: none;
  }
  .relatedSliderWrap {
    display: none;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
}
