/*!
Theme Name: Can-Dan
Theme URI: http://dev.fuelm.com/can-dan
Description: This theme is designed and developed for Can-Dan Rehatec Ltd.
Version: 1.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 18px;
}
ul li{
  margin-bottom: 10px;
}
ul li:last-child{
  margin-bottom: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ea1d25;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s ease;
}

a:hover {
  color: #1c1a1f;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

p, ul{
  margin:0 0 30px 0;
}
p:last-child{
  margin:0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.mb-35{
  margin-bottom: 35px;
}
.h-100{
  height: 100%;
}
.bg-white{
  background-color: #fff;
}
.big-text {
    font-size: 24px;
    font-weight: bold;
}
.half-section-content {
    padding-top: 150px;
    padding-bottom: 150px;
}
.half-section-image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.half-section-image,
.half-section-image .slides,
.half-section-image .owl-stage-outer,
.half-section-image .owl-stage,
.half-section-image .owl-item,
.half-section-image .slide{
  height: 100%;
  bottom: 20px;
  background: #2d2d2d;
}
.half-section-image .label {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: rgba(255, 255, 255, 0.7);
    height: auto;
    font-weight: bold;
}
.half-section-image .owl-dots {
    bottom: 45px;
    position: relative;
    z-index: 10;
    left: 30px;
}
.half-section-image .owl-carousel button.owl-dot{
  margin: 0 3px;
  padding: 6px !important;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.half-section-image .owl-dots button span{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    display: block;
}
.half-section-image .owl-dots button.owl-dot.active{
    border: 2px solid #fff !important;
}
.half-section-image .owl-dots {
  bottom: 35px;
  padding: 10px 0;
}
body{
      background-color: #EEF1F4;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color:#1C1A1F;
      line-height: 1.5;
      font-weight: 500;
      overflow-x: hidden;
}
#content{
  position: relative;
}
.home-sections {
    position: relative;
}
.home-sections:before,
#footer:before,
#content:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #EA1D25;
    z-index: 2;
}
.ytplayer-player-inline{
  position: absolute;
}
.content-wrap{
  padding: 100px 0;
}
.section{
  margin: 120px 0;
padding: 20px 0;
position: relative;
}
/* .home-sections .section{
  top: -120px;
} */
.heading-block {
    position: relative;
    margin-bottom: 60px;
    padding-top: 60px;
}

.heading-block:before{
  content:'';
  width: 64px;
  height: 3px;
  background-color: #28292A;
  position: absolute;
  top:0;
  left: 0;
  margin-left: 0;
  display: block;
}
.heading-block.center {
    text-align: center;
}
.heading-block.center:before{
  left: 50%;
  margin-left: -32px;
}
.heading-block h2{
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 48px;
  color: #1C1A1F;
}
.heading-block h3,
.heading-block .h3{
  font-size: 40px;
}
.heading-block p{
  font-size: 20px;
  color: #1C1A1F;
}
.hotspot-area {
    position: relative;
    text-align: center;
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 45px 0;
}
.hotspot-area:before {
  content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    display: block;
    top: 0;
    left: 10%;
    background: url(assets/img/dots.png) 0 0 repeat;
}
.hotspot-area img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
.hotspots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
margin: 0;
list-style: none;

}
.hotspots li{
    position: absolute;
    z-index: 3;
}
.hotspots li a{
    width: 32px;
    height: 32px;
    background:#EA1D25 url(assets/img/plus-icon.png) center center no-repeat;
    display: block;
    box-shadow: 0 0 25px rgba(234, 29, 37, 0.45);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.hotspots li:hover > a{
  animation: none;
}
.hotspots li span {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    width: 240px;
    display: block;
    position: absolute;
    left: 50%;
    top: 47px;
    text-align: center;
    margin-left: -120px;
    border-radius: 14px;
    box-shadow: 31px 35px 41px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.hotspots li:hover > span {
    opacity: 1;
    visibility: visible;
}
.mobile-hotspot{
  display: none !important;
}
.home .fancybox-bg,
.page-template-page-product-category .fancybox-bg {
    background: #ffffff;
  }
.home .fancybox-is-open .fancybox-bg,
.page-template-page-product-category .fancybox-is-open .fancybox-bg {
    opacity: 0.97;
}
.home .fancybox-slide--html .fancybox-close-small,
.page-template-page-product-category .fancybox-slide--html .fancybox-close-small {
    right: 50%;
    margin-right: -22px;
        border: 1px solid #000;
        border-radius: 50%;
}
.home .fancybox-content,
.page-template-page-product-category .fancybox-content {
    padding: 88px 44px 44px 44px;
    background: transparent;
    text-align: center;
}
.button {
    color: #1C1A1F;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: 64px;
    border: 2px solid #28292A;
    line-height: 64px;
    min-width: 256px;
    padding: 0 35px;
    transition: all 0.4s ease;
}
.button.button-block {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.4 !important;
    height: 84px !important;
}
.button.button-center {
    display: table;
    margin: 0 auto;
}
.button:hover {
    color: #fff;
    background-color: #28292A;
}
/* Header */
#header {
    position: fixed;
    z-index: 1048;
    width: 100%;
    top: 0;
    background-color: transparent;
    transition: all 0.4s ease;
}
#header:hover {
    background-color: #fff !important;
}
#header:hover  .search-link,
#header:hover  .menu-link  {
    background: transparent !important;
    color: #000 !important;
}
#header:before,
.page-title:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #EA1D25;
    z-index: 1;
}

