*, *: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: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

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

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

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}





/* Reposnsive General table styling */
.table-responsive {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive th,
.table-responsive td {
    padding: 8px;
    border: 1px solid #dee2e6;
    text-align: left;
    font-size: 13px;
}

.table-responsive thead {
    background-color: #009ca6;
    color: #ffffff;
}
@media (min-width: 1024px) {
   .table-responsive th[data-label="Site"] {
        width: 110px;
    }
   .table-responsive th[data-label="Training Name"] {
        width: 140px;
    }
    .table-responsive th[data-label="Delivery Address"], .table-responsive th[data-label="Delivery Mode"]  {
        width: 170px;
    }
  .table-responsive th[data-label="Points/WK"]{
        width: 46px;
    }
  .table-responsive th[data-label="Days"] {
     width: 66px;
  }
    .table-responsive th[data-label="Study Mode"] {
     width: 60px;
  }
  .table-responsive td.hide-cell {
    display: none!important;
  }
}

/* Responsive styling for small screens */
@media (max-width: 1024px) {
    .table-responsive {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      
    }

    .table-responsive th,
    .table-responsive td {
        padding: 10px 6px;
        font-size: 14px;
    }
}

/* Stacked table layout for very small screens */
@media (max-width: 768px) {
  .table-responsive {
     white-space: unset;
  }
    .table-responsive thead {
        display: none;
    }

    .table-responsive tbody,
    .table-responsive tr,
    .table-responsive td {
        display: block;
        width: 100%;
    }

    .table-responsive tr {
        
        border: 1px solid #99acc2;
    }

    .table-responsive td {
        width: 100% !important;
        padding: 12px;
        font-size: 14px;
        position: relative;
        text-align: right;
        border: none;
        display: flex;
        flex-direction: row;
       gap: 8px;
       justify-content: space-between;
    }

    .table-responsive td::before {
        content: attr(data-label);
         padding-left: 8px;
        font-weight: bold;
        white-space: nowrap;
    }

    .table-responsive td {
       
       
    }
}
@media (max-width: 420px) {
  .table-responsive td {
    flex-wrap: wrap;
  }
}
.accordion-cm .accordion_group .accordion_content.accordion_content.accordion_content  {
  padding: 41px 10px 0 68px
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  background-color: #fff;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0;
  position:relative;
}


.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

.blog-post .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


.blog-post .post-item.content{
  display:none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

         @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }
@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts .content-wrapper {
  padding:50px 0;
  border-top: 1px solid rgba(73,71,71,0.18);
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -4.5%;
}

.blog-recent-posts__post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46%;
    -webkit-flex-basis: 46%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width:767px) {
  .blog-recent-posts__post {
   display: block;
    width: 100%;
    max-width: 100%;
    margin: 35px auto 0;
    float: none;
  }
  
  .blog-recent-posts__list{
    display: block;
    margin-right: 0;
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}



/* 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: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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 ;
    }
}



.hs-blog-post .post-body ul li{
   list-style:disc;
   padding-left:0!important;
   margin-left:20px;
}
/* Error pages */

.error-page {
  padding: 4rem 0 5rem;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
/*   content: attr(data-error); */
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.error-page .cta-container .button{
  font-size: 18px;
    font-family: BentonSans;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
    background: #e9a22e;
    line-height: 22px;
    padding: 16px 31.5px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    letter-spacing: .2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border: 2px solid #ca8d29;
}

.error-page .cta-container .button:hover {
    background: #e9a22e;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease-in-out .2s;
    transform: translate(0px,-2px);
}


@media (min-width:1025px){

  .error-page .cta-container .left-col,
  .error-page .cta-container .right-col{
    margin-right:-15px;
  }
}

@media (max-width:767px){
  .error-page .cta-container .left-col,
  .error-page .cta-container .right-col{
    display:block!important;
  }

  .error-page .cta-container .left-col{
    padding-bottom:30px;
  }

  .error-page .cta-container .button{
    width:100%;
    padding:16px;
  }
  
  .error-page .text-content h4{
  max-width:100%;
  }
}

.error-page .cta-container .left-col,
.error-page .cta-container .right-col{
  display: inline-block;
}

.error-page .text-content h4{
  max-width:594px;
  margin: 31px auto 24px;
  color: #181818;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 29px;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*****************************************/
/*      Accordion Section Style          */
/*****************************************/

.accordion-cm .section-heading{
  margin-bottom: 25px;
}

.accordion-cm .accordion_group{
  padding: 26px 0 26px 0;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}

.accordion-cm .accordion_group .accordion_header{
  position: relative;
  padding: 0 30px 0 68px;
}

.accordion-cm .accordion_group .accordion_header:before{
  position: absolute;
  content: '';
  background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/testimonial%20arrow.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 19px;
  width: 19px;
  top: 20%;
  left: 0;
  transition: all .3s ease-in-out;
}

.accordion-cm .accordion_group.expanded .accordion_header:before{
  transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0,0);
  transform-style: preserve-3d;
}

.accordion-cm .accordion_group h4{
  color: #1A1919;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}

.accordion-cm .accordion_group .accordion_content{
  padding: 41px 30px 0 68px;
}

.accordion-cm .accordion_group .accordion_content p,
.accordion-cm .cta-container p{
  margin-top: 0;
  color: #4A4747;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

.accordion-cm .cta-container{
  margin-top: 48px;
}

@media(max-width: 767px){
  .accordion-cm .section-heading{
    margin-bottom: 32px;
  }

  .accordion-cm .accordion_group h4{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
  }

  .accordion-cm .accordion_group .accordion_content{
    padding: 20px 0px 0 32px;
  }

  .accordion-cm .accordion_group .accordion_content p{
    font-size: 16px;
  }

  .accordion-cm .accordion_group .accordion_header{
    padding: 0 30px 0 33px;
  }

  .accordion-cm .cta-container{
    margin-top: 24px;
  }

}

/*****************************************/
/*      Latest Insights Section Style    */
/*****************************************/

.job-seekers-latest-post .heading{
  margin-bottom: 60px;
}

.job-seekers-latest-post.latest-post p{
  font-weight: 400;
}

.job-seekers-latest-post .cta-container{
  margin-top: 30px;
}

.job-seekers-latest-post.latest-post h4{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}

@media(min-width: 768px){
  .job-seekers-latest-post.latest-post .post-item:first-child{
    width: 100%;
    margin-bottom: 48px;
  }
  .job-seekers-latest-post.latest-post .post-item:nth-child(3n){
    margin: 0 2.5% 25px 0;
  }
  .job-seekers-latest-post.latest-post .post-item:nth-child(4n){
    margin-right: 0;
  }

  .job-seekers-latest-post.latest-post .post-item:first-child .featured-image{
    width: 48.717948718%;
    float: left;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .job-seekers-latest-post.latest-post .post-item:first-child .post-body{
    width: 48.717948718%;
    margin-left: 2.564102564%;
    float: left;
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .job-seekers-latest-post.latest-post .post-item:first-child>a>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .job-seekers-latest-post.latest-post .post-item:first-child .featured-image{
    height: unset;
  }

  .job-seekers-latest-post.latest-post .post-item:first-child,
  .job-seekers-latest-post.latest-post .post-item:first-child:hover{
    border: none;
  }
}

@media(max-width: 767px){
  .job-seekers-latest-post.latest-post .post-item{
    display: none;
  }

  .job-seekers-latest-post.latest-post .post-item:nth-child(1),
  .job-seekers-latest-post.latest-post .post-item:nth-child(2){
    display: block;
  }

  .job-seekers-latest-post.latest-post .post-item:nth-child(2){
    margin-bottom: 0;
  }

  .job-seekers-latest-post.latest-post p{
    display: none;
  }

  .job-seekers-latest-post .heading{
    margin-bottom: 0;
  }

  .latest-post .featured-image{
    height: 190px;
  }
}


/*****************************************/
/*          Step Section Style          */
/*****************************************/

.step-cm{
  max-width: 584px;
  margin: 0 0 0 auto;
}


.step-cm .section-heading{
  margin-bottom: 50px;
}

.step-cm .step-number{
  height: 81px;
  width: 81px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-cm .content-container{
  padding-bottom: 63px;
  position: relative;
}

.step-cm .step-number h2{
  font-size: 49.14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32.13px;
}

.step-cm .step-description{
  max-width: 413px;
}

.step-cm .step-description p{
  margin-top: 0;
  color: #4A4747;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
}

@media(min-width: 768px){
  .step-cm .content-container:not(:last-child):before{
    position: absolute;
    content: '';
    height: 100%;
    border-left: 5px dashed #009CA6;
    top: 40px;
    left: 37px;
    box-sizing: border-box;
    z-index: -1;
  }
}

@media(max-width: 1024px){
  .step-cm .step-number h2{
    font-size: 34.4px;
    line-height: 22.49px;
  }

  .step-cm .step-description p{
    font-size: 18px;
    line-height: 26px;
  }

  .step-cm .step-number{
    height: 71px;
    width: 71px;
  }

  .step-cm .content-container:not(:last-child):before{
    left: 33px;
  }

  .step-cm .step-description{
    padding-left: 10px;
  }
}


@media(max-width: 767px){
  .step-cm{
    max-width: 584px;
    margin: 0 auto;
  }
  .step-cm .section-heading{
    margin-bottom: 25px;
  }

  .step-cm .step-number{
    margin: 0 auto;
    height: 57px;
    width: 57px;
  }

  .step-cm .step-description{
    padding-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }

  .step-cm .content-container{
    padding-bottom: 24px;
  }

}



/*****************************************/
/*   Job Seekers Form Section Style     */
/*****************************************/


.job-seekeers-form .form-container{
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 0 14px 17px 0 rgba(0,156,166,0.11), 0 2px 17px 0 #CFE3EC;
  padding: 20px 30px 20px 30px;
  max-width: 440px;
  margin-right: 70px;
  position: relative;
}
body .row-fluid .job-seekeers-form .hs-button{
  width: 100%;
}

.job-seekeers-form .form-container:after{
  position: absolute;
  content: '';  
  background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow-dotted-form.svg');
  background-position: center;
  background-size: cover;
  height: 83px;
  width: 73px;
  bottom: 41px;
  right: -67px;
}

@media(max-width: 1024px){
  .job-seekeers-form .form-container{
    margin-right: 30px;
  }

  .job-seekeers-form .form-container:after{
    height: 44px;
    width: 37px;
    bottom: 41px;
    right: -25px;
  }
}

@media(max-width: 767px){
  .job-seekeers-form .form-container{
    max-width: 100%;
    margin-right: 0;
    margin-top: 18px;
  }

  .job-seekeers-form .form-container:after{
    background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Group%204%20Copy%202.svg');
    background-position: center;
    background-size: cover;
    bottom: unset;
    right: unset;
    top: -51px;
    left: 21px;
    height: 83px;
    width: 90px;
  }
}


/*****************************************/
/*   Book A Meeting Section Style     */
/*****************************************/

.book-meeting-cm{
  padding: 39px 53px 48px 47px;
  max-width: 1182px;
  margin: 0 15px;
  float: none;
  border-radius: 10px;
  overflow: hidden;
  background-image: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Ghost%20logo_CTA.svg') !important;
  background-repeat: no-repeat !important; 
  background-position: right !important; 
  background-size: contain !important;
}

.book-meeting-cm .left-col h3{
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 51px;
  margin: 0;
}

.book-meeting-cm .left-col p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

@media(max-width: 767px){
  .book-meeting-cm{
    max-width: 100%;
    margin: 0 auto;
    border-radius: unset;
    background-image: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost%20White.svg') !important;
    background-repeat: no-repeat !important; 
    background-position: center !important; 
    background-size: 50% !important;
    padding: 82px 20px 133px 20px;
  }

  .book-meeting-cm .left-col h3{
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  .book-meeting-cm .left-col p{
    font-weight: 400;
  }

  .book-meeting-cm .right-col{
    margin-top: 28px;
  }
}


/*****************************************/
/*   Job Seeker Help Section Style     */
/*****************************************/



.job-help-cm{
  position: relative;
  padding: 111px 0 154px 0;
}

.job-help-cm:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 120%;
  margin: 0 auto;
  top: 0;
  left: -10%;
  right: 0;
  bottom: 0;
  border-radius: 0 0 49% 39% / 0 0 17% 15%;
  z-index: 0;
  box-shadow: 0 2px 17px 0 #CFE3EC, 0 14px 17px 0 rgba(33,142,194,0.1);
  background: #fff;
}

.job-help-cm .right-col{
  position: relative;
}

.job-help-cm .right-text-content{
  max-width: 611px;
  margin: 0 0 0 auto;
}

.job-help-cm .right-text-content h3{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37px;
}

.job-help-cm .right-text-content p{
  margin-top: 0;
  color: #4A4747;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.job-help-cm .right-text-content p+h3{
  margin-top: 35px;
}

.job-help-cm .left-col{
  padding-top: 93px;
  position: relative;
}

.job-help-cm .left-col.vector-image:before{
  position: absolute;
  content: '';
  background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 436px;
  width: 436px;
  right: -86px;
  bottom: 0;
}

@media(max-width: 1024px){
  .job-help-cm{
    padding: 66px 0 55px 0;
  }
}

@media(max-width: 767px){
  .job-help-cm{
    padding: 14px 0 101px 0;
  }

  .job-help-cm .left-col{
    padding: 0;
  }

  .job-help-cm .right-text-content{
    max-width: 100%;
    margin: 0 auto;
    padding: 36px 20px 0px 20px;
  }

  .job-help-cm .left-col.vector-image:before{
    height: 245px;
    width: 245px;
    right: -34px;
  }

  .job-help-cm .right-text-content h3{
    font-size: 22px;
    line-height: 31px;
  }

  .job-help-cm .right-text-content p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
  }
  /*   
  .job-help-cm .top-image{
  width: 241px;
} */
}


/*****************************************/
/*   We HEar You Section Style           */
/*****************************************/

.we-hear-you .top-image{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.we-hear-you .top-image.top-vector{
  position: relative;
  z-index: 1;
}

.we-hear-you .top-image.top-vector:before{
  position: absolute;
  content: '';
  height: 372px;
  width: 374px;
  background: #E6F6F5;
  border-radius: 100%;
  bottom: -127px;
  right: -40px;
  z-index: -1;
}

.we-hear-you .bottom-image{
  text-align: right;
  z-index: 2;
  position: relative;
  right: -20px;
}

.we-hear-you .left-col-text{
  max-width: 645px;
  padding-left: 15px;
}

.we-hear-you .left-col-text h3{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37px;
}

.we-hear-you .left-col-text p{
  margin-top: 0;
  color: #4a4747;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.body-container-wrapper .we-hear-you .left-col-text li{
  margin-left: 37px;
}

.body-container-wrapper .we-hear-you .left-col-text li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #494747;
  top: 13px;
  left: -22px;
}

.we-hear-you .bottom-image.bottom-vector:after{
  position: absolute;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 459px;
  width: 459px;
  right: 0;
  z-index: 4;
  bottom: -339px;
}

@media(min-width: 1230px){
  .we-hear-you .bottom-image{
    position: absolute;
/*     right: 0; */
    right: -46px;
  }

}

@media(max-width: 1024px){
  .we-hear-you .top-image.top-vector:before{
    height: 290px;
    width: 290px;
  }

  .we-hear-you .bottom-image.bottom-vector:after{
    height: 300px;
    width: 300px;
    bottom: -248px;
  }
}

@media(max-width: 767px){
  .we-hear-you>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .we-hear-you .left-col-text{
    max-width: 100%;
    padding-right: 15px;
  }

  .we-hear-you .top-image{
    text-align: left;
    margin-top: 44px;
    margin-bottom: 0;
    max-width: 157px;
    margin-left: 37px;
  }

  .we-hear-you .bottom-image{
    max-width: 246px;
    float: right;
  }

  .we-hear-you .left-col{
    margin-top: 36px;
  }

  .we-hear-you .left-col-text h3{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31px;
  }

  .we-hear-you .left-col-text p,
  .body-container-wrapper .we-hear-you .left-col-text li{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
  }

  .we-hear-you .top-image.top-vector:before{
    height: 220px;
    width: 220px;
    bottom: -75px;
    right: -120px;
  }

  .we-hear-you .bottom-image.bottom-vector:after {
    height: 240px;
    width: 240px;
    right: 204px;
    bottom: -67px;
  }
}



/*****************************************/
/*   Center Text Section Style           */
/*****************************************/


.background-center-text{
  position: relative;
  padding: 173px 0 158px 0;
}

.background-center-text .text-container{
  max-width: 853px;
  margin: 0 auto;
  float: none;
}

.background-center-text .text-container.top-vector:before{
  position: absolute;
  content: '';
  height: 271px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
}

.background-center-text .text-container.bottom-vector:after{
  position: absolute;
  content: '';
  height: 271px;
  width: 46%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;

}

.background-center-text .text-container h3{
  color: #218EC2;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
}

@media(max-width: 1024px){
  .background-center-text {
    position: relative;
    padding: 100px 0 100px 0;
  }

  .background-center-text .text-container.top-vector:before{
    top: -54px;
  }

  .background-center-text .text-container.bottom-vector:after{
    bottom: -37px;
  }

  .background-center-text .text-container h3{
    font-size: 28px;
    line-height: 37px;
  }
}

@media(max-width: 767px){
  .background-center-text{
    padding: 40px 0 40px 0;
  }

  .background-center-text .text-container h3{
    font-size: 24px;
    line-height: 33px;
  }

  .background-center-text .text-container.top-vector:before{
    height: 163px;
    top: -44px;
  }

  .background-center-text .text-container.bottom-vector:after{
    height: 70px;
    bottom: 0;
  }
}



/*****************************************/
/*   We HEar You Section Style           */
/*****************************************/

.government-we-hear-you .top-image{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.government-we-hear-you .top-image.top-vector{
  position: relative;
  z-index: 1;
}

.government-we-hear-you .top-image.top-vector:before{
  position: absolute;
  content: '';
  height: 372px;
  width: 374px;
  background: #E6F6F5;
  border-radius: 100%;
  bottom: -127px;
  right: -40px;
  z-index: -1;
}

.government-we-hear-you .bottom-image{
  text-align: right;
  z-index: 2;
  position: relative;
}

.government-we-hear-you .left-col-text{
  max-width: 645px;
  padding-left: 15px;
}

.government-we-hear-you .left-col-text h3{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37px;
}

.government-we-hear-you .left-col-text p{
  margin-top: 0;
  color: #4a4747;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.body-container-wrapper .government-we-hear-you .left-col-text li{
  margin-left: 37px;
}

.body-container-wrapper .government-we-hear-you .left-col-text li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #494747;
  top: 13px;
  left: -22px;
}

.government-we-hear-you .bottom-image.bottom-vector:after{
  position: absolute;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 459px;
  width: 459px;
  right: -110px;
  z-index: 4;
  bottom: -204px;
}

@media(max-width: 1024px){

  .government-we-hear-you .top-image.top-vector:before{
    height: 290px;
    width: 290px;
  }

  .government-we-hear-you .bottom-image.bottom-vector:after{
    height: 300px;
    width: 300px;
    bottom: -204px;
  }
}

@media(max-width: 767px){
  .government-we-hear-you>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .government-we-hear-you .left-col-text{
    max-width: 100%;
    padding-right: 15px;
  }

  .government-we-hear-you .top-image{
    text-align: left;
    margin-top: 44px;
    margin-bottom: 0;
    max-width: 157px;
    margin-left: 37px;
  }

  .government-we-hear-you .bottom-image{
    max-width: 246px;
    float: none;
    margin: 0 auto;
  }

  .government-we-hear-you .left-col{
    margin-top: 85px;
  }

  .government-we-hear-you .left-col-text h3{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31px;
  }

  .government-we-hear-you .left-col-text p,
  .body-container-wrapper .government-we-hear-you .left-col-text li{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
  }

  .government-we-hear-you .top-image.top-vector:before{
    height: 220px;
    width: 220px;
    bottom: -75px;
    right: -120px;
  }

  .government-we-hear-you .bottom-image.bottom-vector:after {
    height: 240px;
    width: 240px;
    bottom: -67px;
  }
}




/*****************************************/
/*   Employee Page Step Section Style     */
/*****************************************/



.employee-step-cm .section-heading{
  margin-bottom: 38px;
}

.employee-step-cm .content-box .step-number{
  height: 81px;
  width: 81px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.employee-step-cm .content-box .step-description{
  margin-top: 26px;
}

.employee-step-cm .cta-container{
  margin-top: 15px;
  clear: both;
}

@media(min-width: 768px){
  .employee-step-cm .content-box:not(:last-child):before{
    position: absolute;
    content: '';
    width: 100%;
    border-top: 5px dashed #009CA6;
    right: -54%;
    top: 38px;
    z-index: -1;
  }

}

@media(max-width: 767px){
  .employee-step-cm .content-box .step-number{
    height: 57px;
    width: 57px;
  }

  .employee-step-cm .content-box .step-description{
    margin-top: 20px;
  }

  .employee-step-cm .section-heading{
    margin-bottom: 0;
  }
}




/*****************************************/
/*  Citizens Section Style               */
/*****************************************/


.citizens-outcome {
  background-color: #FFFFFF;
  box-shadow: 0 14px 17px 0 rgba(171,162,120,0.11); 
  padding:0px 0px 189px;
  border-radius: 0 0 45% 45% / 0 0 26% 26%;
}

.citizens-outcome .image-container{
  max-width:492px; 
}

@media(min-width:768px) and (max-width:1024px){

  .citizens-outcome {
    padding: 0px 0px 80px;
  }

}

@media(max-width:767px){

  .text-container {
    margin-bottom: 0px;
  } 

  .citizens-outcome {
    background-color: #FFFFFF;
    box-shadow: 0 14px 17px 0 rgba(171,162,120,0.11);
    padding: 0px 0px 60px;
    border-radius: 0px;
  }

  .image-container {
    text-align: center;
    margin-bottom: 40px;
  }

  .citizens-outcome .image-container{
    margin:0 auto 30px;
  }

}


/*****************************************/
/*  Image Text Section Style             */
/*****************************************/

.services-container{
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding:16px 16px 22px 18px;
  position:relative;
  z-index:1;
}

.services-container:hover{
  padding:15px 15px 21px 17px;
}

.services-container .logo-container {
  padding-bottom: 25px;
}

.services-container .text-container {
  margin-bottom: 47px;

}

.services-container .text-container p{
  font-size:16px;
}

.services-container .text-container h4{
  margin-bottom:10px; 
}

.services-container:hover .simple-cta a.cta_button{
  color: #e9a22e;
  box-shadow: none;
  transform: unset;
  background: transparent;
  transition: all ease-in-out .2s;
  border: 0;
}

.services-container:hover{
  border: 2px solid #ABA278;
}

.services-container .card-link a{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  left:0;
  bottom:0;
}

@media(min-width: 768px){
  .services-container .text-container{
    min-height: 234px;
  }

  .services-container .logo-container{
    min-height: 70px;
  }
}

/*****************************************/
/*  Employee page banner section style  */
/*****************************************/


.employee-banner{
  padding-top: 28px;
}

.employee-banner .left-col{
  padding: 87px 0 60px 0;
}

.employee-banner .left-col h5{
  margin-bottom: 14px;
}

.employee-banner .left-col h1{
  margin-bottom: 34px;
}

.employee-banner .left-col h4{
  margin-bottom: 29px;
}

.employee-banner .right-col .image-container{
  position: absolute;
  right: 0;
}

.employee-banner .right-col .image-container img{
  vertical-align: super;
}

@media(min-width: 1301px){
  .dnd-employers-row-0-background-color{
    position: relative;
    overflow: hidden;
  }
}

@media(max-width: 1300px) and (min-width: 768px){
  .employee-banner .left-col{
    padding: 60px 0 60px 0;
  }

  .employee-banner .right-col{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .employee-banner .right-col .image-container{
    position: relative;
    bottom: unset;
  }

  .employee-banner .right-col .image-container img{
    vertical-align: bottom;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  body .container-fluid .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd-employers-row-0-background-color {
    padding-bottom: 0px!important;
  }
}

@media(max-width: 768px){
  .employee-banner .right-col .image-container{
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }

  .employee-banner .right-col .image-container img{
    vertical-align: bottom;
  }

  .employee-banner .left-col {
    padding: 24px 0 39px 0;
  }
}





/*****************************************/
/*  Employee page Form section style  */
/*****************************************/


.job-seekeers-form.employee-section .form-container {
  margin: 35px auto 0;
  max-width: 743px;
}
.job-seekeers-form.employee-section .description-content {
  max-width: 691px;
  margin: 0 auto;
}
.job-seekeers-form.employee-section h2 {
  margin-bottom: 34px;
}
body .row-fluid .job-seekeers-form.employee-section .hs-button {
  width: auto;
  padding: 18px 32px;
}
@media(min-width: 768px) {
  .job-seekeers-form.employee-section .form-container {
    position: relative;
  }
  .job-seekeers-form.employee-section .form-container:after {
    position: absolute;
    content: '';
    background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow-form.svg);
    background-position: center;
    background-size: cover;
    height: 43px;
    width: 122px;
    bottom: 31px;
    right: 115px;
  }
}

@media(max-width: 767px) {
  .job-seekeers-form.employee-section .form-container {
    margin-top: 60px;
  }
}




/*****************************************/
/*  About Page Card section style        */
/*****************************************/



.about-three-col-cm .content-block{
  border-radius: 6px;
  border: 2px solid;
  /*   border-bottom-width: 6px; */
  padding: 42px 13px 42px 13px;
  transition: all 0.3s ease-in-out;
}

.about-three-col-cm .content-block:after{
  position: absolute;
  content:'';
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.about-three-col-cm .content-block:hover:after{
  /*   border-bottom-width: 2px; */
  height: 0px;
}

.about-three-col-cm .content-block .image-container{
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 44%;
}

.about-three-col-cm .content-block .text-container h4{
/*   font-size: 28px; */
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37px;
  position: relative;
  display: inline-block;
}

.about-three-col-cm .content-block .text-container h4:before{
  position: absolute;
  content: '';
  background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Right%20Arrow.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 17px;
  width: 14px;
  right: -26px;
  top: 12px;
}

.about-three-col-cm .content-block a.card-link{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media(max-width: 1180px){
  .about-three-col-cm .content-block .text-container h4{
    font-size: 20px;
  }

  .about-three-col-cm .content-block .text-container h4:before{
    height: 13px;
    width: 10px;
    right: -18px;
    top: 13px;
  }

  .about-three-col-cm .content-block{
    padding: 30px 13px 30px 13px;
  }
}

@media(max-width: 1024px){
  .about-three-col-cm .content-block .text-container h4{
    font-size: 15px;
  }
}

@media(max-width: 767px){
  .about-three-col-cm .content-block .text-container h4{
    font-size: 19px;
  }

  .about-three-col-cm .content-block .image-container{
    margin-bottom: 0;
  }

  body .row-fluid .about-three-col-cm .three-col-adjust span>.hs_cos_wrapper.content-block{
    margin: 70px auto 0;
  }
}




/*****************************************/
/*  About Page Two Col Card section style  */
/*****************************************/



.about-two-col-text{
  position: relative;
}

.about-two-col-text:after{
  position: absolute;
  content: '';
  height: 205px;
  width: 5px;
  background: #009CA6;
  top: -11px;
  left: -49px;
}

@media(max-width: 1200px){
  .about-two-col-text{
    padding-left: 30px;
  }

  .about-two-col-text:after{
    left: 8px;
  }
}

@media(max-width: 767px){
  .about-two-col-text {
    padding-left: 24px;
  }

  .about-two-col-text:after{
    left: 2px;
  }
}


/*****************************************/
/*  About Page Image section style      */
/*****************************************/


.about-image-cm .left-col,
.about-image-cm .center-col,
.about-image-cm .right-col{
  position: relative;
}

.about-image-cm .left-col .left-small-img{
  position: absolute;
  bottom: -108px;
  right: -74px;
}

.about-image-cm .left-col .container-image{
  margin-top: 34px;
}

.about-image-cm .center-col .center-big-img{
  position: absolute;
  right: -21px;
  bottom: -83px;
}

.about-image-cm .center-col .container-image{
  margin-top: 78px;
}

@media(max-width: 1100px){
  .about-image-cm .left-col .left-small-img{
    bottom: -173px;
  }
}

@media(max-width: 1024px){
  .about-image-cm .left-col .left-small-img{
    bottom: -107px;
    max-width: 184px;
    right: 0px;
  }
  
  .about-image-cm .center-col .container-image{
    margin-top: 0;
  }
}

@media(max-width: 767px){
  .about-image-cm .left-col .left-big-img{
    max-width: 320px;
  }

  .about-image-cm .center-col .center-big-img{
    position: relative;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}


/*****************************************/
/*  About Page Video section style      */
/*****************************************/



.about-video-module{
  border-radius: 10px;
  padding: 65px 20px 125px 20px;
  position: relative;
}

.about-video-module:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
}

.about-video-module .section-heading{
  position: relative;
  margin-bottom: 78px;
}

.about-video-module .section-heading:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  max-width: 69px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -29px;
  margin: 0 auto;
}

.about-video-module .counter-box{
  margin: 27px 0;
}

.about-video-module .counter-box h2{
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 90px;
}

.about-video-module .counter-box h4{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}

.about-video-module .video-desktop{
  min-height: 517px;
  max-width: 810px;
  width: 100%;
  position: absolute;
  right: -50px;
  border-radius: 10px;
}

.about-video-module .video-desktop video{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-video-module .right-col{
  text-align: right;
}

.about-video-module .play-container{
  position: absolute;
  right: 38px;
  bottom: 35px;
  cursor: pointer;
}

.about-video-module .play-container:before{
  position: absolute;
  content: '';
  background: url('https://f.hubspotusercontent00.net/hubfs/8247255/Arrow.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 19px;
  width: 107px;
  left: -133px;
  top: 23px;
}

.about-video-module .play-container .play-img{
  height: 66px;
  width: 66px;
  display: inline-block;
  vertical-align: middle;
}

.about-video-module .play-container .text-here{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.about-video-module .play-container .text-here h4{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Overpass', sans-serif;
}



@media(max-width: 1360px){
  .about-video-module .video-desktop{
    right: 0;
    position: relative;
    min-height: 438px;
  }

  .about-video-module:before{
    width: 95%;
  }

  .about-video-module .play-container{
    right: 104px;
  }
}

@media(max-width: 1024px){
  .about-video-module .counter-box h2{
    font-size: 52px;
    line-height: 78px;
  }

  .about-video-module .video-desktop{
    min-height: 350px;
  }
}

@media(max-width: 767px){
  .about-video-module{
    padding: 65px 20px 65px 20px;
  }
  
  .about-video-module .counter-box h2{
    font-size: 42px;
    line-height: 68px;
  }

  .about-video-module:before{
    width: 100%;
  }

  .about-video-module .section-heading{
    margin-bottom: 25px;
  }

  .about-video-module .video-desktop{
    max-width: 480px;
    min-height: 304px;
    margin: 30px auto 0 auto;
  }

  .about-video-module .play-container{
    position: relative;
    right: 0;
    bottom: 0;
    float: none!important;
    width: 100%;
    padding-left: 127px;
    margin-top: 30px;
    max-width: 300px;
    margin: 30px auto 0 auto!important;
    text-align: center;
  }

  .about-video-module .play-container:before{
    left: 0;
  }
}

@media(max-width: 540px){
  .about-video-module .video-desktop{
    max-width: 310px;
    min-height: 198px;
  }
  
  .about-video-module .play-container .play-img{
    height: 50px;
    width: 50px;
  }
  
  .about-video-module .play-container:before{
    top: 16px;
  }
  
  .about-video-module .play-container .text-here h4{
    font-size: 14px;
  }
}


/*****************************************/
/*  About Page Two Col CTA Text section style  */
/*****************************************/

.about-two-col .content-container{
  padding: 46px 0 27px 0;
}

.about-two-col .content-container:not(:last-child){
  border-bottom: 1px solid #D6D6D6;
}

@media(max-width: 767px){
  .about-two-col .content-container{
    padding: 13px 0 27px 0;
  }
}



/*****************************************/
/*  About Page Contact section style  */
/*****************************************/


.about-contact-faq{
  padding:67px 0px 63px;
}

.about-contact-faq .text-container {
 max-width:852px; 
  margin:0 auto;
}

@media(min-width:768px){

  .about-contact-faq .cta-container .left-cta{
    margin-right:25px; 
  }

}

@media(max-width:767px){

  .about-contact-faq .cta-container .left-cta a.cta_button{
    margin-right:0px;
    margin-bottom:25px;
  }
}



@media(max-width: 1024px) and (min-width: 768px){
  body .container-fluid .dnd-job-seeker-row-0-padding.dnd-section{
    padding-bottom: 0 !important;
  }
}



/*****************************************/
/*  Loacation Page Contact section style  */
/*****************************************/



.location-contact-cm .image-col{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.location-contact-cm .text-col{
  display: inline-block;
  vertical-align: middle;
}

.location-contact-cm .text-col p{
  font-size: 20.33px;
  letter-spacing: 0;
  line-height: 17.94px;
}

@media(max-width: 1200px) and (min-width: 768px){

}

@media(max-width: 767px){
  .location-contact-cm .image-col,
  .location-contact-cm .text-col{
    display: block;
    margin: 0px;
  }

  .location-contact-cm .text-col{
    margin-top: 5px;
  }
  
  .location-contact-cm .text-col p{
    line-height: 33.49px;
  }

  .location-contact-cm .text-col p span{
    display: block;
  }

  .location-contact-cm .right-col{  
    margin-top: 26px;
  }

  .location-contact-cm .left-col{
    margin-bottom: 28px;
  }
  
  .location-contact-cm .left-col h3{
    font-size: 22px;
    letter-spacing: 0;
    line-height: 31px;
    max-width: 291px;
    margin: 0 auto;
  }
}


/****************************************************/
/*  Loacation Page Office Loaction section style  */
/***************************************************/


.head-office-cm .section-heading{
  margin-bottom: 20px;
}

.head-office-cm .content-block{
  padding: 17px 14px 26px 14px;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.head-office-cm .content-block .image-container{
  min-height: 125px;
  margin-bottom: 0;
}

.head-office-cm .content-block .text-container h4{
  margin: 13px 0 13px 0;
}

.head-office-cm .content-block .text-container p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}

.head-office-cm .content-block a.card-link{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simple-cta a.card-link:before{
  display: none;
}

@media(max-width: 767px){
  body .row-fluid .head-office-cm .four-col-adjust span>.hs_cos_wrapper.content-block{
    max-width: 287px;
    float: none;
    margin: 20px auto 0 auto;
  }
}


.dnd-section.curve-vector{
  position: relative;
}

.dnd-section.curve-vector:after{
  position: absolute;
  content: '';
  height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 40% 28% 0 0 / 100% 100% 0 0;
}




/***********************************************************/
/*  Loacation Inner Page Office Loaction section style  */
/***********************************************************/


/************ Baner Section Style ***************/


body .row-fluid .location-single-banner .wrapper{
  max-width: 1270px;
}

.location-single-banner .text-container{
  max-width: 552px;
}

.location-single-banner .text-container h1{
  margin-bottom: 28px;
}

@media(max-width: 767px){
  .location-single-banner .text-container{
    max-width: 100%;
  }

  .location-single-banner .text-container h1{
    margin-bottom: 16px;
  }
  
  .location-single-banner .left-col{
    margin-bottom: 40px;
  }
  
  .location-single-banner .image-container{
    margin-bottom: 0;
  }
}



/************ Map Section Style ***************/


.location-content-cm .content-container{
  margin-bottom: 20px;
}

.location-content-cm .heading-here{
  border-bottom: 1px solid rgba(73,71,71,0.18);
  margin-bottom: 27px;
} 

.location-content-cm .heading-here h3{
  margin-bottom: 8px;
}

.location-content-cm .contact-detals{
  margin-bottom: 25px;
}

.location-content-cm .contact-detals .left-icon{  
  display: inline-block;
  width: 6%;
  margin-right: 10px;
  vertical-align: top;
}

.location-content-cm .contact-detals .right-content{
  display: inline-block;
  width: 73%;
}

.location-content-cm .list-container ul{
  margin: 0;
}

.body-container-wrapper .location-content-cm .list-container li{
  font-weight: 400;
  margin-left: 37px;
  position: relative;
}

.location-content-cm .list-container li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background: #494747;
  border-radius: 100%;
  top: 10px;
  left: -24px;
}

.location-content-cm .responsive-map{
  position: relative;
}

.location-content-cm .responsive-map iframe{
  min-height: 570px;
  height: 100%;
  width: 100%;
}

.location-content-cm .time-cont p>span{
  font-weight: bold;
}

.location-content-cm .text-margin-zero {
  margin-bottom: 13px;
}

.location-content-cm .cta-container{
  margin-top: 20px
}

@media(max-width: 767px){
  .location-content-cm{
    margin-bottom: 50px;
  }
  
  .location-content-cm .heading-here h3{
    font-size: 27px;
  }
  
  .location-content-cm .responsive-map iframe{
    min-height: 350px;
  }
}



/************ Form Section Style ***************/


.location-form-cm .form-container{
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 17px 0 #CFE3EC;
  max-width: 917px;
  margin: 0 auto;
  padding: 66px 30px 64px 30px;
  box-sizing: border-box;
}

.location-form-cm .form-heading{
  max-width: 710px;
  margin: 0 auto 43px auto;
}

.location-form-cm form{
  max-width: 687px;
  margin: 0 auto;
  
}

.location-form-cm .hs-form-required{
  display: none;
}

body .location-form-cm form .hs-input{
  border: 1px solid #BABAB9;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.25);   
  color: #1B1919;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

body .location-form-cm form .hs-input:focus{
  border: 1px solid #009CA6;
}

.location-form-cm form textarea.hs-input{
  height: 144px;
}

body .row-fluid .location-form-cm form .hs-button{
  padding: 16.5px 49px;
}

 

@media(max-width: 480px){
.location-form-cm .form-container{
    padding: 50px 30px 50px 30px;
  }
}

@media(max-width: 400px){
    body .row-fluid .location-form-cm .form-columns-2 .input{
    margin-right: 0 !important;
  }
}


@media(min-width: 1400px){
  body .row-fluid .location-form-cm .form-columns-2 .input {
    margin-right: 21px !important;
  }
}


form .inputs-list label,
form .inputs-list>li{
  display: block;
  width: 100%;
}

.body-container-wrapper form .inputs-list>li,
form .inputs-list label,
form .inputs-list span{
  color: #4D4647;
  font-family: BentonSans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

body .container-fluid .row-fluid .hs-form .field .input input[type="checkbox"]{
  height: 28px;
  width: 28px;
  border: 1px solid #009CA6;
  border-radius: 100% !important;
  background-color: #FFFFFF;
  box-shadow: none;
  margin-bottom: 2px;
  position: relative;
}

body .container-fluid .row-fluid .hs-form .field .input input[type="checkbox"]:checked:after{
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #009CA6;
  border: none;
  top: 3px;
  left: 3px;
}

body .row-fluid form ul.inputs-list{
  clear: both;
  float: left;
  margin-bottom: 22px;
}


body .container-fluid .row-fluid .hs-form .field .input li.hs-form-booleancheckbox input[type="checkbox"]{
  height: 28px !important;
  width: 28px !important;
  border-radius: 0 !important;
}

body .container-fluid .row-fluid .hs-form .field .input li.hs-form-booleancheckbox input[type="checkbox"]:checked:after{
  border-radius: 0 !important;
  height: 20px;
  width: 20px;
  transform: none;
}

form label.hs-error-msg{
  font-size: 13px;
  color: red;
  line-height: 15px;
}

.body-container-wrapper form a{
  color: #009CA6;
  text-decoration: underline;
}



/*********************************************/
/*        Australian Header  style           */
/*********************************************/

@media (max-width: 1500px) and (min-width: 1201px){
  body .row-fluid .header-section.australian-header .menu {
    width: 99%;
  }
}

@media (max-width: 1200px) and (min-width: 1025px){
  body .row-fluid .header-section.australian-header .menu-cont .menu {
    width: 96%;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  body .row-fluid .header-section.australian-header .menu-cont .menu {
    width: 96%;
  }
}


/*********************************************/
/*        Australian Footer  style           */
/*********************************************/


body .row-fluid .footer-section.australian-footer .footer-bottom li.hs-menu-item a{
  font-size: 11px;
  letter-spacing: 0.34px;
  line-height: 16px;
}

.footer-section.australian-footer .footer-mid-2 form .hs-error-msg{
  margin-top: 21px;
  line-height: 0;
}

.body-container-wrapper .footer-section.australian-footer .footer-bottom li{
  line-height: 0;
}

.body-container-wrapper .footer-section.australian-footer .footer-bottom ul{
  margin: 6px 0;
}

@media(min-width: 768px){
  .footer-section.australian-footer .footer-mid-2 .col-3{
    text-align: right;
  }
 
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul{
  z-index: 3;
}
/* Missing Template at Path: \'Marketplace\/Asuria Australia\/css\/blog1.css\' */


/*=========================
FONT FAMILY EMBEDDING 
==========================*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,idght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@font-face {
  font-family: "BentonSans";
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Regular.eot");
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Regular.eot") format("embedded-opentype"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Regular.woff2") format("woff2"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Medium.eot");
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Medium.eot") format("embedded-opentype"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Medium.woff2") format("woff2"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Light.eot");
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Light.eot") format("embedded-opentype"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Light.woff2") format("woff2"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Bold.eot");
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Bold.eot") format("embedded-opentype"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Bold.woff2") format("woff2"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Black.eot");
  src: url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Black.eot") format("embedded-opentype"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Black.woff2") format("woff2"),
    url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Fonts/BentonSans-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}



/*****************************************/
/* Start your style declarations here    */
/*****************************************/








body {
  font-size: 16px;
  font-family: Ubuntu;
  color: #4a4747;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 25px;
  letter-spacing: -0.1px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


body .row-fluid .wrapper{
  max-width:1230px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}
.body-container-wrapper ul,.body-container-wrapper li {
  margin-bottom:15px;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: BentonSans;
  color: #4A4747; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

img{
  height:auto;
  vertical-align:bottom;
}

/* Anchor Links */

a {
  margin-bottom:0;
}
a:hover, a:focus {
  text-decoration: none;
}

a {
  font-size: 18px;
  font-family: Ubuntu;
  color: #4a4747;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 22px;
}

h1 {
  font-size: 59px;
  font-family: Ubuntu;
  color: #1C1919; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -0.56px;
}

h2 {
  font-size: 45px;
  font-family: Ubuntu;
  color: #1A1919;
  font-style: normal;
  text-decoration: none;
  font-weight: 800;
  line-height: 51px;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px;
  font-family: Ubuntu;
  color: #1A1919;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0px;
}

h4 {
  font-size: 20px;
  font-family: Ubuntu;
  color: #1A1919;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
}

h5 {
  font-size: 18px;
  font-family: Ubuntu;
  color: #1A1919;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.48px;
}


h6 {
  font-size: 15px;
  font-family: Ubuntu;
  color: #1A1919;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}

.body-container-wrapper {
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  font-size: 18px;
  font-family: BentonSans;
  color: #494747;
  font-style: normal;
  text-decoration: none;
  /*font-weight: 500;*/
  font-weight: 400;
  line-height:28px;
  letter-spacing: 0px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.body-container-wrapper li:before{
    position: absolute;
    content: '';
    background: #009ca6;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
}

body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}

body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

.body-container-wrapper a{
  //color:;    
}


blockquote{
  margin:0;
  font-size: 20.2px;
  font-family: DM Sans;
  color: #222D39;
  font-style: normal;
  text-decoration: ;
  font-weight: 500;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  font-style:italic;
  border-left:none!important;
}


body a.cta_button,
body .row-fluid .hs-button{    
  font-size: 18px;
  font-family: BentonSans;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  border-radius:  3px;
  background:#e9a22e;
  line-height: 22px;
  padding: 18px 17px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:2px solid #ca8d29;
  border-bottom: 5px solid #ca8d29;
}



.row-fluid a.cta_button:hover,
.row-fluid .hs-button:hover{ 
  background:#e9a22e;
  border:2px solid transparent;
  border-bottom:5px solid transparent;
  color:#ffffff;
  transition: all ease-in-out .2s;
  /*   margin-top:2px; */
  transform: translate(0px,2px);
} 



body .row-fluid .transparent-cta a.cta_button,
body .row-fluid .transparent-cta a{
  font-size: 18px;
  font-family: BentonSans;
  color: #181818;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  border-radius:  0px;
  background:transparent;
  position:relative;
  border:0;
  line-height:22px;
  letter-spacing:0.2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  text-decoration:underline;
}


body .row-fluid .transparent-cta a.cta_button:hover,
body .row-fluid .transparent-cta a:hover{ 
  background:transparent;
  border:0;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  box-shadow:none;
  transform:unset;
} 


.simple-cta a.cta_button,
.simple-cta a{
  font-size: 18px;
  font-family: BentonSans;
  color: #1a1919;
  font-style: normal;
  font-weight: 500;
  border-radius:  0px;
  background:transparent;
  border:none;
  line-height:22px;
  letter-spacing:0.2px;
  /*   text-decoration:underline; */
  display:inline-block;
  padding: 18px 12px 0 0;
  position:relative;
  transition:all ease-in-out .2s;
}

.simple-cta a.cta_button:before,
.simple-cta a:before{
  position: absolute;
  content: '';
  background:#e9a22e;
  width: 100%;
  height: 2px;
  bottom: 0;
}

.simple-cta a.cta_button:hover{
  color: #e9a22e;
  box-shadow:none;
  transform:unset;
  background:transparent; 
  transition:all ease-in-out .2s;
  border: 0;
}

body .simple-cta a.cta_button:after{
  position:absolute;
  content:'';
  background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow%20Black.svg) no-repeat;
  background-size:contain;
  background-position:cenetr center;
  width: 8px;
  height: 10px;
  top: 22px;
  margin-left: 6px;
}

body  .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
}

body .row-fluid .hide-module{
  display:none;
}


.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}


body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}


/*========================================================
Typography Responsive Styling
========================================================*/

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

  h1 {
    font-size: 51px;
    line-height: 59.4px;
  } 

}


@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1 {
    font-size: 51px;
    line-height: 59.4px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 15px;
    padding: 15px 10px;
  }  

}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -1.28px;
    line-height: 69px;
    text-align:center;
  }

  h2 {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
  }

  h3 {
    font-size: 18px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
  }
.about-section h1{
  font-size:44px !important;
  line-height:49px !important;
}

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}


/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0px;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }

}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
  min-height: 350px;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}


/*==================================================
Dnd styling
====================================================*/

.dnd-section {
  padding:0px;
}

.dnd-section > .row-fluid {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
  width:auto;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

@media(max-width:1024px)and(min-width:768px) {

  body .container-fluid .dnd-section {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
  } 

}

@media (max-width: 767px) {

  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  /*   body .container-fluid .dnd-section {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}  
  */
  /*   body .dnd-section img.hs-image-widget {
  margin: 30px 0px 30px;
} */

}



/*=========================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 18px;
  font-family: Ubuntu;
  color: #4b47476b;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-moz-placeholder {
  font-size: 18px;
  font-family: Ubuntu;
  color: #4b47476b;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

::-moz-placeholder {  

  font-size: 18px;
  font-family: Ubuntu;
  color: #4b47476b;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-ms-input-placeholder {  
  font-size: 18px;
  font-family: Ubuntu;
  color: #4b47476b;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}


select::-ms-expand {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  color:;
  width:120px;
  height:58px;
  font-family: BentonSans;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  border-top:0;
  border-left:0;
  border-bottom:0;
  border-right:1px solid #babab9;
}

form {
  max-width: ;
  font-family: ;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  font-family: Ubuntu;
  color: #4D4647;
  text-decoration: 0;
  font-style: normal;
  /*   font-weight: normal; */        
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: red;
  position: absolute;
  top: -10px;
  font-size: 12px;
}

body .hs-input {
  display: inline-block;
  width: 100%;
  height:58px;
  padding: 15px;
  font-size: 18px;  
  font-family: Ubuntu;
  color: #1B1919;
  text-decoration: 0;   
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  background-color: #ffffff;
  border: 1px solid #BABAB9;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-right:0;
}

body .row-fluid .form-columns-2 .input{
  margin-right:17px!important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

body .row-fluid .hs-error-msgs li{
  width:100%!important;
}

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #BABAB9;
  -webkit-appearance: none;
  border: 1px solid #BABAB9;
  margin-right: 8px;
  top: 4px;
  width: 48px;
  height: 28px;
  border-radius:0!important;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21.5px;
  top: 2.5px;
  background: #009ca6;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked{
  border:1px solid #009CA6;
}

textarea.hs-input {
  height: 122px;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

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

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  top: 3px;
  left: 2px;
  border: 2px solid ;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0;
  background: ;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  color: ;
  -webkit-appearance: none;
  border: 1px solid ;
  margin-right: 8px;
  top: 3px;
  width: 15px;
  height: 15px;
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 10px;
}

.hs-input[type=file] {
  padding: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
  border: 1px solid #BABAB9;
  border-radius: 2px;
  background-color: #FFFFFF;
}

form .file-upload-button-label {
  border: solid 1px ;
  position: absolute;
  left: 11px;
  top: 8px;
  border-radius: 0;
  padding: 0px 10px;
  color: ;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: 70px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
}

form .file-upload-file-name {
  height: 55px;
  color: ;
  line-height: normal;
  display: flex;
  border: solid 1px ;
  border-radius: 0px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:120px;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid form select {
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Dropdown%20Arrow.svg)no-repeat;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-size: 12px;
  color:#4b47476b;
}

body .row-fluid form .color-text select{
  color: #1B1919;
}


body .row-fluid form .hs-main-font-element{
  top:0;
}

@media(max-width:480px){

  form .file-upload-button-label{      
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
  }

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color:#009CA6;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

body .row-fluid fieldset {
  max-width: 100%;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: flex;
  padding: 0;
  width: auto;
  padding-top: 0;
  margin-left: 0;
  float: left;
  padding-right: 30px;
}
.inputs-list label {
  display: flex;
  float: none;
  width: 100%;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
/* .inputs-list label > input,
.inputs-list label > span {
vertical-align: middle;
} */

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

.hs-field-desc {
  color: ;          
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #4d4647;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

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

@media(max-width:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

  form .input{
    margin-right:0px!important;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }

}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding:10px 15px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Ubuntu;
}


/*=====================================================================
header styling
========================================================================*/


/***********************Header fixed styling****************************/


@media(min-width:768px){

  

}

/********************Header fixed styling Ends************************/

header.header {
  min-height: 95px;
  box-sizing:border-box;
}

.header-section {
  background:#ffffff;
  position: relative;
  z-index:3;
  line-height:0;
  box-shadow: 0 5px 9px 0 rgba(2,2,2,0.14);
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:15px;
  color:#181818;
  font-family: BentonSans;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.47px;
  font-style: normal;
  text-decoration: none;
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 10px 20px;
  white-space: normal;
  max-width: 100%;
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:15px;
  color:#181818;
  font-family: BentonSans;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
  letter-spacing: 0.47px;
}



.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a{
  padding-left:0;
}

/* .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
padding-right:0;
} */
.header-section .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children > a{
  padding-right: 20px;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
  color:#00998b;
} 

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
  color:;

}


body .header-section a.cta_button{
  font-size:18px;
  color:#ffffff;
  font-family: BentonSans;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  margin: 0px;
  padding:25px 32px; 
  border:0;
  border-radius:0;
  letter-spacing:0.2px;
  line-height:22px;
} 

body .header-section .cta-2 a.cta_button:hover{
  background: #DB9829;
}

body .row-fluid .header-section .cta-cont .cta-1 a.cta_button{
  background:transparent;
  color: #181818;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.47px;
  line-height: 15px;
  padding:25px 25px;
  text-decoration: none;
}

body .header-section .cta-cont a.cta_button:hover{
  transform:unset;
  box-shadow:none;
  border: 0;
}

/*Sub Menu*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background:#ffffff;
  box-shadow: 0 0 2px rgba(0,0,0,0.21);
  min-width: 150px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  top:25px;
  z-index: 20;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size:15px;
  color:#181818;
  font-family: BentonSans;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
  letter-spacing: 0.47px;
  padding: 7.5px 4px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
  color:#00998b;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a{
  color:#00998b;

}

/*===== New Header Styling ===========*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a{
  font-size:15px;
  color:#181818;
  font-family: BentonSans;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
  letter-spacing: 0.47px;
  padding: 7.5px 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
  color:#00998b;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a{
  color:#00998b;

}

.header-section .logo-cont{
  padding: 0px 0 0px 20px;
}

.header-section .logo-cont>.row-fluid-wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  margin:5px 0 0;
  padding:0;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
  list-style:none;
  display: inline-block;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children>a:after,
.language-select .selected:after{
  position:absolute;
  content:'';
  background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow%20Black.svg) no-repeat;
  background-position:center center;
  transform:rotate(90deg);
  width: 10px;
  height: 8px;
  background-size: contain;
  top: 3px;
  padding-left: 18px;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul{
  border: 1px solid #BABAB9;
  background-color: #FFFFFF;
  padding:10px 15px;
}

.header-section .menu-cont{
  padding:10px 0;
}

.language-select .selected:after{
  top: 7px;
  padding-left: 20px;
}

.header-section .language-switcher .menu-dropdown-content{
  border: 1px solid #BABAB9;
  background-color: #FFFFFF;
  padding:6px 15px 10px;
  position:absolute;
  display:none;
  width: 100%;
  max-width: 168px;
  margin-top:5px;
  z-index: 1;
}

.header-section .language-switcher .menu-dropdown-content.show{
  display:block;
}

.header-section .language-switcher .menu-dropdown-content li{
  padding-bottom:17px;
}

.header-section .language-switcher .menu-dropdown-content li:last-child{
  padding-bottom:10px;
}

.header-section .language-switcher a{
  color: #181818;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.47px;
  line-height: 15px;
}

.header-section .language-switcher .menu-dropdown-content p{
  color: rgba(28,25,24,0.8);
  font-size: 11px;
  letter-spacing: 0;
  padding-bottom:0;
  margin-top:0;
}

.header-section .language-switcher .menu-dropdown-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-section .language-switcher .menu-dropdown-content ul img{
  padding-right:10px;
  vertical-align: middle
}

.language-select .selected{   
  position:relative;
  width:auto;
}

.language-select img{
  vertical-align: initial;
}

.language-cont{
  border-left: 1px solid #BABAB9;
  margin-left: 0;
  padding-left: 30px;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{      
  float: right;
}


@media(min-width: 2000px){
  body .header-section .cta-2-wrap a.cta_button{
    float: right;
    padding: 26px 32px;
    max-width: 148px;
    width: 100%;
    height: auto;
  }
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    float: right;
  }

  .header-section .row-fluid .span6.cta-1-wrap{
    width: 66.717949%;
  }

  body .row-fluid .header-section .cta-cont .cta-1 a.cta_button{
    float: right;
  }

  .header-section .row-fluid .span6.cta-2-wrap{
    width: 30.717949%;
  }

  
}


@media(max-width:1342px) and (min-width:1024px){
  body .row-fluid .cta-2-wrap{
    width:100%;
  }

}

@media(min-width:1201px) and (max-width:1340px){

  body .row-fluid .header-section .cta-cont .cta-1 a.cta_button{
    padding: 25px 2px;
  }
}

@media(min-width:1434px) and (max-width:1778px){
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{  
    padding: 10px 11px;
  }
}

@media(min-width:1355px) and (max-width:1433px){
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{  
    padding: 10px 8px;
  }
}

@media(max-width:1500px) and (min-width:1201px){

  body .row-fluid .header-section .menu{
    width:80%;
  }

  body .row-fluid .header-section .lanuguage-cont{
    width:20%;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 10px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children > a{
    padding-right: 20px;
  }
}


@media(max-width:1340px) and (min-width:1201px){

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 4px;
  }
}

@media(min-width:1025px) and (max-width:1200px){
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 11px;
  }

  body .row-fluid .header-section .cta-cont{  
    margin-left: 0;
    width: 17%;
  }

  body .row-fluid .header-section .menu-cont{
    width: 66%;
    margin-left: 3%;
  }

  body .row-fluid .header-section .menu-cont .menu{
    width:85%;
  }

  body .row-fluid .header-section .menu-cont .language-cont{
    width:15%;
  }

  .header-section .cta-cont a.cta_button {
    padding: 25px 10px;
  }

  body .row-fluid .header-section .cta-cont .cta-1 a.cta_button{
    padding: 25px 8px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children > a{
    padding-right: 20px;
  }
}

@media(max-width:1200px) and (min-width:768px){
  .header-section .language-switcher .menu-dropdown-content{
    margin-top: 2%;
    margin-left: -10%;
  }
}

@media(max-width:1024px) and (min-width:768px){

  .language-cont {
    margin-left: 0!important;
    padding-left: 10px;
  }

  .header-section .cta-cont .cta-1-wrap a.cta_button{
    font-size: 12px;
  }

  .header-section .cta-cont a.cta_button {
    padding: 25px 5px;
    border: 0;
    font-size: 12px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size:12px;
    padding: 10px 10px 10px 3px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children > a{
    padding-right: 20px;
  }

  body .row-fluid .header-section .cta-cont{
    width:22%;
    margin-left:0;
  }

  body .row-fluid .header-section .menu-cont{
    width: 70%;
    margin-left: 1%;
  }

  body .row-fluid .header-section .menu-cont .menu{
    width:88%;
  }

  body .row-fluid .header-section .menu-cont .language-cont{
    width:12%;
  }

  body .row-fluid .header-section .logo-cont{
    width:15%;
  }

  body .row-fluid .header-section .logo-cont img{
    width:100%;
    max-width:100px;
  }

  body .row-fluid .cta-1-wrap{
    width:40%;
  }

  body .row-fluid .cta-2-wrap{
    width:60%;
  }

  body .row-fluid .header-section .cta-cont .cta-1 a.cta_button{
    padding: 25px 8px;
  }
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of sd-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1px;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#222d39;
    box-sizing:border-box!important;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 30px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #222d39; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#222d39;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#222d39;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #222d39; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#222d39; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important;/* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display:none!important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;

  }
  .child-trigger:after {
    position: absolute;
    content: '';
    background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow%20Black.svg) no-repeat;
    background-size: contain;
    background-position: center;
    top: 19px;
    right: 0;
    left: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 15px;
    height: 11px;
    transform: rotate(90deg);
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0 0 0;
    margin:0;
    z-index:12;
    top:80px;
    background: #ffffff;
    position:absolute;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#222d39; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }



}


/*============================================================       
HEADER Mobile Responsive     
===========================================================*/                   



@media(max-width: 1999px) and (min-width: 768px){
  .header-section .cta-1-wrap{
    position: relative;
    border-left: 1px solid #babab9;
    margin-left: 10px;
  }

  .language-cont{
    padding-left: 12px;
  }
}

@media(min-width: 2000px){
  .header-section .row-fluid .span6.cta-2-wrap{    
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
    height: 100%;
  }

  .header-section .row-fluid .span6.cta-1-wrap{         
    border-left: 1px solid #babab9;
    width: auto;
    position: absolute;
    right: 227px;
    top: 0px;
    height: 100%;
  }

  /*   body .header-section .cta-2-wrap a.cta_button{  
  padding: 37px 32px;
} */
}

@media(min-width: 1200px){
  .header-section .row-fluid .span4.language-cont{       
    width: 10.623932%;
  }

  .header-section .row-fluid .span8.menu{
    width: 86.811966%;
  }

}

@media(min-width: 768px){
  /*   .row-fluid [class*="span"].header-section{
  min-height: 105px;
} */

  .row-fluid [class*="span"].header-section .logo-cont,
  .row-fluid [class*="span"].header-section .cta-cont
  .row-fluid [class*="span"].header-section .menu-cont{
    min-height: 94px;
  }
}


@media (max-width:767px){

  .header-section{
    padding:20px 20px;
    position:relative;
    background-color: #FFFFFF;
    box-shadow: 0 5px 9px 0 rgba(2,2,2,0.14);
  }
  
  .australian-header .mobile-trigger{
     top:54px;
  }
  
  body .row-fluid .australian-header .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top:120px;
  }
  
  .header-section .logo-cont .span6{
    max-width:130px;
  }
  
  .header-section .logo-cont .logo-2{
     padding-left:10px;
  }

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-open .mobile-trigger i:after{
    width:28px;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#222d39;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#222d39;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height:38px;
  }

  .header-section script{
    display:none;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 20px 16px 0;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
    top:23px;
    padding-left:12px;
    display:none;
  }

  body .row-fluid .header-section a.cta_button{
    width: 100%;
    box-sizing: border-box!important;
    display: block;
    text-decoration:none;
    padding: 15px 32px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul {
    border-top: 1px solid #BABAB9;
    border-bottom: 1px solid #BABAB9;
    background-color: #FFFFFF;
    padding: 10px 15px;
    margin-top: 15px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding:7.5px 0;
  }

  body .row-fluid .language-cont {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display:none;
  }

  .header-section .logo-cont {
    padding: 0;
  }

  .header-section .menu-cont{
    height: 0px;
    min-height: 0px;
    padding: 0px;
  }

  .header-section .cta-cont{
    display:none;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a {
    padding-left: 16px;
  }

}


/*=======================
FOOTER SECTION Styling
=========================*/
/*=====================================================================
Footer styling
========================================================================*/

.footer-section{
  background:#1A1919;
  padding:67px 0 0;
  position:relative;
  z-index:2;
}

body .row-fluid .footer-section li.hs-menu-item a{
  padding:0 20px;
  font-size:15px;
  font-family:BentonSans;
  color:#979897;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}


body .row-fluid .footer-section li.hs-menu-item:first-child a{
  padding-left:0;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:250px;
  padding:0;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a,
.footer-section .footer-mid-1 ul li:hover a,
.footer-section .footer-mid-1 .col-2 ul li:hover a,
.footer-section .footer-mid-1 .col-3 ul li:hover a{
  text-decoration:underline;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  font-size:11px;
  font-family:BentonSans;
  color:#979897;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
}
q
.footer-section p{
  font-family:BentonSans;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size:25px;
  margin: 22px 0px 16px;
}

.footer-section .wrapper {
  position: relative;
  z-index: 1;
}

.footer-container-wrapper .span12.widget-span.widget-type-cell.wrapper.equal-height-container {
  position: relative;
  z-index: 1;
}

.footer-section .col-2 ul li,
.footer-section .col-3 ul li{
   padding-left:0;
}

.footer-section .col-4 p a{
  font-weight: normal;
  font-size: 15px;
  color: #979897;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
}

.footer-section .col-4 p{
   padding:0!important;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom ul li{
  display:inline-block;
  margin:0;
  padding: 13px 25px 10px 0;
}

body .row-fluid .footer-bottom ul li a{
  color: #979897;
  font-size: 11px;
  letter-spacing: 0.34px;
  line-height: 16px;
  padding:0;
}

.footer-mid-2 p{
  font-size:15px;
  margin:0;
}

.footer-mid-2{
  border-top: 1px solid rgb(151 151 151 / .27);
  border-bottom: 1px solid rgb(151 151 151 / .27);
  padding: 25px 0;
}


.footer-mid-2 .footer-socials ul{
  margin:0;
}

.footer-mid-2 .footer-socials ul li{
  display:inline-block;
}

.footer-mid-2 .footer-socials ul li{
  padding:10px 13px;
  margin-left:6px;
}

.footer-mid-2 .footer-socials ul li:hover{
  background: rgb(255 252 252 / 18%);
  border-radius:100%;
}

.body-container-wrapper .footer-mid-2 .footer-socials ul li:before{
  display: none;
}

.footer-mid-2 .footer-socials ul li img{
  vertical-align:middle;
}

body .row-fluid .footer-section .footer-mid-2 form input{
  border: 2px solid rgba(255,255,255,0.27);
  border-radius: 2px;
  background:transparent;
  color: rgba(255,255,255,0.42);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom:0;
  top:15px;
}

body .row-fluid .footer-section .footer-mid-2 form input::placeholder{
  color: rgba(255,255,255,0.42);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.footer-section form .hs-form-required{
  display:none;
}

.footer-section .footer-mid-2 form{
  position:relative;
  max-width:500px;
}

.footer-section .footer-mid-2 .actions{
  position: absolute;
  right: 0;
  top: 0;
}

.footer-section form .hs-form-field{
  margin-bottom:0;
}

body .row-fluid .footer-section .footer-mid-2 form input.hs-button{
  /*   padding: 11.3px 23px; */
  padding: 13.1px 23px;
  border: 2px solid rgba(255,255,255,0.27);
  border-radius: 3px;
  background-color: #2A2929;
  top:0;
}

body .row-fluid .footer-section .footer-mid-2 form input.hs-button:hover{
  transform:unset;
  box-shadow:none;
}

.footer-section .footer-mid-2 form  .hs-main-font-element{
  display:none;
}

.footer-section .footer-mid-2 form .hs-error-msg{
  /*   position:absolute; */
  position: relative;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 13px;
}

.footer-section .footer-mid-1{
  padding:40px 0;
}

.footer-section .footer-mid-1 p{
  font-size:15px;
  color:#ffffff;
}

.footer-section .footer-mid-1 .col-1 ul{
  margin:0;
  padding:0;
}

.footer-section .footer-mid-1 ul li p{
  margin-bottom:0;
}



.footer-section .footer-mid-1 .col-1 ul li p,
.footer-section .footer-mid-1 .col-2 ul li p,
.footer-section .footer-mid-1 .col-3 ul li p{
  margin-bottom:0
}

.footer-section .footer-mid-1 .col-2 ul,
.footer-section .footer-mid-1 .col-3 ul{
  margin:0 0 20px;
}

.footer-section .footer-mid-1 .col-2 ul li.hs-menu-item:first-child a,
.footer-section .footer-mid-1 .col-3 ul li.hs-menu-item:first-child a{
  padding-top:0;
}

.footer-section .footer-mid-1 .col-1 ul li a,
.footer-section .footer-mid-1 .col-2 ul li a,
.footer-section .footer-mid-1 .col-3 ul li a,
.footer-section .footer-mid-1 .col-4 p:nth-child(2),
.footer-section .footer-mid-1 .col-4 p:last-child{
  padding:10px 0 0;
  font-size:15px;
  color:#979897;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom:0;
  display:block;
}  

.footer-section .footer-mid-1 .col-2 ul,
.footer-section .footer-mid-1 .col-3 ul{
  display:block;
}

.footer-section .footer-mid-1 .col-1 ul li{
  padding-bottom:30px;
  position:relative;
  padding-left:25px;
}

.footer-section .footer-mid-1 .col-1 ul li:after{
  position:absolute;
  content:"";
  background:#009ca6;
  border-radius:100%;
  width: 10px; 
  height: 10px;
  left: 0;
  top: 6px;
}

.footer-section .footer-mid-1 .col-1 ul li:nth-child(2):after{
  background: #218EC2;
}

.footer-section .footer-mid-1 .col-1 ul li:nth-child(3):after{
  background:#ABA278;
}

.footer-section .detail-container p{  
  font-size: 15px;
  letter-spacing: 0.47px;
  line-height: 15px;
}

.footer-section .detail-container p a{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  padding-left:14px;
}

.footer-section .detail-container img{
  margin-right:10px;
}

.footer-section .footer-top{
  border-bottom: 1px solid rgb(151 151 151 / .27);
  padding-bottom:50px;
}

.footer-section .footer-mid-1 .cta_button{
  background: transparent;
  border: 2px solid #CA8D29;
  border-radius: 3px;
  display:inline-block;
}

.footer-section .footer-mid-1 .cta_button:hover{
  box-shadow:none;
  transform:unset;
  background:#e9a22e;
  border-bottom: 2px solid #CA8D29;
}

.footer-section .footer-mid-1 .col-1 ul li{
  list-style-type: none;
}

.footer-menu .footer-mobile{
  display:none;
}

@media(max-width:1024px) and (min-width:768px){

  .footer-section .detail-container p a{
    /*     font-size:11px; */
    font-size: 15px;
  }

  .footer-section .footer-mid-1 .col-1 ul li{
    padding-left: 18px;
    padding-bottom:13px;
  }

  .footer-section .footer-mid-1 .cta_button{
    padding: 18px 14px;
  }

  .footer-mid-2 .footer-socials ul li {
    padding: 8px 3px;
    margin-left: 5px;
  }

  .footer-section .detail-container img{
    padding:0 2px;
  }
}

@media(max-width: 991px) and (min-width: 768px){
  .footer-section .row-fluid .span6.footer-logo{
    width: 42.618785%;
  }

  .footer-section .row-fluid .span6.detail-container{
    width: 51.618785%;
  }
}


@media(max-width:767px){

  .footer-menu .desktop-footer{
    display:none;
  }

  .footer-menu .footer-mobile{
    display:block!important;
  }


  .footer-bottom {
    text-align: center;
    padding: 20px 0;
  }

  body .row-fluid .footer-bottom ul li a{
    color: #979897;
    font-size: 14px;
    letter-spacing: 0.44px;
    line-height: 23px;
  }

  .footer-bottom ul li {
    display: block;
    margin: 0;
    padding: 0 0 5px;
  }

  .footer-bottom ul li:last-child{
    padding-top:15px;
  }

  .footer-mid-2 {
    border-top: 0;
    border-bottom: 0;
    padding: 0 0 25px;
  }

  .footer-section .footer-mid-2 .actions {
    position: relative;
    right: 0;
    top: 0;
  }

  .footer-section .footer-mid-2 .hs-button {
    padding: 11px 0;
    border: 2px solid rgba(255,255,255,0.27)!important;
    border-radius: 3px!important;
    background-color: rgba(255,255,255,0.07)!important;
    width: 100%;
    margin-top: 10px!important;
    font-family: "BentonSans";
  }

  .footer-logo {
    text-align: center;
    padding-bottom:10px;
  }

  .footer-section .detail-container img{
    vertical-align:bottom;
  }

  .footer-section .detail-container p a {
    display: block;
    padding-top: 15px;
  }

  .footer-section .footer-top{
    padding-bottom:20px;
  }

  .footer-section .col-5{
    text-align:center;
    padding-bottom:40px;
  }

  .footer-section .footer-mid-1 .cta_button{
    padding: 14px 0;
    width: 100%;
    max-width: 255px;
    font-size: 14.4px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15.2px;
  }
  .footer-section .footer-mid-1 {
    padding: 5px 0;
  }

  .footer-section .footer-mid-1 .col-1 ul li {
    padding-bottom: 20px;
  }

  .footer-section .footer-mid-1 .col-1 ul li a, 
  .footer-section .footer-mid-1 .col-2 ul li a, 
  .footer-section .footer-mid-1 .col-3 ul li a, 
  .footer-section .footer-mid-1 .col-4 p:nth-child(2), 
  .footer-section .footer-mid-1 .col-4 p:last-child {
    padding: 7px 0 0;
    font-size: 17px;
    color: #979897;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0;
    display: block;
  }

  body .row-fluid .footer-section a:hover{
    text-decoration:underline;
  }

  .footer-mid-2 .footer-socials ul {
    margin-bottom: 20px;
    border-bottom: 1px solid #979797;
    padding-bottom: 25px;
    text-align: center;
    padding-left: 0;
  }

  .footer-mid-2 p{
    padding-bottom:10px;
    text-align:center;
  }

  .footer-mid-2 form{
    margin:0 auto;
  }

}

@media (max-width:767px){
  body .row-fluid .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: unset;
    opacity: unset;
    -webkit-transition: unset;
    position: unset;
    z-index: unset;
    left: unset;
    margin: 10px 0 0px;
  }

  .footer-mobile ul li .hs-menu-children-wrapper{
    display:none;
  }
  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    text-align:left;
    max-width: 100%;
    margin: 0 auto;
    width:100%;
  }
  .footer-mobile .footer-child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 8px;
  }

  .footer-mobile .footer-child-trigger:after{
    position: absolute;
    content: '';
    background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/caret-down.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    top: -4px;
    right: 0;
    width: 16px;
    height: 16px;
  } 


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    max-width: 100% !important;
    font-weight: normal!important;
    white-space: inherit;
  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding-bottom:10px;
    margin: 0;
  }

  .footer-mobile  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding-bottom:10px;
    max-width: 100%;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(151,151,151,0.27);
  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-weight:500;
    max-width:100%;
    width:100%;
  }

  .footer-mobile .menu-primary ul li.hs-menu-depth-1 a{
    color: #FFFFFF!important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.47px;
    line-height: 20px;
    padding:0;
  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    padding-bottom: 10px;
  }

  .footer-mobile .menu-primary ul li.hs-menu-depth-2 a{
    color: #FFFFFF!important;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.04px;
    line-height: 25px;
    text-transform:capitalize;
  }

  body .row-fluid .footer-mobile .menu-primary .hs-menu-children-wrapper{
    background:transparent!important;
  }

  .footer-mobile{
    padding:16px 0 0;
  }

}
/*========================
HERO SECTION Styling
=======================*/

.hero-section{
  position:relative;
  background:#fff;
}

.hero-section .dnd-hero-column-4-vertical-alignment{
  position: absolute;
  right: 25px;
  bottom: -8px;
}

.hero-section .cta-container{
  padding-top:25px;
  width: 100%;
  max-width: 550px;
}

.cta-cont .cta-container.cta p,
.cta-cont .cta-container.text .cta_button{
  display:none;
}

.hero-section .cta-cont .cta-container.text{
  position:relative;
}

.hero-section .cta-cont .cta-container.text:after{
  position:absolute;
  content:'';
  background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/DottedArrow-Desktop.svg) no-repeat;
  width:365px;
  height:403px;
  bottom: -400px;
  left: 50px;
}

.hero-section .cta-cont .cta-container.text p{
  color:#fff;
  text-decoration:underline;
  margin: 0px;
  padding: 17px 10px;
}

.hero-section .cta-container .cta-1,
.hero-section .cta-container .cta-2{
  width:auto;
  margin-left:0;
}

.hero-section .transparent-cta a.cta_button{
  color:#fff !important;
}

@media(max-width:1024px) and (min-width:768px){

  .hero-section .cta-container{
    max-width:440px;
  }

  body .row-fluid .hero-section .cta-2{
    width:56%;
  }

  .hero-section .cta-cont .cta-container.text::after{
    left:20px;
  }  

  .hero-section .cta-cont .cta-container.text p{
    padding:0 10px;
  }

  body .container-fluid .row-fluid .dnd-hero-row-0-padding{
    padding-bottom:0 !important;
  }

  body .row-fluid .dnd-hero-column-1-padding {
    padding-bottom: 140px !important;
  }
}


@media(max-width:767px){

  .hero-section .left-col{
    padding-bottom:230px;
  }
  .hero-section h1{
   font-size: 60px !important;
   line-height: 69.4px !important; 
  }

  .hero-section .dnd-hero-column-4-vertical-alignment {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }

  .hero-section .cta-container {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    text-align:center;
  }

  .hero-section {
    background: #fff;
  }

  .hero-section .transparent-cta{  
    display:none;
  }

  body .row-fluid .dnd-hero-column-1-padding {
    padding-bottom: 20px !important;
  }

  body .row-fluid .row-fluid-wrapper.row-depth-1.row-number-1.dnd-hero-row-0-padding .widget-type-linked_image {
    position: relative;
  }

}

/*========================       
EMP CARD Styling
========================*/                       

.emp-card .wrapper{
  position:relative;   
}

.emp-card{
  position:relative;
  z-index:3;
}

.emp-card .two-col-adjust{   
  border-radius: 5px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: -70px;
  max-width: 520px;
  padding:20px;
}

body .row-fluid .emp-card .two-col-adjust .hs_cos_wrapper{    
  margin-top:0;
  cursor:url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Learn%20More.svg"), auto;
  position: relative;
}

.emp-card .two-col-adjust .hs_cos_wrapper a.card-link{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor:url("https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Learn%20More.svg"), auto;
}


body .row-fluid .emp-card .two-col-adjust .hs_cos_wrapper p{
  color: rgba(28,25,25,0.8);
}

.emp-card .hover-img-cont,
.emp-card .hs_cos_wrapper:hover .img-cont,
.emp-card .learn-more{
  display:none;
  transition:all ease-in-out .5s;
}

.emp-card .hs_cos_wrapper:hover .hover-img-cont{
  display:block;
  transition:all ease-in-out .5s;
}


.row-fluid-wrapper.row-depth-1.row-number-7.dnd-hero-row-1-vertical-alignment.dnd-section.dnd-hero-row-1-padding{
  background-color: #ffff!important;
}

.emp-card .mobile-cta{
  display:none;
}

@media (max-width:1024px) and (min-width:768px){
  .emp-card .two-col-adjust{
    top: -160px;
  }
}
@media (min-width:768px){
  .emp-card .desktop-wrapper{
    display:block;
  }
  .emp-card .mobile-wrapper{
    display:none;
  }
}

@media(max-width:767px){

  .emp-card .two-col-adjust {
    border-radius: 0;
    background-color: transparent;
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    padding: 42px 20px 20px 0;
  }

  .emp-card .desktop-wrapper{
    display:none;
  }
  .emp-card .mobile-wrapper{
    display:block;
  }
  .emp-card .mobile-wrapper .hs_cos_wrapper .row-fluid{
    display:flex;
  }

  .emp-card .mobile-wrapper .img-cont{
    position:relative;
    bottom:-38px;
  }
  .emp-card .mobile-wrapper .hover-img-cont{
    position:relative;
    bottom:-38px;
  }

  .emp-card .mobile-wrapper .hs_cos_wrapper .span8{
    max-width:277px;
  }
  .emp-card .mobile-wrapper h4{
    margin-bottom:0;
  }

  .transparent-cta.slice-cta {
    padding-bottom: 5px;
  }

  body .emp-card .two-col-adjust.mobile-wrapper .hs_cos_wrapper{
    padding-bottom:15px;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    margin-bottom:30px;
    margin:unset
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper:hover{
    /*     margin-bottom:0;
    padding-bottom:0; */
  }
  .emp-card .mobile-cta{
    display:block;
  }

  .emp-card .mobile-cta p:after{
    position:absolute;
    content:'';
    background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/DottedArrow-mobile.svg) no-repeat;
    width:101px;
    height:322px;
    right:30px;
    bottom:-330px;
  }
  .emp-card .mobile-cta p {
    position:relative;
    color: #009CA6 !important;
    font-size: 16px!important;
    font-weight: 500!important;
    letter-spacing: 0!important;
    line-height: 27.59px!important;
    padding: 20px 0 0;
    display:block!important;
    text-decoration:underline;
    background:transparent;
    border:0;
    text-align: center;
    margin: 0 auto;
    max-width:400px;
  }
}

@media (max-width:480px){
  .emp-card .mobile-wrapper .learn-more{
    top: 63px;
  }

  body .emp-card .two-col-adjust.mobile-wrapper .hs_cos_wrapper{
    max-width:250px;
  }
}

@media(max-width:374px){

  .emp-card .mobile-cta p:after{
    right:0;
  }
}

/*========================
TWO COL SECTION Styling
=======================*/

.two-col-cm{
  background:#ffff;
  padding-bottom:330px;
}

.two-col-cm {
  background: linear-gradient(180deg,rgba(0,201,191,0) 0%,rgba(0,153,139,0.06) 100%);
  padding-bottom: 350px;
  position:relative;
}

body .row-fluid .two-col-cm .wrapper{
  position:unset;
}

.two-col-cm .content.card1{
  padding-top: 204px;
}

.two-col-cm .content.card2 {
  padding-top: 163px;
}

.two-col-cm .content.card3 {
  padding-top: 178px;
}

.two-col-cm .content.card3:after{
  position:absolute;
  content:'';
  right:0;
  bottom:300px;
  width:600px;
  height:700px;
  background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost.svg) no-repeat;
}

.two-col-cm .content .column-reverse{
  display:flex;
  flex-direction:row-reverse;
}

.two-col-cm .content .column-reverse .right-col{
  margin-left: 0;
  margin-right: 5%;
}

.two-col-cm .content .right-col{
  margin-left:5%;
}

.two-col-cm .content .right-col p{
  font-weight:400;
}

.two-col-cm .cta-container{
  width: 100%;
  max-width: 450px;
  padding-top:25px;
}

.two-col-cm .cta-container .cta-1,
.two-col-cm .cta-container .cta-2{
  width:auto;
}

.two-col-cm .cta-container .cta-2{
  margin-left:5%;
}

@media (max-width:1024px) and (min-width:768px){
  .two-col-cm .content{
    padding:70px 0 0;
  }

  .two-col-cm .content.card1{
    padding-top:0;
  }

  body .two-col-cm{
    padding-bottom:208px;
  }

  body .two-col-cm .content.card2 {
    padding-top: 71px;
  }

  .two-col-cm .content.card3 {
    padding-top: 76px;
  }

}

@media (max-width:767px){

  .two-col-cm .content .column-reverse{
    display:flex;
    flex-direction:column;
  }

  .two-col-cm .cta-container .row-fluid.cta-row-fluid{
    display:inline-flex;
  }

  .two-col-cm .left-content .img-container{
    position:relative;
    left:-33px;
  }

  .two-col-cm .right-content .img-container{
    position:relative;
    right:-10%;
  }

  .two-col-cm .img-container{
    text-align:center;
  }

  .two-col-cm .content{
    padding: 5px 0 0;
  }

  .two-col-cm .left-col{
    padding-bottom:20px;
  }

  .two-col-cm .content {
    padding-bottom: 55px;
  }

  body .two-col-cm{
    background: none!important;
  }

  .two-col-cm .content{
    position:relative;
  }

  .two-col-cm .content:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 50%;
    background: linear-gradient(180deg,rgba(0,201,191,0) 0%,rgba(0,153,139,0.06) 100%);
    bottom: 0;
    left: -38px;
    right: -22px;
  }

  .two-col-cm .cta-container{
    padding-top:0;
  }

  .two-col-cm .content.card2{
    padding-top:82px;
  }
  .two-col-cm .content.card3{
    padding-top:37px;
  }

  body .two-col-cm .content.card2{
    background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Logo%20Ghost.svg) no-repeat!important;
    background-size: contain!important;
    background-position: right bottom;
  }

  body .two-col-cm .content.card3,
  body .two-col-cm .content.card3:before{
    background: none!important;
  }

  .two-col-cm .content.card1{
    padding-top:7px;
  }
}



/*========================
BELIEVE CM Styling
=========================*/

.believe-cm{
  border-radius: 100% 100% 0 0;
  padding: 103px 0 160px 30px; 
  position: relative;
  top: -190px;
  width: 105% !important;
  left: -21px;
  margin: 0 auto;
}

.believe-cm ul{
  margin:0;
  position:relative;
  padding-left:0;
}

.believe-cm ul:before{
  position:absolute;
  content:'';
  border-top: 5px dashed #009CA6;  
  height:10px;
  left:0;
  right:0;
  margin:0 auto;
  /*   top: 45%; */
  top: 49%;
  width: 100%;
  max-width: 500px;
}

.believe-cm ul li{
  display:inline-block;
  max-width: 219px;
  width:100%;
  border-radius: 100%;
  margin: 0;
  height: 219px;
  position:relative;
  margin-right: 50px;
  position: relative;
}

.believe-cm .center-text{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.believe-cm ul li p{
  /*   position:absolute;    
  left:0;
  right:0;
  top:33%;
  padding:0 50px; */
  margin: 0;
  max-width: 160px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
}

/* .believe-cm ul li:last-child p{
padding:0 20px;
top: 27%;
} */

@media(max-width:1024px) and (min-width:768px){

  body .believe-cm{
    padding:100px 0 80px;
    /*     padding: 30px 0 80px; */
    top: -282px;
    /*     top: unset; */
  }

  .believe-cm ul li {
    max-width: 175px;
    height: 175px;
  }

  .believe-cm ul li p{
    padding:0 30px;
  }

  .believe-cm ul li p{
    top: 30%;
  }

  .believe-cm ul li:last-child p{
    top:18%;
  }


}

@media(max-width:767px){
  .believe-cm ul li{
    display: block;
    border-radius: 50px;
    margin: 0 auto 57px;
    height: 78px;
    margin-right: auto;
    max-width: 350px;
  }

  .believe-cm ul li p{
    top:22%;
  }

  .believe-cm ul li:last-child p{
    top:7%;
  }

  body .believe-cm ul:before{
    top: 50%;
    width: 40%;
    max-width: 500px;
    transform: rotate(90deg);
  }

  body .two-col-cm{
    padding-bottom:196px;
  }

  .believe-cm{
    border-radius:0;
    padding: 91px 0 0px;
    z-index:3;
    left: 0;
    right:0;
    height: 100%;
    width: 100% !important;
    margin:0 auto;
  }

  .believe-cm:after{
    border-radius: 50% 50% 0px 0px;
    position: absolute;
    content: "";
    height: 18%;
    width: 100%;
    background: rgb(255, 255, 255);
    opacity: 1;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin: 0px auto;
    top: -40px;
  }

  .believe-cm:before {
    border-radius: 0px 0px 100% 100%;
    position: absolute;
    content: "";
    height: 20%;
    width: 100%;
    background: rgb(255, 255, 255);
    opacity: 1;
    left: 0px;
    right: 0px;
    bottom: -98px;
    z-index: 3;
    margin: 0px auto;
  }

  .dnd-hero-row-3-padding{
    position:relative;
  }

  body .believe-cm .wrapper{
    padding:0!important;
  }
}

@media (max-width:480px){

  .believe-cm ul li p{
    top:22%;

  }

  .believe-cm ul li:last-child p{
    top:9%;

  }

  body .believe-cm ul::before{
    width: 60%
  }
}

/*=====================
CARD SECTION Styling
=====================*/


body .card-section{
  position: relative;
}

body .card-section .wrapper{
  border-radius: 10px;
  background-color: #009CA6;
  background-size: initial !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  padding:48px 15px;
  position:absolute;
  right:0;
  left:0;
  margin:0 auto;
  top:-313px;
}

.card-section .card-text{
  max-width: 920px;
  margin: 0 auto!important;
  float: none;
}

@media (max-width:1024px) and (min-width:768px){
  body .card-section .wrapper{
    top: 0;
    margin-top: -409px;
  }

  .row-fluid-wrapper.row-depth-1.row-number-13{
    padding-bottom: 0px !important;
  }

  .row-fluid-wrapper.row-depth-1.row-number-15{
    padding-bottom: 0px !important;
  }

  .row-fluid-wrapper.row-depth-1.row-number-17{
    padding-top: 40px !important;
  }
}

@media (max-width:767px){

  body .card-section .wrapper{
    border-radius: 0;
    top: 0;
    position: relative;
    padding: 215px 15px 108px;
    margin-top: -268px;
  }

  body .card-section .cta-container a.cta_button{
    max-width:157px;
    margin:0 auto;
  }

  .card-section .card-text p{
    margin: 21px 0 12px;
  }

  .dnd-hero-row-4-padding>.row-fluid{
    padding:0;
  }

  .row-fluid-wrapper.row-depth-1.row-number-11.dnd-hero-row-4-padding.dnd-section.dnd-hero-row-4-vertical-alignment .row-fluid{
    padding:0!important;
  }

  .row-fluid-wrapper.row-depth-1.row-number-9>.row-fluid{
    padding:0!important;
  }
}




/*==========================
TESTIMONIAL SECTION Styling
==========================*/

.testimonial-cm .left-col{
  padding-top:50px;
}

/* .testimonial-cm .slick-dots li:before{
   display:none;
} */

.testimonial-cm .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #009ca6;
}

.testimonial-cm .slick-dots li.slick-active button:focus{
   outline:none;
   border:none;
}

.testimonial-cm .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
  list-style-type:none;
  padding:0;
}

.testimonial-cm .slick-dots li:focus{
   outline:none;
   border:none;
}

.testimonial-cm .slick-dots li:before{
   display:none;
}

.testimonial-cm .slick-dots {
  text-align: center;
}

.testimonial-cm .slick-dots li button {
  font-size: 1px;
  color: #009ca6;
  padding: 0;
  border: 0;
  background:#E1E1E1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  display:block;
}

.testimonial-cm .blockquote-cont{
  border: 1px solid rgba(26,25,25,0.22);
  background-color: #FFFFFF;
  position:relative;
  margin-bottom: 65px;
  padding: 20px 25px;
  width:100%;
  max-width:600px;
}

.testimonial-cm .blockquote-cont:nth-child(2n){
  margin-left:40px;
}

.testimonial-cm .blockquote-cont:after{
  background:url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Quote%20Icon.svg) no-repeat;
  background-size:cover;
  background-position:center center;
  left: 30px;
  top: -20px;
  width: 30px;
  height: 30px;
  content:'';
  position:absolute;
}

.testimonial-cm .right-col img{
  border-radius:100%;
}

.testimonial-cm .right-col{
  position:relative;
}

.testimonial-cm .right-col>.row-fluid{
  padding: 230px 0;
}

.testimonial-cm .right-col .img-3{
  position: absolute;
  right: 0;
  top: 240px;
}


.testimonial-cm .right-col .img-2 {
  position: absolute;
  right: 274px;
  top: 340px;
}

.testimonial-cm .right-col .img-1{
  position: absolute;
  right: 70px;
  top: 0;
}



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

  body .testimonial-cm .blockquote-cont:nth-child(2n){
    margin-left:20px;
  }
}


@media(max-width:1024px) and (min-width:768px){

  .testimonial-cm .blockquote-cont{
    max-width: 360px;
  }

  .testimonial-cm .right-col .img-3 {
    top: 180px;
    width: 100%;
    max-width: 180px;
  }

  body .testimonial-cm{
    padding:0;
  }

  .testimonial-cm .right-col .img-2{
    right: 200px;
    top: 248px;
    width: 100%;
    max-width: 100px;
  }

  .testimonial-cm .wrapper{
    padding-left:0!important;
    padding-right:0!important;
  }
}


@media (min-width:768px){	
  .testimonial-cm .desktop-view{
    display:block;
  }
  .testimonial-cm .mobile-view{
    display:none;
  }


  .testimonial-cm{
    padding:59px 0 49px;
  }

}

@media (max-width:767px){	

  .testimonial-cm .mobile-view{
    display:block;
  }
  .testimonial-cm .desktop-view{
    display:none;
  }

  .testimonial-cm .blockquote-cont:nth-child(2n){
    margin-left:auto;
  }

  .testimonial-cm .blockquote-cont{
    margin-bottom: 10px;
  }

  .testimonial-cm .left-col{
    padding-top:20px;
    padding-bottom:0;
  }

  .testimonial-cm .blockquote-cont{
    border:none;
    padding:0;
    background:none!important;
  }

  .testimonial-cm .blockquote-cont:after{
    left: 0;
    right:0;
    margin:0 auto;
    top: 6px;
  }

  .testimonial-cm blockquote{
    border: 1px solid rgba(26,25,25,0.22);
    padding: 20.5px 25px;
    margin-bottom:0;
    border-left:1px solid rgba(26,25,25,0.22)!important;
    background:#ffff;
  }

  body .testimonial-cm{
    padding: 59px 0 48px;
    position:relative;
  }

  .testimonial-cm:after{
    position:absolute;
    content:'';
    background: linear-gradient(180deg,#00c9bf00 0%,#00998b0f 100%);
    bottom:0;
    width:110%;
    height:50%;
    left:-22px;
    right:-22px;
  }

  .testimonial-cm h2{
    text-align:center;
  }

  .testimonial-cm .blockquote-cont{
    max-width:100%;
  }


}








/*====================================================================
Rss Blog Section
======================================================================*/

@media (max-width: 1024px) and (min-width: 768px){

  body .container-fluid .latest-post{
    padding: 0;
  }
}


@media(min-width:768px){

  .latest-post .post-listing{
    margin: 0 -2.5% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  .latest-post .post-item{
    float: left;
    width: 30.9%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }  

  .latest-post .post-item:nth-child(3n){
    margin: 0 0 25px 0;
  }

  .row-fluid-wrapper.row-depth-1.row-number-15.dnd-section.dnd-hero-row-6-padding.dnd-hero-row-6-vertical-alignment>.row-fluid {
    padding: 0!important;
  }

}

.latest-post{
  padding-bottom:30px;
}

.latest-post .post-item .author-img.span4,
.latest-post .post-item .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.latest-post .post-body{
  padding: 20px 2px 6px;
}

.latest-post-top {
  padding-bottom: 25px;
}

.latest-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
}

.latest-post h4{
  margin: 9px 0px 18px;
  font-weight: bold;
}

.latest-post .post-item:hover h4{
  color: #009CA6;
}

.latest-post .post-item{
  border-bottom:3px solid transparent;
  cursor:pointer;
}

.latest-post .post-item:hover{
  border-bottom: 3px solid #009CA6;
}

.latest-post .post-author {
  padding-top: 30px;
}

.latest-post .featured-image{
  height:220px;
}

.latest-post p{
  color: #494747;
  font-size: 17px;
}

.body-container-wrapper .latest-post ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .latest-post ul li{
  display:inline-block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}


@media(max-width:767px){

  .latest-post .post-item{
    margin-bottom:30px;
  }

  body .latest-post {
    padding-bottom: 19px;
  }

  .latest-post .post-listing .post-item:nth-child(3n){
    display:none!important;
  }

  .latest-post .post-author .row-fluid{
    display:flex;
  }
  .latest-post .post-author {
    padding-top: 6px;
  }
  .latest-post .author-img.span4{
    margin-right:20px;
  }

  .latest-post-top h2{
    text-align:center;
  }



}

.dnd-hero-row-3-force-full-width-section > .row-fluid {
  padding:0!important;
}

.dnd-hero-row-2-background-gradient{
  background-image: none!important;
  background-color: #ffff!important;
}




@media (min-width:768px){
  .dnd-hero-row-2-force-full-width-section > .row-fluid{
    padding:0!important;
  }

  .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd-hero-row-3-padding.dnd-hero-row-3-vertical-alignment.dnd-hero-row-3-force-full-width-section>.row-fluid {
    padding:0!important;
  }

  .home .row-fluid-wrapper.row-depth-1.row-number-1.dnd-hero-row-0-padding{
    padding-top: 55px !important;
    padding-bottom:30px!important;
    position:relative;
  }
}


.dnd-hero-column-5-vertical-alignment.dnd-column{
  position:relative;
}

.row-fluid-wrapper.row-depth-1.row-number-1.dnd-hero-row-0-padding .widget-type-linked_image{
  position:absolute;
  right: 0;
  bottom:0;
}

@media (min-width:1025px){
  .dnd-hero-row-6-padding>.row-fluid{
    padding:0 15px;
  }
}

@media (max-width:767px){
  .dnd-hero-row-0-padding .cta-container a.cta_button{    
    max-width:157px;
    margin:0 auto;
  }
  .dnd-hero-row-6-padding>.row-fluid{  
    padding:0 15px;
  }

  .dnd-hero-row-4-padding>.row-fluid{
    padding:0!important;
  }

}

@media (max-width: 1024px) and (min-width: 768px){   
  .row-fluid-wrapper.row-depth-1.row-number-9{
    padding-top: 50px !important;
  }
}




@media(max-width: 1024px) and (min-width: 768px){  
  body .believe-cm{
    padding: 30px 0 80px;
    top: unset;
    left: 0;
  }

  body .card-section .wrapper{
    top: unset;
    margin-top: 0;
    position: relative;
  }

  .believe-cm ul li{
    max-width: 165px;
    height: 165px;
  }

  .believe-cm ul li p{
    top: unset;
    font-size: 17px;
  }

  .believe-cm ul li:last-child p{
    top: unset;
  }
}


@media(max-width: 767px){
  body .card-section .wrapper{
    margin-top: 0;
    top: unset;
  }

  .believe-cm{
    top: 0;
  }
}





/*===================BLOG FEATURED ARTICLE Styling====================*/


.featured-article .featured-post{
  position:relative;
}

.featured-article .featured-post{
  border-right: 3px solid rgba(0,156,166,0.16);
  padding-right: 30px;
  min-height:580px;
}

.featured-article .featured-post .more-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

.featured-article .featured-post .featured-image{
  height:335px;
}

.featured-article .post-topic{
  padding-top: 20px;
}

.featured-article a.topic-link {
  color: #009CA6;
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.featured-article .topic-link:last-child span{
  display:none;
} 

.featured-article .post-title-related{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
}

.featured-article .author-img.span4,
.featured-article .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.featured-article ul{
  margin:0;
  padding:0;
}

.featured-article ul li{
  display:block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 0px;
}

.featured-post .author-image{
  height: 51px;
  width: 51px;
  border-radius: 100%;
}



@media(max-width:767px){

  .featured-article .featured-post {
    border-right: 0;
    padding-right: 0;
    min-height: auto;
    margin-bottom: 30px;
  }
}


/*===================BLOG LATEST ARTICLE Styling====================*/


.latest-article .latest-post {
  position: relative;
  border-bottom: 1px solid rgba(0,156,166,0.16);
  padding: 20px 0;
}

.latest-article .latest-post:first-child{
  padding-top:0;
}

.latest-article .latest-post:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.latest-article .latest-post .more-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

body .row-fluid .latest-article .latest-post .featured-image{
  height:107px;
}

.latest-article .latest-post .post-body {
  padding: 0;
}

.latest-article .latest-post h4 {
  margin: 0 0 9px;
}

.latest-article a.topic-link {
  color: #009CA6;
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.latest-article .topic-link:last-child span{
  display:none;
} 

.latest-article .author-name{
  display:block;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top:0;
}



/*============================BLOG LISTING Styling=========================*/


.blog-listing .blog-index__post:nth-child(1),
.blog-listing .blog-index__post:nth-child(2),
.blog-listing .blog-index__post:nth-child(3),
.blog-listing .blog-index__post:nth-child(4){
  display:none !important;
}



.blog-post{
  padding-bottom:30px;
}

.blog-post .post-item .author-img.span4,
.blog-post .post-item .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.blog-post .post-body{
  padding: 20px 2px 6px;
}

.blog-post-top {
  padding-bottom: 25px;
}

.blog-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
}

.blog-post .topic-link:last-child span{
  display:none;
} 

.blog-post h4{
  margin: 9px 0px 18px;
  font-weight: bold;
  min-height:50px;
}

.blog-post .post-author{
  padding-top:20px;
}

.blog-post .post-item:hover .blog-index__post-content a{
  color: #009CA6;
}

.blog-post .blog-index__post-content {
  min-height: 160px;
}

.blog-post .post-item .blog-index__post-content a{
  color: #1B1919;
  font-weight:bold;
}

.blog-post .post-item{
  border-bottom:3px solid transparent;
  cursor:pointer;
  padding-bottom:20px;
}

.blog-post .post-item:hover{
  border-bottom: 3px solid #009CA6;
}

.blog-post .featured-image{
  height:220px;
}

.blog-post .post-topic {
  padding-top: 20px;
}

.blog-post p{
  color: #494747;
  font-size: 17px;
}

.body-container-wrapper .blog-post ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .blog-post .post-author ul li{
  display:block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}


@media(max-width:767px){

  .blog-post .post-item{
    margin-bottom:30px;
  }

  .blog-post {
    display: block;
    margin-right: 0;
  }

  .blog-post .post-item{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    float: none;
  }  

  body .blog-post {
    padding-bottom: 19px;
  }

  .blog-post .post-listing .post-item:nth-child(3n){
    display:none!important;
  }

  .blog-post .post-author .row-fluid{
    display:flex;
  }
  .blog-post .post-author {
    padding-top: 6px;
  }
  .blog-post .author-img.span4{
    margin-right:20px;
  }

  .blog-post-top h2{
    text-align:center;
  }



}

/*===================SUBSCRIBE CM======================*/


.subscribe-cm{
  padding:50px;
  width: 100%!important;
/*   max-width: 1200px; */
  max-width: 1240px;
  margin-bottom: 80px;
}

.subscribe-cm .left-col{
  padding-right: 67px;
}

.subscribe-cm .left-col h3{
  margin-bottom:0;
}

.subscribe-cm .right-col .form-title{
  display:none;
}

.subscribe-cm .right-col form .hs-email{
  width: 70%;
  float: left;
}

.subscribe-cm .right-col form .hs-email input{
  margin-bottom: 0;
}

.subscribe-cm .right-col form .hs-submit{
  width: 28%;
  margin-left: 2%;
  float: left;
}

.subscribe-cm form .hs-error-msg{
  position: absolute;
  top: 3px;
  color: #fff;
}

.subscribe-cm .hs_error_rollup{
  display:none;
}


@media(max-width:1024px) and (min-width:768px){

  .subscribe-cm .left-col {
    padding-right: 35px;
  }

  body .row-fluid .subscribe-cm .right-col form .hs-submit {
    width: 100%;
    margin-left: 0;
  }

  body .row-fluid .subscribe-cm .right-col form .hs-email {
    width: 100%;
    float: left;
  }

  .subscribe-cm {
    padding: 30px;
  }

}



@media(max-width:767px){


  .subscribe-cm .left-col {
    padding-right: 0;
  }

  .subscribe-cm .right-col form .hs-email {
    width: 100%;
  }

  .subscribe-cm .right-col form .hs-submit {
    width: 100%;
    margin-left: 0;
  }

  .subscribe-cm .right-col form .hs-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
/************************************************/
/*            Blog Filtered Style               */
/************************************************/



body .blog-post-filter-section{
  display: block;
  background-color: rgba(186,186,185,0.09);
  padding: 70px 0 75px 0;
}

body .blog-post-filter-section .wrapper{
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .blog-post-filter-section h3{
  color: #181818;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

body .blog-post-filter-section ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .blog-post-filter-section ul li{    
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}


body .blog-post-filter-section ul li a{
  color: #1A1919;
  font-family: BentonSans;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}

body .blog-post-filter-section ul li a:hover{
  text-decoration: underline;
  color: #00998B;
}

body .filter-link-count{
  display: none;
}

@media(max-width: 767px){
  body .blog-post-filter-section{
    padding: 60px 0 50px 0;
  }

  body .blog-post-filter-section ul li{    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;    
  }

  body .blog-post-filter-section ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
  }
}       


.body-container-wrapper-hero .hero-section .dnd-hero-row-0-background-color{
  background:url('https://f.hubspotusercontent00.net/hubfs/8247255/Logo%20Ghost%20White-1.svg');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right top;
}



/*=====================CAREER PAGE STYLING======================*/

.career .image-cont .hero-text{
  max-width: 700px;
  margin: 0 auto;
}

.image-cont .image-cm{
  text-align: center;
/*   max-width: 1000px; */
  max-width: 870px;
  margin: 0 auto!important;
  float: none!important;
  position:relative;
  bottom:-70px;
  min-height:400px;
}

.image-cont .image-cm>.row-fluid{
  display: flex;
}

.image-cont .image-cm .img-content {
  margin-right: 100px;
}

.image-cont .image-cm .img-content:last-child{
  margin-right:0;
}

.image-cont .image-cm .img-1{
  position:absolute;
  left:0;
  top:0;
}

.image-cont .image-cm .img-2{
  max-width:218px;
  position: absolute;
/*   left: 330px; */
  left: 367px;
  bottom: 0;
}

.image-cont .image-cm .img-3{
  max-width: 130px;
  position: absolute;
  left: 200px;
  right: 0;
  margin: 0 auto;
/*   top: 0; */
  top: 51px;
}

.image-cont .image-cm .img-4{
  max-width:265px;
  position: absolute;
  right: 0;
/*   top:0; */
  top: 89px;
}

.image-cont .image-cm .img-content img {
  border-radius: 100%;
}

.career .career-text{
  max-width: 800px;
  margin: 0 auto;
}

.career-page .image-cont{
  position:relative;
  z-index:1;
}

.career-page .image-cont:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 49% 39% / 0 0 17% 15%;
  z-index: -1;
  /*   box-shadow: 0 2px 17px 0 #CFE3EC, 0 14px 17px 0 rgba(33,142,194,0.1); */
  background: #fff;
}



/* Jobs Widget */
#ja-jobs-widget {
  position: relative;
}
.ja-loading {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ja-loading.left {
  left: 10px;
  right: auto;
}
/* Forms */
.ja-form {
  margin-bottom: 3em;
}
.ja-form .ja-field-container {
  margin-bottom: 0.5em;
}
.ja-form .ja-field-container:before,
.ja-form .ja-field-container:after {
  content: "";
  display: table;
}
.ja-form .ja-field-container:after {
  clear: both;
}
.ja-form .ja-field-container {
  zoom: 1;
}
.ja-form .ja-field-container label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 6px;
}
.ja-form .ja-field-container .ja-field {
  float: left;
}
.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea,
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
}
.ja-form .ja-field-container select {
  width: 240px;
  padding: 2px;
}
.ja-form .ja-field-container textarea {
  width: 230px;
  padding: 3px 4px;
}
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
  width: 230px;
  padding: 3px 4px;
}
.ja-form .ja-field-container .checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ja-form .ja-field-container .checkbox {
  display: block;
  margin-left: 95px;
}
.ja-form .ja-field-container .checkbox br {
  clear: left;
}
.ja-form .ja-field-container .checkbox input {
  width: 15px;
  height: 19px;
  float: left;
}
.ja-form .ja-field-container .checkbox label {
  height: 21px;
  width: auto;
  line-height: 21px;
  float: left;
  padding: 2px 12px 0 5px;
}
.ja-form .ja-submit {
  margin-top: 1em;
  margin-left: 100px;
  vertical-align: middle;
}
.ja-form .ja-submit .ja-loading {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.ja-button {
  font-size: 0.9em;
  font-weight: normal;
    font-family: BentonSans;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
    background: #e9a22e;
    line-height: 22px;
    padding: 10px 14px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    letter-spacing: .2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border: 2px solid #ca8d29;
    border-bottom: 5px solid #ca8d29;
}
.ja-button:hover {
  border: 2px solid #ca8d29;
  background: #ca8d29;
  border-bottom: 5px solid #ca8d29;
  cursor: pointer !important;
  cursor: pointer !important;
}
.ja-button:active {
  position: relative;
  top: 1px;
}
.ja-form .ja-field-container .error {
  color: #990000;
  border-color: #990000;
}
.ja-form .ja-field-container .validation-error {
  display: block;
  clear: both;
  margin-top: 5px;
  color: #aa0000;
}
.ja-form .ja-error-container {
  color: #aa0000;
  margin-top: 2em;
  margin-left: 100px;
}
.ja-form .ja-error-container p {
  margin-bottom: 0;
}
/* End forms */
/* Job list */
.ja-job-list-container {
}
.ja-job-list-container .no-jobs-content {
}
.ja-job-list {
  margin-bottom: 3em;
}
.ja-job-list .job {
  margin: 1em;
  padding: .5em 1.5em 1.5em 1.5em;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  /*max-width: 530px;
  display: inline-table; */
  box-shadow: 0 2px 7px 0 #cfe3ec, 0 7px 13px 0 rgb(33 142 194 / 0%);
}
.ja-job-list .job.alt {
  background-color: #fff;
}
.ja-job-list .job.hot {
  background-color: #fffdfd;
}
.ja-job-list .job .title {
}
.ja-job-list .job .title a {
}
.ja-job-list .job .meta {
  margin-bottom: 1em;
}
.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
  content: "";
  display: table;
}
.ja-job-list .job .meta:after {
  clear: both;
}
.ja-job-list .job .meta {
  zoom: 1;
}
.ja-job-list .job .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.ja-job-list .job .meta .classifications {
  float: left;
  list-style: none;
  width: 50%;
  margin: 0 0 0.5em 0;
}
.ja-job-list .job .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}
.ja-job-list .job .meta .date-posted {
  float: right;
  width: 50%;
  text-align: right;
}
.ja-job-list .job .meta .salary {
  clear: left;
  float: left;
}
.ja-job-list .job .meta .reference {
  float: right;
  text-align: right;
}
.ja-job-list .job .summary {
}
.ja-job-list .job .view-details {
  font-size: 0.9em;
  font-weight: normal;
    font-family: BentonSans;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3px;
    background: #e9a22e;
    line-height: 22px;
    padding: 10px 14px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    letter-spacing: .2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border: 2px solid #ca8d29;
    border-bottom: 5px solid #ca8d29;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
  text-decoration: none;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
  background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;*/
}
.ja-job-list .job .view-details:hover {
  /*background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
  background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;*/
  border: 2px solid #ca8d29;
  background: #ca8d29;
  border-bottom: 5px solid #ca8d29;
  cursor: pointer !important;
}
.ja-job-list .job .view-details:active {
  position: relative;
  top: 1px;
}
/* End job list */
/* Pager */
.ja-pager-container {
}
.ja-pager-container:before,
.ja-pager-container:after {
  content: "";
  display: table;
}
.ja-pager-container:after {
  clear: both;
}
.ja-pager-container {
  zoom: 1;
}
.ja-pager {
  float: left;
  font-size: 0.9em;
}
.ja-pager:before,
.ja-pager:after {
  content: "";
  display: table;
}
.ja-pager:after {
  clear: both;
}
.ja-pager {
  zoom: 1;
}
.ja-pager span,
.ja-pager a {
  display: block;
  float: left;
  line-height: 23px;
  padding: 0 8px;
  margin-right: 3px;
  color: #333;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
}
.ja-pager a:hover,
.ja-pager .current-page {
  color: #fff;
  background-color: #bbb;
  border-color: #999;
  text-decoration: none;
}
.ja-pager .previous,
.ja-pager .next {
}
.ja-pager .first-page,
.ja-pager .last-page {
}
.ja-pager .previous-ellipsis,
.ja-pager .next-ellipsis {
}
.ja-pager-summary {
  float: right;
  line-height: 25px;
  font-size: 0.9em;
}
/* End pager */
/* Job details */
.ja-job-details {
}
.ja-job-details .title {
}
.ja-job-details .meta {
  margin-bottom: 1em;
}
.ja-job-details .meta:before,
.ja-job-details .meta:after {
  content: "";
  display: table;
}
.ja-job-details .meta:after {
  clear: both;
}
.ja-job-details .meta {
  zoom: 1;
}
.ja-job-details .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.ja-job-details .meta .classifications {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0 0 0.5em 0;
}
.ja-job-details .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}
.ja-job-details .meta .date-posted {
  clear: right;
  float: right;
  width: 50%;
  text-align: right;
}
.ja-job-details .meta .salary {
  clear: left;
  float: left;
}
.ja-job-details .meta .reference {
  float: right;
  text-align: right;
}
.ja-job-details .bullet-points {
}
.ja-job-details .bullet-points li {
}
.ja-job-details .description {
}
.ja-job-details .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}
.ja-job-details .apply .back-link {
  font-size: 0.9em;
  margin-right: 1em;
}
.ja-job-details .apply .ja-button {
}
/* End job details */
/* Application form iframe (external app forms) */
.ja-apply-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.ja-apply-iframe .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}
.ja-apply-iframe .apply .back-link {
  font-size: 0.9em;
}
/* End application form iframe */
/* Application form */
.ja-job-apply .ja-success-text {
}
.ja-job-apply .ja-submit .back-link {
  font-size: 0.9em;
  margin-left: 1em;
}
/* End application form */
/* Powered by JobAdder */
.powered-by-jobadder {
  color: #bbb;
  font-size: 0.9em;
  text-align: center;
  margin: 2em 0 1em 0;
}
.powered-by-jobadder a {
  color: #bbb;
}
.powered-by-jobadder a:hover {
  color: #aaa;
}
/* End powered by JobAdder */

