/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0;
}

.banner-section .dnd-section,
.banner-section .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/icomoon.woff") format("woff"), 
  url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/icomoon.ttf") format("truetype"), 
  url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/icomoon.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: steadysets;
  src: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/steadysets.ttf") format("truetype"), 
  url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/steadysets.woff") format("woff"), 
  url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/fonts/steadysets.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-family: Open Sans, serif;
  -webkit-font-smoothing: antialiased;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

a:hover, a:focus {
  outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Open Sans, serif;
  color: #494a52;
  word-break: break-word;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

strong, b {
  font-weight: 600;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

/*

.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-email_simple_subscription,
.widget-type-email_subscriptions,
.widget-type-password_prompt,
.systems-page .form-container,
.hs-blog-post .blog-comments form,
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_simple_subscription h2,
.widget-type-email_simple_subscription h3,
.widget-type-email_simple_subscription h1,
.systems-page .form-container a.hs-reset-widget-show-password,
.systems-page .form-container a.hs-register-widget-show-password,
.systems-page .form-container a.hs-login-widget-show-password {
    color: #fff;
}
*/

/*

.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-email_simple_subscription,
.widget-type-email_subscriptions,
.widget-type-password_prompt,
.systems-page .form-container,
.hs-blog-post .blog-comments form
*/

form {
  max-width: 500px;
  margin-bottom: 15px;
  display: block;
}

.hs-button {
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  border: 1px solid #4a89bf;
  text-align: center;
  padding: 12px 24px;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none !important;
  font-weight: 600;
  font-family: Arial, sans-serif;
  text-transform: capitalize;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-radius: 4px;
  font-size: 1em;
  padding: 15px 22px;
  line-height: normal;
}

.hs-button:hover, 
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-search-module .field > label,
.inputs-list label,
.hs-form-field label {
  color: #33475b;
  display: block;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: capitalize;
}

.hs-error-msgs label {
  margin: 4px 0;
  color: #e3242B !important;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 16px;
}

.hs_error_rollup .hs-error-msgs label {
  padding: 16px 0;
  border-top: 2px solid #e3242B;
  border-bottom: 2px solid #e3242B;
}

#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  color: #33475b;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  background-color: rgba(0,0,0,0.04);
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
  padding: 5px 4px;
  letter-spacing: normal;
  font-size: 16px;
}

.systems-page input.email-edit.hs-input {
  padding: 5px 4px !important;
  font-size: 16px !important;
}

#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 15px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

textarea.hs-input {
  height: auto;
}

.hs-form-field textarea {
  min-height: 100px;
  padding: 9px 10px;
}

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;
}

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: #e3242B;
}

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: #b9554d;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.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;
  padding-left: 0;
}

.systems-page .hs-form-field,
.field {
  margin-bottom: 36px;
}

#hs_cos_wrapper_my_password_reset > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_register > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_login > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field > .hs-error-msgs {
  display: none;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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;
}

@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: 90%;
    }
    .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;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio],
.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  display: inline-block;
  vertical-align: middle;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  margin: 0;
}

@media screen and (max-width: 767px){
/*
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-email_simple_subscription,
.widget-type-email_subscriptions,
.widget-type-password_prompt,
.systems-page .form-container,
.hs-blog-post .blog-comments form
*/
  form {
    max-width: 100%;
  }

  .hs-button, .button--primary {
    white-space: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
#header {
  min-height: 130px;
}

#header.lp {
  min-height: 88px;
}

.site-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  overflow: visible;
  transition: transform 0.32s ease, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, margin 0.25s ease;
  transform: translateY(0%);
}

.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top {
  border: 1px solid transparent;
  min-height: 42px;
  transition: transform 0.32s ease;
  text-align: right;
  font-size: 16px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #F8F8F8;
}

.header-links {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  max-width: 70%;
  padding: 10px 0;
}

.header-links ul {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}

.header-links li {
  text-align: left;
  padding-left: 1.5em;
}

.header-links a {
  color: inherit;
  margin: 0 10px;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
}

