*, *: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 ;
    }
}
.body-container-wrapper {
  background-color: #ffffff;
}

.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;
  }
}
@font-face {
  font-family: 'Sequel Sans';
  src: url(https://3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/sequel-sans-font.woff) format('woff'), url(https://3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/sequel-sans-font.woff);
}

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: Poppins, 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;
}

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: Poppins, 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;
}

.green-font {
  color: #75FFCD;
}
.button {
  background: linear-gradient(to bottom, rgba(117,255,205,0), rgba(117,255,205,.16));
  border: 1px solid #75FFCD;
  border-radius: 100px;
  color: #75FFCD;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: bold;
  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 {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:hover,
.button:focus {
  background: linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%),#75ffcd;
  color: #16553e;
  text-decoration: none;
}

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

form {
  font-family: Roboto, 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: #fff;
  border: 1px solid #48dda7 !important;
  border-radius: 3px;
  color: #333;
  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: #333;
}

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

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

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

::placeholder {
  color: #333;
}

/* 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: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), #75FFCD;
  border: 1px solid #75FFCD;
  border-radius: 100px;
  color: #16553E;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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 {
  color: #379774;
}

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

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Custom Input */
ul.inputs-list {
  margin: 16px 0;
}
ul.inputs-list label {
  position: relative;
}
ul.inputs-list label span {
display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original checkbox */
ul.inputs-list label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new checkbox */
ul.inputs-list label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 24px;
  border-radius: 4px;
  color: #48dda7;
}
/* Style new checked item */
ul.inputs-list label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}
/* Show when checked */
ul.inputs-list label input:checked + span::after {
  opacity: 1;
}
/* Style when focused */
ul.inputs-list label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
/* Table */

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

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

/* Table Cells */

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

/* Table Header */

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


.header {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.11);
}

@media screen and (max-width: 768px) {
  .header {
    padding: 1rem;
  }
}

.header__container {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .header__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .header__container {
    padding: 0px;
  }
}

/* Top Bar */

.header__top-bar {
  display: none;
  background-color: #FFFFFF;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
}

.header__top-bar .menu-link {
  color: #1898D4;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.header__top-bar .menu-link:hover {
  color: #1898D4;
}

@media screen and (min-width: 768px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */
.header__main-bar {
  position: relative;
}

.header-subscribe {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 14px;
  text-decoration: underline;
  color: #48dda7;
  z-index: 9999999999999999999;
}

.header__main-bar .header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.logo-company-name {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 200px;
  }
  
  .header-subscribe {
    display: none;
  }
}

/* Main Navigation */

.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-items: center;
}

.header__navigation {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-items: flex-end;
  }

  .header__navigation {
    background-color: transparent;
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 5px 20px;
  border-top: none;
}

.header__menu .header__navigation .menu-link {
  color: #011627;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 10px 0;
}

.submenu.level-1>.has-submenu>.menu-arrow,
.submenu>.has-submenu>.menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  padding: .7rem 0 .7rem 1rem;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  background-color: #f7f7f7;
  color: #011627;
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
/*     -webkit-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s; */
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    width: 200px;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  }
  .header__menu .header__navigation .menu-link {
    
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #3D3E40;
    padding: 10px;
    background-color: #ffffff;
  }

  .submenu.level-3 {
/*     visibility: hidden; */
    position: absolute;
    background-color: #FFFFFF;
    left: 95%;
    top: 5%;
    width: 100%;
  }

  .submenu.level-2 .menu-item:hover .submenu.level-3 {
    visibility: visible;
    z-index: 1;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
    
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #FFFFFF;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #D1D6DC;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

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

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D2547;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding-right: 20px;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
  color: #FFFFFF;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

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

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/* Header - No Navigation */

.header--no-navigation {
  text-align: center;
  padding: 1rem 0;
}


/* Footer Container */

.footer {
  background-color: #4a585e;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
      padding: 0px 20px 0px 20px !important;
    text-decoration: none;
}

.footer__container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2.8rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .footer__container {
    padding: 1rem;
  }
}

.footer__top-section {
  border-bottom: solid 1px #ffffff;
}

.footer__bottom-section {
  padding-top: 1em;
  text-align: center;
}

.footer__bottom-section h1,
.footer__bottom-section h2,
.footer__bottom-section h3,
.footer__bottom-section h4,
.footer__bottom-section h5,
.footer__bottom-section h6,
.footer__bottom-section p,
.footer__bottom-section a,
.footer__bottom-section div,
.footer__bottom-section span {
  color: #FFFFFF;
  font-weight: 700;
  opacity: 0.8;
}

.footer__bottom-section a:hover {
  color: #FFFFFF;
  font-weight: 700;
  opacity: 1;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }
}

.footer__row_2 {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .footer__row_2 {
    margin-top: 0;
  }
}

.footer__branding {
  display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .footer__branding {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  .footer__logo img {
    margin-bottom: 2rem;
  }
}

.footer__tagline {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: right;  
}

@media screen and (max-width: 768px) {
  .footer__tagline {
    text-align: center;
  }
}

.footer__info {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  min-height: 291px !important;
}

@media screen and (max-width: 768px) {
  .footer__info {
    flex-direction: row;
    align-items: baseline;
    min-height: 175px !important;
  }
}

.footer__portfolio {
  font-size: 12px;
  font-weight: bold;
  margin-top: -9px;
}

.footer__address {
  margin: 25px 0;
  font-size: 14px;
  font-weight: bold;
}

.footer__links {
  display: flex !important;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  color: #75FFCD;
}

.footer__links h3 {
  font-size: 14px;
  margin-top: 0px;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer div,
.footer span {
  color: #fff;
}

.footer__navigation h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 2rem;
}

.footer__navigation li {
  margin: 0.7rem 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__navigation {
    margin: 0 6px;
  }
}

.footer__social {
  display: flex !important;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .footer__social {
    justify-content: center;
    margin: 1em 0;
  }
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 100%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation p,
.footer--no-navigation a,
.footer--no-navigation div,
.footer--no-navigation span {
  opacity: 0.8;
  font-weight: 700;
}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #FFFFFF;
}

.footer__form .form-title {
  font-size: 1rem;
  color: #19CCA3;
  background-color: transparent;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
}




.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: linear-gradient(to bottom right,rgba(0,0,0,0.97) 18.73%,rgba(117,255,205,0.97) 177.35%);
  text-align: center;
}