@media(max-width:1024px) and (min-width:768px){

  .image-cont .image-cm .img-3{
    left:70px;
  }

  .image-cont .image-cm .img-2{
    left: 280px;
  }

  .career-text{
    padding-top: 100px;
  }
}

@media(max-width:767px){

  .image-cont{
    padding: 0 15px;
  }

  .image-cont .image-cm .img-2 {
    max-width: 180px;
    left: 260px;
    top: 100px;
  }
  .image-cont .image-cm .img-1 {
    max-width: 240px;
  }

  .image-cont .image-cm .img-3 {
    left: 150px;
    top: -30px;
  }

  .image-cont .image-cm .img-4 {
    max-width: 190px;
  }

  .image-cont .image-cm{
    min-height:280px;
  }
  .career-page .image-cont:before{
    top:140px;
  }

  .career-text{
    padding-top: 70px;
  }
}


@media(max-width:700px){

  .image-cont .image-cm .img-3,
  .image-cont .image-cm .img-2,
  .image-cont .image-cm .img-4{
    display:none;
  }
  .image-cont .image-cm .img-1 {
    max-width: 100%;
    margin: 0 auto;
    position:relative;
    text-align: center;
  }
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1).hs-item-has-children ul.hs-menu-children-wrapper{
   min-width:290px!important;
}