.header-wrap{
  overflow: hidden;
}
#logo {
    padding: 23px 35px;
    margin-left: 35px;
    float: left;
}

#logo img{
    display: block;
        max-height: 74px;
        transition: all 0.4s ease;
}
#logo a.retina-logo{
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991.98px), not all, not all, not all, only screen and (max-width: 991.98px) and (min-resolution: 192dpi), only screen and (max-width: 991.98px) and (min-resolution: 2dppx) {
  #logo a.standart-logo{
    display: none !important;
  }
  #logo a.retina-logo{
    display: block;
  }
}
.header-nav {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1052;
}
.header-nav a{
  height: 120px;
  line-height: 120px;
  font-size: 24px;
  color: #fff;
  width: 120px;
  display: block;
  float: left;
  text-align: center;
}
.search-link {
    background: rgba(0, 0, 0, 0.25);
}
.menu-link {
    background: rgba(0, 0, 0, 0.5);
}
.video-close-link {
  font-size: 15px !important;
width: auto !important;
    padding: 0 30px;
    background: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
}
#side-panel .menu-link{
    background: transparent;
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px;
}
#header:hover .menu-link,
#header:hover .search-link,
#header:hover .video-close-link{
    background-color: #fff;
}
#header:hover .header-nav a{
    color: #000;
}

#side-panel {
    background: #ea1d25;
    padding: 100px 50px;
	overflow-y: scroll;
}
.slide-reveal-overlay {
    background: transparent !important;
}
#side-panel ul{
    margin-top: 35px;
    list-style: none;
    padding: 0;
}
#side-panel ul li a {
    color: #fff;
    font-size: 20px;
    opacity: 0.85;
    transition: all 0.4s ease;
}
#side-panel ul li:hover a {
    opacity: 1;
}
#header .search-form{
    position: absolute;
    top: 0;
    right: 240px;
    height: 120px;
    width: 640px;
    transition: all 0.4s ease;
    opacity: 0;
    top: -120px;
    visibility: hidden;
}
#header .search-form.active-form{
    opacity: 1;
    top: 0;
    visibility: visible;
}
#header .search-form label{
    width: 100%;
    margin: 0;
    height: 100%;
}
#header .search-form input{
    height: 183px; /*height without banner 120px;*/
    width: 100%;
    border: none;
    padding: 30px;
    color: #000;
    background: transparent;
}
.header-menu li{
  position: relative;
}
.menu-item-has-children ul.sub-menu {
    display: none;
}
.open_sub_menu {
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
}
#side-panel ul li ul {
    margin-top: 13px;
    padding-left: 15px;

}
#side-panel ul li ul li a {
    color: #fff;
    font-size: 16px;
    opacity: 0.85;
    transition: all 0.4s ease;
}
.page-title {
    background: #344D6D;
    padding: 350px 0 50px 0;
    color: #fff;
    position: relative;
}
.page-title-content{
  padding: 0 !important;
}
.page-title-content h1{
  padding: 15px 0;
  margin: 0 !important;
}
#header.unpinned {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: -120px;
}
#header.pinned {
    background: #fff;
}
#header.pinned.pinning-top {
    background: transparent;
}
#header.pinned .menu-link,
#header.pinned .search-link {
    background: transparent;
    color: #000;
}
#header.pinned.pinning-top .menu-link {
        background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#header.pinned.pinning-top .search-link {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}