.blog-navigation__search {
  padding-top:27px;
}
.blog-tag-filter__title {
}
.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 6rem 0 4rem 0;
}

.blog-header__title {
  font-size: 2rem;
  color: #ffffff;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.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;
  padding: 3.3rem 0;
}

.blog-sidebar {
width: calc(100% / 3);
    display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   display: inline-flex;
  padding:15px;
}

.blog-sidebar .spacing {
padding:20px;
}
.blog-sidebar .topic-cloud ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
.blog-sidebar.topic-cloud ul li {
    display: inline-block;
    float: left;
    margin: 5px;
    font-size: 10px;
}
.blog-sidebar .topic-cloud ul li a {
    background: #9f9f9f;
    color: #fff;
    padding: 3px 4px;
    border-radius: 5px;
    line-height:40px;
}
.blog-sidebar .topic-cloud ul li a:hover {
    background: #403D3D;
    color: #fff;
}
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    height: 50px;
    width: auto;
    min-width: auto;
    max-width: none;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.blog-index2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  width:calc(66%);
}


.blog-index2: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__post-content.blog-index__post-content--small {
  padding:1rem;
}

.blog-index__post-content.blog-index__post-content--small.theme-shadow.theme-border-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding:10px;
  transition: transform .2s; /* Animation */
}
.blog-index__post:hover {
  transform:scale(1.03);
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
    padding:10px;
    transition: transform .2s; /* Animation */
  }

}

@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);
    padding:10px;
    transition: transform .2s; /* Animation */
  }
}



.blog-index__post2col {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding:10px;
  transition: transform .2s; /* Animation */
}
.blog-index__post2col:hover {
  transform:scale(1.03);
}

@media screen and (min-width: 768px) {
  .blog-index__post2col {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
    padding:10px;
    transition: transform .2s; /* Animation */
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post2col {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
    padding:10px;
    transition: transform .2s; /* Animation */
  }
}



@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;
    padding:10px;
    transition: transform .2s; /* Animation */
  }
}

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


.blog-index__post-image.theme-shadow.theme-border-radius {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@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.5rem;
}

.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 {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.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 {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

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

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

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (max-width: 768px) {
  .blog-tag-filter__title {
    text-align:center;
}
    .blog-sidebar {
  display:none;
  }
.blog-index2 {

  width:100%;
}

}
.blog-tag-filter__title {
}

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

.error-page {
  padding: 10rem 0;
  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;
}

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

.systems-page .success {
  background-color: #75ffcd;
  border: 1.5px solid #47B08A;
  border-radius: 6px;
  color: #47B08A;
  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-results {
  margin-top: 1.4rem;
}

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

.hs-search-results__title {
  color: #000000;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 0.35rem;
}

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

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

.hs-search-highlight {
  font-weight: bold;
  color: #48dda7;
}

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

.page-header {
  padding-bottom: 0px;
}

.page-header h1 {
  display: none;
}

.page-header h2 {
  color: #48dda7;
}

.th-sub-pref {
  background-color: rgba(242, 242, 242, 1);
}

.email-prefs .item {
  margin: 30px 0px;
}

.email-prefs .item .item-inner {
  background: #ffffff;
  border: none;
  padding: 20px 40px;
}

.email-prefs .item p {
  clear: both;
  margin: 0px 40px 20px;
  color: #999999;
}

.checkbox-row {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

#submitbutton {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  border-radius: 35px;
  border: none;
  padding: 18.5px 50px;
}

#hs-localization-select {
  display: none;
}

/* Custom Input for Subscription Selections */
.checkbox-row {
  margin: 16px 0;
}
.checkbox-row .fakelabel {
  position: relative;
}
.checkbox-row .fakelabel span {
display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original checkbox */
.checkbox-row .fakelabel input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 999;
}
/* Add new checkbox */
.checkbox-row .fakelabel span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 24px;
  border-radius: 4px;
  color: #48dda7;
}
/* Style new checked item */
.checkbox-row .fakelabel span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
  color: #000000;
}
/* Show when checked */
.checkbox-row .fakelabel input:checked + span::after {
  opacity: 1;
}
/* Style when focused */
.checkbox-row .fakelabel input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
/* @import url('http://example.com/example_style.css'); */

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

.modal-outer {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1000;
  visibility: hidden;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.modal-outer.visible {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.modal {
  min-width: 800px;
  padding: 2rem 6rem;
  margin: 20px;
  background: white;
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (max-width: 767px) {
  .modal {
    min-width: inherit;
    padding: 20px;
  }
}

.modal.video,
.modal.form {
  width: 100%;
  max-width: 700px;
  padding: 30px;
}
.visible .modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease, opacity 100ms ease;
  transition: all 300ms ease, opacity 100ms ease;
}
.modal #close {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.modal #close:focus {
  border: none;
}
.modal #close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal #close::after,
.modal #close::before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
}
.modal #close::before {
  left: 47%;
  top: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal #close::after {
  left: 47%;
  top: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal iframe,
.modal video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.modal #book-a-demo-modal-form-container input {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}


.modal h2 {
  font-weight:500;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 36px;
  color: #000000;
}

@media (max-width: 767px) {
  .modal h2 {
    font-size: 24px;
  }
}

.visible .modal {
  transform: scale(0.8);
}