.header-links li:last-child a {
  margin-right: 0;
}

.header-bottom {
  position: relative;
  z-index: 9998;
  width: 100%;
  transition: all 0.2s;
}

.mobile-wrap {
  display: none !important;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.col {
  margin-right: 2%;
}

.col:last-child {
  margin-right: 0;
}

.header-bottom .row {
  flex-wrap: nowrap;
}

.header-bottom .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo a {
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  transition: margin 0.15s ease;
}

.logo a img {
  height: 32px;
  transition: height 0.15s ease, opacity 0.2s ease;
  display: block;
  max-width: none;
  width: auto !important;
}

.custom-menu-primary.col {
  margin-right: 0;
  margin-left: auto;
}

.custom-menu-primary .hs_cos_wrapper {
  width: 100%;
  height: 100%;
}

.custom-menu-primary .navigation-primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
}

.custom-menu-primary .submenu.level-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .submenu.level-1>li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.custom-menu-primary .submenu.level-1>li>a {
  z-index: 10;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-left: 10px;
  margin-right: 10px;
}

.custom-menu-primary .submenu.level-1>li[data-name="quick_connect"]>a {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ff682c;
  width: 100%;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.megamenu {
  border-top: 1px solid #e9e9e9;
  background-color: #ffffff;
  height: 18em;
  padding: 30px 0;
  display: table;
  position: absolute;
  left: 0;
  top: -999em;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
  width: 100%;
  visibility: hidden;
  -ms-transform: translateY(10px) translateX(0px);
  -webkit-transform: translateY(10px) translateX(0px);
  transform: translateY(10px) translateX(0px);
  box-sizing: content-box;
}

.custom-menu-primary .submenu.level-1>li.has-submenu:hover>.megamenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px) translateX(0px);
  -webkit-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}

.megamenu ul.submenu.level-2 {
  display: table;
  width: 100%;
  height: 100%;
}

.megamenu ul.submenu.level-2>li {
  position: relative;
  opacity: 0;
  -ms-transform: translateY(13px);
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
  -ms-transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
  transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
  -webkit-transition: transform 0.65s cubic-bezier(0.2, .8, .25, 1), opacity 0.65s cubic-bezier(0.2, .8, .25, 1);
  width: 33.33%;
  display: table-cell;
}

.has-submenu:hover>.megamenu ul.submenu.level-2>li {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.megamenu .container {
  width: 100%;
  height: 100%;
}

.megamenu ul.submenu.level-2>li[data-name="image"]>a {
  display: none;
}

.megamenu ul.submenu.level-2>li[data-name="image"] {
  background-image: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/images/mega-manufacturing.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    }

[data-name="engineering_services"]>.megamenu ul.submenu.level-2>li[data-name="image"] {
  background-image: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/images/mega-engineering-2.jpg");
    }

[data-name="about"]>.megamenu ul.submenu.level-2>li[data-name="image"] {
  background-image: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/images/about-card.jpg");
    }

.megamenu ul.submenu.level-2>li[data-name="links"]>a {
  display: none;
}

.megamenu ul.submenu.level-2 ul li {
  position: relative;
}

.megamenu ul.submenu.level-2 ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: none;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 6px;
}

.megamenu ul.submenu.level-2 ul li a:hover:after {
  content: " \e909";
  font-family: "icomoon";
  margin-left: 3.5px;
}

.megamenu ul.submenu.level-2 ul li a:hover {
  font-weight: 700;
}


[class*="icon-"],
[class^=icon-] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
}

.icon-salient-search:before {
  content: "\e906";
}

.custom-menu-primary .submenu.level-1>li:not([data-name="quick_connect"])>a:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #0077c8;
  content: '';
  bottom: -3px;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1), border-color 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1), border-color 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.custom-menu-primary .submenu.level-1>li:not([data-name="quick_connect"])>a.active-item:after,
