/*-- TOOL LAYOUT --*/
/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* FONT FAMILY */
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
.middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------------------- ANIMATION -----------------------*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes up-and-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media all and (max-width: 768px) {
  .page-node-510 #block-block-292 .img-parallax {
    display: none;
  }
}
@media all and (max-width: 570px) {
  .page-node-510 #block-block-292 {
    background-attachment: unset;
    -webkit-background-size: 130%;
    -moz-background-size: 130%;
    -o-background-size: 130%;
    background-size: 130%;
    background-position: 50% 0% !important;
  }
}
.page-node-510 #block-toolslandingpage-block {
  margin: 80px 0 0px;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 50px;
  width: 100%;
  margin: 0;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon {
  float: none;
  display: flex;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #009fda;
  transition: 0.2s linear;
  /* ICONS */
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon:before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.2s linear;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon:after {
  content: '';
  position: absolute;
  top: calc(150% - 15px);
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.2s linear;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.clinical:before {
  background-image: url(/sites/default/files/tools/icons/CLINICAL_B.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.clinical:after {
  background-image: url(/sites/default/files/tools/icons/CLINICAL_W.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.profession:before {
  background-image: url(/sites/default/files/tools/icons/PROFESSION_B.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.profession:after {
  background-image: url(/sites/default/files/tools/icons/PROFESSION_W.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.BusinessGroup:before {
  background-image: url(/sites/default/files/tools/icons/BUSINESS_B.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-icon.BusinessGroup:after {
  background-image: url(/sites/default/files/tools/icons/BUSINESS_W.png);
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-title {
  margin: 10px 0;
  font-size: 1.6em;
  font-weight: 600;
  font-family: Roboto!important;
  text-align: center;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-content {
  text-align: center;
  margin: 0 auto;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-content p {
  font-size: 1.4em;
}
.page-node-510 #block-toolslandingpage-block .tools-features,
.page-node-510 #block-toolslandingpagebottom-block .tools-features {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 40px;
  justify-content: center;
  /* BLOCK HEADER */
  /* BLOCK CONTENT */
  /* BUSINESS USEFUL LINKS */
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .dexp-shortcodes-box,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .dexp-shortcodes-box {
    min-height: 100px;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features h3.box-title,
.page-node-510 #block-toolslandingpagebottom-block .tools-features h3.box-title {
  margin: 20px 0;
  font-size: 2.5em;
  font-weight: 600;
  font-family: Roboto;
  text-align: left;
  color: #009fda;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features h3.box-title,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features h3.box-title {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 100px 0;
  /* LOGIN URL */
  /* CHILD BLOCK IN BUSINESS BLOCK */
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .tool-block,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block {
    padding: 50px 0;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block:first-child,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block:first-child {
  padding-top: 0;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block:last-child,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block.business-group-resouces,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block.business-group-resouces {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block:hover .box-icon,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block:hover .box-icon {
  background: #009fda;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block:hover .box-icon:before,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block:hover .box-icon:before {
  top: calc(-50% - 60px);
  opacity: 0;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block:hover .box-icon:after,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block:hover .box-icon:after {
  top: calc(50% - 15px);
  opacity: 1;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block #business-note,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block #business-note {
  font-size: 1.6em;
  padding-bottom: 60px;
  display: block;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .tool-block #business-note,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block #business-note {
    padding-bottom: 30px;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block #business-note a,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block #business-note a {
  color: #00b8f1;
  transition: all 0.3s linear;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block #business-note a:hover,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block #business-note a:hover {
  color: #009fda;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block {
  padding-bottom: 20px;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block .child-block-title,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block .child-block-title {
  font-size: 1.6em;
  color: black;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block .url-block,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block .url-block {
  font-size: 1.2em;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block .url-block li,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block .url-block li {
  padding: 2px 0 2px 15px;
  position: relative;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block .url-block li:before,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block .url-block li:before {
  content: '-';
  position: absolute;
  display: block;
  left: 0;
  top: 1em;
  line-height: 0;
  color: black;
  transition: all 0.3s linear;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tool-block .child-block .url-block li:hover:before,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tool-block .child-block .url-block li:hover:before {
  color: #009fda;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-header .flex-col-12,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-header .flex-col-12 {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content {
    flex-direction: column;
  }
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content div[class^="flex-col"],
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content div[class^="flex-col"] {
    width: 100%;
    position: relative;
    padding: 30px;
  }
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content div[class^="flex-col"]:after,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content div[class^="flex-col"]:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 60%;
    left: 20%;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
  }
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content div[class^="flex-col"]:last-child,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content div[class^="flex-col"]:last-child {
    padding-bottom: 0;
  }
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content div[class^="flex-col"]:last-child:after,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content div[class^="flex-col"]:last-child:after {
    display: none;
  }
  .page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content div[class^="flex-col"] .url-block,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content div[class^="flex-col"] .url-block {
    margin-bottom: 0;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block {
  list-style: none;
  padding-left: 0;
  font-size: 1.5em;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block li,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block li {
  padding: 10px 0;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block a,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block a {
  color: #000;
  transition: all 0.3s linear;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block a:hover,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block a:hover {
  color: #009fda;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block a:hover strong,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block a:hover strong {
  color: #009fda;
  opacity: 1;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .url-block strong,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .url-block strong {
  color: #333;
  opacity: 0.8;
  transition: all 0.3s linear;
}
.page-node-510 #block-toolslandingpage-block .tools-features .tools-block-content .flex-col-4,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .tools-block-content .flex-col-4 {
  padding: 0 30px;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links {
  background: #f0f2f2;
  padding: 20px 0 40px;
  margin-top: 50px;
  position: relative;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links:before,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links:before,
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links:after,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #f0f2f2;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links:after,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links:after {
  right: -30px;
  left: unset;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links {
    flex-direction: column;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .flex-col-4,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .flex-col-4 {
  padding: 0 30px;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .flex-col-4,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .flex-col-4 {
    width: 100%;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .block-title,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .block-title {
  text-align: center;
  color: #5e6067;
  font-weight: 700;
  margin-bottom: 60px;
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .block-title,
  .page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .block-title {
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .child-block-title,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .child-block-title {
  font-weight: 500;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .url-block,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .url-block {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .url-block a,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .url-block a {
  color: black;
  text-decoration: underline;
  transition: all 0.3s linear;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .url-block a:hover,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .url-block a:hover {
  color: #009fda;
}
.page-node-510 #block-toolslandingpage-block .tools-features .business-useful-links .url-block li,
.page-node-510 #block-toolslandingpagebottom-block .tools-features .business-useful-links .url-block li {
  padding: 2px 0;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box p,
.page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box p {
  margin: 10px 0;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-content .dexp-shortcodes-button,
.page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box .box-content .dexp-shortcodes-button {
  font-size: 0;
  background: none!important;
  border: 0px solid #009fda;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box .box-content .dexp-shortcodes-button:hover,
.page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box .box-content .dexp-shortcodes-button:hover {
  background: none!important;
  border: 0px solid #009fda !important;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box.business-restrict,
.page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box.business-restrict {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box.business-restrict .restrict-overlay,
.page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box.business-restrict .restrict-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
}
@media all and (max-width: 769px) {
  .page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box,
  .page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box {
    padding: 15px 30px;
  }
}
@media all and (max-width: 570px) {
  .page-node-510 #block-toolslandingpage-block .dexp-shortcodes-box,
  .page-node-510 #block-toolslandingpagebottom-block .dexp-shortcodes-box {
    padding: 5px 20px 15px;
    border-bottom: 1px solid #e7e8e9;
    margin: 0 10px;
  }
}
.page-node-510 #section-ad-block {
  background: #fff !important;
}
/* BUSINESS RESTRICTION POPUP */
#businessrestrictWindow .cta,
#nationalGroupRestrictWindow .cta {
  margin-top: 25px;
}
#businessrestrictWindow .cta span,
#nationalGroupRestrictWindow .cta span {
  font-weight: 500;
  color: #000;
}
#businessrestrictWindow .cta a,
#nationalGroupRestrictWindow .cta a {
  color: #009fda;
  transition: all 0.3s linear;
}
#businessrestrictWindow .cta a:hover,
#nationalGroupRestrictWindow .cta a:hover {
  color: #00b8f1;
}