@media (max-width: 767px) {
  .visible .modal {
    transform: scale(0.9);
  }
}

.modal iframe, .modal video {
  position: relative;
  min-width: 800px !important;
}

@media (max-width: 767px) {
  .modal iframe, .modal video {
    min-width: 100% !important;
  }
}



.modal #close {
  background-color: none;
  top: 3%;
  
}

.compass-modal {
  transform: scale(1) !important;
  background: linear-gradient(to bottom right,rgba(0,0,0,0.97) 18.73%,rgba(117,255,205,0.97) 177.35%);
  text-align: center;
}

.compass-form-text {
  color: #ffffff !important;
}

.compass-form-text span {
  color: #75FFCD;
}

#label-subscription_preference_checkbox-f46b1395-3006-4993-8549-86e182ef110a {
  display: none;
}
/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url(//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);

@font-face {
  font-family: "dfd-socicons-font";
  font-style: normal;
  font-weight: 400;
  src: url("//3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/Trilliant_Health_February2018/font/dfd-socicons-font/dfd_icon_set.eot") format("embedded-opentype"),
       url("//3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/Trilliant_Health_February2018/font/dfd-socicons-font/dfd_icon_set.ttf") format("truetype"), 
       url("//3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/Trilliant_Health_February2018/font/dfd-socicons-font/dfd_icon_set.woff") format("woff");
}

@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Droid Sans Regular"), local("DroidSans-Regular"), url("//3833986.fs1.hubspotusercontent-na1.net/hubfs/3833986/Trilliant_Health_February2018/font/Droid%20Sans/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}


/* Atlas_Copco_March2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
   -webkit-font-smoothing: auto;
  font-family: roboto, sans-serif;
  font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 15px 0px;
    color: #686868;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 45px;
}
h2 {
    font-size: 36px;
    color: #00609c;
/*     letter-spacing: 2px; */
    font-weight: 400;
}
h3 {
/*     font-family: Roboto Slab; */
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
h4,
.main-content .form-title {
    font-size: 24px;
    color: #005f9b;
    font-weight: bold;
/*     letter-spacing: -1px; */
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
    color: #00609c;
    font-weight: 400;
}

/* Anchor Links */
a { 
    color: #00609c;
    text-decoration: none;
}
a:hover, a:focus { 
    color: #48DDA7;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}

.header-container {
    background: #fff;
    color: #333;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0;
    top: 0;
    min-height: 92px;
    line-height: 90px;
}

.sticky .header-container {
    background: #fff;
    min-height: 70px;
    line-height: 60px;
    color: #333;
}

/* .header-container .page-center {
    max-width: 100% !important;
}
 */

.header-container .hs-menu-wrapper > ul > li:last-of-type > a {
  
 background-color: #00609c;
    color: #fff;
    padding: 10px 23px !important;
    border-radius: 23px;
    /* margin-top: 55px; */
    transition: all .3s ease;
      line-height: 1.6;
  
}


.custom-logo .cell-wrapper {
    max-width: 380px;
    padding: 0 10px;
    width: 100%;
}

.custom-logo {
    /*padding: 0 10px;*/
}

.sticky .custom-logo {
    text-align: left;
}

.custom-logo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    /* height: 48.25px; */
    margin-top: -3px;
    max-width: 280px;
}

.sticky .custom-logo img {
    width: auto;
    margin-top: 5px;
  /* height:29px; */
}

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

a.dfd-socicon-envelope {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.dfd-socicon-envelope:before {
    content: "\ea68";
}

.el.info {
    line-height: 92px;
    color: inherit;
    background-color: #00c2df;
    width: 60px;
    text-align: center;
    padding: 6px 0;
    float: left;
    height: 92px;
    margin-left: 42px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sticky .el.info {
    line-height: 60px;
    height: 70px;
}


.head-no-nav .mob-right-sec {
    display: none;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
  display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
  border-left: .3em solid transparent;}
 

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 333px;
    background-position: center center;
    background-color: #0988BB;
}

.banner-area.no-height {
    height: auto;
}

.banner-content {
    display: table;
    height: 100%;
    width: 100%;
}

.banner-content h1 {
     font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 64px;
    margin: 0;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.banner-content h3 {
    color: #fff;
    font-size: 22px;
    display: table-row;
    text-align: center;
}

.banner-title-bottom {
    vertical-align: bottom!important;
    padding-bottom: 14px;
}




/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-bottom {
    background-color: #fff;
    position: relative;
    min-height: 74px !important;
    padding: 20px 0;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
  color: #00609c;
}

.footer-bottom a {
    text-decoration: none;
    line-height: inherit;
        color: #00609c;
}

.footer-bottom .dupslink {max-width:120px; float:right;    line-height: 2; }


.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #58585b;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
      background-color: #efefef;
}

.footer-top h3,
.footer-col-4 ul li.hs-menu-item.hs-menu-depth-1 > a {
    color: rgba(255,255,255,0.6);
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .6px;
     font-family: proxima-nova, sans-serif;
}


.footer-top ul.menu.nav {font-size:12px; list-style:none; padding:0;}

.footer-top ul.sub-menu.nav {font-weight:300;list-style:none; padding:0;}


.footer-top a {
    text-decoration: none;
    line-height: inherit;
      color: #383838;
}

.footer-top a[href*="mailto:inquire@trillianthealth.com"] {
    white-space: nowrap;
}

.footer-col-4 ul.hs-menu-children-wrapper {
    display: block !important;
    position: static !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-col-4 ul.hs-menu-children-wrapper li {
    padding-bottom: 18px;
}

.footer-col-4 ul.hs-menu-children-wrapper li:last-child {
    padding-bottom: 0;
}

.footer-col-4 ul.hs-menu-children-wrapper li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -.4px;
    line-height: 1.6;
     font-family: proxima-nova, sans-serif;
}

.footer-col-4 ul.hs-menu-children-wrapper li a:hover {
    opacity: .6;
}

[class*="footer-col"] {
    width: 25% !important;
    margin-left: 0 !important;
    padding: 0 10px;
}

.footer-top .page-center {
    padding: 0 !important;
}


#back-to-top{
    display: block;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    bottom: 40px;
    right: 42px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    -moz-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease;
}

#back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 1;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
    -webkit-transition: transform .5s ease, opacity .6s ease;
    -moz-transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease;
}