.custom-menu-primary .submenu.level-1>li:not([data-name="quick_connect"]):hover>a:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mobile-wrap>div {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.search-trigger {
  cursor: pointer;
  padding: 0 8px;
}

.search-trigger .nectar-icon {
  pointer-events: none;
  vertical-align: middle;
  color: #a9a9a9;
  width: 18px;
  position: relative;
  display: block;
  top: 50%;
  font-size: 18px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-trigger {
  padding: 2px 0 0 8px;
  margin-left: 3px;
  cursor: pointer;
}

.mobile-trigger>span {
  transform-origin: center;
  display: block;
  transition: transform 0.33s 0s ease;
  height: 20px;
  overflow: hidden;
  width: 22px;
  position: relative;
  pointer-events: none;
}

.lines-button {
  transition: .3s;
  cursor: pointer;
  top: 9px;
  position: relative;
  user-select: none;
  display: block;
  line-height: 0;
  font-size: 0;
}

.lines {
  display: block;
  height: 2px;
  position: relative;
  background-color: transparent;
}

.lines,
.lines-button {
  width: 22px;
}

.lines-button.x2 .lines {
  transition: background 0.2s ease, opacity 0.2s ease;
}

.lines:before,
.lines:after {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  content: '';
}

.lines:before {
  top: 6px;
  width: 1rem;
}

.lines:before {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease, opacity 0.2s ease !important;
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.lines:after {
  top: -6px;
}

.lines:after {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease, opacity 0.2s ease !important;
}

.lines-button:after {
  background-color: #999;
  display: inline-block;
  width: 22px;
  height: 2px;
  transition: transform 0.45s ease, opacity 0.2s ease, background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease, opacity 0.2s ease, background-color 0.2s ease;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease
}

.mobile-open .lines-button {
  transform: none;
}

.mobile-open .lines-button.x2 .lines {
  background-color: transparent;
}

.mobile-open .lines:before,
.mobile-open .lines:after,
.mobile-open .lines-button:after {
  transform: translateX(30px);
}

.close-wrap {
  display: block;
  transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
  opacity: 0;
  width: 22px;
  height: 20px;
}

.close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-fill-mode: forwards;
  overflow: hidden;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  background-color: #999;
}

.close-line.close-line1 {
  transform: translateY(0) translateX(0) rotate(-45deg);
  animation-name: crossLeftClose;
  animation-delay: .0s;
  animation-duration: .4s;
}

.close-line.close-line2 {
  transform: translateY(0) translateX(0) rotate(45deg);
  animation-name: crossRightClose;
  animation-duration: .4s;
  animation-delay: .1s;
}

.mobile-open .close-wrap {
  opacity: 1;
}

.mobile-open .close-line.close-line1 {
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}

.mobile-open .close-line.close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

#search-outer {
  display: block;
  overflow: hidden;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -35vh, 0);
  -webkit-transform: translate3d(0, -35vh, 0);
  z-index: 9999;
  padding: 0;
  top: 0;
  min-height: 130px;
}

#search-outer:before {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  content: '';
  -webkit-transform: none;
  transform: none;
  backface-visibility: hidden;
}

.search-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  backface-visibility: hidden;
  background: rgb(0 0 0 / 0.55);
  opacity: 0;
  visibility: hidden;
}

.search-overlay.material-open {
  opacity: 0.8;
  visibility: visible;
}

#search {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#search-outer .container {
  overflow: visible;
  width: 100%;
  height: auto;
  position: relative;
}

#search-box {
  position: relative;

}

#search-outer #search-box,
#search-outer #search #close {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, 35vh, 0);
  opacity: 0;
}

#search-outer .inner-wrap {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

#search-outer>#search form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

#search-outer #search input[type=text] {
  width: 100%;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  transition: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  color: #000;
  border-bottom: 4px solid #3452ff;
  height: 100px;
  border-color: #0077c8;
  padding-right: 70px;
  font-size: 50px;
  line-height: 100px;
  font-family: "proxima-nova", sans-serif;
}

#search-outer input::-webkit-input-placeholder {
  color: #000;
}

