/*
    BFS Tool Tips

    STYLESHEET
    VERSION 1.0
    AUTHOR Dynamis Ltd 
    AUTHOR URL http://www.dynamis.co.uk/

*/
/*#region Variables*/
/*#endregion*/
/*#region Tool Tips*/
.tool-tipBFS {
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  padding-top: 3em;
  margin: 0 0 1rem 0;
  z-index: 210;
  text-align: left;
  font-size: 0.8em !important;
  box-shadow: 0px 0px 12px rgba(50, 39, 68, 0.0784313725), 0px 0px 1px rgba(50, 39, 68, 0.3215686275), 0px 8px 16px -8px rgba(50, 39, 68, 0.8);
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .tool-tipBFS {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 1em;
    padding-right: 2em;
    margin-top: 0.5em;
  }
  .tool-tipBFS a {
    font-size: 100%;
  }
  .tool-tipBFS p {
    display: block;
    margin: 0 !important;
    text-align: left !important;
  }
  .tool-tipBFS p:not(:last-of-type) {
    margin-bottom: 1em !important;
  }
  .tool-tipBFS .tt-close {
    position: absolute;
    font-size: 1.5em;
    top: 0;
    padding: 0.3em 0.5em;
    top: 10px;
    right: 10px;
    /*1000px - desktop styling*/
  }
}
@media (min-width: 62.5em) and (min-width: 62.5em) {
  .tool-tipBFS .tt-close {
    background: none;
    padding: 0.3em;
    background: none;
    color: #000;
    right: 0;
    margin: 0;
  }
}
.tool-tipBFS a {
  text-decoration: underline;
  font-size: 100%;
}
.tool-tipBFS p {
  display: block;
  margin: 0 !important;
  text-align: left !important;
  font-size: 100% !important;
}
.tool-tipBFS p:not(:last-of-type) {
  margin-bottom: 1em !important;
}
.tool-tipBFS .tt-close {
  color: #050296;
  position: absolute;
  font-size: 1.5em;
  top: 0;
  right: 0;
  margin: 0;
  font-weight: bold;
  /*1000px - desktop styling*/
}
.tool-tipBFS .tt-close:hover {
  cursor: pointer;
}
@media (min-width: 62.5em) {
  .tool-tipBFS .tt-close {
    background: none;
    padding: 0.3em;
  }
}
.tool-tipBFS .tt-close {
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .tool-tipBFS .tt-close {
    font-size: 24px;
  }
}
.tool-tipBFS .tt-close:hover {
  color: #f90;
}

.hide-tt .tool-tipBFS {
  left: -150%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .hide-tt .tool-tipBFS {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    left: auto;
    display: none;
  }
}

.show-tt .tool-tipBFS {
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .show-tt .tool-tipBFS {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    left: auto;
  }
}

.tt-title {
  display: inline-block;
  position: relative;
  position: relative;
  text-decoration: underline;
}
.tt-title:hover {
  text-decoration: underline;
  color: #ff9900;
}
.tt-title .tt-icon {
  color: #050296;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: 0;
}
.tt-title:hover {
  cursor: pointer;
}

/*Small info tool tip which fires on hover for desktop (over 1000px) and click for mobile*/
.hover-click-tt {
  display: inline-block;
  position: relative;
}
.hover-click-tt .hc-tt-icon {
  color: #050296;
}
.hover-click-tt .hc-tt-icon:hover {
  color: #ff9900;
  cursor: help;
}
.hover-click-tt .hc-tt-cont {
  position: absolute;
  width: 17em;
  top: calc(100% + 1em);
  right: -1em;
  color: #222;
  margin-bottom: 1em;
  padding: 1em;
  padding-right: 1.5em;
  padding-bottom: 0;
  border-left: #FFD500 2em solid;
  background: #fff7cc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 600;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .hover-click-tt .hc-tt-cont {
    right: auto;
    left: -3em;
    width: 23em;
    padding: 0.75em;
    padding-bottom: 0;
  }
}
.hover-click-tt .hc-tt-cont p {
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 1em;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .hover-click-tt .hc-tt-cont p {
    margin-bottom: 0.75em;
  }
}
.hover-click-tt .hc-tt-cont::before {
  content: "";
  position: absolute;
  right: 0.8em;
  top: -1em;
  width: 0;
  height: 0;
  border-left: 0.7em solid transparent;
  border-right: 0.7em solid transparent;
  border-bottom: 1em solid #fff7cc;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .hover-click-tt .hc-tt-cont::before {
    right: auto;
    left: 0.8em;
  }
}
.hover-click-tt .hc-tt-cont .close-hc-tt {
  display: block;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  font-size: 1.3em;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .hover-click-tt .hc-tt-cont .close-hc-tt {
    display: none;
  }
}

/*#endregion*/
.quickEnquire .tool-tipBFS {
  padding-top: 3em;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .quickEnquire .tool-tipBFS {
    padding-top: 1em;
  }
}
.quickEnquire .tool-tipBFS .tt-close {
  left: auto;
  right: 0;
  /*1000px - desktop styling*/
}
@media (min-width: 62.5em) {
  .quickEnquire .tool-tipBFS .tt-close {
    left: auto;
    right: 0;
  }
}
/*# sourceMappingURL=toolTipsBFS.css.map */
