*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Brands-Regular.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}


@font-face { 
  font-family: eicons;
  src: url("https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/eicons.eot") format("embedded-opentype"), 
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/eicons.woff2) format("woff2"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/eicons.woff) format("woff"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/eicons.ttf) format("truetype"),
  url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/eicons.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/DatapharmAustralia_May2022/fonts/fa-regular-400.eot) format("embedded-opentype"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/fa-regular-400.woff2) format("woff2"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/fa-regular-400.woff) format("woff"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/fa-regular-400.ttf) format("truetype"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/fa-regular-400.svg) format("svg");
}

@font-face {
    font-family: 'simple-line-icons';
    src: url('https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/DatapharmAustralia_May2022/fonts/Simple-Line-Icons.eot')format('embedded-opentype'),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/Simple-Line-Icons.woff2) format("woff2"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/Simple-Line-Icons.woff) format("woff"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/Simple-Line-Icons.ttf) format("truetype"),
      url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/fonts/Simple-Line-Icons.svg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html{
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-word;
  line-height: 1.8;
}

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a, a:hover, a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  font: inherit;
  vertical-align: baseline;
  font-family: Roboto, sans-serif;
  display: block;
  font-weight: 700;
  font-size: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin-bottom: 3px;
}

.hs-form-field .input {
  margin-top: 8px;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  display: inline-block;
  min-height: 40px;  
  line-height: 1.8;
  vertical-align: middle; 
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline:0;
}

form fieldset {
  max-width: 100% !important;
}

form {
  max-width: 767px;
  width: 100%;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  font-family: Roboto, sans-serif;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
/*   border: 1px solid; */
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
/*   border: 1px solid; */
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  border-bottom: 1px solid #f1f1f1;
}
.header-logo {
  padding: 20px 0px 20px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}


.header-logo .hs_cos_wrapper img {
  display: inline-block;
  width: 400px!important;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  padding: 0;
  list-style: none;
  padding: 0;
  line-height: normal;
  margin-left: auto!important;
  margin-right: auto!important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  justify-content:center;
  margin:0;
  flex-wrap: wrap;
}
.custom-menu-primary .hs-menu-wrapper>ul:after{
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;

}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 20px 13px;
  line-height: 20px;
  color: #1E73BE;
  position: relative;
  line-height: 20px;
}

span.divider-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  border-top: 1px solid #f3f3f3;
}

.divider {
  padding-top: 5px;
  padding-bottom: 5px;
}


span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  content: "";
  bottom: 0px;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #ce271b;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after{
  opacity: 1;
}


i.fas.fa-caret-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

i.fas.fa-caret-down:before {
  content: "\f0d7";
}


.custom-menu-primary ul.hs-menu-children-wrapper {
  z-index: 3;
  position: absolute;
  width: 22em;
  border-width: 0;
  border-style: solid;
  padding: 0;
  top: 100%!important;
  list-style: none;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}


.custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-width: 0;
}
.custom-menu-primary ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2>a {
  line-height: 20px;
  position: relative;
  text-shadow: none;
  border-left: 8px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

.custom-menu-primary ul.hs-menu-children-wrapper>li.hs-menu-item a:after {
  content: “\f0d7”;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: “Font Awesome 5 Free”;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 10px;
}




li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.training_\&_courses ul {
  min-width: 19em;
  width: auto;
}




li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.careers>ul {
  width: auto;
  min-width: 17em;
}



li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.services>ul {

  min-width: 24em;
  min-width: 22.9em;
  width: auto;
}



li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.about>ul {
  min-width: 10em;
  width: auto;
}



.mobile-menu-wrapper ul>li>ul>li>a {text-transform: capitalize!important;}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after , .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
  opacity: 1;
}
.custom-menu-primary ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 > a {
  line-height: 20px;
  position: relative;
  text-shadow: none;
  border-left: 8px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 13px 20px;
  color:#000;
}


.eicon-menu-bar:focus ,
i.elementor-menu-toggle__icon--close.eicon-close.header-icon:focus,
.eicon-menu-bar:hover ,
i.elementor-menu-toggle__icon--close.eicon-close.header-icon:hover {
  color:#ce271b;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  display: flex !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span>i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  font-size: 13px;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  list-style: none;
  margin: 0;
  border-width: 0;
  border-style: solid;
  padding: 0;
  position: absolute;
  top: 100%!important;
  left: 0px;
  margin-left: 143.172px;
  margin-top: -46px;
  min-width: 10em;
  max-width: 1000px;
  width: auto;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  border-left: 16px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
  min-width: 9em !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
  color: #CE271B;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul li.active a {
  color: rgba(206,39,27,1.0);
}


@media (max-width:1080px) and ( min-width:1025px){

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul {
    left: auto;
    right: 0;
  }

}