#back-to-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
}

#back-to-top:hover:after {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    background: #00609c;
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 8px rgba(0,0,0,0.15);
}

#back-to-top > i {
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    font-size: 9px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -moz-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1;
}

.dfd-socicon-chevron-arrow-up:before {
    content: "\e9c4";
}

#back-to-top:hover i {
    text-shadow: 0px -50px #fff, 0px 0px #fff;
}



.footer-col-1 img {
    width: 80%;
    margin-bottom: 10px;
}

.footer-col-1 p,
.footer-top .footer-col-1 a {    color: #00609c; font-weight:300;}

.zoom-in:hover > div > div > div > div > div > div {
    filter: grayscale(.7);
    box-shadow: 0 0 8px 1px rgba(120,120,120,.1);
    opacity: .8;
}

.zoom-in > div > div > div > div > div > div:hover {
    filter:grayscale(0)!important;
    box-shadow:0 0 26px 1px rgba(150,150,150,.4)!important;
    transform:scale(1.005);
    opacity:1!important;
}




/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1100px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary.mob-menu {
        display:none !important;
    }
    
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul {
        float: right;
        padding: 0 10px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding: 0 18px;
        position: relative;
        min-height: 70px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        background: #ffffff;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
        opacity: .7;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }
     
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        top: 100%;
        background-color: #fff;
        padding: 20px 0;
        border-radius: 6px;
        -webkit-box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
        box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        padding: 6px 60px 6px 25px;
        line-height: 34px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
         font-family: proxima-nova, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        line-height: 13px;
        letter-spacing: -.1px;
        color: #686868;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        transition: color .3s ease;
        text-decoration: none;
        padding: 13px 0 8px 0;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #005f9b;
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1099px){
    
    .custom-menu-primary.desk-menu {
        display:none !important;
    }

  /* Menu 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: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }*/

  /* ===== Mobile Toggle Button ===== */

  
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    height: 40px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        display: block;
        width: 3px;
        height: 3px;
        margin-top: -1.5px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        -webkit-box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
        box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
        -webkit-transition: background .3s ease, box-shadow .3s ease;
        -moz-transition: background .3s ease, box-shadow .3s ease;
        transition: background .3s ease, box-shadow .3s ease;
    }
    
    .child-trigger:hover:before {
        background: #fff;
        -webkit-box-shadow: -4px 0 0 0 #ffffff, 4px 0 0 0 #ffffff;
        box-shadow: -4px 0 0 0 #ffffff, 4px 0 0 0 #ffffff;
    }
    
    .child-open.child-trigger:before {
        content: "\ea38";
        font-family: "dfd-socicons-font";
        font-size: 7px;
        font-style: normal;
        font-weight: normal;
        margin-top: -0.5em;
        margin-right: -0.5em;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: -50%;
    }
  
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled {
        padding-top: 0;
        margin: 0;
        min-height: 0;
        background: #00609c;
        color: #ffffff;
        position: fixed;
        top: 0;
        left: -260px;
        transition: left 0.5s ease 0.3s;
        height: 100%;
        z-index: 99999;
        width: 260px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .mobile-open .custom-menu-primary.js-enabled {
        left: 0px;
    }

  /* 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 */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 60px 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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-family: proxima-nova, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: .8px;
    color: #ffffff;
    position: relative;
    display: block;
    padding: 15px 25px 14.5px 25px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #0075bf;
    opacity: .4;
}

.custom-menu-primary .hs-menu-wrapper > ul li:last-child > a {
    border: 0;
}
  