#header.pinned #logo img {
    max-height: 56px;
}
#header.pinned .header-nav a {
    height: 100px;
    line-height: 100px;
    width: 100px;
}
#header.pinned.pinning-top #logo img {
    max-height: 74px;
}
#header.pinned.pinning-top .header-nav a {
    height: 120px;
    line-height: 120px;
    width: 120px;
}
#header.pinned:before{
    display: none;
}
#header.pinned #logo {
    margin-left: 0;
}
#header.pinned.pinning-top #logo {
    margin-left: 35px;
}
#header.pinned.pinning-top:before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #EA1D25;
    z-index: 1;
}
/* Footer */
#footer{
  padding: 90px 0;
  background: url(assets/img/dots-horizontal.png) center bottom repeat-x;
  position: relative;
}
#footer .widget{
  margin-bottom: 45px;
}
#footer .widget h6{
  font-weight: bold;
  color: #1C1A1F;
  font-size: 14px;
}

#footer .widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .widget ul li{
  color: #757575;
  margin: 0 0 5px 0;
}
#footer .widget ul li:first-child{
  margin: 0 0 25px 0;
}
#footer .widget ul li:last-child{
  margin: 0;
}
#mc_embed_signup_scroll .email {
    padding: 9px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}
#mc_embed_signup_scroll .button {
    height: 44px;
    line-height: 44px;
    background: transparent;
    max-width: 160px;
    min-width: inherit;
}
.copyright{
  margin-top: 45px;
}
.copyright p{
  font-size: 14px;
  color:#757575;
      padding: 5px 0;
}
ul.social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
ul.social-menu li{
    display: inline-block;
    margin-left: 10px;
}
ul.social-menu li a{
    display: block;
    width: 32px;
    height: 32px;
    background-color: #3C5575;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
}


/* Home */
#hero {
    background-size: cover !important;
height: 50vw !important;
    min-height: 400px;
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        overflow: hidden;
}

#hero #video-new {
    position: absolute;
    left: 0;
    right: 0;
    height: 114%;
    top: -6% !important;
}
#hero #video-new video {
    top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
  #hero #video-new video {
    width: initial;
  }
}