@media (min-width: 1025px){
  .menu-toggle{
    display:none;
  }
  .mobile-menu-wrapper{
    display:none;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul, .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .safari .custom-menu-primary ul>li:nth-child(2) ul.hs-menu-children-wrapper {
    width: auto;
  }

}


@media (max-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: none;
  }
  .header-logo {
    padding: 30px 0px 30px 0px;
  }
  .header{
    padding: 20px 20px 20px 20px;
  }


  .menu-toggle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color:#000;
    padding-top: 0;
    padding-bottom: 0;
  }
  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .elementor-screen-only{
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;

  }
  .mobile-menu-wrapper {
    transform: scaleY(0);
    max-height: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    background-color: #fff;
    font-size: 13px;
    display: block;
  }
  .eicon-close:before {
    content: '\e87f';
  }
  .menu-open .mobile-menu-wrapper{
    transform: scaleY(1);
    max-height: 100vh;
  }
  .menu-open .eicon-menu-bar{
    display:none;
  }
  .menu-open .eicon-close{
    display:block;
  }
  .mobile-menu-wrapper ul>li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:#000;
    display: inline-block;
  }

  span.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: inline-block;
    margin-left: -22.5px;
    color: #000;
    position: relative;
    font-size: 14px;
    z-index: 999;
    cursor: pointer;
  }

  .mobile-menu-wrapper ul>li>a:focus , 
  .mobile-menu-wrapper ul>li>ul>li>a:focus{
    color: #ce271b;
  }  
  .mobile-menu-wrapper ul{
    margin: 0;
    padding: 0;
    list-style:none;

  }
  .eicon-close, .eicon-menu-bar {
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    background-color: rgba(0,0,0,.05);
    padding: .25em;
    border-radius: 3px;
    display: inline-block;

  }
  .mobile-menu-wrapper .hs-menu-wrapper > ul > li > ul {
    display: none;
  }
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    position: relative;
    padding: 10px 20px;
    line-height: 20px;
    text-shadow: none;
    border-left: 8px solid transparent;
  }
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
  }
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    border-left: 16px solid transparent;
  }

  .mobile-menu-wrapper .hs-menu-wrapper ul>li.open > span.sub-arrow,
  .mobile-menu-wrapper ul>li.active>a, 
  .mobile-menu-wrapper ul>li.active-branch>a {
    color: #CE271B;
  }

  
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li:hover>a,
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li:hover > span,
  .mobile-menu-wrapper .hs-menu-wrapper >ul>li:hover > a,
  .mobile-menu-wrapper .hs-menu-wrapper >ul>li:hover > span,
  .mobile-menu-wrapper .hs-menu-wrapper >ul>li>a:hover + span,
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover + span,
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li>ul>li.open>a,
  .mobile-menu-wrapper ul>li.open>a,
  .mobile-menu-wrapper ul>li>a:hover {
    color: #CE271B;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .mobile-menu-wrapper ul>li {
    display: inline-block;
    width: 100%;
  }

  .mobile-menu-wrapper  ul>li.active-branch > span.sub-arrow {
    color: #ce271b;
  }

  li.hs-item-has-children {
    cursor: pointer;
  }

}

@media (max-width: 767px){
  .header-logo .hs_cos_wrapper img{
    width: 289px!important;
  }
  .header-logo {
    padding: 10px 0px 10px 0px;
  }
  .header {
    padding: 0px 0px 0px 0px;
  }

}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.full-width-page .dnd-section {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 22px;
}

.full-width-page .dnd-section .dnd-column {
  /*padding: 10px !important;*/
}

.full-width-page ul ul {
  margin: 0 0 0 25px;
}

.full-width-page strong {
  font-weight: 600;
}

.full-width-page form {
  max-width: 100%;
  margin-bottom: 16px;
}
.full-width-page form .hs-input {
  width: 100% !important;
}

.full-width-page form .input {
  padding-right: 16px!important;
  margin-right: 0px!important;
}

.full-width-page form legend.hs-field-desc {
  margin-top: 10px;
}


form ul.inputs-list {
  margin: 6px 0;
  padding: 0;
}
form ul.inputs-list li.hs-form-booleancheckbox {
  margin: 25px 0 8px 0;
  line-height: 1.3;
}
form ul.inputs-list li.hs-form-booleancheckbox label {
  margin: 0;
}
form input[type=checkbox] {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #bbb;
  line-height: 0;
  width: 16px !important;
  min-width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  outline: 0;
  text-align: center;
  vertical-align: middle;
  clear: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: 0.05s border-color ease-in-out;
  -moz-transition: 0.05s border-color ease-in-out;
  -ms-transition: 0.05s border-color ease-in-out;
  -o-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-top: 6px;
}

form ul.inputs-list li.hs-form-booleancheckbox span {
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  font-weight: 400;
}

form input[type=checkbox]:checked:before {
  content: '\f00c';
  margin-bottom: -1px;
  color: #13AFF0;
  font-weight: 600;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  line-height: 14px;
  font-family: ‘Font Awesome 5 Free’;
  text-rendering: auto;
  box-sizing: border-box!important;
}

span.hs-form-required {
  padding-left: 8px;
}

.full-width-page form input[type=checkbox] {
  width: 16px!important;
  margin-right: 14px;
}

.full-width-page form input.hs-button.primary.large {
  margin-top: 16px;
  margin-bottom: 10px;
  /*   font-family: "Open Sans", sans-serif; */
}

/*  */

.thera-exp-banner .banner-section-wrap .title-wrap h2 {
  font-size: 32px;
  padding: 0;
}

.thera-exp-banner .banner-section-wrap .border-row {
  display: none;
}

.thera-exp-page .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.thera-exp-page .hs_cos_wrapper_type_rich_text iframe {
  width: 100%;
}

.full-width-page .hs_cos_wrapper_type_rich_text table {
  width: 100%;
  margin-bottom: 2.618em;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  word-break: initial;
}

.full-width-page .hs_cos_wrapper_type_rich_text table td {
  border-bottom: 1px solid #e9e9e9;
}

/*  */


.gi-banner .hs_cos_wrapper_type_linked_image {
  width: 15%;
  display: block;
  margin: 0 auto;
}

.gi-banner .widget-type-linked_image {
  display: block;
  width: 100%;
  text-align: center;
}