#search-outer input::-webkit-input-placeholder,
#search-outer input::-moz-placeholder,
#search-outer input:-ms-input-placeholder {
  color: #888;
}

#search-outer #search #close {
  position: absolute;
  top: 25px;
  right: 40px;
}

#search-outer #search #close a {
  position: absolute;
  right: 64px;
  top: 16px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
}

#search-outer #search #close a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .05);
  content: '';
  transform: scale(0);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
}


#search-outer .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
  transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
  transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
  transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  opacity: 1;
}

#search-outer #search #close a span:not(.close-line) {
  color: #a0a0a0;
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#search-outer #search #close a span {
  color: #000;
}

#search-outer .close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#search-outer:not(.material-open) .close-line11 {
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

#search-outer .close-wrap .close-line {
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

#search-outer .close-wrap .close-line {
  background-color: #000;
}

#search-outer #search #close a span {
  font-size: 20px;
  color: #000;
}

#search-outer:not(.material-open) .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

#search-outer.material-open {
  transform: translate3d(0, 0vh, 0);
  -webkit-transform: translate3d(0, 0vh, 0);
}

#search-outer.material-open #search-box,
#search-outer.material-open #search #close {
  transform: translate3d(0, 0vh, 0);
  opacity: 1;
}

#search-outer.material-open .inner-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}


#search-outer.material-open #search #close a:before {
  transform: scale(1);
}

#search-outer.material-open .close-line1 {
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}

#search-outer.material-open .close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#search-outer.material-open .close-wrap .close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

#search-outer.material-open .close-wrap .close-line1 {
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}


#search-outer #search #close a:hover:not(:focus):before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}

@keyframes headerButtonsBottomBarItem {
  0% {
    transform: translateX(15px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}

@keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}

@-webkit-keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@-webkit-keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}

@keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}

@-webkit-keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

@keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

@media (min-width: 691px) {
  .lp.sticky .site-header {
    transform: translateY(0);
  }

  .sticky .site-header {
    transform: translateY(-42px);
    -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
  }

  .sticky .logo a {
    margin-top: 15.5555555556px;
    margin-bottom: 15.5555555556px;
  }

  .sticky .logo a img {
    height: 26px;
  }

}

@media (min-width: 1000px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 1000px) {
  #header {
    min-height: 118px;
  }

  #header.lp {
    min-height: 76px;
  }

  .logo a img {
    height: 20px;
  }

  .sticky .logo a img {
    height: 20px;
  }
}