/*======================DES PROGRAM STYLING====================*/

.des-program .dnd_area-row-0-padding{
  position:relative;
  z-index:1;
}

/* .des-program .dnd_area-row-0-padding:after {
  background: linear-gradient(270deg, rgba(255,255,255,0) 40%, #009CA6 74%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
} */


.des-program .what-des-text{
  max-width:700px;
  margin:0 auto;
}

.neis-program .what-des-text{
   max-width:740px;
   margin:0 auto;
}

.neis-program .what-des-text h2{
   padding: 0 30px;
}


.des-program .dnd_area-row-3-padding {
  position: relative;
}

body .des-program .img-wrap{
  position: relative;
  max-width: 1240px;
  margin: -215px auto 0!important;
  float: none;
}

.des-program .img-wrap img{
   width:100%;
}

.des-program .img-wrap:after{
  position: absolute;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Logo%20Ghost.svg);
  background-size: cover;
  background-position: center center;
  width: 310px;
  height: 368px;
  right: -9%;
  top: 70%;
}

.job-coach-text{
  max-width:809px;
  margin: 77px auto 0;
}

.job-coach-text h2{
   margin-bottom:40px;
}

.des-two-col .left-col {
  position: relative;
}

.des-two-col{
   position:relative;
   z-index:1;
}