.gi-page .hs_cos_wrapper_type_header h2 {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1b92d1;
  margin: 0;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-book:before {
  content: "\f02d";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-angle-down:before {
  content: "\f107";
}

.copyright-content .hs_cos_wrapper_type_rich_text p {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Roboto",sans-serif;
}

.copyright-content .hs_cos_wrapper_type_rich_text p a {
  color: inherit;
}

.copyright-content {
  background-color: #2d2d2d;
}

.body-container--home .hs_cos_wrapper_type_header h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 43px;
  font-weight: 600;
  letter-spacing: -1.6px;
  margin: 0;
}

form input[type=checkbox]:checked:before {
  content: “\f00c”;
  margin-bottom: -1px;
  color: #13AFF0;
  font-weight: 600;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  line-height: 14px;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  box-sizing: border-box!important;
}
/*  */

.services-page > .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-main {
  width: 67.719%;
  padding: 20px;
}

.service-sidebar {
  width: 32.281%;
}

.service-main, 
.service-sidebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-main .dnd-section,
.contact-sidebar-col .dnd-section,
.service-main .dnd-section,
.service-sidebar .dnd-section {
  padding: 0;
}

.contact-main .dnd-section > .row-fluid > .dnd-column,
.contact-sidebar-col .dnd-section > .row-fluid > .dnd-column,
.service-main .dnd-section > .row-fluid > .dnd-column,
.service-sidebar .dnd-section > .row-fluid > .dnd-column {
  padding: 0;
}

.service-main .main-content {
  /* color: #7a7a7a; */
}

.service-main .main-content .dnd-row:not(:last-child) {
  margin-bottom: 20px;
}

.service-main .main-content .hs_cos_wrapper_type_linked_image {
  line-height: 0;
  display: block;
}

.sidebar-content .hs_cos_wrapper_type_form {
  padding: 60px 0px 80px 0px;
  background-color: rgba(59,70,86,0.91);
  display: block;
}

.sidebar-content .hs_cos_wrapper_type_form .form-title {
  background: transparent;
  color: #ffffff;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: -11px;
}

.sidebar-content {
  max-width: 350px;
  margin: 0 auto;
}

.sidebar-content .hs_cos_wrapper_type_form form .hs-richtext p {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 10px 20px;
  text-align: center;
}

.sidebar-content .hs_cos_wrapper_type_form form .hs-richtext {
  margin: 0 0 20px 0;
}

.sidebar-content .hs-form {
  padding: 0% 0 10% 0;
}

.sidebar-content .hs-form .hs-form-field > label {
  display: none;
}

.sidebar-content .hs-form .hs-form-field:not(:first-child) {
  padding: 0% 8% 0 8%;
  margin-bottom: 12px;
}

.sidebar-content .hs-form input[type="text"], 
.sidebar-content .hs-form input[type="tel"], 
.sidebar-content .hs-form input[type="email"], 
.sidebar-content .hs-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* color: #7a7a7a; */
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  display: inline-block;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-content .hs-form textarea {
  min-height: 102px;
}

.sidebar-content .hs-form .hs_submit {
  padding: 0% 8% 0 8%;
}

.sidebar-content .hs-form .hs_submit input.hs-button {
  width: 100%;
  font-size: 21px;
  text-transform: none;
  border-radius: 0px 0px 0px 0px;
  padding: 25px 25px 25px 25px;
  background-color: #1E73BE;
  color: #FFFFFF;
  min-height: 40px;
  font-family: "Roboto",sans-serif;
  font-weight: 500;
}

.sidebar-content .hs-form .hs_submit input.hs-button:hover {
  background-color: #CE271B;
  color: #FFFFFF;
}

.bottom-content table {
  width: 100%;
  margin-bottom: 2.618em;
  border: 0;
  border-spacing: 0;
}

.bottom-content table th, .bottom-content table td {
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}

.bottom-content p {
  /* color: #7a7a7a; */
}

.services-page .hs_cos_wrapper_type_rich_text h3 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #1E73BE;
  padding: 0;
  line-height: 1;
  font-size: 18px;
}

.services-page .hs_cos_wrapper_type_rich_text div {
  padding: 20px 0 31px;
}

.services-page .hs_cos_wrapper_type_rich_text div h2 {
  color: #1E73BE;
  font-family: "Lato", Sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
}

.services-page .hs_cos_wrapper_type_rich_text div i {
  font-size: 76px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 auto;
  color: #CE271B;
  margin-bottom: 9px;
}