#hero:after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #EA1D25;
}
#hero h1,
#page-title h1{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
#video-bg{
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
.chat-link {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #1D242C url(assets/img/chat.png) center 23px no-repeat;
    background-size: 40%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 30px 10px 30px;
    z-index: 2;
    transition: all 0.4s ease;
}
.chat-link:hover {
    background-color: #EA1D25;
    color: #fff;
}
.cat-item img{
  margin-bottom: 40px;
}
.home-hero{
  background: url(assets/img/main-hero-bg.jpg) center center no-repeat;
  height: auto;
}
.home-hero:before {
    content: '';
    background: rgba(52, 77, 109, 0.38);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.home-hero .container,
.page-hero .container  {
  position: relative;
    z-index: 4;
}
.home-hero img,
.page-hero img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#hero .subtitle {
    margin-top: 60px;
    border-top: 1px solid #fff;
    padding-top: 15px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.video-link {
    width: 68px;
    height: 68px;
    background: url(assets/img/play.png) center no-repeat;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 60%;
    right: 15%;
    z-index: 3;
}
.news-item {
    background: #fff;
    box-shadow: 22px 42px 67px rgba(40, 91, 139, 0.11);
    margin-bottom: 30px;
}
.news-item-inner{
  padding: 30px;
}
.news-item-inner h3{
  font-size:18px;
  font-weight: bold;
}
.news-item-inner h3 a{
  color: #1C1A1F;
}
.news-item img{
  width: 100%;
}
.news-meta {
    font-weight: bold;
    color: #A5A5A5;
    margin-bottom: 25px;
}
.category-icon {
    position: absolute;
    width: 47px !important;
    height: 47px !important;
    top: 25px;
    left: 25px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -60px;
    outline: none;
}
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -60px;
    outline: none;
}
#bg-section .container {
    position: relative;
    z-index: 4;
}
#bg-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(89, 111, 138, 0.62);
}
#bg-section:after {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #EA1D25;
}
#bg-section .fp-tableCell {
    position: relative;
    z-index: 2;
}
#bg-section p{
  font-size: 16px;
}
.dark-section .heading-block:before {
    background-color: #fff;
}
.dark-section .heading-block h2 {
    color: #fff;
}
.dark-section .heading-block p {
    color: #fff;
}
.dark-section .button {
    color: #fff;
        border: 2px solid #fff;
}
.dark-section .button:hover {
    color: #28292A;
    background-color: #fff;
        border: 2px solid #fff;
}
.section-label {
    position: absolute;
    right: 0;
    max-width: 180px;
    text-align: left;
    font-weight: bold;
    bottom: 0;
}
.f-h-label {
    position: absolute;
    right: 0;
    width: 25%;
    text-align: left;
    font-weight: bold;
    top: 0;
    height: 100%;
    padding: 50px;
    background: rgb(122,148,180);
    background: linear-gradient(0deg, rgba(122,148,180,1) 0%, rgba(48,73,104,1) 50%, rgba(79,105,137,1) 200%);
    color: rgba(255, 255, 255, 0.63);
}
.f-h-label.f-h-left {
    right:inherit;
    left: 10px;
    border-bottom: 200px solid #eef0f4;
}
.fly-image{
  position: relative;
  top: 5%; 
}
/* Single Product Detail */
.woocommerce div.product{
  margin-bottom: 100px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px -10px 0 -10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding:10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-bottom: 4px solid #fff;
    transition: all 0.4s ease;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border-bottom: 4px solid #ea1d25;
}
.woocommerce .entry-summary ul li{
  margin-bottom: 4px;
  line-height: 1.5;
}
.page-menu-section {
    padding: 0 !important;
    margin: 0 !important;
}
.is-sticky .page-menu-section {
    padding: 0;
    margin: 0;
    z-index: 10010 !important;
}
.page-menu{
  list-style: none;
  display: table;
  margin: 0 auto;
}
.page-menu li{
  display: inline-block;
  margin: 0 30px;
}
.page-menu li a {
    color: #1C1A1F;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    display: block;
    margin: 0 !important;
    position: relative;
}
.page-menu li a.active::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #ea1d25;
    display: block;
    position: absolute;
    bottom: 0;
}
.tab-title {
    font-weight: bold;
    font-size: 36px;
}
.tab-content-area {
    padding: 120px 0;
}
.tab-content-area:after {
    content: '';
    width: 100%;
    max-width: 1110px;
    border-bottom: 2px solid #1C1A1F;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -120px;
}
.tab-content-area h4{
    margin-bottom: 20px;
    font-weight: bold;
}
.tab-content-area:last-child{
  margin-bottom:0;
  padding-bottom: 0;
}
.tab-content-area:last-child:after{
  display: none;
}
.size-item{
  margin-bottom: 50px;
}
.size-item:last-child ul{
  margin-bottom: 0;
}
.size-item:last-child{
  margin-bottom: 0;
}
.accesories-grid{
  list-style: none;

}
.accesories-grid{
  list-style: none;
}