/*  .custom-menu-primary .hs-menu-wrapper >  ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #0075bf;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:before {
    display: none;
}*/

  /* Level 1 and Higher Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
} 
  .custom-menu-primary .hs-menu-wrapper > ul li {
    float: none !important;
    width: 100%;
}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
      border-bottom: 1px solid #0075bf;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      position: relative;
      padding: 15px 25px;
    font-family: proxima-nova, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 35px;
    padding-right: 65px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
      opacity: .4;
  }  

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
    .dfd-sidr-close {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.4);
        z-index: 99998;
        -webkit-transition: opacity .3s ease .5s, visibility .3s ease .5s;
        -moz-transition: opacity .3s ease .5s, visibility .3s ease .5s;
        transition: opacity .3s ease .5s, visibility .3s ease .5s;
        cursor: pointer;
    }
    
    .mobile-open .dfd-sidr-close {
        visibility: visible;
        opacity: 1;
        display: block;
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -moz-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
    }
    
    a.dfd-socicon-cross {
        position: absolute;
        top: 15px;
        bottom: auto;
        left: auto;
        right: 15px;
        font-size: 10px;
        color: #fff;
        background: transparent;
        width: auto;
        cursor: pointer;
    }
    
    .dfd-socicon-cross:before {
        content: "\ea38";
    }
  
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {
    background-color: #f7f7f7;
}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.cover {
    transition: box-shadow .3s ease;
    padding-bottom: 25px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
} 

.cover:hover {
    -webkit-box-shadow: 0 20px 24px -13px rgba(0,0,0,0.2);
    box-shadow: 0 20px 24px -13px rgba(0,0,0,0.2);
}

.entry-thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
      padding: 10px;
}
 
.entry-meta {
    color: #686868;
    padding: 0 25px;
    margin-top: 30px;
   font-family: proxima-nova, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 11px;
    letter-spacing: 0px;
}

.entry-meta > * > * {
    margin-bottom: 5px;
}

.entry-meta .entry-date {
    margin-right: 3px;
}

.entry-meta i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
}

.entry-meta * {
    font: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    display: inline-block;
    color: inherit;
}

.dfd-socicon-clock:before {
    content: "\ea8a";
}

h3.entry-title {
    font-family: proxima-nova, sans-serif;
  text-align:center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 28px;
    letter-spacing: -0.8px;
    color: #00c2df;
    padding: 0 25px;
    margin-top: 10px;   
    margin-bottom: 10px;
}

h3.entry-title > a {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: inherit;
}

h3.entry-title:hover > a {
    opacity: .7;
}

.entry-content {
    padding: 0 25px;
    margin-top: 10px;
    min-height: 4em;
    font-size: 16px;
    line-height: 16px!important;
}
.author-section {
    margin-top: 20px;
    min-height: 34px;
    line-height: 34px;
    padding: 0 25px;
}

.author-section .vcard a {
    font-family: proxima-nova, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 11px;
    letter-spacing: -.5px;
    color: #686868;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.author-section .vcard:hover a {
    opacity: .7;
    color: inherit;
}

.post-item-wrapper {
    margin: 0 -10px;
}

.blog-listing-wrapper .post-listing {
    margin: 0 -10px;
}



.post-pager {
    overflow: hidden;
    border-bottom: #e7e7e7 solid 1px;
}

.dfd-single-pagination {
    position: relative;
}

.page-inner-nav {
    width: 50%;
    height: 70px;
}

.page-inner-nav.nav-prev {
    float: left;
}

.page-inner-nav.nav-next {
    float: right;
}

.dfd-controler span {
    text-transform: uppercase;
    color: #2c2b2b;
    letter-spacing: 0;
     font-family: proxima-nova, sans-serif;
    letter-spacing: .6px;
}



.dfd-blog-page-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.dfd-blog-page-icon > span {
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -1px;
    background: #363636;
    -webkit-box-shadow: 0 -4px 0 0 #363636, 0 4px 0 0 #363636;
    box-shadow: 0 -4px 0 0 #363636, 0 4px 0 0 #363636;
}

.dfd-blog-page-icon > span:first-child {
    margin-left: -5px;
}

.dfd-blog-page-icon > span:last-child {
    margin-left: 3px;
}




.dfd-controler {
    font-size: 11px;
    display: block;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #2c2b2b;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-inner-nav.nav-prev .dfd-controler {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page-inner-nav.nav-prev .dfd-controler > * {
    float: left;
}

.page-inner-nav .dfd-controler * {
    height: inherit;
    line-height: inherit;
}

.page-inner-nav.nav-prev .dfd-controler i {
    margin-right: 10px;
}

.dfd-socicon-arrow-left-01:before {
    content: "\e9c6";
}

.page-inner-nav .pagination-title {
    display: block;
    position: absolute;
    top: 0;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-inner-nav .pagination-title .thumb {
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0;
    border-radius: 50%;
}

.page-inner-nav.nav-prev .pagination-title {
    left: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.page-inner-nav.nav-prev .pagination-title > span {
    float: left;
    text-align: left;
}

.page-inner-nav.nav-prev .pagination-title > span:last-child {
    margin-left: 20px;
}

.page-inner-nav.nav-prev .pagination-title > span:last-child > * {
    float: left;
}

.page-inner-nav .pagination-title .dfd-content-title-big {
    font-size: 13px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 5px;
    color: #686868;
    line-height: 26px;
}



.page-inner-nav .entry-meta {
     font-family: proxima-nova, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 11px;
    letter-spacing: 0px;
    color: #686868;
    margin-top: 0;
    padding: 0;
}

.dfd-vertical-aligned {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.page-inner-nav.nav-next .dfd-controler {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page-inner-nav.nav-next .dfd-controler i {
    margin-left: 10px;
}

.page-inner-nav.nav-next .dfd-controler > * {
    float: right;
}

.dfd-socicon-arrow-right-01:before {
    content: "\e9c7";
}

.page-inner-nav:hover .dfd-controler.next {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.page-inner-nav.nav-next .pagination-title {
    right: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.page-inner-nav.nav-next .pagination-title > span {
    float: right;
    text-align: right;
}

.page-inner-nav.nav-next .pagination-title > span:last-child {
    margin-right: 20px;
}

.page-inner-nav.nav-next .pagination-title > span:last-child > * {
    float: right;
}



.page-inner-nav:hover .dfd-controler {
    opacity: 0;
    visibility: hidden;
}

.page-inner-nav:hover .dfd-controler.prev {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.page-inner-nav:hover: .pagination-title {
    opacity: 1;
    visibility: visible;
}

.page-inner-nav:hover .pagination-title {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}




.section.post-header h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
    margin-top: 5px;
     font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #686868;
}

.blog-post-wrapper .entry-meta {
    padding: 0;
    margin-top: 10px;
}


.blog-listing-wrapper .post-listing .post-item .category a,
.blog-post-wrapper .category a {
    color: #686868;
}


.post-pager .thumb img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

 

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {
     font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 64px;
    display: block;
}
.hs-blog-header h1 a{}

.banner-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-content-inner h4 {
   font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(58, 58, 58, 0.7);
    letter-spacing: 0;
}

.dfd-heading-module {
    background-color: #00c2df;
    padding: 10px;
    text-align: center;
    min-height: 63px;
}

.dfd-heading-module h2 {
     font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: rgba(255,255,255,0.6) !important;
    line-height: 34px;
    letter-spacing: 0.8px;
    margin: 0;
}

.hs-blog-listing .banner-area {
    min-height: 354px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 110px 0;
}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
	margin: 0 0 10px;
	padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
    text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
	margin: 0 0 10px;
	padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding: 10px;
    width: 33.333%;
    float: left;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/*.blog-listing-wrapper .post-listing .post-item .entry-thumb img {
    max-height: 238px;
    object-fit: cover;
}*/