.services-page .hs_cos_wrapper_type_rich_text div i[data-class="fa-angle-down"]:before {
  content: "\f107";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-page .contact-main {
  width: 57.632%;
}

.contact-page .contact-sidebar-col {
  width: 42.368%;
}

.contact-page .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact-sidebar .dnd-section,
.contact-main .dnd-section {
  padding: 10px;
}

.contact-page .contact-sidebar-col .hs_cos_wrapper_type_rich_text h4 {
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  font-family: inherit;
}


.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.boost-page .main-content .hs_cos_wrapper_type_header h2 {
  color: #1b92d1;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}


.boost-page .main-content .hs_cos_wrapper_type_header h2 {
  color: #1b92d1;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}

.boost-page .cnt-wit-ic-wrp .cnt-wit-icon-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.boost-page .cnt-wit-ic-wrp h3.custom-icon-box-title {
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  word-break: normal;
}

.boost-page .cnt-wit-ic-wrp .custom-icon-box-description p strong {
  font-weight: 600;
}

.fa-map:before {
  content: "\f279";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-chart-bar:before {
  content: "\f080";
}

.mid-content .hs_cos_wrapper_type_rich_text h2 {
  color: #1b92d1;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.mid-content .hs_cos_wrapper_type_rich_text p {
  /* color: #7a7a7a; */
  font-size: 17px;
}

.mid-content .hs_cos_wrapper_type_rich_text ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 30px;
  list-style: none;
}

.mid-content .hs_cos_wrapper_type_rich_text ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}

.mid-content .hs_cos_wrapper_type_rich_text ul > li span {
  font-size: 17px;
  padding-left: 10px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  display: inline-block;
}

.mid-content .hs_cos_wrapper_type_rich_text ul > li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 19px;
  width: 1.25em;
  color: #5cb85c;
}

.mid-content .hs_cos_wrapper_type_rich_text ul > li:not(:first-child) {
  margin-top: calc(8px/2);
}

.mid-content .hs_cos_wrapper_type_rich_text ul > li:not(:last-child) {
  padding-bottom: calc(8px/2);
}

.thank-you-banner-wrp img.hs-image-widget {
  width: 15%;
  display: inline-block;
}

.thank-you-banner-wrp .widget-type-linked_image {
  display: block;
  width: 100%;
  text-align: center;
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f08c" !important;
}

.copy-content p,
.copy-content p a {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-weight: 300;
  font-family: "Roboto",sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.copy-content .dnd-section > div {
  min-height: 90px;
}

.banner-section.training-banner .banner-section-wrap .title-wrap h2 {
  padding: 0;
  margin-top: -1px;
}

.banner-section.training-banner .banner-section-wrap .page-center {
  max-width: 1245px;
}

.training-page> .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.training-page .training-main {
  width: 64.211%;
}
.training-page .training-sidebar {
  width: 35.745%;
}
.training-page .training-main .dnd-section {
  padding: 10px 20px 0px 20px !important;
}
.training-page .training-main h2 {
  color: #1E73BE;
  font-family: Roboto,Sans-serif;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0;
}
.training-page .training-main .dnd-column {
  padding: 0 !important;
}
.training-page .training-main h3 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-family: Roboto, sans-serif;
}

.training-page .training-sidebar .dnd-section,
.training-page .training-sidebar .dnd-column {
  padding: 0;
}
.training-page .training-main p {
  /* color: #7a7a7a; */
}
.training-page .training-main ul {
  margin: 15px 0 15px 20px;
  padding: 0;
  /* color: #7a7a7a; */
}
.training-page .training-sidebar-content {
  background-color: #F0F0F0;
}

.home-banner .hs_cos_wrapper_type_rich_text h2 {
  color: #1e73be;
  font-family: "Lato", Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.home-banner .hs_cos_wrapper_type_rich_text ul {
  margin: 15px 0 15px 20px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  /* color: #7a7a7a; */
  line-height: 1.4;
}

.home-banner .hs_cos_wrapper_type_rich_text ul a {
  color: #1E73BE;
}

.home-banner .hs_cos_wrapper_type_rich_text ul a:hover {
  /* color: #7a7a7a; */
}

.home-page .main-content .hs_cos_wrapper_type_rich_text h2 {
  color: #1e73be;
  font-family: "Lato", Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.home-page .main-content .hs_cos_wrapper_type_rich_text p {
  /* color: #7a7a7a; */
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}

body.cm-international-page {
  background-color: #f3f3f3;
  background-image: url(https://21690126.fs1.hubspotusercontent-na1.net/hubfs/21690126/raw_assets/public/DatapharmAustralia_May2022/images/billionphotos-1198959.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.international-friends-page .main-content .hs_cos_wrapper_type_header h2 {
  color: #0c0c0c;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 37px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.thera-exp-page p {
  /* color: #7a7a7a; */
}

.international-friends-page .main-content a.hs-btn {
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.international-friends-page .main-content a.hs-btn:hover {
  /* color: #7a7a7a; */
}

.international-friends-page .main-content .hs_cos_wrapper_type_rich_text h2 {
  color: #0c0c0c;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 30px;
}

.international-friends-page .main-content .hs_cos_wrapper_type_rich_text {
  font-family: "Open Sans", Sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  /* color: #7a7a7a; */
}

.international-friends-page .main-content .hs_cos_wrapper_type_rich_text ul {
  margin: 15px 0 15px 20px;
  padding: 1px;
  padding-top: 16px;
  padding-bottom: 21px;
}

.international-friends-page .bottom-content .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.international-friends-page .bottom-content .dnd-section>div {
  min-height: auto;
}

.thera-exp-page p {
  /* color: #7a7a7a; */
}

.contact-page .contact-sidebar-col p {
  /* color: #7a7a7a; */
}

.training-page .training-main form .input {
  margin-right: 0 !important;
}

.training-page .training-main form .hs-input {
  width: 100% !important;
}
.training-page .training-main form .hs-input[type="radio"] {
  width: auto !important;
}

.banner-section .dnd-section {
  padding: 0;
}

.services-page .service-sidebar .hs_error_rollup {
  padding: 0 8%;
}


.full-width-page form .hs_i_m_happy_for_my_details_to_be_kept_on_file_at_datapharm_in_the_event_of_future_opportunities {
  margin-bottom: 2px;
}

.full-width-page form .hs_i_m_happy_for_my_details_to_be_kept_on_file_at_datapharm_in_the_event_of_future_opportunities .input {
  margin-top: 0;
}

.full-width-page form .hs_i_m_happy_for_my_details_to_be_kept_on_file_at_datapharm_in_the_event_of_future_opportunities .input > ul {
  margin-top: 0;
}

.full-width-page form .hs_i_m_happy_for_my_details_to_be_kept_on_file_at_datapharm_in_the_event_of_future_opportunities .input>ul input:checked + span {
  font-weight: 700;
}


@media (min-width:1025px) {

  body.cm-international-page{
    background-attachment: fixed;
  }
}



@media (max-width:1024px) {

  .gi-page .middle-content .hs_cos_wrapper_type_header h2 {
    margin-bottom: 30px;
  }

  .gi-page .copyright-content {
    padding: 10px 20px 10px 20px;
  }

  .services-page>.content-wrapper {
    padding: 70px 30px 0px 30px;
  }

  .sidebar-content {
    margin-bottom: 200px;
  }

  .sidebar-content .hs_cos_wrapper_type_form form .hs-richtext p {
    font-size: 18px;
  }

  .sidebar-content .hs_cos_wrapper_type_form .form-title {
    font-size: 50px;
  }

  .contact-page .content-wrapper {
    padding: 0;
  }

  .copy-content .dnd-section {
    padding: 10px 20px 10px 20px !important;
  }

  .sidebar-content .hs-form .hs_submit input.hs-button{
    font-size: 18px;
  }

  .sidebar-content .hs_cos_wrapper_type_form form .hs-richtext {
    margin: 0;
  }

  .sidebar-content .hs-form .hs_submit {
    padding: 0px 20px 20px 20px;
    padding-bottom: 0;
  }

}

@media only screen and (max-width: 959px){

  .no-banner .full-width-page {
    margin-bottom: 40px;
  }

  .boost-page .cnt-wit-ic-wrp .custom-icon-box-icon .custon-icon {
    font-size: 100%;
  }

}

@media (max-width:767px) {

  .full-width-page form .input {
    padding-right: 0;
    margin-right: 0!important;
  }

  .thera-exp-banner .banner-section-wrap .title-wrap h2 {
    font-size: 31px;
  }

  .gi-page .hs_cos_wrapper_type_header h2 {
    font-size: 27px;
  }

  .copyright-content .hs_cos_wrapper_type_rich_text p {
    text-align: center !important;
  }

  .gi-page .copyright-content {
    padding: 20px 20px 0px 20px;
  }

  .copyright-content .hs_cos_wrapper_type_rich_text p {
    line-height: 19px;
  }

  /*    */

  .services-page>.content-wrapper {
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .sidebar-content {
    margin-bottom: 100px;
  }

  .sidebar-content .hs_cos_wrapper_type_form form .hs-richtext p {
    font-size: 17px;
  }

  .sidebar-content .hs_cos_wrapper_type_form .form-title {
    font-size: 48px;
    margin-top: 0;
  }

  .service-main, .service-sidebar {
    width: 100%;
  }

  .sidebar-content .hs-form .hs-form-field:not(:first-child) {
    padding: 0px 20px 0 20px;
  }

  .sidebar-content .hs-form {
    padding-bottom: 20px;
  }

  .sidebar-content .hs_cos_wrapper_type_form {
    padding: 0;
  }

  .services-page .hs_cos_wrapper_type_rich_text div {
    padding: 50px 25px 46px 25px;
  }

  .services-page .hs_cos_wrapper_type_rich_text div h2 {
    font-size: 33px;
    line-height: 1.2em;
  }

  .contact-page .contact-main, 
  .contact-page .contact-sidebar-col {
    width: 100%;
  }

  .contact-page .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .full-width-page form .hs-form-field .input {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .full-width-page form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }


  .boost-page .cnt-wit-ic-wrp .custom-icon-box-icon .custon-icon {
    font-size: 33px;
    padding: 1em;
  }

  .boost-page .main-content .hs_cos_wrapper_type_header h2 {
    font-size: 27px;
  }

  .mid-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 27px;
  }


  .boost-page .register-today .register-button.btn-theme-green {
    padding: 0;
  }

  .copy-content p {
    text-align: center !important;
  }

  .copy-content .dnd-section {
    padding: 26px 20px 6px 20px !important;
  }

  .copy-content p {
    line-height: 19px;
  }

  .copy-content .dnd-section>div{
    min-height:auto;
  }

  .sidebar-content .hs-form .hs_submit input.hs-button {
    letter-spacing: 0.9px;
  }

}

/*  */

.full-width-page {
  display: block;
}

.full-width-page p {
  color:#7a7a7a;
  text-align:left;
  font-weight:400;
}

.full-width-page h2 {
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  font-size: 20px;
  font-family: roboto;
}


.full-width-page ul {
  margin: 15px 0 15px 20px;
  padding:0px;
}
.full-width-page ul li {
  font-size: 16px;
  color:#7a7a7a;
}


/*   CRF Design and Data Capture   */
/*****************************************/



.full-width-page h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  line-height: 1;
}
form .hs-form-required {
  color: #790000;
}

.full-width-page form p {
  /* color: #7a7a7a; */
  text-align: left;
  font-weight: 400;
  font-size: ;
  font-size: 16px;
  line-height: 29px;

}
.no-banner form {
  max-width:100%;
}

.no-banner form .hs-richtext p{
  font-size: 16px;
  line-height: 29px;
  font-weight:400;
  /*color:#54595f;*/
  font-family: open sans;
}

.no-banner .widget-type-custom_widget {
  padding:0px;
}



.no-banner form h2 {
  font-weight: 700;
  font-size: 1.25em;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
  color: #333;
  line-height: 1em;
  font-family: open sans;
}


.no-banner form label {
  /*color: #54595f;*/
}
.no-banner form legend {
  /* color: #54595f; */
  font-size:13px;
  font-family: open sans;
}

.no-banner form .hs-richtext h2 {
  font-weight: 700;
  font-size: 1.25em;
  font-family:open sans;
  color:#333333;
}

.no-banner form .hs_upload_synopsis_or_protocol {
  display: flex;
  flex-direction: column;
}

.no-banner form .hs-field-desc {
  order:3;
}


.no-banner form .hs-form-field .input {
  display: flex;
  align-content: center;
}

.no-banner form input[type="text"], form input[type="email"] {
  width:100% !important;
}
.no-banner form textarea {
  height: 160px;
  width: 100% !important;
}


.no-banner .hs-form-radio-display,
.hs-form-checkbox-display {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  /* color: #54595f; */
}

.full-width-page form .input textarea {
  height:160px;
}

.full-width-page form h2 {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
}
.full-width-page form .input {
  padding-right: 15px !important;
}

.full-width-page .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.full-width-page form .hs_attach_cv_here {
  display: flex;
  flex-direction: column;
}

.full-width-page form .hs-field-desc {
  order: 3;
}

.full-width-page form .input {
  display: flex;
  align-content: center;
  flex-wrap:wrap;
}

.training-page>.content-wrapper {
  padding-bottom: 22px;
}
.training-page>.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.training-page .training-sidebar h2 {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
  margin: 10px 20px 10px 20px;
  padding: 0;
  font-weight: 600;
  color: #1e73be;
  font-family: "Roboto", Sans-serif;
  font-size: 26px;
  line-height: 1.6em;
}
.training-page .training-sidebar p {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
  margin: 0px 20px 20px 20px;
  /* color: #7a7a7a; */
}
.training-page .hs_cos_wrapper.form-title {
  text-align: center !important;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 20px;
  font-size: 20px;
}
.training-page form select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
  background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  border-radius: inherit;
  min-height: 100%;
  font-size: 13px;
  font-family: 'Roboto';
}

.training-page form legend {
  /* color: #7a7a7a; */
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  margin: 1px 0 9px 1px;
}

.training-page .training-main ul.inputs-list {
  margin: 0;
}

.training-page .training-main ul.inputs-list label span {
  font-size: 16px;
  font-weight: 400;
  /* color: #7a7a7a; */
}

.training-page .training-main form .hs-richtext > div {
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 0;
  padding: 6px 8px;
  font-size: .688em;
}

.training-page .training-sidebar {
  background-color: #F0F0F0;
}

.training-page .training-sidebar img {
  vertical-align: middle;
}

.training-page .training-main .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
}

.training-page .training-main form .hs-richtext h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-top: 24px;
}

.clinical-trials-australia-page .top-content .hs_cos_wrapper_type_rich_text h1 {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-weight: 600;
  color: #0c0c0c;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 64px;
}
.clinical-trials-australia-page .top-content .hs_cos_wrapper_type_rich_text h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: #CE271B;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 59px;
}