.accesories-grid img{
  margin-bottom: 10px;
  width: 100%;
}
.accesories-grid-item{
  margin-bottom: 40px;
}
.doc-list{
  list-style: none;
}
.doc-list li a{
  border-bottom: 1px solid #B1B3B5;
  padding: 30px 0;
  display: block;
  font-weight: 500;
}
.cta-center{
  text-align: center;
}
.cta h3{
  margin-bottom: 40px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #1C1A1F;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: 60px;
    border: 2px solid #28292A;
    line-height: 56px;
    padding: 0 35px;
    transition: all 0.4s ease;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background-color: #28292A;
}
#quote-form{
  max-width: 738px;
  background: #eef0f4;
}
#quote-form h3{
    max-width: 480px;
    text-align: center;
    margin: 35px auto 50px;
    border-bottom: 1px solid #c4c9d4;
    padding-bottom: 35px;
    font-weight: 600;
    line-height: 1.3;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 42%;
}
.woocommerce div.product .product_title {

    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}

/* About */
.half-section-content p {
    font-size: 24px !important;
}
.big-content p{
  font-size: 20px;
  font-weight: 400;
}
.category-items{
  margin-top:90px;
  margin-bottom: 90px;
}
.category-items img{
  margin-bottom: 0;
}
.button-dark{
  background: #3C5575;
  border-color: #3C5575;
  color: #fff;
}
.button-big{
  font-size: 20px;
}
.category-items .button{
  text-align: left;
}
.center-buttons{
  text-align: center;
}
.center-buttons .button{
  margin: 10px;
}
/* Blog */
.blog-sidebar{
    padding: 50px 45px 50px;
    background: #fff;
    box-shadow: 22px 42px 67px rgba(40, 91, 139, 0.11);
}
.blog-sidebar .share-title,
.post-meta-item-title{
  text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}
/* Contact */
.form-section{
    max-width: 738px;
    margin: 0 auto;
}

.location-widget {
    padding: 15px 45px 50px;
    background: #fff;
    box-shadow: 22px 42px 67px rgba(40, 91, 139, 0.11);
}

.location-widget h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 10px 0;
}
.location-widget h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    opacity: 0.5;
}

.location-item {
    margin: 20px 0;
}