/* Read More Link */
a.more-link {
	display: inline-block;
	margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin-top: 0;
}
#hubspot-topic_data a.topic-link {
    color: #416F5E;
    font-family: roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 10px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 10px 24px;
    background: #D6FFF0;
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0 8px 25px 3px transparent;
    box-shadow: 0 8px 25px 3px transparent;
    -webkit-transform: perspective(0px) translateY(0);
    -moz-transform: perspective(0px) translateY(0);
    -o-transform: perspective(0px) translateY(0);
    transform: perspective(0px) translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/* #hubspot-topic_data a.topic-link:hover {
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transform: perspective(400px) translateY(-2px);
    -moz-transform: perspective(400px) translateY(-2px);
    -o-transform: perspective(400px) translateY(-2px);
    transform: perspective(400px) translateY(-2px);
} */

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
    text-align: right;
    margin-bottom: 30px;
}

ul.hs-blog-social-share-list {
    display: inline-block;
    vertical-align: middle;
    
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    margin-right: 10px !important;
}

.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}



.hs-blog-social-share-item-linkedin span,
.hs-blog-social-share-item-twitter iframe {vertical-align:top !important;}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {margin-bottom:20px;}

.custom_listing_comments{
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left !important;
}



.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }



#comments-listing {
    border: 1px solid #ccc;

    margin-bottom: 30px;

    margin-top: 30px;

}


.comment.depth-0 {
 
   border-bottom: 1px solid #000 !important;
 
   border-top: medium none !important;
   
 margin: 0 10px 10px !important;
   
 padding: 0 15px !important;

}


.comment-body {
   
 border-bottom: medium none;
 
   color: inherit;
 
   display: block;
 
   padding: 0;

}


.comment-reply-to{
margin-bottom: 15px;

}


.comment-from h4 {

    margin: 0;
    
padding-top: 15px;

}



.comment-from h4 a {
    
text-decoration: none;

}


.comment-date {
 
   color: inherit !important;

    display: block !important;
 
   text-align: left;

}



/* Pagination */
.blog-pagination {
    clear: both;
    padding: 10px;
}
.blog-pagination a{
	display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}


#comments-listing.no-comments {
   border: none;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
    color: red;
    display: block;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
	background-color: #fff;
	font-family: roboto, sans-serif;
  font-weight: bold;
	padding: 5px 15px;
  border-radius: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 100%;
	max-width: 700px;
    min-height: 49px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
	outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 130px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

#comment-form input.hs-button.primary {
    margin-top: 10px;
}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */


@media (max-width: 1280px) and (min-width: 1024px) {
    
    .banner-content-inner h4 {
        font-size: 54px;
    }
    
    .dfd-heading-module h2 {
        font-size: 34px;
        line-height: 34px;
    }
}
    
 
@media only screen and (max-width: 1279px) {
    
    .footer-top, .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media only screen and (max-width: 1240px) {
    
    .blog-listing-wrapper .post-listing {
        margin: 0;
    }
}



@media (max-width: 1099px) {
    
    ul.hs-blog-social-share-list {
        display: block;
    }
    
    .header-container-wrapper {
        min-height: 92px !important;
    }
    
    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;     
        padding: 0 10px;
        float: left;
        margin-left: 10px;
      }
    
    .mob-right-sec {
        float: right;
    }
    
    .dl-menuwrapper {
        position: relative;
        width: 36px;
        height: 92px;
        margin: 0 auto;
        z-index: 1003;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    
    .sticky .dl-menuwrapper {
        height: 70px;
    }
    
    .dl-menuwrapper a {
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 32px;
        height: 36px;
        margin-top: -18px;
        margin-left: -18px;
        -webkit-transition: background .3s ease, border-color .3s ease;
        -moz-transition: background .3s ease, border-color .3s ease;
        transition: background .3s ease, border-color .3s ease;
    }
    
    .dl-menuwrapper a .icon-wrap {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        top: 50%;
        right: 0;
        margin-left: -12px;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    
    .dl-menuwrapper a .icon-wrap.dfd-middle-line {
        width: 20px;
        margin-right: 0;
    }
    
    .dl-menuwrapper a .icon-wrap.dfd-top-line {
        margin-top: -5px;
    }
    
    .dl-menuwrapper a .icon-wrap.dfd-bottom-line {
        margin-top: 5px;
    }
    
    
    .dl-menuwrapper a:hover .icon-wrap.dfd-middle-line {
        -webkit-animation: dfdHamburgerButton 1.2s ease-in infinite;
        -moz-animation: dfdHamburgerButton 1.2s ease-in infinite;
        -o-animation: dfdHamburgerButton 1.2s ease-in infinite;
        -ms-animation: dfdHamburgerButton 1.2s ease-in infinite;
        animation: dfdHamburgerButton 1.2s ease-in infinite;
    }
    
    .dl-menuwrapper a:hover .icon-wrap.dfd-top-line {
        -webkit-animation: dfdHamburgerButton .8s linear infinite;
        -moz-animation: dfdHamburgerButton .8s linear infinite;
        -o-animation: dfdHamburgerButton .8s linear infinite;
        -ms-animation: dfdHamburgerButton .8s linear infinite;
        animation: dfdHamburgerButton .8s linear infinite;
    }
    
    .dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line {
        -webkit-animation: dfdHamburgerButton .6s ease-out infinite;
        -moz-animation: dfdHamburgerButton .6s ease-out infinite;
        -o-animation: dfdHamburgerButton .6s ease-out infinite;
        -ms-animation: dfdHamburgerButton .6s ease-out infinite;
        animation: dfdHamburgerButton .6s ease-out infinite;
    }
    
    @-webkit-keyframes dfdHamburgerButton{
        0%{
            -webkit-transform:scaleX(1);
        }
        25%{
            -webkit-transform:scaleX(.9);
        }
        50%{
            -webkit-transform:scaleX(1);
        }
        75%{
            -webkit-transform:scaleX(1.1);
        }
        100%{
            -webkit-transform:scaleX(1);
        }
    }
    @-moz-keyframes dfdHamburgerButton{
        0%{
            -moz-transform:scaleX(1);
        }
        25%{
            -moz-transform:scaleX(.9);
        }
        50%{
            -moz-transform:scaleX(1);
        }
        75%{
            -moz-transform:scaleX(1.1);
        }
        100%{
            -moz-transform:scaleX(1);
        }
    }
    @-o-keyframes dfdHamburgerButton{
        0%{
            -o-transform:scaleX(1);
        }
        25%{
            -o-transform:scaleX(.9);
        }
        50%{
            -o-transform:scaleX(1);
        }
        75%{
            -o-transform:scaleX(1.1);
        }
        100%{
            -o-transform:scaleX(1);
        }
    }
    @keyframes dfdHamburgerButton{
        0%{
            transform:scaleX(1);
        }
        25%{
            transform:scaleX(.9);
        }
        50%{
            transform:scaleX(1);
        }
        75%{
            transform:scaleX(1.1);
        }
        100%{
            transform:scaleX(1);
        }
    }
    
    .custom-logo {
        width: 100% !important;
        padding-right: 0;
    }
    
    .el.info {
        margin-left: 0;
    }
    
    .custom-logo .cell-wrapper {
        float: left;
        max-width: 380px;
    }
    
    .custom-logo img {
        width: 380px;
       /* height: 68.25px; */
    }
    
    .header-container {
        border-bottom: solid 1px #e7e7e7;
    }
    
    .sticky .header-container {
        border-bottom: 0;
    }
}


@media (max-width: 1023px) {
    
    body .hs-button.primary,
    body input[type="submit"],
    body input[type="button"] {
        padding: 10.5px 30px;
    }
    
    .banner-area {
        height: 223px;
    }
    
    .banner-content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}



@media only screen and (max-width: 1023px) {
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 50%;
    }
    
    .hs-blog-listing .banner-area {
        min-height: 266px;
        padding: 60px 0;
    }
}




@media (max-width: 1023px) and (min-width: 800px) {
    
    .dfd-heading-module h2 {
        font-size: 24px;
        line-height: 24px;
    }
    
    .banner-content-inner h4 {
        font-size: 44px;
        line-height: 54px;
    }
}



@media (max-width: 799px) {
    
    .footer-bottom .page-center {
        padding: 0 !important;
    }
    
    .blog-listing-wrapper .post-listing {
        margin: 0 -10px;
    }
    
    .dfd-heading-module h2 {
        font-size: 24px;
        line-height: 24px;
    }
    
    .banner-content-inner h4 {
        font-size: 44px;
        line-height: 54px;
    }
    
    .post-pager {
        display: none;
    } 
    
    #back-to-top {
        display: none !important;
    }
    
    .custom-logo img {
        width: 170px !important;
    }
    
    .sticky .custom-logo {
        text-align: left;
    }
} 


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    
    .footer-col-1 {
        padding-bottom: 10px;
    }
    
    .footer-top h3, .footer-col-4 ul li.hs-menu-item.hs-menu-depth-1 > a {
        font-size: 13px;
    }
    
    .footer-bottom {
        text-align: center;
        padding-bottom: 79px;
    }
    
    [class*="footer-col"] .cell-wrapper {
        padding-bottom: 30px;
    }
    
    [class*="footer-col"] {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0;
    }
    
    .custom-logo .cell-wrapper {
        max-width: none;
        width: auto;
    }
}  
 

@media only screen and (max-width: 640px) {
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
    }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

	.subscription-template .subscribe-options label {
        margin-left: 0;
        margin-right: 0;
    }

	#captcha_wrapper {
    		overflow-x: auto;
	}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	  display: block !important;
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	}
}



@media (max-width: 328px) {
    
    .custom-logo img {
        width: 120px !important;
    }
}



@media (min-width: 641px) {

    .post-item .hs-featured-image {
        max-height: 238px;
        object-fit: cover;
    }
}



@media (min-width: 1100px) {
    
    .mob-right-sec {
        display: none;
    }
}

/* =============== frames layout =============== */
.frames-page .inner-banner .banner-content > div > div > div { vertical-align:inherit;}
.frames-page .inner-banner{ max-height:490px; }
.frames-page .inner-banner .banner-content .container { padding: 225px 60px 0; }
.frames-page .frames-section{padding:40px 70px;}
.frames-page .flex-frames {position:relative;margin 0 auto;}
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider, .frames-page .flex-frames .newsroom-feature{float:left;margin-right:50px; width:30%; margin-bottom:50px; min-height:200px; }
.hs_cos_flex-slider .hs_cos_flex-slides img { height: inherit !important; }
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider:nth-child(3n+3){margin-right:0;}
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav{display:none !important;}
.frames-page .flex-frames .hs_cos_flex-slider .caption { background:none  !important; position: relative; font-size: 1.3em; color: #5B5E60; padding:0;margin-top}
.frames-page .flex-frames .hs_cos_flex-slider .hs_cos_flex-slides img {max-width:100%; max-height:125px !important; width: auto;}
.frames-page .flex-frames .hs_cos_flex-slider .caption p{padding:0;margin:0; color:#5b5e60 !important;}
.frames-page .flex-frames .hs_cos_flex-slider .caption p strong{font-weight:900; font-size:1.3em;}
.frames-page .flex-frames .hs_cos_flex-control-paging li a {width: 25px;height: 25px;}
.frames-page .flex-frames .hs_cos_flex-control-paging li a.hs_cos_flex-active{background: ;}

.frames-page .flex-frames .newsroom-feature{text-align:center;}
.frames-page .flex-frames .hs_cos_wrapper_type_custom_widget:nth-child(3n+3) .newsroom-feature{margin-right:0;}
.frames-page .flex-frames .newsroom-feature img { max-height:125px !important;}
.frames-page .flex-frames .newsroom-feature .btn-1 a{ min-width:100% !important;}



/* =============== button id overrides =============== */
#hs_cos_wrapper_widget_1632244853275, #hs_cos_wrapper_widget_163191457718027 {
  text-align: center;
}

.icon-wrap {
  background: #00609c !important;
}

html {
  scroll-behavior: smooth;
}
/* @import url('http://example.com/example_style.css'); */

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

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

.itm-index {
  padding: 1.3rem 6rem;
}

.itm-card-container {
  padding: 0 1.4rem;
  background-color: #F3F4F6;
  border-radius: 10px;
  box-shadow: 0 6px 10px 1px rgb(120 120 120 / 30%);
  min-height: 380px;
}

.itm-post-content {
  box-shadow: none !important;
  overflow: hidden;
}

.itm-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0 0;
  min-height: 170px;
  max-height: 170px;
}