.clinical-trials-australia-page .top-content .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_rich_text h4 {
  font-size: 17px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  font-family: 'Roboto';
  color: #bababa;
  width: 100%;
}

.clinical-trials-australia-page .mid-content .widget-type-linked_image {
  display: inline-block;
  line-height: 0;
}

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_header h2 {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-weight: 600;
  color: #0c0c0c;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 57px;
}

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
}

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_rich_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  margin: 0;
  padding: 0;
  position: relative;
} 

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_rich_text ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  width: 1.25em;
  font-size: 20px;
  color: #1e73be;
  content: "\f14a";
} 

.clinical-trials-australia-page .mid-content .hs_cos_wrapper_type_rich_text ul li span {
  /* color: #54595f; */
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  display: inline-block;
  font-weight: 400;
  font-family: "roboto";
  font-size: 16px;
} 

.clinical-trials-australia-page .btm-content .hs_cos_wrapper_type_cta .hs-cta-wrapper {
  margin: 30px 0px 0px 0px;
  display: block;
  width: 100%;
}

.clinical-trials-australia-page .btm-content .hs_cos_wrapper_type_cta .hs-cta-wrapper a.cta_button.contact-btn {
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  box-shadow: none;
  text-decoration: none;
  color: #1e73be;
  width: 100%;
  border-radius: 5px;
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  background-color: #ce271b;
  padding: 20px 0px 20px 0px;
  color: #fff;
}