.owl-carousel .owl-stage-outer{
  overflow: inherit !important;
}
.owl-carousel .owl-item{
  opacity: 0;
}
.owl-carousel .owl-item.active{
  opacity: 1;

}
.back-link{
  clear: right;
    display: inherit;
    margin: 30px 0 45px 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome select {
  height: 47px;
border: 0;
padding: 10px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {

    background: transparent;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {

    background: #28292A;
}
.gform_wrapper textarea{border: 0;
padding: 10px !important;}
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px !important;
}

.dealer h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.dealer ul {
    margin-bottom: 15px;
}
.search-result{
  list-style: none;
  padding: 0;
}
.search-result li{
  border-bottom: 1px solid #B1B3B5;
  padding: 30px 150px 30px 0;
  display: block;
  font-weight: 500;
  position: relative;
}
.search-result li a {
    display: block;
    margin-top: -35px;
    position: absolute;
    right: 0;
}
.search-page-form {
    margin-bottom: 15px;
}
.search-page-form label{
    width: 100%;
}
.search-page-form .search-field{
    width: 100%;
    padding: 15px;
    border: none;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}
.search-page-form .search-submit{
  display: none;
}
.error-404 {
    padding: 100px 0;
    margin-top: 120px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.error-404 h1{
  font-size: 120px;
  font-weight: 900;
  text-align: center;
  color: #1c1a1f;
}
.error-404 h2{
    font-size: 32px;
    opacity: 0.5;
    margin-bottom: 35px;
    text-align: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(234, 29, 37, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(234, 29, 37, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(234, 29, 37, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(234, 29, 37, 0.6);
    box-shadow: 0 0 0 0 rgba(234, 29, 37, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(234, 29, 37, 0);
      box-shadow: 0 0 0 15px rgba(234, 29, 37, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(234, 29, 37, 0);
      box-shadow: 0 0 0 0 rgba(234, 29, 37, 0);
  }
}


.news-sec{overflow:hidden;}

/* BEGIN - CSS Spacing Toolkit */
.mx-auto{margin-left:auto;margin-right:auto}
.m0{margin:0}
.mt0{margin-top:0}
.mt1{margin-top:.313rem}
.mt2{margin-top:.625rem}
.mt3{margin-top:.938rem}
.mt4{margin-top:1.25rem}
.mt5{margin-top:1.563rem}
.mt6{margin-top:1.875rem}
.mt7{margin-top:2.5rem}
.mt8{margin-top:3.125rem}
.mt9{margin-top:3.75rem}
.mt10{margin-top:5rem}
.mt11{margin-top:6.25rem}
.mt12{margin-top:8.75rem}
.mb0{margin-bottom:0}
.mb1{margin-bottom:.313rem}
.mb2{margin-bottom:.625rem}
.mb3{margin-bottom:.938rem}
.mb4{margin-bottom:1.25rem}
.mb5{margin-bottom:1.563rem}
.mb6{margin-bottom:1.875rem}
.mb7{margin-bottom:2.5rem}
.mb8{margin-bottom:3.125rem}
.mb9{margin-bottom:3.75rem}
.mb10{margin-bottom:5rem}
.mb11{margin-bottom:6.25rem}
.mb12{margin-bottom:8.75rem}
.pl0{padding-left:0}
.p0{padding:0}
.pt0{padding-top:0}
.pt1{padding-top:.313rem}
.pt2{padding-top:.625rem}
.pt3{padding-top:.938rem}
.pt4{padding-top:1.25rem}
.pt5{padding-top:1.563rem}
.pt6{padding-top:1.875rem}
.pt7{padding-top:2.5rem}
.pt8{padding-top:3.125rem}
.pt9{padding-top:3.75rem}
.pt10{padding-top:5rem}
.pt11{padding-top:6.25rem}
.pt12{padding-top:8.75rem}
.pb0{padding-bottom:0}
.pb1{padding-bottom:.313rem}
.pb2{padding-bottom:.625rem}
.pb3{padding-bottom:.938rem}
.pb4{padding-bottom:1.25rem}
.pb5{padding-bottom:1.563rem}
.pb6{padding-bottom:1.875rem}
.pb7{padding-bottom:2.5rem}
.pb8{padding-bottom:3.125rem}
.pb9{padding-bottom:3.75rem}
.pb10{padding-bottom:5rem}
.pb11{padding-bottom:6.25rem}
.pb12{padding-bottom:8.75rem}
/* END - CSS Spacing Toolkit */

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
	margin-top: 2px !important;
}

.acsb-trigger {
	height: 60px !important;
	width: 60px !important;
}
.acsb-trigger span.acsb-trigger-icon svg {
	max-width: 30% !important;
    max-height: 40% !important;
}

body #olark-container {
	z-index: 999999999999 !important;
}

/* BEGIN - Hosting Maintenance template */
.post-password-form input[type=password]
{
    width: 100%;
    display: block;
    margin: 5px 0 20px;
    padding: 15px 12px;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: inherit;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-password-form {
	max-width: 900px;
    margin: 200px auto;
}
.hosting-page-wrap {
	margin: 60px 0;
}
.hosting-header-wrap {
    margin-bottom: 2.5rem;
    text-align: center;
}
.hosting-list-wrap {
	max-width: 800px;
	margin: 0 auto 4rem;
}
.hosting-list-wrap li {
	display: table;
	width: 100%;
    padding: .5em 1em;
    background: #fafafa;
    list-style: none;
}
.hosting-list-wrap li:nth-child(even) {
    background: #f3f3f3;
}
.hosting-list-wrap .hosting-list-left,
.hosting-list-wrap .hosting-list-right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.hosting-list-wrap li p {
    margin-bottom: 0;
}
.hosting-list-wrap li p strong {
    display: inline-block;
    width: 50%;
}
.hosting-form-wrap {
    margin: 80px auto 40px;
}
.hosting-form-wrap,
.hosting-form-wrap .gform_wrapper form {
    text-align: center;
}
/* END - Hosting Maintenance template */


table.variations tr {
	height: 50px;
    display: flex;
    gap: 10px;
    align-items: end;
}
table.variations select {
	height:45px;
}

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
	    font-size: 18px;
    color: #003d4b;
    font-weight: bold;
	text-align:center;
}
.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	background-color: #e5e4e4;
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #c9c9c9;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	background-color: #f3f3f3;
	line-height:1.8;
	text-align:center;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

.cat-item img {
	height:230px;
    max-height: 230px;
    width: 100%;
    object-fit: cover;
}


/* New Main Nav 12.7.23 */
header#header .container-fluid {
	display:flex;
	justify-content:space-between;
	gap:20px;
}
#logo, .header-nav {
	float:none !important;
}
#mega-menu-wrap-mega-menu {
	background:transparent !important;
}
header#header .main_nav {
	display:grid !important;
	align-items:center;
	width:100% !important;
}
#header.pinned.pinning-top .header-nav a, #header.pinned.pinning-top .header-nav a {
	display:none !important;
}