@media (max-width: 999px) {
  .logo a img {
    height: 24px !important;
  }

  .header-links ul {
    display: block;
  }

  .header-links li {
    display: inline-block;
    float: none;
  }

  .header-bottom .custom-menu-primary {
    display: none;
  }

  .logo a {
    margin: 0 !important;
  }

  #header {
    min-height: 90px;
  }

  #header.lp {
    min-height: 48px;
  }

  .site-header {
    padding: 12px 0;
  }

  .header-top {
    top: -13px;
  }

  .mobile-wrap {
    display: flex !important;
    margin-left: auto;
  }

  .mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9997;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }

  .mobile-open .mobile-menu {
    opacity: 1;
    visibility: visible;
  }

  .mobile-overlay {
    background-color: #0077c8;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.55s ease;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .mobile-open .mobile-overlay {
    opacity: 0.95;
    visibility: visible;
  }

  .mobile-menu .inner-wrap {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding-top: 90px;
    position: relative;
    z-index: 1;
  }

  .mobile-menu .inner-wrap .container {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .child-trigger {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    right: -6px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 0;
    top: 15px;
  }

  .mobile-menu .hs-menu-wrapper {
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-flow: column;
    width: 50%;
  }

  .mobile-menu .hs-menu-wrapper>ul {
    position: relative;
    max-height: 462px;
    display: block;
  }

  .mobile-menu .hs-menu-wrapper ul li {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 14px;
    position: relative;
    -webkit-transition: opacity 0.25s cubic-bezier(.2, .75, .5, 1), transform 0.01s cubic-bezier(.2, .75, .5, 1) 0.45s;
    transition: opacity 0.25s cubic-bezier(.2, .75, .5, 1), transform 0.01s cubic-bezier(.2, .75, .5, 1) 0.45s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    display: block;
  }

  .mobile-open .mobile-menu .hs-menu-wrapper ul>li {
    -webkit-transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2, .75, .5, 1) 0.2s;
    transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2, .75, .5, 1) 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .mobile-menu .hs-menu-wrapper ul>li.hs-item-has-children>a {
    margin-right: 35px;
  }

  .mobile-menu li>a {
    -webkit-transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #fff;
  }

  .mobile-menu li a:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
    padding-bottom: inherit;
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  }

  .mobile-menu li.active>a:after,
  .mobile-menu li a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }


  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(1) {
    transition-delay: 0.16s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    transition-delay: 0.18s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(3) {
    transition-delay: 0.2s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(4) {
    transition-delay: 0.22s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5) {
    transition-delay: 0.24s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6) {
    transition-delay: 0.26s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(7) {
    transition-delay: 0.28s;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(8) {
    transition-delay: 0.3s;
  }

  .mobile-menu .hs-menu-wrapper>ul ul>li:first-child {
    margin-top: 14px;
  }

  .mobile-menu .hs-menu-wrapper>ul ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    display: inline-block;
    position: relative;
    font-family: 'Open Sans';
    color: #fff;
  }

  .child-trigger i {
    font-size: 24px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    top: 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    color: #fff;
    pointer-events: none;
  }

  .mobile-menu .hs-menu-wrapper ul>li.quick-connect {
    padding: 4% 20%;
    border: #fff solid 1px;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-menu .hs-menu-wrapper ul ul {
    display: none;
  }

  .child-open>.child-trigger {
    transform: translateY(-50%) rotate(180deg);
  }

  #search-outer #search input[type=text] {
    line-height: 44px;
    border-bottom-width: 2px;
    font-size: 50px;
    padding-right: 70px;
    height: auto;
  }

  #search-outer #search #close {
    top: 0;
    right: 0;
  }

  #search-outer #search #close a {
    right: 8px;
    top: 19px;
  }

  #search-outer #search #close a:before {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
  }

  #search-outer #search #close a span {
    height: 16px;
    line-height: 16px;
  }

  #search-outer {
    height: 200px;
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    top: auto;
    margin-top: -13px;
  }
}

@media (max-width: 690px) {
  .header-top {
    display: none;
  }

  #header,
  #header.lp {
    min-height: 48px;
  }

  .mobile-menu .inner-wrap {
    padding-top: 48px;
  }

  .mobile-menu .hs-menu-wrapper {
    width: 100%;
    display: block;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 8px;
  }

}

@media (max-width: 479px) {
  #search-outer #search #close a {
    right: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.site-footer {
  font-size: 16px;
  line-height: 26px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 1px;
}

.footer-bottom {
  font-size: 14px;
  padding: 20px 0;
  color: #777;
}

.terms a {
  color: #333f48 !important;
}

.site-footer .row {
  padding: 75px 0;
}

.col.contact-info {
  width: 23.5%;
}

.col.footer-menu {
  width: 34%;
}

.col.footer-logo {
  width: 18%;
}

.contact-info p {
  padding-bottom: 20px;
  margin: 0;
}

.footer-menu li {
  padding: 4px 0;
}

.site-footer a {
  transition: all 0.2s ease;
}

.footer-menu li a {
  display: block;
}

.footer-logo img {
  height: 2.5vh;
  margin-bottom: 15px;
}

.footer-logo li {
  padding-top: 26px;
}

.contact-info::before {
  display: table;
  content: url("https://5516281.fs1.hubspotusercontent-na1.net/hubfs/5516281/raw_assets/public/CretexMedical_October2020/images/cretex-medical-logo-footer.svg");
  padding-bottom: 2%;
  width: 100%;
}

.footer-social a:hover {
  opacity: 0.65;
}

#back_to_top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.1s linear, bottom 350ms cubic-bezier(.55, 0, .1, 1);
  overflow: hidden;
}