.clinical-trials-australia-page .btm-content .hs_cos_wrapper_type_cta .hs-cta-wrapper a.cta_button.contact-btn:hover {
  /* color: #7a7a7a; */
}

.clinical-trials-australia-page .btm-content .hs_cos_wrapper_type_cta .hs-cta-wrapper a.cta_button.contact-btn:focus {
  color: #fff;
  outline: solid 1px !important;
}

.contact-page .tabber-wrpper {
  padding-bottom: 0;
}

.contact-page .tabber-wrpper .tab-content:not(.tab-form) {
  padding-bottom: 42px;
}

.contact-page .content-wrapper{
  margin-bottom: 17px;
}

.sidebar-content .hs-form input[type=email]::placeholder,
.sidebar-content .hs-form input[type=tel]::placeholder,
.sidebar-content .hs-form input[type=text]::placeholder, 
.sidebar-content .hs-form textarea::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}
.boost-banner .boost-patient-banner .banner-btn a, .boost-page .register-today .register-button.btn-theme-green .cm-button-text,
.boost-page .register-today .register-button i.fa {
  color: #1E73BE;
}

.boost-banner .boost-patient-banner .banner-btn a:hover, 
.boost-page .register-today .register-button.btn-theme-green  a:hover .cm-button-text, .boost-page .register-today .register-button a:hover i.fa {
  /*color: #7A7A7A;*/
}

.boost-page .mid-content .dnd-section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*  */

.full-width-page form fieldset.form-columns-2 {
  padding-top: 4px;
}

.full-width-page form fieldset.form-columns-2 .field.hs-form-field {
  display: flex;
  flex-direction: column;
}

.full-width-page form fieldset.form-columns-2 .field.hs-form-field .input {
  margin-top: 11px;
  padding-right: 17px !important;
}

.full-width-page form .hs_address_line_2  legend.hs-field-desc,
.full-width-page form .hs_city  legend.hs-field-desc,
.full-width-page form .hs_state  legend.hs-field-desc,
.full-width-page form .hs_zip___postal_code legend.hs-field-desc,
.full-width-page form fieldset.form-columns-2 .field.hs-form-field legend.hs-field-desc {
  margin: 1px 0 9px -3px;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}

/*.training-page form .hs_address_line_2 > label,
.training-page .hs_zip > label,
.training-page .hs_countrys > label,
.training-page .hs_billing_address_2 > label,
.training-page .hs_city > label,
.training-page .hs_state___province___region > label,
.training-page form .hs_state  > label,
.training-page .hs_zip___postal_code >label,
.full-width-page .hs_zip > label,
.full-width-page .hs_countrys > label,
.full-width-page .hs_address_line_2 > label,
.full-width-page .hs_city > label,
.full-width-page .hs_state > label,
.full-width-page .hs_zip___postal_code >label,
.full-width-page form fieldset.form-columns-2 .field.hs-form-field.hs_lastname > label {
  display: none;
}

.full-width-page form fieldset.form-columns-2 .field.hs-form-field.hs_lastname > label {
  min-height: 24px;
  display: block;
  margin: 0;
  opacity: 0;
}*/

.full-width-page form fieldset.form-columns-2 .field.hs-form-field.hs_lastname .input {
  padding-right: 18px !important;
}

.full-width-page form fieldset .hs-fieldtype-file label {
  padding-top: 4px;
}

.full-width-page form fieldset  input[type="file"] {
  min-height: auto;
  line-height: normal;
  font-family: inherit;
}

.training-page form .hs_email,
.training-page form .hs_address,
.training-page form .hs_billing_address_2,
.training-page form .hs_billing_address_2 ,
.training-page form .hs_state___province___region ,
.training-page form .hs_state,
.training-page form .hs_zip,
.full-width-page form .hs_address_line_2,
.full-width-page form .hs_city,
.full-width-page form .hs_state,
.full-width-page form .hs_zip___postal_code,
.full-width-page form fieldset .hs_attach_cover_letter_here .input,
.full-width-page form fieldset .hs_attach_cv_here .input {
  margin-top: 10px;
}

.hs_attach_cv_here.hs-attach_cv_here.hs-fieldtype-file.field.hs-form-field legend {
    font-size: .813em;
    margin-top: 0;
}

.full-width-page form select.hs-input {
  cursor: pointer;
}

.full-width-page form fieldset .hs-fieldtype-file legend.hs-field-desc,
.full-width-page form fieldset .hs_attach_cover_letter_here legend.hs-field-desc,
.full-width-page form fieldset .hs_attach_cv_here legend.hs-field-desc {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}



.training-page form .hs_address_line_2,
.training-page form .hs_email,
.training-page form .hs_address,
.training-page form .hs_billing_address_2,
.training-page form .hs_billing_address_city ,
.training-page form .hs_state___province___region ,
.training-page form .hs_city,
.training-page form .hs_state,
.training-page form .hs_zip,
.full-width-page form .hs_email,
.full-width-page form .hs_address,
.full-width-page form .hs_address_line_2 ,
.full-width-page form .hs_city ,
.full-width-page form .hs_state ,
.full-width-page form .hs_zip___postal_code,
.full-width-page form .hs_attach_cover_letter_here{
  display: flex;
  flex-direction: column;
}

legend.hs-field-desc,
.training-page form .hs_address_line_2 legend.hs-field-desc,
.training-page form .hs_email   legend.hs-field-desc,
.training-page form .hs_address  legend.hs-field-desc,
.training-page form .hs_billing_address_2  legend.hs-field-desc,
.training-page form .hs_billing_address_city  legend.hs-field-desc,
.training-page form .hs_city  legend.hs-field-desc,
.training-page form .hs_state  legend.hs-field-desc,
.training-page form .hs_state___province___region  legend.hs-field-desc,
.training-page form .hs_zip legend.hs-field-desc,
.full-width-page form .hs_email   legend.hs-field-desc,
.full-width-page form .hs_address  legend.hs-field-desc,
.full-width-page form .hs_address_line_2  legend.hs-field-desc,
.full-width-page form .hs_city  legend.hs-field-desc,
.full-width-page form .hs_state  legend.hs-field-desc,
.full-width-page form .hs_zip___postal_code legend.hs-field-desc,
.full-width-page form fieldset .hs_attach_cover_letter_here legend.hs-field-desc{
  order:3;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  margin-top: 0;
}