.main_nav ul#menu-header {
	display: grid;
    grid-template-columns: 150px 150px 150px 150px;
    gap: 5px;
    padding: 0;
    align-items: center;
    margin: 0 !important;
    list-style: none;
}






/* Add to your custom styles */
/*
ul#menu-header li {
	position:relative !important;
	margin:0 !important;
}
#menu-item-1039 a, #menu-item-1041 a {
	right:0 !important;
}

.menu-item {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-item:hover > .sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
}
*/


#mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	line-height:1.1 !important;
	margin-bottom:20px !important;
	text-transform:normal !important;
	font-size:14px !important;
}
/*
#header.pinned #mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-item > a.mega-menu-link {
	color:#000 !important;
}

#header.pinned.pinning-top #mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-item > a.mega-menu-link {
	color:#fff !important;
}

#header:hover #mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-item > a.mega-menu-link {
	color:#000 !important;
} 

#mega-menu-wrap-mega-menu #mega-menu-mega-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background:transparent !important;
}
*/


.menu-link {
	display:none;
}


@media(max-width:1080px) {
	.menu-link {
	display:block !important;
}
	.main_nav {
		display:none !important;
	}
}


/* Canada Legislation Page */

.link_list .two-column-section p:nth-child(1) {
	background: #3C5575 !important;
    padding: 20px !important;
    color: #fff !important;
}

.link_list .two-column-section p {
	padding: 20px;
    margin: 0;
    background: #fff !important;
}
.link_list .two-column-section a {
    color: #000;
    text-decoration:underline;
	font-weight:900 !important;
}


.page-id-1375 #wrapper h4 {
	font-size:2rem;
	font-weight:bold;
}

.link_list #wrapper > div.landing-wrap > div:nth-child(5) {
	padding:0;
}

.link_list #wrapper > div.landing-wrap > div .heading-block.center:before {
	display:none;
}
.link_list #wrapper > div.landing-wrap > div p {
	font-size:16px !important;
}
.link_list #wrapper > div.landing-wrap > div .col-md-9 {
	max-width:100% !important;
	flex:0 0 100% !important;
}
.link_list #wrapper > div.landing-wrap > div .heading-block {
	padding:20px;
	margin:0;
}
.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(6) .content-wrap {
	padding-top:0px !important;
}