.des-two-col:before{
  position: absolute;
  left: -14%;
  top: 0;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria_Logo_Ghost.svg);
  width: 545px;
  height: 644px;
  z-index: -1;
}

.des-two-col .left-col .img-1{
   margin-bottom:43px;
}

.des-two-col .right-col .hidden-sec{
   margin-bottom:60px;
   margin-top: 40px;
}

.des-two-col .right-col .hidden-sec #hide{
  font-weight:500;
  position:relative;
  padding-left:30px;
  cursor:pointer;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
}

.des-two-col .right-col .hidden-sec #hide:before {
  position: absolute;
  content: '';
  background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/testimonial%20arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 19px;
  width: 19px;
  top: 10%;
  left: 0;
  transition: all .3s ease-in-out;
}

.des-two-col .right-col .hidden-sec #hide.expanded:before {
  transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0,0);
  transform-style: preserve-3d;
}

.des-two-col .right-col .cta-container{
  max-width:350px;
  margin-top: 38px;
}

.des-img-text-cm:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 59% 59% / 0 0 10% 12%;
  z-index: -1;
  box-shadow: 0 2px 17px 0 #cfe3ec, 0 14px 17px 0 rgba(33,142,194,0.1);
  background: #fff;
}

.des-img-text-cm {
  padding: 50px 50px 140px;
  background:#fff;
  position: relative;
  bottom: 0px;
  z-index:2;
  margin-top:75px;
}