.training-page form .hs_address_line_2,
.training-page form .hs_address,
.training-page form .hs_billing_address_2,
.training-page form .hs_billing_address_city,
.training-page form .hs_city,
.training-page form .hs_email,
.training-page form .hs_state,
.training-page form .hs_state___province___region {
  margin: 0;
}

.training-page form .hs_zip{
  margin-top:0;
}


.no-banner .full-width-page form .hs-richtext h2 {
  font-size: 20px;
  line-height: 1em;
  margin-top: 16px !important;
  padding-bottom: 8px !important;
  margin-bottom: 28px !important;
}
.no-banner .full-width-page form .hs-richtext p {
  margin-bottom: 10px;
}
.no-banner .full-width-page form label {
  font-family: "Open Sans", sans-serif;
}
.no-banner .full-width-page .hs_company_address {
  margin-bottom: 8px;
}

.full-width-page .hs_cos_wrapper_type_module > .hs-button {
  background-color: #CE271B;
  color: #1E73BE;
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
}
.full-width-page .hs_cos_wrapper_type_module > .hs-button:hover {
  background-color: #1E73BE;
  /* color: #7a7a7a; */
}


.full-width-page form .hs_address, .full-width-page form .hs_address_line_2,
.full-width-page form .hs_attach_cover_letter_here, .full-width-page form .hs_city,
.full-width-page form .hs_state, .full-width-page form .hs_zip___postal_code {
  margin-bottom: 0;
  margin-top: 0;
}

.full-width-page form .hs_address_line_2 legend.hs-field-desc,
.full-width-page form fieldset.form-columns-2 .field.hs-form-field legend.hs-field-desc {
  margin-left: 0;
}

.no-banner form .hs-richtext h2 {
  margin: 28px 16px 28px 0 !important;
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0 !important;
  padding-right: 16px !important;
  margin-top: 16px !important;
  padding-top: 0 !important;
  font-size: 20px;
}

.no-banner form .hs-richtext {
  margin-bottom: 0;
}

.no-banner form .hs-richtext p {
  margin-bottom: 0;
}

.full-width-page form .hs-input[type="radio"] {
  width: auto !important;
}

.full-width-page form ul.multi-container {
  margin: 0;
}

.full-width-page form ul.multi-container li.hs-form-radio {
  margin: 0;
}

.full-width-page .hs_what_services_can_we_provide_you_with_ {
}

.full-width-page .hs_what_services_can_we_provide_you_with_ .input {
  margin: 0;
}

.full-width-page .hs_what_services_can_we_provide_you_with_ .input li.hs-form-checkbox {
  margin: 0;
}

.full-width-page {
  display: block;
}

.tabber-wrpper .hs-form .hs-error-msgs label,
.tabber-wrpper  .hs-error-msgs label,
.training-main-content .hs-error-msgs label,
.full-width-page .hs-error-msgs label {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  max-width: 100%;
  padding-right: 16px;
  margin: 0;
  display: block;
}

.tabber-wrpper  ul.hs-error-msgs,
.training-main-content ul.hs-error-msgs,
.full-width-page ul.hs-error-msgs {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
}

.tabber-wrpper  .hs-input.invalid.error,
.training-main-content .hs-input.invalid.error,
.full-width-page .hs-input.invalid.error {
  border: 1px solid #790000;
}

.full-width-page ul[data-class="list"] li a:hover {
  color: #7A7A7A !important;
}

.full-width-page .hs_cos_wrapper_type_rich_text p a {
  display: inline-block;
}

.tabber-wrpper  .hs_error_rollup,
.training-main-content .hs_error_rollup,
.full-width-page .hs_error_rollup {
  margin-top: 0.5rem;
  border: 1px solid #790000;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.tabber-wrpper  .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list ,
.training-main-content .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list ,
.full-width-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  background: transparent;
  margin: 0 !important;
  border: none;
  padding: 0;
}

.tabber-wrpper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li ,
.training-main-content .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li ,
.full-width-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