.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(6) {
	padding-top:50px !important;
}
.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(7) {
	padding-top:50px !important;
}
.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(7) .category-items {
	margin-top:0px;
}
.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(7) a.button {
	width:100%;
}


.page-id-1375 .landing-wrap #hero {
	max-height:750px !important;
	min-height:750px !important;
}
/*
.link_list #wrapper > div.landing-wrap > div:nth-child(4) > div > div > div:nth-child(1), .link_list #wrapper > div.landing-wrap > div:nth-child(4) > div > div > div:nth-child(2), .link_list #wrapper > div.landing-wrap > div:nth-child(4) > div > div > div:nth-child(1) > div, .link_list #wrapper > div.landing-wrap > div:nth-child(4) > div > div > div:nth-child(2) > div {
	padding:0px !important;
	padding-right:0px !important;
	padding-left:0px !important;
}

.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(4) > div > div {
	background-color:#fff !important;
}
*/
.image_two_col .text--left, .image_two_col .text--right {
	padding:0 !important;
}
.image_two_col .text--left p:first-child, .image_two_col .text--right p:first-child {
	margin-bottom:0 !important;
}
.image_two_col .text--left h3, .image_two_col .text--right h3 {
	padding:20px;
	background:#fff !important;
	margin:0;
}
.image_two_col .text--left p:not(:first-child), .image_two_col .text--right p:not(:first-child) {
	padding:10px 20px;
	background:#fff !important;
	margin:0;
}

.page-id-1375 .accordion__title {
	background: #3C5575 !important;
    color: #fff !important;
}
.page-id-1375 .accordion__arrow {
	background-color:transparent !important;
}

/*
.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(5) > div > div > div {
	width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
*/

/* INDIVO PAGE EDITS Jan 31 2025 */

.page-id-1687 #content .heading-block p {
  font-size: revert;
}

.page-id-1687 #content .content-wrap .container div:nth-of-type(3) {
  display: none;
}


.spec-table {
	display: flex;
    flex-direction: column;
    width: 100%;
    color: #2b2b2b;
}

.spec-table__row {
	flex-direction: row;
    border-top: 1px solid #dcdcdc;
    padding: 30px 15px;
    display: flex;
}

.spec-table__label {
	width: 30%;
    padding: 0 20px 0 0;
}

.spec-table__spec {
	width: 70%;
}

@media(max-width:769px) {
	.spec-table__label {
		width: 100%;
	}

	.spec-table__spec {
		width: 100%;
	}
}

.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(7) > div > div > div > div {
	padding:0px;
}

.page-id-1375 #wrapper > div.landing-wrap > div:nth-child(7) > div > div > div > div:before {
	display:none;
}

.checkmark_container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
	margin-bottom:5rem;
}
.checkmark_container .checkmark svg {
	width:20px;
	fill:green;
	margin-left:20px;
}
.checkmark_container .checkmark p {
	width:100%;
	text-align:center;
}
.checkmark_container .checkmark {
	display: flex;
    gap: 20px;
    align-items: center;
}

@media(max-width:769px) {
	.checkmark_container {
		grid-template-columns: 1fr;
	}
}



.page-id-1687 #content > div > div.container.clearfix > div.row.content-row {
	padding-bottom:0 !important;
}

.page-id-1687 #content > div > div.section.bg-transparent.m-0 {
	margin-bottom:-100px !important;
}

.page-id-1687 #hero {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.page-id-1687 .cat-item img {
	object-fit:contain !important;
}

.page-id-1687 #content > div > div.container.clearfix > div.row.content-row > div:nth-child > a {
	height:85px !important;
} 


/* INDIVO PAGE EDITS Jan 31 2025 */

.page-id-1687 #content .heading-block p {
  font-size: revert;
}

.page-id-1687 #content .content-wrap .container div:nth-of-type(3){
  display: none;
}

#mega-menu-item-2087 {
	padding:15px !important;
}

/* Side Menu Scroll Fix */
#side-panel{
	overflow-y: scroll;
}