#back_to_top.sticky {
  bottom: 17px;
}

#back_to_top:before,
#back_to_top:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

#back_to_top:before {
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

#back_to_top i {
  display: inline-block;
  word-spacing: 1px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}

#back_to_top:hover i {
  -webkit-transform: translate(0, -29px);
  transform: translate(0, -29px);
}

#back_to_top:hover {
  transition: box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  background-color: transparent;
}

#back_to_top:after {
  background-color: #0077c8;
}

#back_to_top:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.footer-logo a:hover {
  opacity: 0.65;
}

.footer-logo a {
  transition: all 0.2s ease;
}

@media (max-width: 999px) {
  #back_to_top {
    display: none;
  }

  .site-footer .row {
    padding-top: 55px;
    padding-bottom: 0;
  }

  .footer-bottom .container {
    display: block;
    padding-bottom: 0;
  }

  .col.footer-logo {
    width: 42%;
    padding: 0 2%;
    margin-right: 15px;
  }

  .col.footer-logo+.col.footer-logo {
    margin-right: 0;
  }

  .col.contact-info,
  .col.footer-menu {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
  }

}

@media (max-width: 690px) {

  .col.contact-info,
  .col.footer-menu {
    padding: 0;
  }

  .col.footer-logo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .col.footer-logo+.col.footer-logo {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .col.footer-logo {
    width: 50%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.banner {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(100vw * 0.10);
  padding-bottom: calc(100vw * 0.10);
}

.banner.blog-banner {
  background: #0077c8;
  background: linear-gradient(90deg, #0077c8 0%, #4ddde4 100%);
  padding-top: calc(100vw * 0.06);
  padding-bottom: calc(100vw * 0.06);
}

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

h1.banner-title {
  color: #ffffff;
  margin: 0;
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
}

.blog-banner h1.banner-title {
  margin-bottom: 7px;
}

.blog-listing-wrapper>div {
  padding-top: calc(100vw * 0.06);
  padding-bottom: calc(100vw * 0.06);
}

.blog-content>h2,
.blog-sidebar>h2 {
  padding-bottom: 3%;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 11px;
}

.post-content {
  padding-left: 95px;
  position: relative;
  min-height: 98px;
}

.post-content.classic {
  overflow: hidden;
}

.post-meta {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
}

.post-meta .date {
  font-size: 12px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s linear 0s;
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
}

.post-meta .month,
.post-meta .year {
  display: block;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.post-meta .day {
  display: block;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 0 12px 0 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-inner {
  position: relative;
  border-bottom: 1px solid #DDD;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.post-featured-img img {
  max-width: 100%;
  margin-bottom: 15px;
  width: 100%;
}

.post-header {
  margin-bottom: 12px;
  color: #888;
}

.post-header h2 {
  font-size: 26px;
  line-height: 30px;
}

.excerpt p {
  margin: 0;
}

a.more-link {
  display: inline-block;
  margin-top: 25px;
  color: #FF682C;
  padding: 8px 0;
}

.more-link::after {
  content: " \e909";
  font-family: "icomoon";
}

a.more-link:hover {
  color: #FF682C;
}

.span8.blog-content {
  padding-right: calc((100vw - 180px) * 0.1);
  width: 66.66666667%;
}

.span8.blog-sidebar {
  margin: 0;
  width: 33.33333333%;
  min-height: 1px;
}

.hs-post-header {
  height: 550px;
  background-color: #2d2d2d;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hs-post-header:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 0;
  display: block;
  background-color: #2d2d2d;
  opacity: 0.4;
}

.hs-post-header>div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-post-header-content {
  width: 100%;
  text-align: center;
}

h1.entry-title {
  padding: 20px 0 20px 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -1px;
}

.post-byline span {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
}

.hs-blog-post .blog-container-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}

.blog-post {
  margin: 0 auto;
  max-width: 1000px;
}

.blog-post__body {
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  width: 67.966667%;
}

.blog-post__links {
  border: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: calc(100vw * 0.04);
  align-items: center;
  margin-left: -1%;
  margin-right: -1%;
}

.blog-comments {
  width: 100%;
  margin: 40px 0;
}

.blog-comments form {
  max-width: 100%;
  padding: 50px 0;
}

.grecaptcha-badge {
  margin: 0;
}

.blog-post__links>div {
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  width: 50%;
}

.back-to-blog h4 {
  margin-bottom: 8px;
  color: #333f48;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.back-to-blog h4 a {
  position: relative;
  display: inline-block;
  color: inherit;
}

.back-to-blog h4 a:after {
  border: 1px solid rgba(0, 0, 0, 0.3);
  right: 0;
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.8;
  left: 0;
  backface-visibility: hidden;
  pointer-events: none;
  margin-top: 0;
  top: auto;
  border-top: none;
  border-right: none;
  bottom: 0px;
  border-left: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  animation: none;
  transform-origin: left;
  z-index: 1;
}

.back-to-blog h4 a:hover:after {
  animation: none;
  transform: scaleX(0);
  transform-origin: right;
}

@keyframes portSliderLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes portSliderLine2 {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}


.view-all .btn {
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 15px 22px;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #ff682c;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 57, 70, 0.08), 0 13px 25px rgba(0, 57, 70, 0.08);
  padding-left: 35px;
  padding-right: 35px;
  color: rgb(255, 255, 255);
  visibility: visible;
}

.view-all .btn:hover {
  background-color: #ff682c;
  opacity: 0.87;
}

.related-post {
  background-color: rgba(0, 0, 0, 0.04);
}

h2.related-post-title {
  padding: 8% 0 40px 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  margin: 0;
}

.related-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
  padding-bottom: 8%;
}

.related-post-item {
  margin-bottom: 30px;
  width: 33.33333%;
  padding: 0 1.5%;
}

.related-inner-wrap {
  width: 100%;
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.related-image {
  overflow: hidden;
  display: block;
}

.related-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.related-inner-wrap:hover .related-image img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.related-post-item .meta-category {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 2;
}

.related-post-item .meta-category a {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 10px 0;
}

.related-post-item .meta-category a:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #0077c8
}

.related-post-item .meta-category a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.related-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.related-content-wrap {
  padding: 10px 30px 80px 30px;
}

.related-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
}

.grav-wrap {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.nectar-social.fixed {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
}

.nectar-social.fixed>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.nectar-social.fixed>a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #0077c8;
}

[class*=" steadysets-icon-"],
[class^=steadysets-icon-] {
  font-family: steadysets !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nectar-social.fixed>a>[class^="icon-"].icon-default-style {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fff;
  left: -1px;
  top: 0;
  z-index: 10;
  position: relative;
}

.nectar-social.fixed a i {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
}

.steadysets-icon-share:before {
  content: "\e63c";
}

.nectar-social.fixed .nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.nectar-social.fixed .nectar-social-inner a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  background-color: #0077c8;
}

.nectar-social.fixed .nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}

.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}

.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}