.tabber-wrpper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li > label,
.training-main-content .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li > label,
.full-width-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li > label {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #790000;
  line-height: 1;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.tabber-wrpper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li > label:before,
.training-main-content .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li > label:before,
.full-width-page .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li>label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.training-main-content form fieldset.form-columns-2 > div {
  margin-right: 8px;
  padding-right: 8px;
  width: calc(50% - 8px) !important;
}

.training-main-content form fieldset.form-columns-2 > div:last-child {
  margin-right: 0;
}

.training-main-content form fieldset.form-columns-1 {
  padding-right: 16px;
}

.training-page .training-main form input.hs-input[type="checkbox"] {
  width: auto!important;
  margin-top: -3px;
}

.full-width-page form fieldset input,
.full-width-page form fieldset .hs_attach_cv_here input {
  /* color: #7a7a7a; */
}

.content-wrap {
  position: relative;
}

.services-page .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media only screen and (max-width: 1024px){
  .full-width-page form .input {
    padding-right: 16px;
    margin-right: -4px !important;
  }

  .services-page .content-wrapper {
    flex-wrap: wrap;
  }

}

@media (max-width: 767px){
  .training-page>.content-wrapper {
    flex-wrap: wrap;
  }

  .training-page .training-main ,
  .training-page .training-sidebar{
    width: 100%;
  }


  .migration .dnd-section>.row-fluid>[class*=span].dnd-module {
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 641px){

  .full-width-page form .hs_i_m_happy_for_my_details_to_be_kept_on_file_at_datapharm_in_the_event_of_future_opportunities .input>ul input + span {
    width: 85%;
    cursor: pointer;
    display: inline-block;
  }

  .full-width-page form input.hs-button.primary.large {
    margin: 0 0 16px 0;
    line-height: 2;
    min-height: 2rem;
    width: 100%;
  }

  .full-width-page form .actions {
    padding: 16px 0 10px 0;
    clear: both;
    width: 100%;
  }

  .full-width-page form fieldset.form-columns-2 .field.hs-form-field.hs_lastname>label {
    min-height: auto;
    display: none;
  }

  .full-width-page form fieldset.form-columns-2 .field.hs-form-field {
    margin-bottom: 0;
  }

  .full-width-page form fieldset.form-columns-2 .field.hs-form-field .input,
  .full-width-page form fieldset.form-columns-2 .field.hs-form-field.hs_lastname .input {
    margin-top: 0 !important;
    padding-right: 0 !important;
  }

  .training-main-content form fieldset.form-columns-2>div {
    width: 100% !important;
    margin-right: 0;
    padding-right: 0;
  }

  .training-main-content form fieldset.form-columns-1 {
    padding-right: 0;
  }

  .training-main-content form input.hs-button {
    display: block;
    width: 100%;
    line-height: 2;
    min-height: 2rem;
  }


}

@media only screen and (max-width: 640px){
  .no-banner .full-width-page .dnd-section {
    width: 100%;
    max-width: 100%;
  }
}

/*  */

.full-width-page  table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  border:none;
}

.no-banner .full-width-page .dnd-section {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.hs-search-module a.hs-button {
  margin-top: 20px;
}
.training-page .training-main .hs_cos_wrapper_type_rich_text h4 {
  font-family: Roboto, sans-serif;
}

@media (max-width:424px) {
  .interna-friends-banner .intl-frnd-banner .intl-frnd-content h1 {
    font-size: 45px;
  }
}

.full-width-page form .hs-input {
  font-family: "Open Sans", sans-serif;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

.sidebar-content .hs_cos_wrapper_type_form {
  padding-bottom: 0;
}

.services-page2 .sidebar-content .hs_cos_wrapper_type_form {
  padding-bottom: 80px;
}

.elementor-shape.elementor-shape-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 2;
  pointer-events: none;
}

.elementor-shape.elementor-shape-bottom svg {
  width: calc(100% + 1.3px);
  height: 96px;
  transform: translateX(-50%) rotateY(180deg);
  z-index: -1;
  display: block;
  position: relative;
  left: 50%;
  overflow: hidden;
}

.elementor-shape.elementor-shape-bottom svg .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.elementor-shape.elementor-shape-bottom svg .elementor-shape-fill:nth-child(2) {
  opacity: 0.5;
}

@media (max-width:641px) {
  .full-width-page form ul.inputs-list li.hs-form-booleancheckbox label {
    display: flex;
  }
}
.elementor-menu-toggle {
  display:none;
}

.footer {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
  position: relative;
}

.footer__container {
  max-width: 1140px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer-inner-wrap {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.footer-menu {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.elementor-widget-container{
  display: flex;
  flex-direction: column;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.footer-nav {
  display: flex;
  margin: 0px auto;
}

.footer-nav ul {
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: normal;
}

.footer-nav ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-width: 0;
  position: relative;
}

.footer-nav ul li a {
  font-family: "Lato", Sans-serif;
  font-size: 13px;
  color: var( --e-global-color-text );
  fill: var( --e-global-color-text );
  padding: 13px 20px;
  transition: .4s;
  line-height: 20px;
  box-shadow: none;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight:600;
}
.footer-nav ul li a:hover {  
  color: #1e73be;
  fill: #1e73be;
}
.footer-nav ul:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.footer-social-icon {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px !important;
}

.footer__copyright {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 15px 0px 0px 0px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.footer__copyright span {
  color: rgba(0,0,0,0.39);
  font-size: 15px;
  font-weight: 300;
  font-family: Roboto;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
}
a#scroll-top {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fixed-bt a#scroll-top{
  opacity: 1;
  display: block;
}
a#scroll-top:hover {
  background-color: rgba(0,0,0,0.8);
}
a#scroll-top i:before {
  content: "\f106";
}
a#scroll-top i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  width: auto;
  height: auto;
}

.footer-nav ul li.active a {
  color: #1e73be;
}

.footer-social-col .social-icons-item a i.fa.fa-linkedin:before {
  content: "\f0e1" !important;
}

@media (max-width: 1024px){

  .elementor-menu-toggle {
    margin: 0 auto;
    justify-content: center;
    font-size: 22px;    
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;    
    color: #494c4f;
    align-items: center;
    -webkit-box-pack: center;
    display: flex;
    -webkit-box-align: center;
  }
  .elementor-menu-toggle .eicon-menu-bar:hover {
    color: #494c4f;
  }
  .elementor-screen-only {
    display:none;
  }
  .eicon-menu-bar{
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }

  .eicon-close {
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display:none;
  }
  .eicon-close:before {
    content: '\e87f';
  }
  .eicon-menu-bar:before {
    content: '\e816';
  }

  .footer {
    padding: 30px 25px 30px 25px;
  }
  .footer-nav {
    transform: scaleY(0);
    max-height: 0vh;
    background-color: #fff;
    font-size: 13px;
    margin-top: 10px !important;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    transform-origin: top;
    overflow: auto;
    display: block;
    margin: 0px;
    width: 100%;

  }
  .footer-nav ul {
    flex-direction: column;
    width: 100%;
    display: block;
  }
  .footer-nav ul li a {
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    padding: 10px 20px;
    line-height: 20px;
    font-weight:500;
    display: block;
    width: 100%;
  }

  .footer-nav ul li a:hover {
    background-color: #55595c;
    color: #fff;
    display: block;
    width: 100%;
  }
  .footer-nav.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .elementor-menu-toggle i.active:before {
    content: '\e87f';
  }

  .footer-nav ul li.active a {
    background-color: #55595c;
    color: #fff;
  }

  .footer-nav ul li a:hover {
    background-color: #55595c;
    color: #fff !important;
  }

  .menu-open .footer-menu .eicon-menu-bar {
    display: block;
  }


}



@media (max-width: 767px){
  .footer {
    padding: 30px 20px 30px 20px;
  }
  .footer-social-icon {
    margin-bottom:25px;
  }

  .footer__copyright span {
    line-height: 25px;
  }


}

@media only screen and (max-width: 480px) {

  a#scroll-top {
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

  a#scroll-top i {
    padding-top: 5px;
  }

}

.menu-open-wrap .footer-nav {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
  display:block;
}