.des-img-text-cm .right-col{
   margin-top:75px;
}

.des-img-text-cm .right-col img{
  top:0;
}

.des-img-text-cm .right-col .img-2{
  top: -50px;
  position: relative;
  left:15px;
}

.des-img-text-cm .cta-container{
   margin-top: 35px;
}

body .row-fluid .des-service .two-col-adjust span{
   align-items:center;
}

body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper{
  padding: 0 30px 20px;
}
body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0;
}

body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper:nth-child(3),
body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper:nth-child(4){
  padding-top:40px;
}

.des-program .dnd_area-row-4-max-width-section-centering{
   position:relative;
   z-index:1;
}

.des-program .dnd_area-row-4-max-width-section-centering:before{
   position:absolute;
   left:0;
   right:0;
   top:-140px;
   bottom:0;
   content:'';
   background-image: url(https://www.asuria.com.au/hubfs/Asuria%202020/Logo%20background.svg) !important;
   width:100%;
   height:auto;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   z-index:-1;
}


.our-enterprising{
  position:relative;
}

.our-enterprising .img-1{
  position: absolute;
  left: 30px;
  top: -70px;
}

.our-enterprising .img-2{
  position: absolute;
  left: 30px;
  top: 75px;
}

.our-enterprising .img-3{
  position: absolute;
  left: 10px;
  top: 81px;
}

.our-enterprising .img-4{
  position: absolute;
  right: 20px;
  bottom: 140px;
}

.our-enterprising .img-5{
  position: absolute;
  right: 80px;
  bottom: -110px;
}

.our-enterprising .cm-cont{
  max-width:800px;
  margin:0 auto;
}

.what-text h2{
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 20px;
}

ul.split-list{
   margin: 13px 0;
}

.split-list ul{
  float: left;
  margin-left: 0;
  width: 46%;
  margin-right: 8%;
}

.split-list ul:nth-child(2n){
   margin-right:0;
}

.split-list li{
  position: relative;
  padding-left: 20px;
  font-weight: 400;
 }

/* .what-text ul{
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;
}

.what-text ul li{
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
} */

.what-text ul li:before{
  position: absolute;
  content: '';
  background: #009ca6;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  left: 0;
  top: 9px;
}


.des-program .dnd_area-row-1-padding{
  position:relative;
}

.des-service {
  border: 1px solid #BABAB9;
  background-color: #FFFFFF;
  box-shadow: 0 14px 17px 0 rgba(0,156,166,0.11);
  padding: 60px 83px;
  position: relative;
  top: -160px;
}

body .row-fluid .des-service h2{
   max-width:883px;
   margin:0 auto 63px;
   float:none;
}

.des-text {
  max-width: 750px;
  margin: -100px auto 0;
}

.des-text h3{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
}

.des-service .simple-cta a.cta_button{
   padding: 0px 12px 0 0;
}

.des-service .simple-cta a.cta_button:after{
   top: 5px;
}

.des-service .cm-cont{
  position:relative;
  overflow: hidden;
}

.des-service .cm-cont:after{
  position: absolute;
  content: '';
  background: #babab9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: 100%;
  height: 1px;
}

.des-service .cm-cont:before{
  position: absolute;
  content: '';
  background: #babab9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: rotate(0deg);
  width: 1px;
  height: auto;
  bottom: 0;
}

.ourpeople-cm .testimonial-cont{
  padding-top: 50px;
}

body .row-fluid .ourpeople-cm .two-col-adjust span{
   margin-right:0;
}

body .row-fluid .ourpeople-cm .two-col-adjust .hs_cos_wrapper{
  background-color: #fff;
    box-shadow: 0 7px 24px 0 rgba(186,186,185,0.42);
    padding: 40px 20px 25px;
    flex-basis: 48.75%;
    margin-right: 2.5%;
    margin-top: 40px;
}

body .row-fluid .ourpeople-cm .two-col-adjust .hs_cos_wrapper:last-child{
  margin-right:0;
}

.ourpeople-cm .two-col-adjust .hs_cos_wrapper blockquote{
  padding:0;
  font-weight:normal;
  margin-top:30px;
}

.ourpeople-cm .two-col-adjust .hs_cos_wrapper h4{
  margin-bottom:0;
  font-family: DM Sans;
  font-weight:bold;
}

.ourpeople-cm .author-img{
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
}

.ourpeople-cm .author-img img{
  border-radius:100%;
}

body .row-fluid .ourpeople-cm .three-col-adjust span{
  justify-content:center;
  margin-right:0;
}

body .row-fluid .ourpeople-cm .three-col-adjust .hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 7px 24px 0 rgba(186,186,185,0.42);
  margin-right: 2%;
  flex-basis: 32%;
  padding: 20px 20px 60px;
  margin-top:30px;
}