.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0);
}

.nectar-social.fixed:hover>a:before {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
}

.nectar-social.fixed>a:after,
.nectar-social.fixed .nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}

.nectar-social.fixed a:after {
  -webkit-transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
  transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
}

.nectar-social.fixed:hover>a:after {
  -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
  animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
}

.nectar-social.fixed a:hover:after {
  opacity: 0.2;
}

@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  25% {
    opacity: 0.22;
    transform: scale(1.1115);
  }

  100% {
    opacity: 0;
    transform: scale(1.23);
  }
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}

.nectar-social.fixed a i {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.nectar-social.fixed:hover {
  height: 340px;
}

#pagination {
  position: relative;
  margin-bottom: 10px;
  height: 32px;
  width: 100%;
  padding-left: 95px;
}

#pagination .page-numbers {
  font-family: 'Open Sans';
  font-weight: 700;
  padding: 11px 13px 10px 13px;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-radius: 4px;
  color: inherit;
}

#pagination .page-numbers.current {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  margin: 0 8px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  background-color: #0077c8;
  color: #fff !important;
}

#pagination .page-numbers:first-child.current {
  margin-left: 0;
}

#pagination .page-numbers:hover {
  color: #0077c8;
}

.blog-sidebar>h2 {
  padding-bottom: 6%;
  margin-bottom: 7px;
}