.itm-image {
  max-height: 120px;
  max-width: 250px !important;
}

.itm-date {
  text-transform: uppercase;
  margin: 0px !important;
  font-size: 24px !important;
}

.itm-text {
  line-height: 1.5em;
}
/* @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    */
/*****************************************/

.compass-navigation {
  padding-top: 4em;
}

.compass-header-logo {
  padding-bottom: 1em;
}

.compass-tag-results h2 {
  text-align: left;
  font-size: 2em;
  color: #48DDA7;
}

.compass-header-text p {
  text-align: left;
  color: #000000;
}

.compass-subscribe-btn {
  padding-top: 27px;
  text-align: right;
}

.opaque-button {
  background: linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%),#75ffcd;
  color: #16553e;
  text-decoration: none;
}

.blog-nav-border {
  padding-bottom: 14px;
  border-bottom: solid 1px #cecece;
}

.compass-publication {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: solid 1px #cecece;
}

.compass-pub-image {
  background-size: contain;
  background-position: top;
}

.compass-pub-image img {
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.compass-seperator {
  display: block;
  border-bottom: solid 1px #48DDA7;
  width: 200px;
  margin-bottom: 10px;
}

.compass-pub-date {
  color: #474747;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}

.compass-pub-copy {
  margin-top: 0px;
  line-height: 38px;
  color: #000;
}

.compass-pub-copy a {
  color: #000;
  font-size: 30px;
}

.compass-tag-row {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 1em;
}

.compass-tag {
  display: flex;
  align-items: center;
  margin: 0 1.5em .5em 0;
}

.compass-tag img {
  height: 14px;
}

.compass-tag-text {
  font-family: 'Sequel Sans';
  font-size: 14px;
  margin-left: 8px;
  text-decoration: none !important;
}

.compass-pub-cta {
  color: #48dda7;
  text-decoration: underline;
  font-weight: bold;
}

.compass-pagination a {
  display: flex;
}

.compass-copyright {
  display: none;
  border-top: 1px solid #cecece;
  margin-top: 10px;
}

.compass-copyright > p {
  margin-top: 0px;
}



@media screen and (max-width: 767px) {
  
  .compass-navigation {
    padding-top: 2em;
  }
  
  .compass-header-logo {
    width: 70% !important;
    margin: auto;
    padding-bottom: 2em;
  }
  
  .compass-pub-image {
    padding-bottom: 1em;
  }
}



.compass-header {
  display: flex;
  align-items: center;
}

.compass-cta-section {
  display: flex !important;
  justify-content: end;
}

.compass-icons {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-top: 27px;
  margin-left: 2em;
}

.tc-icons {
  margin-right: 16px;
}

.mail-icon {
  color: black;
  margin-top: 0px;
  opacity: 0.8;
}

.mail-icon:hover {
  color: black;
  opacity: 1;
}

#compass-post-name {
  font-size: 36px;
  text-align: center;
  color: #000000;
}

.compass-author-name {
  font-weight: bold; 
  text-decoration: none !important;
}

.compass-related-post-title {
  padding-bottom: 1em;
  border-bottom: solid 1px #cecece;
}

.compass-post-btm-cta {
  background: #f5f5f5;
}



@media screen and (max-width: 767px) {
  
  .compass-site-header {
    min-height: 80px !important;
  }
  
  .compass-header {
    display: block;
  }
  
  .compass-cta-section {
  display: block !important;
  }
  
  .compass-subscribe-btn {
    text-align: left;
    padding: 0.6em 0;
  }
  
  .compass-icons {
    justify-content: left;
    margin-left: 0;
  }
  
  .tc-icons {
    margin-right: 1em;
  }
  
  #compass-post-name {
    text-align: left;
  }
}

.full-length-search-bar {
  padding-top: 2em;
}

#results-for {
  color: #000;
}

@media print {
  .header { display: none; }
  .blog-nav-border { border-bottom-style: none; }
  .compass-site-header { display: none !important; }
  #compass-post-name { text-align: left }
  .compass-tag-row { display: none !important; }
  .footer { display: none; }
  .compass-navigation { padding-top: 0px }
  .compass-header-logo > a > img { height: 68px }
  .compass-cta-section { display: none !important; }
  .compass-post-btm-cta { display: none; }
  .citation-cta { display: none; }
  .compass-related-posts { display: none; }
  .compass-copyright { display: block; }
}
/* @import url('http://example.com/example_style.css'); */

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

#r-s-post-name {
  font-size: 36px;
  color: #000000;
}

.th-small-title {
  font-weight: bold;
  color: #48dda7;
  padding-bottom: 1em;
}

.gray-section {
  background-color: #f8f8f8;
}