body .row-fluid .ourpeople-cm .three-col-adjust .hs_cos_wrapper:last-child{
  margin-right:0;
}

.ourpeople-cm .thumbnail-img{
  position:relative;
}

.ourpeople-cm .play-icon{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media(max-width:1280px){

.our-enterprising .img-1{
  left: -10px;
  top: -120px;  
}
  
.our-enterprising .img-4 {
    right: 0px;
}
  
.our-enterprising .img-5{
   right:10px;
}
}



@media(max-width:1024px) and (min-width:768px){


  .our-enterprising .cm-cont {
    max-width: 550px;
  }
  
  .des-service{
     padding:60px 0;
  }
  
  body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper {
    padding: 0 15px 20px;
}

  .our-enterprising .img-4 {
    position: absolute;
    right: -10px;
    bottom: 140px;
  }

  .our-enterprising .img-5 {
    position: absolute;
    right: -10px;
    max-width: 150px;
  }

  .des-program .dnd_area-row-5-padding,
  .des-program .dnd_area-row-2-padding,
  .des-program .dnd_area-row-3-padding{
    margin-bottom:80px;
  }

  .our-enterprising .img-1{
    top:-190px;
  }
  
  .split-list ul {
    width: 47%;
    margin-right: 5%;
  }
  
  ul.split-list {
    margin: 13px 0 50px;
    display: block;
    float: left;
  }
  
  .des-img-text-cm:before{
     border-radius:0;
  }
  
  .des-img-text-cm{
     padding: 50px 50px 70px;
  }
  
  body .des-program .img-wrap{
     margin: -140px auto 0 !important;
  }
  
  .job-coach-text {
    margin: 17px auto 0;
}
  
.des-two-col .right-col .hidden-sec {
    margin-bottom: 30px;
    margin-top: 30px;
}
  
  .des-two-col:before{
    width: 455px;
    height: 444px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left:-14%;
  }
  
  body .accordion-cm .accordion_group .accordion_header:before{
     left:0;
  }
}


@media(max-width:767px){

  body .row-fluid .ourpeople-cm .two-col-adjust .hs_cos_wrapper:nth-child(2n){
    margin-top:70px!important;
  }

  .des-service .cm-cont:after,
  .des-service .cm-cont:before,
  .our-enterprising .img-5,
  .our-enterprising .img-4,
  .our-enterprising .img-3,
  .our-enterprising .img-1,
  .our-enterprising .img-2{
    display:none;
  }

  .des-two-col .right-col .cta-container{
    max-width:100%;
  }

  .des-two-col .right-col .cta-container .cta-2{
    padding-top:20px;
  }

  .des-img-text-cm {
    padding: 50px 15px 0;
    margin-top: 45px;
  }

  .job-coach-text {
    max-width: 100%;
    margin: -90px auto -150px;
    padding: 0 15px;
  }

  body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper{
    padding: 0 0 20px;
    max-width:100%!important;
  }

  .des-service{
    padding:30px;
  }

  .what-text ul li{
    display: block !important;
    width: 100% !important;
    margin: 35px auto 0 !important;
    float: none !important;
  }
  .what-text ul{
    display: block !important;
    margin-right: 0 !important;
  }

  .hero-text h1{
    text-align:left;
  }

/*   .des-program .dnd_area-row-0-padding:after {
    background: linear-gradient(270deg,rgba(255,255,255,0) 0%,#009ca6 100%);
  } */

  .des-program .img-wrap:after{
    display:none;
  }
  
  .des-two-col:before{
    width: 300px;
    height: 300px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .des-two-col .right-col{
     margin-top:50px;
  }
  
  body .des-program .img-wrap{
     margin: -80px auto 0 !important;
  }
  
  .job-coach-text{
     margin:30px auto 0;
     padding:0;
  }
  
  .job-coach-text h2 {
    margin-bottom: 20px;
}
  
.des-img-text-cm .right-col {
    margin-top: 35px;
}
  
  .des-img-text-cm:before{
     border-radius:0;
  }
  
  .des-img-text-cm .right-col img {
    top: 0;
    width: 100%;
}
  
  .des-img-text-cm .right-col .img-2{
     width:150px;
  }
  
  .des-program .dnd_area-row-4-max-width-section-centering{
     padding-top: 30px !important;
  }
  
  .split-list ul{
     width:100%;
     margin:0;
  }
  
  .what-text ul li{
     margin: 15px auto 0 !important;
  }
  
  body .row-fluid .des-service h2{
     margin: 0 auto 0;
  }
  
  .des-service {
    padding: 30px 20px;
    top:0;
}
  
  .des-service .simple-cta a.cta_button{
     font-size:16px;
  }
  
  body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper:nth-child(3),
  body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper:nth-child(4) {
    padding-top: 0;
}
  
  body .row-fluid .des-service .two-col-adjust span>.hs_cos_wrapper h3{
     line-height:24px;
  }
  
  .des-program .dnd_area-row-5-background-color{
     padding:50px 0 80px!important;
  }
  
  .des-text {
    margin: 50px auto 0;
  }
  
  .des-text h3{
     font-size:30px;
     line-height:40px;
  }
  
  body .row-fluid .ourpeople-cm .two-col-adjust .hs_cos_wrapper{
      margin:35px auto 100px!important;
  }
  
  body .row-fluid .ourpeople-cm .two-col-adjust .hs_cos_wrapper:nth-child(2n){
     margin:35px auto 0!important;
  }
  
  .des-program .dnd_area-row-8-max-width-section-centering{
     padding:70px 0 80px!important;
  }
  
  body .accordion-cm .accordion_group .accordion_header:before{
     left:0;
  }
  
  body .accordion-cm .accordion_group .accordion_header {
    padding: 0 0px 0 33px;
  }
  
  body .latest-post {
    padding-top: 40px;
}
  
  .neis-program .what-des-text h2{
     padding:0;
  }
  
  body .accordion-cm .section-heading {
    margin-bottom: 25px;
  }
  
  .book-meeting-cm{
     padding: 82px 20px 93px 20px;
  }
}




body .row-fluid .accordion-cm  .accordion-container{
  max-width: 1029px;
  margin: 0 auto;
  float:none;
}

.accordion-cm .section-heading{
   margin-bottom: 45px;
}

.accordion-cm .accordion_group .accordion_header:before{
   left:15px;
}

.des-program .dnd_area-row-8-max-width-section-centering{
   position:relative;
   z-index:1;
}

.des-program .dnd_area-row-8-max-width-section-centering:after{
   position:absolute;
   left:0;
   right:0;
   bottom:0;
   content:'';
   background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(186,186,185,0.11) 100%);
   width:100%;
   height:100%;
   top:0;
   z-index:-1;
}

.job-seekers-latest-post.latest-post .post-topic p {
    margin-bottom: 0;
}

.job-seekers-latest-post.latest-post h4{
   margin-top:3px;
   min-height: 60px;
}





.header-section .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:nth-child(1).hs-item-has-children >ul.hs-menu-children-wrapper{
   min-width:290px!important;
}

.about-video-module .counter-box h4{
   max-width:250px;
   margin:0 auto;
}

.latest-post .post-item ul.date-time-list {
   list-style-type:none;
   padding-left:0;
}

.latest-post .post-item ul.date-time-list li{
   display:inline-block;
}

.latest-post .post-item ul.date-time-list li:before{
    display:none;
}



/*====================================================================
Rss Blog Section
======================================================================*/

@media (max-width: 1024px) and (min-width: 768px){

  body .container-fluid .latest-post{
    padding: 0;
  }
}


@media(min-width:768px){

  .latest-post .post-listing{
    margin: 0 -2.5% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  .latest-post .post-item{
    float: left;
    width: 30.9%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }  

  .latest-post .post-item:nth-child(3n){
    margin: 0 0 25px 0;
  }

  .row-fluid-wrapper.row-depth-1.row-number-15.dnd-section.dnd-hero-row-6-padding.dnd-hero-row-6-vertical-alignment>.row-fluid {
    padding: 0!important;
  }

}

.latest-post{
  padding-bottom:30px;
}

.latest-post .post-item .author-img.span4,
.latest-post .post-item .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.latest-post .post-body{
  padding: 20px 2px 6px;
}

.latest-post-top {
  padding-bottom: 25px;
}

.latest-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
}

.latest-post h4{
  margin: 9px 0px 18px;
  font-weight: bold;
}

.latest-post .post-item:hover h4{
  color: #009CA6;
}

.latest-post .post-item{
  border-bottom:3px solid transparent;
  cursor:pointer;
}

.latest-post .post-item:hover{
  border-bottom: 3px solid #009CA6;
}

.latest-post .post-author {
  padding-top: 30px;
}

.latest-post .featured-image{
  height:220px;
}

.latest-post p{
  color: #494747;
  font-size: 17px;
}

.body-container-wrapper .latest-post ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .latest-post ul li{
  display:inline-block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:0;
}


@media(max-width:767px){

  .latest-post .post-item{
    margin-bottom:30px;
  }

  body .latest-post {
    padding-bottom: 19px;
  }

  .latest-post .post-listing .post-item:nth-child(3n){
    display:none!important;
  }

  .latest-post .post-author .row-fluid{
    display:flex;
  }
  .latest-post .post-author {
    padding-top: 6px;
  }
  .latest-post .author-img.span4{
    margin-right:20px;
  }

  .latest-post-top h2{
    text-align:center;
  }
}

.dnd-hero-row-3-force-full-width-section > .row-fluid {
  padding:0!important;
}

.dnd-hero-row-2-background-gradient{
  background-image: none!important;
  background-color: #ffff!important;
}




@media (min-width:768px){
  .dnd-hero-row-2-force-full-width-section > .row-fluid{
    padding:0!important;
  }

  .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd-hero-row-3-padding.dnd-hero-row-3-vertical-alignment.dnd-hero-row-3-force-full-width-section>.row-fluid {
    padding:0!important;
  }

  .home .row-fluid-wrapper.row-depth-1.row-number-1.dnd-hero-row-0-padding{
    padding-top: 55px !important;
    padding-bottom:30px!important;
    position:relative;
  }
}


.dnd-hero-column-5-vertical-alignment.dnd-column{
  position:relative;
}

.row-fluid-wrapper.row-depth-1.row-number-1.dnd-hero-row-0-padding .widget-type-linked_image{
  position:absolute;
  right: 0;
  bottom:0;
}

@media (min-width:1025px){
  .dnd-hero-row-6-padding>.row-fluid{
    padding:0 15px;
  }
}

@media (max-width:767px){
  .dnd-hero-row-0-padding .cta-container a.cta_button{    
    max-width:157px;
    margin:0 auto;
  }
  .dnd-hero-row-6-padding>.row-fluid{  
    padding:0 15px;
  }

  .dnd-hero-row-4-padding>.row-fluid{
    padding:0!important;
  }

}

@media (max-width: 1024px) and (min-width: 768px){   
  .row-fluid-wrapper.row-depth-1.row-number-9{
    padding-top: 50px !important;
  }
}




@media(max-width: 1024px) and (min-width: 768px){  
  body .believe-cm{
    padding: 30px 0 80px;
    top: unset;
    left: 0;
  }

  body .card-section .wrapper{
    top: unset;
    margin-top: 0;
    position: relative;
  }

  .believe-cm ul li{
    max-width: 165px;
    height: 165px;
  }

  .believe-cm ul li p{
    top: unset;
    font-size: 17px;
  }

  .believe-cm ul li:last-child p{
    top: unset;
  }
}


@media(max-width: 767px){
  body .card-section .wrapper{
    margin-top: 0;
    top: unset;
  }

  .believe-cm{
    top: 0;
  }
}


/*================BLOG STYLING=============*/

body.category-page .blog-top,
body.author-page .blog-top,
body.category-page .subscribe-cm,
body.author-page .subscribe-cm{
  display:none;
}

body.category-page .blog-post,
body.author-page .blog-post{
  padding-top:0;
}

body.category-page .blog-listing .blog-index__post:nth-child(1),
body.category-page .blog-listing .blog-index__post:nth-child(2),
body.category-page .blog-listing .blog-index__post:nth-child(3),
body.category-page .blog-listing .blog-index__post:nth-child(4),
body.author-page .blog-listing .blog-index__post:nth-child(1),
body.author-page .blog-listing .blog-index__post:nth-child(2),
body.author-page .blog-listing .blog-index__post:nth-child(3),
body.author-page .blog-listing .blog-index__post:nth-child(4){
  display:block!important;
}


.back{
  display: block;
  position: absolute;
  left: 0;
}

.back img{
  padding-right:15px;
}

@media(max-width:767px){

  .back {
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
  }
}

/*================BREADCRUMB STYULING===============*/


.breadcrumb-cm {
  background: rgba(24,24,24,0.06);
  margin: 0;
  padding: 11px 0;
} 

.breadcrumb-cm ul{
  margin:0;
}

.breadcrumb-cm.job-breadcrumbs .list-container ul{
  background:transparent;
}

.breadcrumb-cm.job-breadcrumbs .list-container li:nth-child(2),
.breadcrumb-cm.job-breadcrumbs .list-container li:last-child span{
  display:none;
}

.breadcrumb-cm .list-container li,
.breadcrumb-cm .list-container li a,
.breadcrumb-cm .list-container li.topic-link{
  display: inline-block;
  margin-bottom: 0;
  color: rgba(78,70,71,0.74);
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  padding: 0 3px;
}

.breadcrumb-cm .list-container li:last-child a{
  font-weight:500;
}


@media(max-width:1024px) and (min-width:768px){
  .breadcrumb-cm .list-container ul {
    padding: 6px 0;
  }
}

@media(max-width:767px){

  .breadcrumb-cm .list-container ul{
    padding: 6px 0;
  }

  .breadcrumb-cm {
    display:none!important;
  }

  .breadcrumb-cm .list-container li:last-child{
    display:contents;
  }
}
/*===================BLOG FEATURED ARTICLE Styling====================*/


.blog-pagination{
   display:none;
}

.featured-article .featured-post,
.hs-blog-listing .post-item{
  position:relative;
}

.featured-article .featured-post{
  border-right: 3px solid rgba(0,156,166,0.16);
  padding-right: 30px;
  min-height:580px;
  padding-bottom:20px;
}

.featured-article .featured-post .more-link,
.hs-blog-listing .post-item .more-link{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

.featured-article .featured-post .featured-image{
  height:335px;
}

.featured-article .post-topic{
  padding-top: 20px;
}

.featured-article a.topic-link {
  color: #009CA6;
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.featured-article .topic-link:last-child span{
  display:none;
} 

.featured-article .post-title-related{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
}

.featured-article .author-img.span4,
.featured-article .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.featured-article ul{
  margin:0;
  padding:0;
}

.featured-article ul li{
  display:block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}


.featured-article .featured-post:hover{
  border-bottom: 3px solid #009CA6;
}


@media(max-width:767px){

  .featured-article .featured-post {
    border-right: 0;
    padding-right: 0;
    min-height: auto;
    margin-bottom: 30px;
  }
}


/*===================BLOG LATEST ARTICLE Styling====================*/


.latest-article .latest-post {
  position: relative;
  border-bottom: 1px solid rgba(0,156,166,0.16);
  padding: 20px 0;
}


.latest-article .latest-post:hover .post-title-related,
.featured-article .featured-post:hover .post-title-related{
  color:#009ca6;
}

.latest-article .latest-post:first-child{
  padding-top:0;
}

.latest-article .latest-post:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.latest-article .latest-post .more-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

body .row-fluid .latest-article .latest-post .featured-image{
  height:107px;
}

.latest-article .latest-post .post-body {
  padding: 0;
}

.latest-article .latest-post h4 {
  margin: 0 0 9px;
}

.latest-article a.topic-link {
  color: #009CA6;
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.latest-article .topic-link:last-child span{
  display:none;
} 

.latest-article .author-name{
  display:block;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top:0;
}


@media(max-width:767px){

  body .row-fluid .latest-article .latest-post .featured-image{
    height:220px;
  }
}


/*============================BLOG LISTING Styling=========================*/


.blog-listing .blog-index__post:nth-child(1),
.blog-listing .blog-index__post:nth-child(2),
.blog-listing .blog-index__post:nth-child(3),
.blog-listing .blog-index__post:nth-child(4){
  display:none !important;
}

.blog-listing .loading{
  display:none;
}

.blog-post{
  padding:50px 0 30px;
}

.blog-post .post-item .author-img.span4,
.blog-post .post-item .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
}

.blog-post .post-item .author-img.span4 .author-image{
  height: 51px;
  border-radius: 100%;
  width: 51px;
}


.blog-post-top {
  padding-bottom: 25px;
}

.blog-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
  margin-bottom:0;
}

.blog-post .topic-link:last-child span{
  display:none;
} 

.blog-post h4{
  margin: 9px 0px 18px;
  font-weight: bold;
  min-height:50px;
}

.blog-post .post-author{
  padding-top:20px;
}

.blog-post .post-body{
  padding-bottom:10px;
}
.blog-post .post-item:hover .post-title-related{
  color: #009CA6;
}

.blog-post .post-head {
  min-height: 160px;
}

.blog-post .post-item .post-head a{
  color: #1B1919;
  font-weight:bold;
}

.blog-post .post-item{
  border-bottom:3px solid transparent;
  cursor:pointer;
}

.blog-post .post-item:hover{
  border-bottom: 3px solid #009CA6;
}

.blog-post .featured-image{
  height:220px;
}

.blog-post .post-topic {
  padding-top: 20px;
}

.blog-post p{
  color: #494747;
  font-size: 17px;
}

.body-container-wrapper .blog-post ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .blog-post .post-author ul li{
  display:block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:0;
  padding-left: 8px;
}


@media(max-width:767px){

  .blog-post .post-item{
    margin-bottom:30px;
  }

  .blog-post {
    display: block;
    margin-right: 0;
  }

  .blog-post .post-item{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    float: none;
  }  

  body .blog-post {
    padding-bottom: 19px;
  }

  .blog-post .post-listing .post-item:nth-child(3n){
    display:none!important;
  }

  .blog-post .post-author .row-fluid{
    display:flex;
  }
  .blog-post .post-author {
    padding-top: 6px;
  }
  .blog-post .author-img.span4{
    margin-right:20px;
  }

  .blog-post-top h2{
    text-align:center;
  }



}

/*===================SUBSCRIBE CM======================*/


.subscribe-cm{
  padding:50px;
  width: 100%!important;
  max-width: 1200px;
/*   max-width: 1240px; */
  margin-bottom: 80px;
}

.subscribe-cm .left-col{
  padding-right: 67px;
}

.subscribe-cm .left-col h3{
  margin-bottom:0;
}

.subscribe-cm .right-col .form-title{
  display:none;
}

.subscribe-cm .right-col form .hs-email{
  width: 70%;
  float: left;
}

.subscribe-cm .right-col form .hs-email input{
  margin-bottom: 0;
}

.subscribe-cm .right-col form .hs-submit{
  width: 28%;
  margin-left: 2%;
  float: left;
}

.subscribe-cm form .hs-error-msg{
  position: absolute;
  top: 3px;
  color: #fff;
}

.subscribe-cm .hs_error_rollup{
  display:none;
}


@media(max-width:1024px) and (min-width:768px){

  .subscribe-cm .left-col {
    padding-right: 35px;
  }

  body .row-fluid .subscribe-cm .right-col form .hs-submit {
    width: 100%;
    margin-left: 0;
  }

  body .row-fluid .subscribe-cm .right-col form .hs-email {
    width: 100%;
    float: left;
  }

  .subscribe-cm {
    padding: 30px;
  }

}



@media(max-width:767px){


  .subscribe-cm .left-col {
    padding-right: 0;
  }

  .subscribe-cm .right-col form .hs-email {
    width: 100%;
  }

  .subscribe-cm .right-col form .hs-submit {
    width: 100%;
    margin-left: 0;
  }

  .subscribe-cm .right-col form .hs-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .subscribe-cm{
    margin-top:20px;
    margin-bottom:10px;
  }
}
@media(min-width: 1400px){
  .subscribe-cm{
    max-width: 1240px;
  }
}


@media(min-width: 768px){
  .blog-post .hs_cos_wrapper{
    width: 100%;
    margin-right: 24px;
  }
}
/************************************************/
/*            Blog Filtered Style               */
/************************************************/



body .blog-post-filter-section{
  display: block;
  background-color: rgba(186,186,185,0.09);
  padding: 70px 0 75px 0;
}

body .blog-post-filter-section .wrapper{
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .blog-post-filter-section h3{
  color: #181818;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

body .blog-post-filter-section ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .blog-post-filter-section ul li{    
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}


body .blog-post-filter-section ul li a{
  color: #1A1919;
  font-family: BentonSans;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}

body .blog-post-filter-section ul li a:hover{
  text-decoration: underline;
  color: #00998B;
}

body .filter-link-count{
  display: none;
}

body .hs-blog-listing .simple-cta{
  text-align: center;
  padding-bottom: 123px;
}

@media(max-width: 767px){
  body .blog-post-filter-section{
    padding: 60px 0 50px 0;
  }

  body .blog-post-filter-section ul li{    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;    
  }

  body .blog-post-filter-section ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
  }
}       


/*====================BLOG POST STYLING====================*/

.hs-blog-post .blog-top{
  padding:50px 0;
}

.hs-blog-post .featured-image{
  padding:167px 0;
}

.hs-blog-post .blog-top h1{
  min-height: 270px;
}

.hs-blog-post .post-topic ul{
  margin:0;
  padding:0;
}

.hs-blog-post .post-topic ul li{
  display:inline-block;
  padding-left:0!important;
}

.hs-blog-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
  margin-bottom:0;
}

.hs-blog-post .post-topic li:last-child span{
  display:none;
}


.hs-blog-post .blog-top .space-top span{
  color: #959595;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight:400;
  position:relative;
  padding-left:20px;
}

.hs-blog-post .blog-top .space-top span:before{
  position: absolute;
  content: '';
  background: #218ec2;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0;
  top: 7px;
}

.hs-blog-post .blog-post-body .author-container  .author-bg{
  border-radius:100%;
}
.hs-blog-post .blog-post-body .author-container h5{
  font-size: 23px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.hs-blog-post .blog-post-body .author-container p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

body .row-fluid .blog-related-post .post-item .post-topic{
   padding-top:20px;
}



@media(max-width:767px){

  .hs-blog-post .blog-top h1{
    text-align:left;
    min-height: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .hs-blog-post .blog-post-body .author-container,
  .hs-blog-post .blog-post-body h4{
    display:none;
  }
  .hs-blog-post .blog-post-body .post-sharing-container {
    padding-top: 0;
  }
}

/*====================BLOG RELATED POST STYLING==================*/


@media(min-width:768px){

  body .row-fluid .blog-related-post .post-listing{
    margin: 0 -2.5% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  body .row-fluid .blog-related-post .post-item{
    float: left;
    width: 47.9%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    display:none;
  }  

}


.blog-related-post .wrapper>.row-fluid{
  display:flex;
}


body .row-fluid .blog-related-post .post-item:nth-child(1),
body .row-fluid .blog-related-post .post-item:nth-child(2){
  display:block;
}

body .row-fluid .blog-related-post{
  padding-bottom:80px;
}

body .row-fluid .blog-related-post .post-item .author-img.span4,
body .row-fluid .blog-related-post .post-item .author-img.span4 img {
  max-width: 51px;
  border-radius: 50px;
  padding-bottom:0;
}

body .row-fluid .blog-related-post .post-body{
  padding: 0 0 6px;
}


body .row-fluid .blog-related-post .topic-link{
  color:#009CA6;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  display:inline-block;
  margin-bottom:0;
}

body .row-fluid .blog-related-post h4{
  margin: 9px 0px 18px;
  font-weight: bold;
}

body .row-fluid .blog-related-post .post-item:hover h4{
  color: #009CA6;
}

body .row-fluid .blog-related-post .post-item{
  border-bottom:3px solid transparent;
  cursor:pointer;
}

body .row-fluid .blog-related-post .post-item:nth-child(2n){
  margin-right:0;
}

body .row-fluid .blog-related-post .post-item:hover{
  border-bottom: 3px solid #009CA6;
}

body .row-fluid .blog-related-post .post-author {
  padding-top: 25px;
}

body .row-fluid .blog-related-post .featured-image{
  height:220px;
  padding:0;
}

body .row-fluid .blog-related-post p{
  color: #494747;
  font-size: 17px;
  margin-bottom:0;
}

body .row-fluid .blog-related-post ul{
  margin:0;
  padding:0;
  list-style:none;
}

body .row-fluid .blog-related-post ul li{
  display:inline-block;
  list-style:none;
  color: #959595;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:0;
}

body .row-fluid .blog-related-post ul li:before{
  display:none;
}

body .row-fluid .blog-related-post .topic-link:last-child span{
  display:none;
}


@media(max-width:767px){

  body .row-fluid .blog-related-post .post-item{
    margin-bottom:40px;
  }
  
  .blog-content-section .hubspot-editable .author-bg{
     width:100px!important;
     height:100px!important;
     margin-bottom:20px;
  }
  
  body .row-fluid .blog-related-post .post-item:last-child{
     display:none;
  }

  body .row-fluid .blog-related-post {
    padding-bottom: 70px;
  }

  body .row-fluid .blog-related-post .post-author .row-fluid{
    display:flex;
  }
  body .row-fluid .blog-related-post .post-author {
    padding-top: 6px;
  }
  body .row-fluid .blog-related-post .author-img.span4{
    margin-right:20px;
  }

  body .row-fluid .blog-related-post h2{
    text-align:center;
  }

  .blog-related-post .wrapper>.row-fluid {
    display: block;
  }
  body .row-fluid .blog-related-post .right-col{
    padding:250px 0!important;
  }
}





/*=========================BLOG POST BACK CARD STYLING=================*/

body .row-fluid .blog-related-post .right-col{
  background-color: rgb(188 221 236 / 0.36);
  padding:50px 20px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .row-fluid .blog-related-post .right-col h3{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 51px;
}


/* body .row-fluid .blog-related-post .right-col .wrap{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 38%;
  max-width: 360px;
}
 */
@media(max-width:1024px){

  body .row-fluid .blog-related-post .right-col h3{
    font-size: 26px;
    line-height: 41px;
  }
}


@media(max-width:767px){


  body .row-fluid .blog-related-post .right-col{
    padding: 170px 30px !important;
  }
  
/*   body .row-fluid .blog-related-post .right-col .wrap {
    top: 24%;
  } */
}

@media(max-width:480px){



  body .row-fluid .blog-related-post .right-col .wrap{
    max-width:260px;
  }
}
/*================BLOG POST COMMON STYLING================*/

.hs-blog-post .post-body p{
  color: #5E5E5E;
  font-family: BentonSans;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 35px;
  margin-top:0;
}

.hs-blog-post .post-body a{
  color: #009ca6;
  font-size: 18px;
  font-family: BentonSans;
  text-decoration: underline;
  font-weight: 400;
}

.hs-blog-post .post-body img{
  padding-bottom:50px;
  width:100%;
}

.hs-blog-post .post-body ul li{
  color: #5E5E5E;
  font-family: BentonSans;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 28px;
  position:relative;
  padding-left:20px;
  font-weight:400;
  margin-bottom: 20px;
}

.hs-blog-post .post-body ul li:last-child{
  margin-bottom:0;
}
.hs-blog-post .post-body ul li:before{
  position:absolute;
  content:'';
  left:0;
  top:9px;
  border-radius:100%;
  background:#5E5E5E;
  width:6px;
  height:6px;
}


.hs-blog-post .post-body ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.hs-blog-post .post-body ol li {
  counter-increment: my-awesome-counter;
  color: #5E5E5E;
  font-family: BentonSans;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 28px;
  position:relative;
  padding-left:20px;
  font-weight:400;
  margin-bottom: 20px;
}
.hs-blog-post .post-body ol li::before {
  position:absolute;
  left:0;
  content: counter(my-awesome-counter);
  color: #5E5E5E;
  font-weight: 400;
  background:transparent;
  top:0;
}


body .hs-blog-post .post-body a.cta_button {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.hs-blog-post .post-body a.cta_button:hover{
  background:transparent;
  transform:unset;
}

.hs-blog-post .post-body ol li:before{
  display:none!important;
}

.hs-blog-post .post-body ol{
   list-style:auto!important;
}

.hs-blog-post .post-body ol li{
   padding-left:0;
   margin-left:20px;
}


/*======================BLOG AUTHOR SOCIAL STYLING==================*/


.post-sharing-container {
  padding-top: 50px;
}

.post-sharing-container #copy{
  display:none;
}

.post-sharing-container a.social-links__icon {
  display: block;
  color: #4A4747;
  font-family: BentonSans;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 20px;
  font-weight: 400;
  transition:0.3s all ease-in-out;
}

.post-sharing-container a.social-links__icon:hover{
   color:#009ca6;
   transition:0.3s all ease-in-out;
}

.post-sharing-container span {
  background-color: rgb(24 24 24 / 6%);
  border-radius: 100%;
  /* padding: 11.5px 10px; */
  padding: 8px 10px 11px 10px;
  margin-right: 10px;
  height: 44px;
  width: 44px;
}

.post-sharing-container span.text{
  background:transparent;
  padding:0;
  margin-right:0;
}

.post-sharing-container span img{
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

/*====================BLOG POST AUTHOR STYLING===================*/

.hs-blog-listing ul li:before{
   display:none;
}

.hs-blog-post ul li:before{
   display:none;
}
.author-post {
  border-top: 1px solid rgba(73,71,71,0.18);
  border-bottom: 1px solid rgba(73,71,71,0.18);
  margin: 0 0 60px;
  padding: 30px 0;
}

.author-post .author-container h5{
  font-size: 23px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.author-post .author-container p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}



.ias-trigger a{
  font-size: 18px;
  font-family: BentonSans;
  color: #1a1919;
  font-style: normal;
  font-weight: 500;
  border-radius: 0px;
  background: transparent;
  border: 0;
  line-height: 22px;
  letter-spacing: .2px;
  display: inline-block;
  padding: 15px 12px 0 0;
  position: absolute;
  transition: all ease-in-out .2s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 180px;
  
}

.ias-trigger a:before {
    position: absolute;
    content: '';
    background: #e9a22e;
    width: 100%;
    height: 2px;
    bottom: 0;
}

.ias-trigger a:after {
    position: absolute;
    content: '';
    background: url(https://f.hubspotusercontent00.net/hubfs/8247255/Asuria%202020/Arrow%20Black.svg) no-repeat;
    background-size: contain;
    background-position: cenetr center;
    width: 8px;
    height: 10px;
    top: 20px;
    margin-left: 6px;
}

.blog-post{
   position:relative;
}



body .latest-post .post-item{
   padding-bottom: 90px;
    position: relative;
}

body .latest-post .post-item .post-author {
    padding-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


@media(max-width:767px){

  body .latest-post .post-item .post-author{
     position:relative;
  }
  
  body .latest-post .post-item{
     padding-bottom:0;
  }
  
  body .latest-post{
     padding-bottom: 70px;
  }
}


/********** Register For Work Update Style ***********/


@media (max-width: 1024px) and (min-width: 768px){
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding,
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.dnd_area-row-1-force-full-width-section,
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-force-full-width-section.dnd-section,
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area-row-3-force-full-width-section,
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-9.dnd-section.dnd_area-row-4-force-full-width-section,
  body main.register-page .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-5-force-full-width-section{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}


body .form-checkbox-style .hs-input{
  height: 50px;
}

.form-checkbox-style .hs-form label{
  margin-bottom: 6px;
}

body .row-fluid .form-checkbox-style form ul.inputs-list{
  float: none;
  margin-right: -14px;
  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;
}

body .row-fluid .form-checkbox-style form ul.inputs-list>li{
  position: relative;
  padding: 0;
  text-align: center;
  margin-right: 14px;
}

.row-fluid .form-checkbox-style .hs-form .field .input input[type="radio"]{
  margin: 0;
  height: 50px;
  position: absolute;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
}

.form-checkbox-style form .inputs-list span {
  line-height: 40px;
}

.form-checkbox-style form .inputs-list label{
  margin: 0;
  text-align: center;
  line-height: 40px;
}

.row-fluid .form-checkbox-style .hs-form .field .input input[type="radio"]:checked:after{
  display: none;
}

.row-fluid .form-checkbox-style .hs-form .field .input input[type="radio"]:checked{
  border-color: #009CA6;
}

.form-checkbox-style form .hs-dependent-field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-checkbox-style form .hs-dependent-field > div:first-child{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-checkbox-style form .hs-dependent-field > div:first-child label{
  text-align: center;
}

.form-checkbox-style form .hs-dependent-field .hs-fieldtype-select{
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 6px;
}

.form-checkbox-style form .hs-dependent-field .hs-fieldtype-select select{
  margin-top: 6px;
}

.form-checkbox-style form .hs-dependent-field .hs-fieldtype-radio{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.form-checkbox-style .actions{
  text-align: center;
}

body .form-checkbox-style .row-fluid .hs-button{
  padding: 14.5px 33px;
  display: inline-block;
}

.form-checkbox-style form label.hs-error-msg{
  text-align: left;
  line-height: 13px;
}

.form-checkbox-style form ul.hs-error-msgs.inputs-list{
  margin: 0;
  padding: 0;
}

body .row-fluid .form-checkbox-style form ul.hs-error-msgs>li{
  margin: 0;
  line-height: 13px;
}

.form-checkbox-style .hs_error_rollup ul.hs-error-msgs label{
  text-align: left;
  line-height: 13px;
  font-size: 13px;
  color: red;
  top: -16px;
}

@media(max-width: 767px){
  .form-checkbox-style form .inputs-list label{
    line-height: 44px;
    font-size: 14px;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list>li{
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list>li:nth-child(odd){
    margin-right: 14px;
  }

  .form-checkbox-style form .hs-dependent-field .hs-fieldtype-radio{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form-checkbox-style form .hs-dependent-field .hs-fieldtype-select{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list{
    margin-bottom: 0;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media(max-width: 400px){
  body .row-fluid .form-checkbox-style .form-columns-2 .input{
    margin-right: 0 !important;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list>li{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  body .row-fluid .form-checkbox-style form ul.inputs-list>li:nth-child(odd){
    margin-right: 0;
  }
}

/********** Pillar Page Style **********/

@media (max-width: 1024px) and (min-width: 768px){
  body main.pillar-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section,
  body main.pillar-page .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.dnd_area-row-1-force-full-width-section{
    padding: 0 !important;
  }
}


.pillar-banner-cm{
  padding: 54px 0 55px 0;
}

body .row-fluid .pillar-banner-cm .wrapper{
  max-width: 1260px;
}

@media(min-width: 768px){
  .pillar-banner-cm .row-fluid .left-col.span7{
    width: 50.264957%;
  }

  .pillar-banner-cm .row-fluid .right-col.span5{
    width: 47.17094%;
  }
}

@media(max-width: 767px){
  .pillar-banner-cm .left-col h1{
    font-size: 46px;
    line-height: 57px;
  }
  
  .pillar-banner-cm .left-col{
    margin-bottom: 30px;
  }
  
  .pillar-banner-cm .image-container{
    margin: 0;
  }
}



/********* Pillar Content Style ************/


body .row-fluid .top-bar .wrapper,
body .row-fluid .pillar-content-cm .wrapper{
  max-width: 1260px;
}

.top-bar{
  background-color: #D8EFF1;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid rgba(73,71,71,0.18);
}

.top-bar .image-here{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.top-bar img{
  vertical-align: middle;
  margin-bottom: 4px;
}

.top-bar .read-text{
  display: inline-block;
  vertical-align: middle;
}

.top-bar .read-text p{
  color: #1A1919;
}

.body-container-wrapper .top-bar .social-icon ul{
  margin: 0;
} 

.body-container-wrapper .top-bar .social-icon ul li{
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.body-container-wrapper .top-bar .social-icon ul li:before{
  display: none;
}

.top-bar .social-icon ul li a{
  padding: 11px;
  background-color: #FFFFFF;
  border-radius: 100%;
}

.pillar-content-cm{
  padding-bottom: 28px;
}

.pillar-content-cm .mobile-dropdown{
  display: none;
}

.pillar-content-cm .sticky-container{
  position: relative;
  margin-top: -57px;
}

.pillar-content-cm .left-content{
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 17px 0 #CFE3EC;
}

.pillar-content-cm .list-container{
  padding: 13px 17px 10px 17px;
  border-bottom: none;
}

.pillar-content-cm .list-heading{
  border-bottom: 1px solid rgba(73,71,71,0.18);
}

.pillar-content-cm .list-heading h4{
  margin-bottom: 14px;
}

.body-container-wrapper .pillar-content-cm .list-here li{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 23px;
  counter-increment: my-awesome-counter;
  padding-left: 50px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
  width: 100%;
}

.body-container-wrapper .pillar-content-cm .list-here li:hover a,
.pillar-content-cm .list-here li a.active,
.body-container-wrapper .pillar-content-cm .list-here li.active:before{
  color:#459AA4;
}


.body-container-wrapper .pillar-content-cm .list-here li:before{
  content: counter(my-awesome-counter) ". ";
  height: unset;
  width: unset;
  background: transparent;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 23px;
  left: 23px;
  top: 1px;
}

.body-container-wrapper .pillar-content-cm .list-here li:hover:before{
  color: #009CA6;
}

.body-container-wrapper .pillar-content-cm .list-here ul{
  margin: 15px 0 15px 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  display:block;
  float:left;
}

.pillar-content-cm .list-here li a{
  position: relative;
  color: #1A1919;
  font-family: Ubuntu;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 23px;
}

.pillar-content-cm .list-here li a.active:before{
  position: absolute;
  content: '';
  height: 11px;
  width: 11px;
  background: #009CA6;
  top: 4px;
  left: -47px;
  border-radius: 100%;
}

.pillar-content-cm .download-container{
  padding: 11px 17px 11px 17px;
}

.pillar-content-cm .download-container .left-col p,
.pillar-content-cm .subscribe-container p{
  color: #1A1919;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 23px;
  font-family: Ubuntu;
}

.pillar-content-cm .download-container .icon-here{
  border-radius: 5px;
  background-color: rgba(233,162,46,0.1);
  padding: 18px 5px;
  max-width: 77px;
  margin: 0 0 0 auto;
  width: 100%;
  position: relative;
  display:none;
}

.pillar-content-cm .download-container .icon-here a.card-link{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;   
  right: 0;
  bottom: 0;
}

.pillar-content-cm .subscribe-container{
  border: 1px solid rgba(26,25,25,0.22);
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 13px 16px 10px 16px;
  margin-top: 15px;
}

.pillar-content-cm .subscribe-container .form-here{
  margin-top: 9px;
}

.pillar-content-cm .subscribe-container form{
  position: relative;
}

body .pillar-content-cm .subscribe-container .form-heading{
   margin-bottom:20px;
}

body .pillar-content-cm .subscribe-container .form-heading h3{
   font-size:24px;
   line-height:normal;
}

body .pillar-content-cm .subscribe-container .form-heading h3 span{
   color: #1a1919;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .45px;
    line-height: 23px;
    font-family: Ubuntu;
}

body .pillar-content-cm .subscribe-container form .hs-input{
  height: 50px;
  margin: 0;
  font-size: 12px;
}

body .row-fluid .pillar-content-cm .subscribe-container .actions{
   margin-top:40px;
}

body .row-fluid .pillar-content-cm .subscribe-container .hs-button{
  padding: 11px 8px 10px 8px;
  position: relative;
  top: 0px;
  right: 0;
  width:100%;
}

body .row-fluid .pillar-content-cm .subscribe-container form ul.inputs-list{
  float: none;
}

.pillar-content-cm .subscribe-container form label.hs-error-msg,
body .row-fluid .pillar-content-cm .subscribe-container form .hs-main-font-element{
  top: 5px;
  font-size: 13px;
  line-height: 13px;
  color: red;
}

.pillar-content-cm .content-container{
  padding-top: 46px;
}

.pillar-content-cm .content-container p,
.body-container-wrapper .pillar-content-cm .content-container li{
  color: #5E5E5E;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 28px;
}

.pillar-content-cm .content-container img{
  margin: 22px 0 40px 0;
}

.pillar-content-cm .content-container h2{
  margin: 41px 0 17px 0;
}

.pillar-content-cm ul.border-background{
  background-color: rgba(186,186,185,0.1);
  padding: 32px 30px 28px 38px;
  margin: 30px 0 30px 0;
}

.body-container-wrapper .pillar-content-cm ul.border-background li {
/*   text-decoration: underline; */
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
}

.body-container-wrapper .pillar-content-cm ul.border-background li:before{
  background: #5E5E5E;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 0;
}

.pillar-content-cm .content-container h3{
  margin: 55px 0 24px 0;
}

.pillar-content-cm .content-container p a{
/*   text-decoration: underline; */
  color: #459AA4;
}

.body-container-wrapper .pillar-content-cm .content-container li{
  margin-bottom: 22px;
  padding-left: 36px;
}

.body-container-wrapper .pillar-content-cm .content-container li:before{
  background: #5E5E5E;
  left: 15px;
  top: 11px;
}

.pillar-content-cm .content-container .top-cont{
  border-bottom: 1px solid rgba(73,71,71,0.18);
}

.pillar-content-cm .bottom-cont{
  max-width: 237px;
  margin: 37px auto 0 auto;
}

.pillar-content-cm .image-here{
  height: 58px;
  width: 57px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.pillar-content-cm .author-details{
  display: inline-block;
  vertical-align: middle;
}

.pillar-content-cm .author-details p{
  color: #1B1919;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}

.pillar-content-cm .left-col.stickey{
  position: relative;
}

.pillar-content-cm .content-cotainer .right-col .content-block .remove-styling{
   padding:0!important;
   background:transparent!important;
   border:none!important;
}

.pillar-content-cm .content-cotainer .right-col .content-block .remove-styling img{
   width:100%!important;
   height:auto!important;
}

@media(min-width: 1339px){
  .pillar-content-cm .content-cotainer .right-col,
  .top-bar .right-col{
    padding-left: 50px;
  }

  .pillar-content-cm .content-cotainer .download-container .right-col{
    padding: 0;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .pillar-content-cm .row-fluid .left-col.span4,
  .top-bar .row-fluid .left-col.span4{
    width: 36.491713%;
  }

  .pillar-content-cm .row-fluid .right-col.span8,
  .top-bar .row-fluid .right-col.span8{
    width: 60.745856%;
  }
}

@media(min-width: 768px){
  .pillar-content-cm .left-col.stickey:before{
    position: absolute;
    content: '';
    background: url('https://www.asuria.com.au/hubfs/Asuria%202020/Pattern.svg') repeat;
    background-size: contain;
    background-position: right;
    height: 100%;
    width: 200%;
    right: -20px;
    z-index: -1;
  }
}

@media(max-width: 1024px){
  .body-container-wrapper .pillar-content-cm .list-here li{
    padding-left: 35px;
  }

  .body-container-wrapper .pillar-content-cm .list-here li:before{
    left: 15px;
  }

  .pillar-content-cm .list-here li a.active:before{
    left: -40px;
  }

  .pillar-content-cm .list-here li a{
    font-size: 15px;
    line-height: 18px;
  }

  .body-container-wrapper .pillar-content-cm .list-here li{
    line-height: 18px;
  }

  .pillar-content-cm .download-container .left-col p, .pillar-content-cm .subscribe-container p{
    font-size: 15px;
    line-height: 18px;
  }

  body .row-fluid .pillar-content-cm .subscribe-container .hs-button{
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }

  .pillar-content-cm .content-container img{
    margin: 22px 0 22px 0;
  }

  .pillar-content-cm .content-container h2{
    margin: 15px 0 17px 0;
  }

  .pillar-content-cm .content-container h3{
    margin: 24px 0 24px 0;
  }
}

@media(max-width: 767px){
  .top-bar{
    padding: 22px 0 84px 0;
  }

  .top-bar .read-time{
    margin-bottom: 23px;
  }

  .body-container-wrapper .top-bar .social-icon ul li{
    margin: 0 9px;
  }

  .pillar-content-cm .list-here{
    display: none;
  }

  .pillar-content-cm .mobile-dropdown{
    display: block;
  }

  .pillar-content-cm .mobile-dropdown select{
    cursor: pointer;
  }

  .pillar-content-cm .download-container>.row-fluid-wrapper>.row-fluid{
    display: flex;
    align-items: center;
  }

  .pillar-content-cm .download-container .left-col{
    flex-basis: 80%;
  }

  .pillar-content-cm .download-container .right-col{
    flex-basis: 40%;
  }

  .pillar-content-cm .content-container h3{
    font-size: 24px;
  }

  .pillar-content-cm .content-container p, .body-container-wrapper .pillar-content-cm .content-container li{
    font-size: 17px;
    line-height: 26px;
  }
}



/******* Latest Post Section Style *********/



body main.pillar-page .latest-post .post-item .post-author{
  bottom: 19px;
}

@media(max-width: 767px){
  body main.pillar-page .latest-post {
    padding-bottom: 0;
  }
}