.topic-header {
  padding-top: 35px;
}

.topic-header h1 {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}

.topic-header .subheader {
  font-size: 20px;
  line-height: 20px;
}

.rss-wrap h3 {
  display: none;
}

.rss-wrap .hs-rss-item {
  border-bottom: 1px solid #DDD;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.rss-wrap a.hs-rss-title {
  font-size: 26px;
  line-height: 30px;
  display: block;
  color: #0077c8;
  margin-bottom: 7px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.rss-wrap a.hs-rss-title:hover {
  color: inherit;
}

.rss-wrap .hs-rss-byline {
  display: none;
}

.rss-wrap .hs-rss-description p {
  margin: 0;
}

.rss-wrap .hs-rss-description a {
  display: block;
  margin-top: 25px;
  color: #FF682C !important;
  padding: 5px 0;
}

.rss-wrap .hs-rss-description a:after {
  content: " \e909";
  font-family: "icomoon";
  color: #FF682C;
}

.blog-post-subtitle h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 7px;
}

.blog-post-subtitle {
  padding-top: calc(100vw * 0.02);
  padding-bottom: calc(100vw * 0.01);
  margin-bottom: 1.5em;
}

.blog-post-subtitle > .hs_cos_wrapper {
  padding-left: 1%;
  padding-right: 1%;
  width: 67.966667%;
  margin: 0 auto;
}
@media (max-width: 1024px) {

  h1.banner-title,
  .topic-header h1 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (max-width: 999px) {
  .blog-post-subtitle h2 {
    padding: 25px 0;
  }

  .blog-banner .banner-heading {
    padding: 25px 0 25px;
  }

  .hs-post-header {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 250px;
    background-color: #F5F5F5;
  }

  h1.entry-title {
    font-size: 32px;
    line-height: 38px;
  }

  .nectar-social.fixed>a {
    transition: all 0.35s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transition: all 0.35s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .nectar-social.fixed.sticky>a {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .span8.blog-content,
  .span8.blog-sidebar {
    padding-right: 0;
    width: 100%;
  }

  .blog-post-subtitle > .hs_cos_wrapper,
  .blog-post__body {
    width: 100%;
    padding: 0;
  }

  .blog-post__links {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post__links>div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .back-to-blog {
    margin-bottom: 23px;
  }

  .related-wrap {
    margin: 0;
  }

  .related-post-item {
    width: 100%;
    padding: 0;
  }

  #pagination {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {

  .topic-header h1,
  h1.banner-title {
    font-size: 35px;
    line-height: 45px;
  }

}

@media (max-width: 767px) {
  #pagination {
    padding-left: 0;
  }

  .post-content {
    padding-left: 0;
  }

  .post-meta {
    display: none;
  }

  h1.entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .hs-post-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 500px !important;
}
/*

.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_simple_subscription h2,
.widget-type-email_simple_subscription h3,
.widget-type-email_simple_subscription h1,
.systems-page .form-container a.hs-reset-widget-show-password,
.systems-page .form-container a.hs-register-widget-show-password,
.systems-page .form-container a.hs-login-widget-show-password {
    color: #fff;
}
*/

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .error-page[data-error="404"] {
    max-width: 100%;
  }
    
  #hs_cos_wrapper_backup_unsubscribe h1,
  #hs_cos_wrapper_subscription_preferences h1,
  #hs_cos_wrapper_subscriptions_confirmation h1 {
    font-size: 33px;
  }

  #hs_cos_wrapper_subscription_preferences h2, 
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 25px;
  }
}