{% import 'Coded files/Custom/page/CSS/font-vars.css' %}


.compass-trigger {
  position: fixed;
  right: 17px;
  bottom: 15px;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  transition: all ease 350ms;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.compass-trigger-anim:not(.hovered) {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  /*   animation-delay: 3s; */
}
.compass-trigger.hovered {
  cursor: pointer;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.compass-nav {
  overflow: auto !important;
  position: fixed;
  display: none;
  z-index: 99998;
  bottom: 47px;
  right: 21px;
  background: #efefef;
  max-width: 380px;
  padding: 20px 25px 5px 30px;
  border-top: solid 1px #979797;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6705882352941176);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6705882352941176);
}
.compass-nav h2 {
  font-size: 20px;
  color: #cc0035;
  margin: 0;
  margin-bottom: 20px;
}
.compass-nav ol {
  padding-left: 18px;
  margin-left: 0px;
}
.compass-nav li {
  font-family: ;
  font-size: 15px;
  color: #000321;
  line-height: 20px;
  margin-bottom: 10px;
}
.compass-nav li a {
  font-family: ;
  font-size: 15px;
  color: #000321;
  text-decoration: none;
  line-height: 1;
}
.compass-nav li a:hover {
  color: #009792;
  text-decoration: none;
}
.compass-nav ol {
  list-style: none;
}
/* .compass-nav li:before { 
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
} */
.compass-nav-ins {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 99997;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.50);
  padding: 12px 85px 12px 20px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  transition: all ease 350ms;
}
.compass-nav-ins.compass-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.compass-trigger {
  opacity: 0;
}
.compass-trigger.compass-trigger-visible {
  opacity: 1;
}
.compass-nav-ins p {
  font-family: ;
  color: #fff;
  font-size: .85em;
  line-height: 1.25;
  margin: 0;
}



.compass-trigger.compass-int {
  bottom: calc(100% - 186px);
}
.compass-nav-ins.compass-int {
  bottom: calc(100% - 220px);
}

@-webkit-keyframes pulse_animation {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1); transform: scale(1); }
  40% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  60% { -webkit-transform: scale(1); transform: scale(1); }
  70% { -webkit-transform: scale(1.12); transform: scale(1.12); }
  80% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes pulse_animation {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  30% { -webkit-transform: scale(1); transform: scale(1); }
  40% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  60% { -webkit-transform: scale(1); transform: scale(1); }
  70% { -webkit-transform: scale(1.12); transform: scale(1.12); }
  80% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@media (max-height: 600px) {
  .compass-nav {
    top: 46px;
  }
}
@media (max-width: 568px) {
  .compass-nav li a span, .compass-nav li {
    font-size: 17px;
    line-height: 19px;
  }
  .compass-nav {
    max-width: 312px;
  }
}
@media (max-width: 414px) {
  .compass-nav {
    max-width: 280px;
  }
  .compass-nav li a span, .compass-nav li {
    font-size: 13px;
    line-height: 16px;
  }
}