









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

.disable-focus-styles :focus {
  outline: none;
}
/*! 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;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* Responsive Grid */

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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


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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


.content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

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

/* General  */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;
    overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}






html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3D3E40;
  font-family: "Muli", "sans-serif";
  font-weight: 400;
  line-height: 1.5 !important;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 15px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #19CCA3;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  color: #23EDC0;
  text-decoration: none !important;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  margin-bottom: 15px;
  line-height: 1.3 !important;
}

h1 {
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h3 {
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h4 {
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h5 {
  font-family: "Muli", "sans-serif";
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h6 {
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-left: 7px solid #19CCA3;
  padding-left: 15px;
}

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

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Primary Button */

button,
.button {
  -webkit-box-align: center;
  align-items: center;
  background-color: #19CCA3;
  border: 1px solid #19CCA3; 
  border-radius: 32px;
  color: #FFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  fill: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  background-color: #27EDC0;
  border-color: #27EDC0;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #21d4ab;
  border-color: #21d4ab;
}

/* Secondary Button */

.button.button--secondary {
  background-color: transparent;
  border: 2px solid #19CCA3;
  color: #19CCA3;
  fill: #19CCA3;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent;
  border: 2px solid #27EDC0; 
  color: #27EDC0;
  fill: #27EDC0;
}

.button.button--secondary:disabled {
  background-color: transparent;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none; 
  border-radius: 0;
  color: #19CCA3;
  font-size: 1rem;
  font-style: normal;
  fill: #19CCA3;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; 
}

.button.button--simple:after {
  background-color: #19CCA3;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none; 
  color: #27EDC0;
}

.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  color: #E6E6E6;
  pointer-events: none;
}

.button.button--simple:disabled:after {
  background-color: #D0D0D0;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 10px 50px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}


/* Base */
.cta-form {
  display: block;
  width: 100%;
}

.hs-form-field {
  position: relative;
  margin-bottom: 20px;
}

form fieldset > .hs-form-field {
  margin: 0.625rem 0;
}

/* Form Title */
.form-title {
  display: block;
  background-color: #0D2547;
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 0;
  padding: 24px;
  text-align: center;
}

.form-title ~ div > form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

/* Labels */
.hs-form-field > label {
  color: #0D2547;
  font-size: 1rem;
  border-radius: 10px;
}

form div.in-focus > label {
  color: #3D3E40;
  padding: 0;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: "Muli", "sans-serif";
  font-size: 0.875rem;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  position: static;
  color: #3D3E40;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  color: #3D3E40;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea { 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  border: none; 
  padding: 15px 20px;
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  color: #3D3E40;
  border-radius: 4px;
  background-color: #E9EFF5;
  margin-top: 8px;
  width: 100% !important;
  box-sizing: border-box;
}

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: -webkit-focus-ring-color auto 5px;
}

form .in-focus select {
  color: #CBD1D6;
}

/* Placeholder Text */
input::-webkit-input-placeholder {
  color: #CBD1D6;
}

input::-moz-placeholder {
  color: #CBD1D6;
}

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

input::placeholder {
  color: #CBD1D6;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  position: absolute;
  left: -9999px;
}

form ul.inputs-list li input + span {
  position: relative;
  padding-left: 1.4375rem;
}

form ul.inputs-list li input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  border: 1px solid #CBE8F8;
  border-radius: 4px;
  box-sizing: border-box;
}

form ul.inputs-list li input[type=radio] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

form ul.inputs-list li input[type=radio] + span:after {
  content: "";
  background-image: none;
  background-color: #19CCA3;
  width: 8px;
  height: 8px;
  left: 4px;
  border-radius: 100%;
}

form ul.inputs-list li input + span:hover:after {
  opacity: .2;   
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;   
}

form .input ul.invalid.error > li input + span:before {
  border-color: #FF7A6E;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  content: '';
  width: 0; 
  height: 0; 
  border-radius: 4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #19CCA3;
  position: absolute;
  top: 57%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  background-color: #2355B2 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #053794 !important;
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: white;
}

.hs-datepicker .is-today button.pika-button {
  color: #053794;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type=file] {
  line-height: 1;
}

/* Headings & Text */

form .hs-richtext {
  font-size: 0.875rem;
  margin: 1.5rem 0;
}

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

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

/* GDPR */

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

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border: 1px solid #FF7A6E;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #FF7A6E !important;
  font-size: .875rem;
}

.hs-error-msgs li a {
  font-family: "Muli", "sans-serif";
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

/* Submit */
.df-main .hs-form.stacked input.hs-input, .df-main .hs-form.stacked select.hs-input {
  border-width: 1px !important;
}
form input[type=submit] {
  background-color: #19CCA3;
  border: 1px solid #19CCA3; 
  border-radius: 32px;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 50px;
  text-align: center;
  font-family: "Muli", "sans-serif";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  width: 100%;
  max-width: 500px;
  white-space: normal;
  line-height: 1.5;
  margin: 0.625rem auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.df-main .hs-form.stacked label,
label.hs-form-radio-display, label.hs-form-checkbox-display {
  font-family: Inter,sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
}
.actions {
    text-align: center;
}
fieldset {
  max-width: 100% !important;
}

fieldset .field:last-child .input {
  margin-right: 0 !important;
}
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #00a47b;
  border-color: #00a47b;
}

form input[type=submit]:active {
  background-color: #2de0b7;
}
form ul.inputs-list li input+span {
  display: flex !important;
  align-items: self-start !important;
}
/* Inline Thank You Message */

.submitted-message {
  background-color: #FFFFFF;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px 45px;
}


  table {
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
    border-spacing: 0;
  }
  
  th,
  td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #E9EFF5;
    text-align: center;
  }  

  thead th,
  thead td {
    color: #FFFFFF;
    background-color: #0D2547;
    border: none;
    border-bottom-width: 2px;
  }

  thead th {
    vertical-align: bottom;
    border-bottom: none;
  }

  tbody + tbody {
    border-top: none;
  }





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

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

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

/* 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: 992px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */
.header__main-bar {
  padding: 0.75rem 0;
  position: relative;
}

.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: 180px;
}

/* 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: 992px) {
  .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 10px;
  border-top: none;
}

.header__menu .header__navigation .menu-link {
  color: #1898D4;
  font-family: "Muli", "sans-serif";
  font-weight: 600;
  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-family: "Muli", "sans-serif";
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  padding: .7rem 0 .7rem 1rem;
}

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

@media screen and (min-width: 992px) {
  .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 {
    color: #fff;
  }

  .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: 991px) {
  .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__mobile-menu-icon, .header__mobile-menu-icon:after, .header__mobile-menu-icon:before {
    background: #fff !important;
  }
  div#hs_cos_wrapper_header_navigation_primary {
    box-shadow: 0px -1px 17px #1898d4;
  }
}

/* Header - No Navigation */

.header--no-navigation {
  text-align: center;
  padding: 1rem 0;
}
@media (max-width:1140px) and (min-width:992px){
  .header__menu .header__navigation .menu-link {
    font-size: 16px !important;
  }

  .header__menu .header__navigation .submenu.level-1>.menu-item {
    padding: 5px !important;
  }
}
@media (max-width:480px){
  .header__logo img {
    max-width: 180px;
  }
}


/* 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: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__bottom-section {
  padding: 1.4rem 0;
  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__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo {
  margin-bottom: 1.4rem;
}

.footer__logo img {
  max-width: 100%;
  width: 220px !important;
}

.footer__address {
  margin: 25px 0;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.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;
  width: 100%;
}
.footer__navigation h4 {
  text-align: left !important;
  padding: 0px 20px 0px 20px !important;
}

.footer__navigation li {
  text-align: left !important;
}
@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;
}
div#hs_form_target_footer_form .hs-form-field > label {
  display: none;
}
div#hs_form_target_footer_form .hs-form-field .hs-input{
  padding-right: 30px;
  text-overflow: ellipsis;
}
div#hs_form_target_footer_form .hs-form-field select.hs-input,
div#hs_form_target_footer_form .hs-form-field .hs-input::placeholder {
  color: #3d3e40;
  font-size:14px;
}

.footer__bottom-section a {
  color: inherit !important;
  font-weight: 700 !important;
  opacity: .8 !important;
}

.footer__bottom-section a:hover {
  color: #f24495 !important;
  opacity: 1 !important;
}
@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;
  }
}
@media (max-width:767px){
  .footer__container {
    padding: 0;
  }

  .footer .footer__form {
    max-width: 100%;
    width: 100%;
  }

  .footer__navigation.column.span4 {
    padding: 0;
  }
  .footer__navigation h4 {
    text-align: center !important;
  }

  .footer__navigation li {
    text-align: center !important;
  }

  .footer__logo img {
    max-width: 300px;
  }
  .header__main-bar .header__container {
    padding: 0 15px !important;
  }
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
      padding: 0px 20px 0px 20px;
    text-decoration: none;
}



/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0px;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index__subheader {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links,
.blog-post__author__sharing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  display: inline-block;
  position: relative;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a:hover,
.blog-post__author__sharing a:hover {
  background-color: #19CCA3;
}

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

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  margin: 75px 0;
  display: flex;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  transition: box-shadow 0.3s;
}
.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}

.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: #0D2547;
  font-weight: 800;
  font-size: 26px;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  text-decoration: underline;
  color: #0D2547;
  font-weight: 800;
}

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

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

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

.blog-author__name h6 {
  margin: 10px 0;
}

.blog-tags {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.blog-tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-tag:hover {
  color: #00BAFF;
  text-decoration: underline;
  font-weight: 300;
}

.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  margin: 15px 0;
  flex-grow: 1;
}

.blog-pagination {
  margin: 0 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 7px;
  color: #484848;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

.blog-pagination__link--active {
  background-color: #19CCA3;
  color: white;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  margin: 35px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 175px;
  display: block;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  min-height: 375px;
  display: flex;
  flex-direction: column;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 0;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 0;
  }
}

.blog-post__tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 420px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 35px 0;
}

.blog-post__sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100px;
  color: #19CCA3;
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  line-height: 24px;
}

hr {
  border: none;
  border-bottom: 1px solid #E9EFF5; 
  margin: 100px -100px;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {
  display: flex;
  margin: 75px 0;
  padding: 0 100px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    margin: 10px 0;
    padding: 0;
    flex-direction: column;
  }
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

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

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

#comments-listing .comment-reply-to {
  color: #19CCA3;
  background-size: 15px;
  background-position: 20px;
  padding-left: 50px;
  border: 1px solid rgba(0,0,0,0);  
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00a47b;
}

#comments-listing .comment-reply-to:active {
  color: #41f4cb;
}

.blog-post__social-sharing .social-links__icon {
  border-radius: 50px;
  width: 37px;
}

.blog-post__social-sharing .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }

}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  text-align: center;
  margin-bottom: 50px;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-bottom: 1px solid #19CCA3;
  border-radius: 0;
}







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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/********************************************************************/
/********************************************************************/
/* COPY & PASTE THE CODE GIVEN ON THE HOMEPAGE IN THE SECTION BELOW */
/********************************************************************/
/********************************************************************/

 /* Add the font family you wish to use. You may need to import it above. */
 /* This affects only headers on the site. Add the font family you wish to use. You may need to import it above. */


  /* change your site's color here */
 /* change your site's secondary color here */

 /* This color is solely used on the top bar of the website. */
 /* This sets the universal color of dark text on the site */
 /* This sets the width of the website */
 /* To make this a fixed header, change the value to "fixed" - for non-fixed, set it to "static" */
 /* This affects all grey background sections */

 /* More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */
 /* For Headers; More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */
 /* If your image is not to sit on the bottom of the frame, change this value to "100px", otherwise keep it at 0 */
 /* "0" for square edges, "10px" for rounded edges, "40px" for pill shape; This will change all buttons */

/********************************************************************/
/********************************************************************/
/* COPY & PASTE THE CODE GIVEN ON THE HOMEPAGE IN THE SECTION ABOVE */
/********************************************************************/
/********************************************************************/

/*********************************************/
/*  Do not change the values below this section */
/*********************************************/

 /* This is the main color of the site */
 /* this is the hover state of the main color of the site */
 /* This is the secondary color of the site */
 /* This is the hover state of the secondary color of the site */

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

body {
  font-family: Open Sans, sans-serif;
  margin: 0;
  color: #565656;
}
body, p {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 400;
}
.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 {
}
.header-container-wrapper {
  z-index: 10;
}
.body-container-wrapper {
  /*padding-top: 0!important;*/
}
.footer-container-wrapper {

}

.page-center {
  max-width: 1100px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .page-center {
    padding: 0 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-margin-before: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
}

@media all and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
hr {
  height: 3px;
  background-color: #bdbdbd;
  max-width: 100px;
  margin: 25px auto;
  float: none;
  border: none;
}
a:link, a:visited, a:active {
  color: #209fd9;
  text-decoration: none;
}
a:hover {
  color: rgba(32, 159, 217, .7);
  text-decoration: none;
}
ul {
  -webkit-padding-start: 20px;
}
img {
  height: auto;
  width: auto;
}
.widget-type-raw_jinja {
  min-height: 0 !important;
}
.fa-pulse {
  -webkit-animation: fa-spin .9s infinite steps(8);
  animation: fa-spin .9s infinite steps(8);
}

.hs_cos_wrapper_type_custom_widget,
.widget-type-custom_widget {
  min-height: 0!important;
}



/* ========================= */
/*          HEADER           */
/* ========================= */

.page-header {
  /*background-color: #fff;*/
  background-color: rgba(255,255,255,1);
  position: fixed;
  /*box-shadow: 0 2px 12px rgba(0,0,0,.2);*/
  padding: 20px 0 10px;
  width: 100% !important;
  z-index: 50;
}

.page-header .page-center {
  position: relative;
}
#page-header {
  position: fixed;
}
@media all and (max-width: 600px) {
  .page-header, #page-header {
    position: static !important;
  }
}
.page-header-scroll {
  background-color: rgba(255,255,255,.95);
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 50;
}
.page-header-scroll .company-logo img {
  height: auto !important;
  max-height: 56px !important;
}
.company-logo {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
/*@media all and (max-width: 767px) {
.company-logo {
text-align: center;
}
}*/
.company-logo img {
  /*max-height: 100px;
  width: auto !important;*/
  -webkit-transition-property: height, width;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.top-header {
  padding: 2px;
  height: 32px;
  background-color: #209fd9;
  color: #fff;
}
@media all and (max-width: 767px) {
  .top-header {
    display: none !important;
  }
}
.top-header .social-icons {
  float: right;
}
.top-header .social-icons a {
  margin-right: 25px;
}
.top-header .social-icons a:last-child {
  margin-right: 0;
}
.top-header .social-icons a:link {
  color: #fff;
}
.top-header .social-icons a:active {
  color: #fff;
}
.top-header .social-icons a:visited {
  color: #fff;
}
.top-header .social-icons a:hover {
  color: #fff;
  text-decoration: underline;
}
.top-header ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}





/* ========================= */
/*          FOOTER           */
/* ========================= */

.footer {
  background-color: #515151;
  color: #efefef;
  padding: 50px 0;
}
.footer, .footer p {
  font-size: 13px;
  line-height: 1.5em;
}
.footer h1 {
  font-size: 36px;
  line-height: 1.5em;
}
.footer h2 {
  font-size: 30px;
  line-height: 1.5em;
}
.footer h3 {
  font-size: 24px;
  line-height: 1.5em;
}
.footer h4 {
  font-size: 18px;
  line-height: 1.5em;
}
.footer-block {

}
.footer-block a {
  color: #ffffff !important;
}
.footer .widget-type-post_listing ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.footer .widget-type-post_listing ul li {
  margin-bottom: 15px;
}
.footer-copyright {
  background-color: #242424;
  color: #efefef;
  padding: 20px 0;
}
.page-footer-copyright {
  text-align: center;
}









/* ========================= */
/*      BUTTONS & CTAS       */
/* ========================= */

.cta-container {
  margin-top: 20px;
}
.cta-button {
  margin-top: 20px;
  width: auto !important;
  background: rgba(0,0,0,0) !important;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.cta-button:hover {
  background: rgba(0,0,0,0) !important;
}
.filled-button {
  border: 3px solid #414042;
  background: #414042;
  border-radius: 40px;
  padding: 15px 25px;
  color: #fff !important;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.filled-button:hover {
  background: rgba(65, 64, 66, .7);
  border-color: rgba(65, 64, 66, .7);
}
.home.one .filled-button:hover {
  background: transparent;
  color: #414042;
  border-color: #414042;
}
.home.two .filled-button:hover {
  background: transparent;
  color: #414042;
  border-color: #414042;
}
.home.three .filled-button:hover {
  background: transparent;
  color: #414042;
  border-color: #414042;
}
.bordered-button {
  border: 3px solid #414042;
  padding: 15px 25px;
  border-radius: 40px;
  color: #414042 !important;
  background: transparent;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.bordered-button:hover {
  background: #414042;
  color: #fff !important;
}
.bordered-button-harmony {
  border: 3px solid #209fd9;
  padding: 15px 25px;
  border-radius: 40px;
  color: #209fd9 !important;
  background: transparent;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.bordered-button-harmony:hover {
  background: #209fd9;
  color: #fff !important;
}
.bordered-button-white {
  border: 3px solid #fff;
  padding: 15px 25px;
  border-radius: 40px;
  color: #fff !important;
  background: transparent;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.bordered-button-white:hover {
  background: #fff;
  color: #209fd9 !important;
}
@media all and (max-width: 600px) {
  .filled-button, .bordered-button, .bordered-button-harmony, .bordered-button-white {
    /*float: left; */
    margin: 10px 10px 10px 0;
  }
}




/* ========================= */
/*           HOME            */
/* ========================= */

.hero {
  color: #fff;
  background-color: #444444;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .hero {
    background-attachment: scroll !important;
  }
}
.home.one .hero-overlay {
  padding: 250px 0;
  padding-top: 150px;
}
.hero .header {
  text-align: left;
}
.hero-text {
  font-size: 20px;
}
.hero .header h1 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  text-transform: none;
}
.light-hero {
  padding: 150px 0;
  padding-top: 150px;
}
.tri-section-group {
  background-color: #ededed;
}
.home .about-section {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  padding: 130px 0;
}
.about-section-headers h2, .about-section-header h3, .about-section-headers h4, .about-section-headers h5, .about-section-headers h6 {
  -webkit-margin-after: 40px;
}
.about-section-icons {
  margin-top: 6px;
}
.home .about-element {

}

.circle-border {
  border: 2px solid #209fd9;
  background-color: rgba(0,0,0,0);
  border-radius: 50%;
}

.icon-wrapper {
  height: 150px;
  width: 150px;
  margin: 0 auto 30px !important;
  float: none!important;
}
.font-awesome-icon {
  color: #209fd9;
  height: 100px;
  width: 100px;
  font-size: 80px;
  text-align: center;
  vertical-align: middle;
  margin: 34px auto!important;
  float: none!important;
}
.home .mid-page-cta {
  padding: 100px 0 0px;
}
.home .mid-page-cta .image-cta-section-content {
  padding-bottom: 50px;
}
.home .mid-page-cta .cta-section-text {

}
.home .mid-page-cta .cta-image {
  text-align: center;
}
.home .fun-facts-section {
  background-color: #444444;
  color: #ffffff;
  box-shadow: 0 -4px 12px rgba(0,0,0,.2);
  padding: 130px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .home .fun-facts-section {
    background-attachment: scroll !important;
  }
}
.fun-facts-section-headers {

}
.home .fun-facts-section h3 {
  color: #969696;
}
.home .fun-fact-piece {
  text-align: center;
}
.home .fun-facts-section .ff-item {
  font-size: 40px;
  color: #414042;
}
@media all and (max-width: 767px) {
  .home .fun-fact-piece {
    margin-top: 30px;
  }
}
.blog-tri-section {
  background-color: #444444;
}
.home .blog-list-section {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  padding: 60px 0;
}
.blog-section-headers {
  margin-bottom: 40px;
}
.blog-section-underheaders {
  margin-top: 60px;
}
/*.home .hs-rss-item.hs-with-featured-image {
float: right;
width: 49%;
}
.home .hs-rss-item.hs-with-featured-image:nth-child(odd) {
float: left;
}
.home .hs-rss-item.hs-with-featured-image a {
color: #fff;
}
.home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
width: 100%;
text-align: center;
margin-top: 200px;
margin-bottom: -308px;
z-index: 10;
position: relative;
color: #ffffff;
margin-left: auto;
margin-right: auto;
float: none;
}*/
.home.one a.hs-rss-title {
  color: #313334;
  line-height: 1.16667em;
}
.home.one a.hs-rss-title:hover {
  color: #414042;
}
.home.one .hs-rss-item .hs-rss-description p {
  font-size: 20px;
  line-height: 1.59091em;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-description a {
  background: #414042;
  border: 3px solid #414042;
  border-radius: 40px;
  padding: 8px 26px;
  color: #fff !important;
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-top: 28px;
  max-width: 132px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-description a:hover {
  background: rgba(65, 64, 66, .7);
  border-color: rgba(65, 64, 66, .7);
}
.home.one .rss-container {
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
}
.home.one .hs-rss-item {
  margin-bottom: 0;
}
.home.one .hs-rss-item.hs-with-featured-image {
  background-color: #f1f1f1;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 50%;
  float: right;
  padding: 84px 84px;
  text-align: left;
}
@media all and (max-width:1200px) {
  .home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 64px;
  }
}
@media all and (max-width: 1000px) {
  .home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 40px;
  }
}
.home.one .hs-rss-item.hs-with-featured-image:nth-child(odd) .hs-rss-item-text {
  float: left;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 700;
  height: 140px;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: /*100%;*/ 50%;
  overflow: hidden;
  float:left;
  /*background: #000000;*/
}

.home.one .hs-rss-item.hs-with-featured-image:nth-child(odd) .hs-rss-item-image-wrapper {
  float: right;
}
.home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  height: 475px;
  width: auto;
  min-width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper,
  .home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    clear: both;
    width: 100%;
  }
  .home.one .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    max-width: 100%;
    height: auto;
  }
}

.home .testimonials-section {
  color: #fff;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .home .blog-tri-section {
    background-attachment: scroll !important;
  }
}
.home .testimonial-box {
  border: 1px solid rgba(255,255,255,.2);
  padding: 80px;
}
@media all and (max-width: 1200px) {
  .home .testimonial-box {
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .home .testimonial-box {
    padding: 80px;
  }
}
@media all and (max-width: 600px) {
  .home .testimonial-box {
    padding: 40px;
  }
}
.home .testimonial-box h3 {
  font-size: 25px;
  text-transform: none;
}
.home .testimonial-box h4 {
  font-size: 20px;
  color: rgba(255,255,255,.5);
  font-style: italic;
  text-transform: none;
}
.home .brands-section {
  background-color: #ededed;
  box-shadow: 0 -4px 12px rgba(0,0,0,.2);
  padding: 30px 0;
}
.more-solutions-section {
  background-color: #ffffff;
  padding: 130px 0;
}
.home .more-solutions-content {

}
.home .more-solutions-content h2 {
  -webkit-margin-before: 0;
}
.cta-bottom-banner {
  background-color: #209fd9;
  padding:50px 0;
  color: #ffffff;
}
.bottom-cta-right {
  text-align: right;
  margin: 0;
}
@media all and (max-width: 767px) {
  .bottom-cta-right {
    text-align: left;
  }
}
/* ========================= */
/*          HOME 2           */
/* ========================= */

.home.two .cta-image {
  background-color: #333;
  color: #fff;
  margin-bottom: 100px;
}
.home.two .cta-color-overlay {
  padding: 70px 0;
}
.home.two .top-cta {
  padding-top: 10px;
}
.home.two .cta-color-overlay h3 {
  -webkit-margin-after: 0;
}
.home .back-and-forth {
  background: #f7f7f7;
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
}
.section-text {
  padding: 82px 84px;
}
.image-piece {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .section-1-text {
    float: left !important;
  }
  .image-piece-1 {
    float: right !important;
  }
  .section-2-text {
    float: right !important;
  }
  .image-piece-2 {
    float: left !important;
  }
  .section-3-text {
    float: left !important;
  }
  .image-piece-3 {
    float: right !important;
  }
  .section-4-text {
    float: right !important;
  }
  .image-piece-4 {
    float: left !important;
  }
  .section-5-text {
    float: left !important;
  }
  .image-piece-5 {
    float: right !important;
  }
  .section-6-text {
    float: right !important;
  }
  .image-piece-6 {
    float: left !important;
  }
}

@media all and (min-width: 768px) {
  .home .back-and-forth .span6 {
    width: 50%;
  }
  .home .back-and-forth .row-fluid [class*="span"] {
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  .section-text {
    padding: 82px 20px;
  }
}
.home .carry-on-section h2 {
  -webkit-margin-before: .83em;
}
.home .carry-on-section a {
  color: #565656;
}
.home .carry-on-section a:hover {
  color: #209fd9;
}


/* ========================= */
/*          HOME 3           */
/* ========================= */

.home.three .hero-overlay {
  padding: 100px 0;
  padding-top: 100px;
}
.home.three .home-brands {
  padding: 20px 0;
}
.home.three .content-section {
  padding: 30px 0 10px;
}
.home.three .left-column .hs_cos_wrapper_type_rich_text,
.home.three .right-column .hs_cos_wrapper_type_rich_text {
  background-color: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.home.three .left-column .hs_cos_wrapper_type_rich_text .hs-cta-wrapper,
.home.three .right-column .hs_cos_wrapper_type_rich_text .hs-cta-wrapper {
  margin-bottom: 60px;
}
.home.three .left-column .hs_cos_wrapper_type_rich_text:first-child {
  background-color: #414042;
  color: #fff;
}
.home.three .right-column .hs_cos_wrapper_type_rich_text:nth-child(2) {
  background-color: #209fd9;
  color: #fff;
}
.home.three .about-box {
  background-color: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .home.three .featured-about-box {
    background-attachment: scroll !important;
  }
}
.home.three .blog-list-section {
  box-shadow: none;
  background-color: #f7f7f7;
}
.home.three .page-center-wide {
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
}
.home-blog-feed {
  margin-top:-170px;
}
.home.three .hs-rss-item .hs-with-featured-image {
  margin-bottom:0;
}
.home.three .hs-rss-item-text {
  font-size:20px;
  text-align:center;
  width:100%!important;
  min-height:80px;
  padding: 0;
}
.home.three .hs-rss-item a:link {
  color: #fff;
  text-decoration:none;
}
.home.three .hs-rss-item a:visited {
  color: #fff;
  text-decoration:none;
}
.home.three .hs-rss-item a:hover {
  color: #209fd9;
  text-decoration:none;
}
.home.three .hs-rss-item a:active {
  color: #fff;
  text-decoration:none;
}
.home.three .hs-rss-item-image-wrapper {
  background: #313131;
  width:100%!important;
  display:block!important;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  float:none;
  overflow: hidden;
}
.home.three .hs-rss-featured-image {
  width: 600px;
  height: 300px;
  opacity: 0.3;
}
.home.three .home-blog-listings .hs-rss-title {
  color:#fff;
  text-align:center;
  z-index:4;
  margin-top:-150px;
  padding-right:0;
  padding-left:0;
  font-weight:900;
}
.home.three .home-blog-feed a {
  position:relative;
  top:300px;
  padding-top:50px;
  display:block;
  min-height: 250px;
  width:100%/*270px;*/
}
.home.three .home-blog-feed a:hover {
  background:rgba(32, 159, 217, .7);
  color:#fff;
}
.home.three .home-blog-listings .blog-posts {
  padding-bottom:20px;
}
@media only screen and (min-width: 768px) {
  .home.three .hs-with-featured-image {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .home.three .hs-with-featured-image:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home.three .hs-rss-featured-image {
    min-height: 300px;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .home.three .bordered-button-white {
    float: none;
  }
}





/* ========================= */
/*           PAGE            */
/* ========================= */

.top-section {

}

.content-section {
  padding: 100px 0;
}
.lesser-content-section {
  padding: 50px 0;
}
.content-section-flat-top {
  padding: 0 0 100px;
}
.full-width-white-bg {
  background: #ffffff;
}
.full-width-light-grey-bg {
  background: #f7f7f7;
}
.full-width-melody-bg {
  background: #414042;
}
.full-width-harmony-bg {
  background: #209fd9;
}
.full-width-gradient-bg {
  background: -webkit-linear-gradient(#f4fafb 0,#eff2f9 48%,#e2e6f5 100%);
  background: linear-gradient(#f4fafb 0,#eff2f9 48%,#e2e6f5 100%);
  background: -webkit-linear-gradient(105deg,#e2e6f4 20%,#eff2f9 40%,#fcfdff 60%,#f4fafb 80%);
  background: linear-gradient(-15deg,#e2e6f4 20%,#eff2f9 40%,#fcfdff 60%,#f4fafb 80%);
}
.page-banner-hero {
  color: #fff;
  background-color: #414042;
  padding: 50px 0;
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .page-banner-hero {
    background-attachment: scroll !important;
  }
}
.page-banner-hero .header {
  text-align: left;
}
.page-banner-hero .header h1 {
  font-size: 60px;
  line-height: 68px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  text-transform: none;
}
.center-image {
  text-align: center;
}
.page-sidebar {

}
.page-content {

}
.left-column-area {

}
.middle-column-area {

}
.right-column-area {

}
@media all and (min-width: 768px) {
  .with-sidebar .page-sidebar {
    float: right;
  }
  /*.with-sidebar 
  {
  float: left;
  padding-right: 20px;
}*/
  .page-content-left {
    padding-right: 10px;
  }
  .page-content-right {
    padding-left: 10px;
  }
}
.page-sidebar .hs_cos_wrapper_type_post_listing ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.page-sidebar .hs_cos_wrapper_type_post_listing ul li {
  margin-bottom: 15px;
}
.page-sidebar .hs_cos_wrapper_type_post_listing ul li a {
  color: #565656;
}
.page-sidebar .hs_cos_wrapper_type_post_listing li {
  position: relative !important;
  padding-left: 20px !important;
}
.page-sidebar .hs_cos_wrapper_type_post_listing li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-size: 28px;
  color: #209fd9;
}

.call-back-gradient {
  background: -webkit-radial-gradient(rgba(20,20,20, .25) 0, rgba(255,254,194,.25) 100%); /* Safari 5.1-6.0 */
  background: -o-radial-gradient(rgba(20,20,20, .25) 0, rgba(255,254,194,.25) 100%); /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(rgba(20,20,20, .25) 0, rgba(255,254,194,.25) 100%); /* For Firefox 3.6-15 */
  background: radial-gradient(rgba(20,20,20, .25) 0, rgba(255,254,194,.25) 100%); /* Standard syntax */
}
.about .top-call-back {
  color: #fff;
}
.about .top-icons-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.tidbits-section h2, .tidbits-section h3 .tidbits-section h4, .tidbits-section h5, .tidbits-section h6 {
  -webkit-margin-after: 20px;
}
.about .tidbit img {
  border-radius: 50%;
}
.about .tidbit {
  border: 1px solid #565656;
  border-radius: 40px;
  padding: 30px;
}
@media all and (min-width: 768px) {
  .about .page-content-left {
    padding-right: 20px;
  }
  .about .page-content-right {
    padding-left: 20px;
  }
}


.services .top-icons-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.services .top-element {

}
.services .icon-column {
  padding: 0 12px;
}
.services .back-and-forth-section {
  background: -webkit-linear-gradient(#f4fafb 0,#eff2f9 48%,#e2e6f5 100%);
  background: linear-gradient(#f4fafb 0,#eff2f9 48%,#e2e6f5 100%);
  background: -webkit-linear-gradient(105deg,#e2e6f4 20%,#eff2f9 40%,#fcfdff 60%,#f4fafb 80%);
  background: linear-gradient(-15deg,#e2e6f4 20%,#eff2f9 40%,#fcfdff 60%,#f4fafb 80%);
}
.services .back-and-forth {
  position: relative;
}
.services .back-and-forth .hs_cos_wrapper_type_rich_text {
  max-width: 70%;
  display: block;
  clear: both;
  text-align: justify !important;
  margin-bottom: 100px;
}
.services .back-and-forth .hs_cos_wrapper_type_rich_text:nth-child(even) {
  float: right;
}
.services .back-and-forth .hs_cos_wrapper_type_rich_text:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .services .back-and-forth .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .services .back-and-forth .hs_cos_wrapper_type_rich_text:nth-child(even) {
    float: none;
  }
}
.services .services-bullets-container {
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
}
@media all and (max-width: 1500px) {
  .services .services-bullets-container {
    padding: 0 20px;
  }
}
.services .why-us-bullets .hs_cos_wrapper_type_rich_text {
  position: relative;
  max-width: 90%;
  margin-top: 40px;
  padding-left: 50px;
}
.services .why-us-bullets .hs_cos_wrapper_type_rich_text:before {
  font-family: FontAwesome;
  content: '\f013';
  color: #209fd9;
  vertical-align: middle;
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: 0;
}


/* ========================= */
/*           BLOG            */
/* ========================= */

body.blog.jobs, body.blog.portfolio {
  background-color: #242424;
}
.super-page-center {
  max-width: 800px;
  padding:0 50px;
  margin: 0 auto!important;
  float: none!important;
}

.blog blockquote {
  -webkit-margin-start: 10px;
}
.blog img {
  height: auto;
}


.blog.classic .main-page {
  background:#f3f3f3;
  padding:22px 20px 50px;
  padding-top: 22px;
}
@media all and (max-width: 600px) {
  .blog.classic .main-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog.classic .blog-main-page .post-listing a:link {
  color:#414042;
}
.blog.classic .blog-main-page .post-listing a:visited {
  color:#414042;
}
.blog.classic .hs-featured-image {
  min-width: 100%;
  margin: 0;
  float: none;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.classic .blog-post-item .hs-featured-image-wrapper {
  overflow: hidden;
  height: 400px;
  width: 100%;
}
.blog.classic .blog-post-item .hs-featured-image {
  height: 500px;
  width: auto;
  min-width: 100%;
  max-width: 150%;
}
@media all and (max-width: 600px) {
  .blog.classic .blog-post-item .hs-featured-image-wrapper {
    height: auto;
  }
  .blog.classic .blog-post-item .hs-featured-image {
    height: auto;
    width: 100%;
    max-width: none;
  }
}
.blog.classic .post-body.clearfix {
  text-align:left;
}
.blog.classic .blog-pagination {
  clear:both;
  margin: 0 auto;
  float:none;
  text-align: center;
}
.blog.classic .blog-post-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  padding:0;
  margin:0 0 22px;
  overflow: hidden;
  float:left;
  min-width: 100%;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.classic .blog-post-item h2 {
  font-size:24px;
}
.blog.classic .post-header h2 {
  font-size:24px;
  line-height: 1.5em;
}
.blog.classic .post-header {
  padding: 20px;
  font-size: 18px;
}
.blog.classic .post-header p {
  font-size: 18px;
}
/*.blog.classic .blog-post-item .post-header-title {
min-height: 90px;
}*/
.blog.classic .featured-blog .post-header-title a {
  color: #fff;
}
.blog.classic .featured-blog .post-header-title a:hover {
  color: rgba(32, 159, 217, .7);  
}
.blog.classic .featured-link:link {
  color: #fff;
}
.blog.classic .featured-link:active {
  color: #fff;
}
.blog.classic .featured-link:visited {
  color: #fff;
}
.blog.classic .featured-link:hover {
  color: #fff;
}
.blog.classic .featured-link .post-item a {
  color: #fff;
}
.blog.classic .blog-link:link {
  color: #565656;
}
.blog.classic .blog-link:visited {
  color: #565656;
}
.blog.classic .blog-link:active {
  color: #565656;
}
.blog.classic .blog-link:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.classic .blog-cta-button {
  margin:0 auto 40px;
  text-align:center;
  float:none;
  display: inline-block;
}
.blog.classic .blog-post-wrapper .cell-wrapper {
  font-size: 18px;
  line-height: 34px;
}
.blog.classic .blog-post-wrapper .cell-wrapper p {
  font-size: 18px;
  line-height: 34px;
}
.blog.classic .blog-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  padding:20px; 
}
.blog.classic .display-author {
  font-size:20px;
}
.blog.classic .author-avatar-small-container {
  max-width:60px;
  max-height:60px;
  overflow:hidden;
  border-radius:30px;
}
.blog.classic .author-avatar-small {
  width:60px;
  height:auto;
}
.blog.classic .blog-sidebar {
  padding-bottom:50px;
}
.blog.classic .blog-sidebar-item ul {
  list-style-type:none;
  -webkit-padding-start:0;
}
.blog.classic .blog-sidebar-item li {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5em;
}
.blog.classic .blog-sidebar-item li a {
  color: #565656;
}
.blog.classic .blog-sidebar-item li a:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.classic .blog-sidebar-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  padding: 0 20px;
  margin:0 0 40px 20px;    
}
@media all and (max-width: 767px) {
  .blog.classic .blog-sidebar-item {
    margin-top: 20px;
    margin-left: 0;
  }
}
.blog.classic .sidebar-item {
  margin: 30px 0;
}
.blog.classic .sidebar-social-sharing {
  text-align: left;
}
.blog.classic .sidebar-social-sharing a {
  margin: 0 7px;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  padding-left: 20px;
  width: 76%;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 1.5em;
}
@media all and (max-width: 400px) {
  .blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 70%;
  }
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
  color: #565656;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
  font-size: 12px;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  overflow: hidden;
  height: 50px;
  width: 20%;
  border: 5px solid transparent;
  box-shadow: 0px 0px 20px -5px #000;
  -webkit-box-shadow: 0px 0px 20px -5px #000;    
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  height: 50px;
  width: auto;
  min-width: auto;
  max-width: none;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image img {
  height: 50px;
  width: auto;
  max-width: none;
}
.blog.classic .sidebar-cta {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.blog.classic .topic-cloud ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  font-family: Open Sans;
}
.blog.classic .topic-cloud ul li {
  display: inline-block;
  float: left;
  margin: 5px;
  font-size: 10px;
}
.blog.classic .topic-cloud ul li a {
  background: #209fd9;
  color: #fff;
  padding: 3px 4px;
}
.blog.classic .topic-cloud ul li a:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.classic .list-topics {
  margin: 0 20px 20px;
  font-size: 12px;
  line-height: 2em;
  font-family: Open Sans;
}
.blog.classic .list-topics a {
  color: #fff;
  margin: 3px 0;
}
.blog.classic .list-topics a:hover {
  color: #fff;
}
.blog.classic .blog-post-item .list-topics {
  min-height: 50px;
}
.blog.classic .topic-link {
  background: #209fd9;
  color: #fff;
  padding: 3px 5px;
  margin: 3px 0;
}
.blog.classic .topic-link:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.classic .blog-piece {

}

/* ============== */
/*   BLOG 2       */
/* ============== */

.blog.two .main-page {
  background:#f3f3f3;
  padding:22px 20px 50px;
  padding-top: 22px;
}
@media all and (max-width: 600px) {
  .blog.two .main-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog.two .hs-blog-header {
  text-align: center;
  margin-bottom: 30px;
}
.blog.two .blog-main-page .post-listing a:link {
  color:#414042;
}
.blog.two .blog-main-page .post-listing a:visited {
  color:#414042;
}
.blog.two .hs-featured-image-wrapper {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog.two .hs-featured-image {
  min-width: 100%;
  margin: 0;
  float: none;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.two .blog-post-item .hs-featured-image-wrapper {
  overflow: hidden;
  height: 200px;
  width: 100%;
}
.blog.two .blog-post-item .hs-featured-image {
  height: 250px;
  width: auto;
  min-width: auto;
  max-width: none;
}
.blog.two .featured-blog .hs-featured-image-overlay {
  background: -webkit-radial-gradient(rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,1)); /* Safari */
  background: -o-radial-gradient(rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,1)); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,1)); /* Firefox 3.6 to 15 */
  background: radial-gradient(rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,1)); /* Standard syntax */
}
.blog.two .featured-blog .hs-featured-image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 350px;
  width: 100%;
  opacity: .6;
}
.blog.two .featured-blog .hs-featured-image {
  width: auto;
  min-width: auto;
  max-width: 100%;
  opacity:.6;
}
.blog.two .post-body.clearfix {
  text-align:left;
}
.blog.two .blog-pagination {
  clear:both;
  margin: 0 auto;
  float:none;
  text-align: center;
}
.blog.two .blog-post-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  /*max-width: 48.380599%;*/
  width: 48.380599%;
  padding:0;
  margin:0 0 22px;
  height: 475px;
  overflow: hidden;
  float:left;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.two .blog-post-item h2 {
  font-size:24px;
}
.blog.two .blog-post-item-right {
  float: right;
}
.blog.two .featured-blog {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  width: 100%;
  max-height: 350px;
  min-height: 350px;
  margin:0 0 22px;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.two .post-header h2 {
  font-size:18px;
  line-height: 1.5em;
}
.blog.two .post-header {
  padding: 20px;
  font-size: 12px;
}
.blog.two .post-header p {
  font-size: 12px;
}
.blog.two .blog-post-item .post-header-title {
  min-height: 90px;
}
.blog.two .featured-blog .post-header-title a {
  color: #fff;
}
.blog.two .featured-blog .post-header-title a:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.two .featured-blog .post-header {
  color: #fff;
  margin: -275px auto 0;
  max-width: 350px;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.blog.two .featured-blog .post-header h2 {
  font-size: 24px;

}
.blog.two .featured-link:link {
  color: #fff;
}
.blog.two .featured-link:active {
  color: #fff;
}
.blog.two .featured-link:visited {
  color: #fff;
}
.blog.two .featured-link:hover {
  color: #fff;
}
.blog.two .featured-link .post-item a {
  color: #fff;
}
.blog.two .blog-link:link {
  color: #565656;
}
.blog.two .blog-link:visited {
  color: #565656;
}
.blog.two .blog-link:active {
  color: #565656;
}
.blog.two .blog-link:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.two .blog-cta-button {
  margin:0 auto 40px;
  text-align:center;
  float:none;
  display: inline-block;
}
.blog.two .blog-post-wrapper .cell-wrapper {
  font-size: 18px;
  line-height: 34px;
}
.blog.two .blog-post-wrapper .cell-wrapper p {
  font-size: 18px;
  line-height: 34px;
}
.blog.two .blog-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  padding:20px; 
}
.blog.two .display-author {
  font-size:20px;
}
.blog.two .author-avatar-small-container {
  max-width:60px;
  max-height:60px;
  overflow:hidden;
  border-radius:30px;
}
.blog.two .author-avatar-small {
  width:60px;
  height:auto;
}
.blog.two .blog-sidebar {
  padding-bottom:50px;
}
.blog.two .blog-sidebar-item ul {
  list-style-type:none;
  -webkit-padding-start:0;
}
.blog.two .blog-sidebar-item li {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5em;
}
.blog.two .blog-sidebar-item li a {
  color: #565656;
}
.blog.two .blog-sidebar-item li a:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.two .blog-sidebar-item {
  background:#fff;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
  padding: 0 20px;
  margin:0 0 40px 20px;    
}
@media all and (max-width: 767px) {
  .blog.two .blog-sidebar-item {
    margin-top: 20px;
    margin-left: 0;
  }
}
.blog.two .sidebar-item {
  margin: 30px 0;
}
.blog.two .sidebar-social-sharing {
  text-align: left;
}
.blog.two .sidebar-social-sharing a {
  margin: 0 7px;
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  padding-left: 20px;
  width: 76%;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 1.5em;
}
@media all and (max-width: 400px) {
  .blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 70%;
  }
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
  color: #565656;
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover {
  color: rgba(32, 159, 217, .7);
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
  font-size: 12px;
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  overflow: hidden;
  height: 50px;
  width: 20%;
  border: 5px solid transparent;
  box-shadow: 0px 0px 20px -5px #000;
  -webkit-box-shadow: 0px 0px 20px -5px #000;    
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  height: 50px;
  width: auto;
  min-width: auto;
  max-width: none;
}
.blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image img {
  height: 50px;
  width: auto;
  max-width: none;
}
.blog.two .sidebar-cta {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.blog.two .topic-cloud ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  font-family: Open Sans;
}
.blog.two .topic-cloud ul li {
  display: inline-block;
  float: left;
  margin: 5px;
  font-size: 10px;
}
.blog.two .topic-cloud ul li a {
  background: #209fd9;
  color: #fff;
  padding: 3px 4px;
}
.blog.two .topic-cloud ul li a:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.two .list-topics {
  margin: 0 20px 20px;
  font-size: 12px;
  line-height: 2em;
  font-family: Open Sans;
}
.blog.two .list-topics a {
  color: #fff;
  margin: 3px 0;
}
.blog.two .list-topics a:hover {
  color: #fff;
}
.blog.two .blog-post-item .list-topics {
  min-height: 50px;
}
.blog.two .topic-link {
  background: #209fd9;
  color: #fff;
  padding: 3px 5px;
  margin: 3px 0;
}

.blog.two .featured-blog .list-topics {
  float: none;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .blog.two .blog-post-item {
    /*max-width: 100%;*/
    width: 100%;
    padding:0;
    margin:0 0.6% 40px;
    min-height: 400px;
    overflow: hidden;
    float:none;
  }
  .blog.two .blog-post-item .hs-featured-image-wrapper {
    overflow: hidden;
    height: 200px;
    width: 100%;
  }
  .blog.two .blog-post-item .hs-featured-image {
    height: auto;
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .blog.two .featured-blog .post-header-title a {
    color: #565656;
  }
  .blog.two .featured-blog .post-header-title a:hover {
    color: ;
  }
  .blog.two .sidebar-social-sharing a {
    margin: 0 3px;
  }
  .blog.two .featured-blog .hs-featured-image-overlay {
    background: transparent;
  }
  .blog.two .featured-blog .hs-featured-image-wrapper {
    opacity: 1;
  }
  .blog.two .featured-blog {
    width: 100%;
    max-height: none;
    min-height: 500px;
    margin:0 0 40px;
  }
  .blog.two .featured-blog .post-header {
    margin: 0;
    text-align: left;
  }
  .blog.two .featured-blog .list-topics {
    text-align: left;
    margin: 0 0 20px;
  }
  .blog.two .featured-link:link {
    color: #565656;
  }
  .blog.two .featured-link:active {
    color: #565656;
  }
  .blog.two .featured-link:visited {
    color: #565656;
  }
  .blog.two .featured-link:hover {
    color: #565656;
  }
  .blog.two .featured-link .post-item a {
    color: #565656;
  }

}
@media screen and (max-width: 460px) {
  .blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    height: 50px;
  }
  .blog.two .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    height: 50px;
  }
}

/* ===================== */
/*      BLOG CARDS       */
/* ===================== */

@media all and (max-width: 600px) {
  .blog.cards .super-page-center {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .blog-slider-area {
    display: none !important;
  }
}

.blog.cards .blog-post-wrapper .cell-wrapper {
  font-size: 18px;
  line-height: 34px;
}
.blog.cards .blog-post-wrapper .cell-wrapper p {
  font-size: 18px;
  line-height: 34px;
}
.blog.cards .post-body {
  font-size: 18px;
  line-height: 34px;
  color: #565656;
}
.blog.cards .post-body p,
.blog.cards .post-body h6,
.blog.cards .post-body h1,
.blog.cards .post-body h2,
.blog.cards .post-body h3,
.blog.cards .post-body h4,
.blog.cards .post-body h5 {
  font-size: 18px;
  line-height: 34px;
  color: #565656;
}
.blog.cards .blog-item {
  background:#fff;
  padding:20px;
  margin: 20px 0;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
}

.blog.cards .full-width-header-section {
  padding: 30px 0;
}

.blog.cards .blog-main-page {
  background: #f6f7f8;
  padding: 20px 0;
}
.blog.cards .post-summary p {
  font-size: 13px;
}


.blog.cards .float-all-left {
  float: left;
  max-width: 32%;
  margin-right: 2%;
}
.blog.cards .float-all-middle {
  float: left;
  max-width: 32%;
  margin-right: 2%;
}
.blog.cards .float-all-right {
  float: right;
  max-width: 32%;
}
.blog.cards .float-contents a {
  color: #565656;
}
.blog.cards .float-contents a:hover {
  color: #787878;
}
.blog.cards .float-contents .post-item {
  background: #fff;
  padding: 0;
  height: 300px;
  margin: 20px 0;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
}
.blog.cards .float-contents .hs-featured-image-wrapper {
  min-width: 100%!important;
  float: center!important;
  padding: 0;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  background-color: #222;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .float-contents .hs-featured-image {
  height: 450px;
  width: auto;
  min-width: auto;
  max-width: none;
  opacity: .4;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .float-contents .post-item .post-header {
  padding: 15px 10px 0;
  font-size: 16px;
  line-height: 19px;
  margin-top: -250px;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .float-contents .post-item .post-header h1,
.blog.cards .float-contents .post-item .post-header h2,
.blog.cards .float-contents .post-item .post-header h4,
.blog.cards .float-contents .post-item .post-header h5,
.blog.cards .float-contents .post-item .post-header h6 {
  font-size: 16px;
  line-height: 19px;
}
.blog.cards .float-contents .post-item .post-header h3 {
  font-size: 24px;
  line-height: 28px;
}
.blog.cards .float-contents .post-item .post-header p {
  font-size: 16px;
  line-height: 19px;
}
.blog.cards .float-contents .post-item .post-summary {
  padding: 0 10px 15px;
  font-size: 16px;
  line-height: 19px;
  margin-top: -250px;
  display: none;
  z-index: 10;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .author-social-media {
  margin: 20px 0;
}
.blog.cards .author-social-media a {
  margin: 0 10px;
  font-size: 20px;
}
.blog.cards .author-avatar-small {
  vertical-align:middle;
  border-radius:50%;
  width: 80px;
}
.blog.cards p.author-date {
  font-size: 13px;
  line-height: 16px;
}
.blog.cards .float-contents .post-item-link:hover .post-summary {
  display: block;
  z-index: 10;
}
.blog.cards .float-contents .post-item-link:hover .post-header {
  display: none;
}
.blog.cards .float-contents .post-item-link:hover .hs-featured-image {
  opacity: 0.25;
}
.blog.cards .float-contents .post-item-link:hover .hs-featured-image-wrapper {
  background-color: #fff;
}
.blog.cards .float-contents .post-item .post-header .read-more-link {
  clear: left;
}
.blog.cards .blog-pagination {
  clear: left;
  text-align: center;
}
.blog.cards .list-topics {
  margin: 0 10px 20px;
  font-size: 12px;
  line-height: 2em;
  font-family: Open Sans;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.blog.cards .float-contents .post-item-link:hover .post-summary {
  display: block;
  z-index: 10;
}
.blog.cards .float-contents .post-item-link:hover .post-header {
  display: none;
}
.blog.cards .float-contents .post-item-link:hover .hs-featured-image {
  opacity: 0.15;
}
.blog.cards .float-contents .post-item-link:hover .hs-featured-image-wrapper {
  background-color: #fff;
}
.blog.cards .float-contents .post-item-link:hover .list-topics {
  text-align: left;
}


.blog.cards .featured-item,
.blog.cards .feat-item-1,
.blog.cards .feat-item-2,
.blog.cards .feat-item-3 {
  -webkit-transition:all .5s ease-in-out!important;
  transition: all .5s ease-in-out!important;
}
.blog.cards .featured-item {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}
.blog.cards .feat-item-1,
.blog.cards .feat-item-2,
.blog.cards .feat-item-3 {
  position: absolute;
  top: 0;
  left: 0;
}
.blog.cards .invisible {
  opacity: 0;
}
.blog.cards .featured-item a {
  color: #565656;
}
.blog.cards .featured-item a:hover {
  color: #787878;
}
.blog.cards .featured-item .post-item {
  background: #fff;
  padding: 0;
  height: 400px;
  margin: 20px 0;
  box-shadow: 0px 2px 20px -10px #000;
  -webkit-box-shadow: 0px 2px 20px -10px #000;
}
.blog.cards .featured-item .hs-featured-image-wrapper {
  min-width: 100%!important;
  padding: 0;
  height: 400px;
  max-height: 500px;
  overflow: hidden;
  background-color: #222;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .featured-item .hs-featured-image {
  height: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  opacity: .4;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .featured-item .post-item .post-header {
  padding: 15px 30px 0;
  font-size: 16px;
  line-height: 19px;
  margin-top: -350px;
  width: 50%;
  text-align: left;
  color: #fff;
  position: relative;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.cards .featured-item .list-topics {
  text-align: left;
  margin-left: 30px;
}
.blog.cards .featured-item .post-item .post-header h1,
.blog.cards .featured-item .post-item .post-header h2,
.blog.cards .featured-item .post-item .post-header h4,
.blog.cards .featured-item .post-item .post-header h5,
.blog.cards .featured-item .post-item .post-header h6 {
  font-size: 16px;
  line-height: 19px;
}
.blog.cards .featured-item .post-item .post-header h3 {
  font-size: 24px;
  line-height: 28px;
}
.blog.cards .featured-item .post-item .post-header p {
  font-size: 16px;
  line-height: 19px;
}
.blog.cards .featured-item .post-item-link:hover .post-header {
  color: #444;
}
.blog.cards .featured-item .post-item-link:hover .hs-featured-image {
  opacity: 0.15;
}
.blog.cards .featured-item .post-item-link:hover .hs-featured-image-wrapper {
  background-color: #fff;
}
.blog.cards .featured-item .post-header .read-more-link {
  clear: left;
}
.blog.cards .featured-item .post-item-link:hover .list-topics {
  text-align: left;
}
.blog.cards .slider-buttons {
  display:block;
  margin-top: 40px;
}


.blog.cards .footer-object ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.blog.cards .footer-object ul li {
  margin: 15px 0;
}
.blog.cards .footer-object ul li a:link {
  color: #fff;
}
.blog.cards .footer-object ul li a:active {
  color: #fff;
}
.blog.cards .footer-object ul li a:visited {
  color: #fff;
}
.blog.cards .footer-object ul li a:hover {
  color: #209fd9;
}
.blog.cards .topic-cloud ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  font-family: Open Sans;
}
.blog.cards .topic-cloud ul li {
  display: inline-block;
  float: left;
  margin: 5px;
  font-size: 12px;
}
.blog.cards .topic-cloud ul li a {
  background: #209fd9;
  color: #fff;
  padding: 3px 4px;
  text-shadow: 1px 1px rgba(15, 15, 15, .7);
}
.blog.cards .topic-cloud ul li a:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.cards .list-topics a {
  color: #fff;
  text-shadow: 1px 1px rgba(15, 15, 15, .7);
  margin: 3px 0;
}
.blog.cards .list-topics a:hover {
  color: #fff;
}
.blog.cards .blog-list-topics a {
  color: #fff;
  margin: 3px 0;
}
.blog.cards .blog-list-topics a:hover {
  color: #fff;
}
.blog.cards .topic-link {
  background: #209fd9;
  color: #fff;
  padding: 3px 5px;
  margin: 3px auto;
  z-index: 10;
  text-shadow: 1px 1px rgba(15, 15, 15, .5)
}
.blog.cards .bottom-line {
  margin: 40px 0 30px;
  background-color: #676767;
  color: #676767;
}

.blog.cards .full-width-footer-section {
  background-color: #515151;
  padding: 30px 0;
  color: #fff;
}

.blog.cards .copyright-section {
  text-align: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
}
.blog.cards .hs-form {
  margin-top:20px;
}
.blog.cards .hs-form-field .hs_email {
  display:inline-block;
}
.blog.cards .blog-subscribe-callout {
  padding: 10px;
  height: 80px;
  margin-bottom: 42px;
}
.blog.cards .blog-subscribe-callout h2 {
  color:#209fd9;
}
.blog.cards .blog-subscribe-callout .hs-form {
  margin-top: 0;
}
.blog.cards .blog-subscribe-callout input[type="email"] {
  width: 60%;
  max-width: 60%;
  float:left;
  margin-top: 0;
}

.blog.cards .blog-subscribe-callout label {
  display:none;
}
.blog.cards .blog-subscribe-callout h3 {
  -webkit-margin-before: 1em;
}
@media all and (max-width: 767px) {
  .blog.cards .blog-subscribe-callout {
    display: none !important;
  }
}
.blog.cards .blog-subscribe-callout .super-page-center {
  padding: 0;
}

/*================================ */
/*          BLOG CREATIVE          */
/*================================ */

.full-width-blog-author-bg {
  background-color: #3d3d3d;
  color:#fff;
  padding: 50px 0;
}


.blog.creative .slider-image-blackout {
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.3)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.3)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.3)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.3)); /* Standard syntax (must be last) */
  padding:100px 0 100px;
  color: #fff;
}
.blog.creative .full-slider {
  display:block;
}


.blog.creative .categories {
  float:none;
  margin:0 auto;
  text-align:center;
}

.blog.creative .categories ul li.active a {
  color:#111;
  border:1px solid #ccc;
  border-bottom:none;
  border-top:2px solid #209fd9;
  background:#f6f7f8;
}

.blog.creative .blog-main-page {
  background:#f6f7f8;
  padding:20px;
}
.blog.creative .blog-main-page .post-listing a:link {
  color:#565656;
}
.blog.creative .blog-main-page .post-listing a:visited {
  color: #565656;
}
.blog.creative .blog-sidebar {
  padding-bottom:50px;
}
.blog.creative .blog-sidebar ul {
  list-style-type:none;
}
.blog.creative .blog-sidebar ul > li {
  margin-top:8px;
}

.blog.creative .blog-sharing-buttons {
  margin:30px auto;
  float:none;
}
.blog.creative .blog-sidebar-item {
  background:#fff;
  border:1px solid #e5e5e5;
  padding:20px;
  margin:0 0 40px;    
}
.blog.creative .blog-main-page .hs-featured-image-wrapper {
  background-color:#fff;
  position:relative;
  width:150px;
  float:left;
  padding:0;
  margin-right:20px;
  height:150px;
  overflow:hidden;
  border-radius:50%;
  z-index:2;
  background-attachment: scroll;
}
@media all and (max-width: 600px) {
  .blog.creative .blog-main-page .hs-featured-image-wrapper {
    float: none;
    margin: 0 auto;
  }
}
.blog.creative .blog-main-page .hs-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  width: 150px;
}
.blog.creative .blog-main-page .hs-featured-image {
  min-width:200%;
  max-width:200%;
  position: absolute;
  vertical-align:middle;
  top:0;
  left:-50%;
}
.blog.creative .post-body.clearfix {
  text-align:left;
  margin-top:-20px;
}
.blog.creative .post-item {
  background:#fff;
  border:1px solid #e5e5e5;
  padding:40px;
  margin:0 0 40px;
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.creative .post-item h2 {
  font-size:24px;
}
.blog.creative .post-item:hover {
  color:#fff;
  background:#209fd9;
}
.blog.creative .post-listing-simple:hover {
  color:#fff;
}
.blog.creative #hs-featured-image {
  -webkit-transition:all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.blog.creative .post-item:hover #hs-featured-image {
  opacity:.4!important;
}
.blog.creative .blog-cta-button {
  margin:0 auto 40px;
  text-align:center;
  float:none;
  border-radius: 40px;
  display: inline-block;
}
.blog.creative .blog-post-wrapper .cell-wrapper {
  font-size: 18px;
  line-height: 34px;
}
.blog.creative .blog-post-wrapper .cell-wrapper p {
  font-size: 18px;
  line-height: 34px;
}
.blog.creative .blog-item {
  background:#fff;
  border:1px solid #e5e5e5;
  padding:20px; 
}
.blog.creative .sidebar-cta {
  text-align: left;
  margin: 10px auto;
}
.blog.creative .cta-form {
  float: none;
  margin: 0 auto;
  background-color:#ddd;
  display: inline-block;
}
.blog.creative .cta-header {
  text-align:center;
  color:#fff;
  background-color:#209fd9;
  padding: 10px 20px 30px;
}
.blog.creative .cta-form-padder {
  padding: 0 10% 20px;
}
.blog.creative .growth-driven-design h1 {
  font-size: 20px;
}
.blog.creative .growth-driven-design h2 {
  font-size: 40px;
}
.blog.creative .display-author {
  font-size:20px;
}
.blog.creative .author-avatar-small-container {
  max-width:60px;
  max-height:60px;
  overflow:hidden;
  border-radius:30px;
}
.blog.creative .author-avatar-small {
  width:60px;
  height:auto;
}
.blog .author-social-media {
  margin:10px 0 20px;
}
.blog .author-social-media a {
  margin:0 10px;
  font-size:18px;
}
@media all and (min-width: 768px) {
  .blog.creative .hs-featured-image {
    display: none !important;
  }
}


.blog .hs-author-profile {
  margin-bottom: 20px;
}



/* =============== */
/*      JOBS       */
/* =============== */

.blog.cards.jobs .blog-listing-wrapper .post-header {
  background-color: #209fd9;
  margin-top: 0 !important;
  padding: 10px !important;
}
.blog.cards.jobs .post-header h3 {
  -webkit-margin-after: 0;
}
.blog.cards.jobs .post-summary {
  display: block! important;
  margin-top: 20px !important;
}
.blog.cards.jobs .float-contents .post-item-link:hover .post-header {
  display: block;
}
.blog.cards.jobs .list-topics {
  margin: 20px 10px;
}
.blog.cards.jobs .float-contents .post-item-link:hover .list-topics {
  text-align: center;
}
.blog.cards.jobs .float-contents .post-item {
  height: auto;
  overflow: hidden;
}
.blog.cards.jobs .job-form-header {
  background-color: #209fd9;
  color: #fff;
}
.blog.cards.jobs .job-form-header h2, .blog.cards.jobs .job-form-header h3, .blog.cards.jobs .job-form-header h4 {
  -webkit-margin-before: 15px;
}
.blog.cards.jobs .job-form-header p {
  -webkit-margin-after: 15px;
}
.blog.cards.jobs .blog-item.no-top {
  margin-top: 0;
}
@media all and (max-width: 600px) {
  .blog.cards.jobs .super-page-center {
    padding: 0;
  }
}


/* ================== */
/*    PORTFOLIO       */
/* ================== */

.blog.portfolio .main-page {
  background-color: #f7f7f7;
  padding-top: 30px;
}
.blog.portfolio .float-all-left {
  float: left;
  max-width: 32%;
  margin-right: 2%;
}
.blog.portfolio .float-all-middle {
  float: left;
  max-width: 32%;
  margin-right: 2%;
}
.blog.portfolio .float-all-right {
  float: right;
  max-width: 32%;
}
.blog.portfolio .post-item {
  background: #fff;
  margin-bottom: 20px;
}
.blog.portfolio .hs-featured-image-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: auto;
}
.blog.portfolio .hs-featured-image {
  float: none;
  margin: 0;
  min-width: 100%;
}
.blog.portfolio .post-header {
  padding: 20px 20px 0;
}

.blog.portfolio .topic-cloud {
  margin-bottom: 20px;
}
.blog.portfolio .topic-cloud ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  font-family: Open Sans;
}
.blog.portfolio .topic-cloud ul li {
  display: inline-block;
  float: left;
  margin: 5px;
  font-size: 12px;
}
.blog.portfolio .topic-cloud ul li a {
  background: #209fd9;
  color: #fff;
  padding: 3px 4px;
}
.blog.portfolio .topic-cloud ul li a:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.portfolio .list-topics {
  margin: 0 20px 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 2em;
  font-family: Open Sans;
}
.blog.portfolio .list-topics a {
  color: #fff;
  margin: 3px 0;
}
.blog.portfolio .list-topics a:hover {
  color: #fff;
}
.blog.portfolio .blog-post-item .list-topics {
  min-height: 50px;
}
.blog.portfolio .topic-link {
  background: #209fd9;
  color: #fff;
  padding: 3px 5px;
  margin: 3px 0;
}
.blog.portfolio .topic-link:hover {
  background: rgba(32, 159, 217, .7);
  color: #fff;
}
.blog.portfolio .blog-pagination {
  clear:both;
  margin: 0 auto 20px;
  float:none;
  text-align: center;
}

@media all and (max-width: 767px) {
  .float-all-left {
    float: left;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .float-all-middle {
    float: right;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .float-all-right {
    float: right;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}

.blog.portfolio.gallery .post-header {
  padding-bottom: 20px;
}
.blog.portfolio.gallery .post-header h6 {
  -webkit-margin-after: 0;
}
@media all and (max-width: 600px) {
  .blog .main-page, .blog .blog-main-page {
    padding: 20px 0 !important;
  }
}
.blog .blog-sidebar-item .hs_cos_wrapper_type_post_listing li {
  position: relative !important;
  padding-left: 20px !important;
}
.blog .blog-sidebar-item .hs_cos_wrapper_type_post_listing li a {
  color: #565656;
}
.blog .blog-sidebar-item .hs_cos_wrapper_type_post_listing li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-size: 28px;
  color: #209fd9;
}


/* ===================== */
/*   ANIMATION ELEMENTS  */
/* ===================== */

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.fade-in {
  opacity: 0;
  -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
  animation-delay: -5s;v
}
.animation-element.fade-in.in-view {
  opacity: 1;
  -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
  animation-delay: -5s;
}
.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.delay-1s {
  -webkit-animation-delay: -1s; /* Chrome, Safari, Opera */
  animation-delay: -1s;
}
.delay-2s {
  -webkit-animation-delay: -2s; /* Chrome, Safari, Opera */
  animation-delay: -2s;
}
.delay-3s {
  -webkit-animation-delay: -3s; /* Chrome, Safari, Opera */
  animation-delay: -3s;
}
.delay-4s {
  -webkit-animation-delay: -4s; /* Chrome, Safari, Opera */
  animation-delay: -4s;
}
.delay-5s {
  -webkit-animation-delay: -5s; /* Chrome, Safari, Opera */
  animation-delay: -5s;
}


/* ===================== */
/*        SYSTEM         */
/* ===================== */

.system .hero-text h2 {
  font-size: 4em;
  line-height: 1.375;
}

.system .page-center-hero {
  padding: 0 40px;
  margin: 0 auto !important;
  float: none !important;
}

@media (max-width: 767px) {
  .system .hero-text {
    padding-top: 250px;
  }
}
@media (max-width: 532px) {
  .system .hero-text h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 476px) {
  .system .hero-text h2 {
    font-size: 3.1em;
  }
}
@media (max-width: 430px) {
  .system .hero-text h2 {
    font-size: 2.7em;
  }
}

.system .hero {
  color: #fff;
  z-index: 4;
  height: 100vh;
  width: 100vw;
}

.system .hero .hero-overlay {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .system .hero {
    height: auto;
    min-height: 100vh;
  }
  .system .hero .hero-overlay {
    height: auto;
    padding: 0;
  }
}

.system .hero {
  /*background: #465560;*/
  color: #fff;
  z-index: 4;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 767px) {
  .system .hero {
    height: auto;
    min-height: 100vh;
  }
}

/*.system .hero .hero-overlay {
background: rgba(255,96,71,.8);
background: -webkit-linear-gradient(left, rgba(255,96,71,.8), rgba(255,194,58,.8));
background: -o-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
background: -moz-linear-gradient(right, rgba(255,96,71,.8), rgba(255,194,58,.8));
background: linear-gradient(to right, rgba(255,96,71,.8), rgba(255,194,58,.8));
}*/

.system .hero .hero-overlay {
  height: auto;
  display: block;
}

.system .hero .page-center-hero {
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1325px) and (min-width: 768px) {
  .system .hero .page-center-hero {
    max-width: 600px !important;
  }
}

@media (max-width: 767px) {
  .system .hero {
    height: auto;
    min-height: 0;
  }
  .system .hero .page-center-hero {
    /*height: auto;*/
    padding: 0 40px;
  }
  .system .hero-text {
    padding: 0px 0 100px;
    padding-top: 0px;
  }
}

@media (max-width: 600px) {
  .system .hero-text {
    padding: 0px 0 300px;
    padding-top: 0px;
  }
}

@media (max-width: 500px) {
  .system .hero .page-center-hero {
    height: auto;
    padding: 70px 40px 0;
  }
}






.blog-banner-container {
  padding: 107px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.blog-banner-container h1 {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 10;
}

.blog-banner-container:after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  content: '';
  position: absolute;
  top: 0;
}

.cm-blog-banner-area   {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.foUrJK {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bULFIJ {
  position: absolute;
  bottom: -7px;
  right: 45%;
  max-height: 381px;
  max-width: 570px;
  overflow: hidden;
  transform: translateX(100%);
}
.jTJKYZ {
  position: absolute;
  top: -80px;
  left: 0px;
}
.bcdQWq {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: initial;
  color: rgb(29, 29, 29);
}
.czOzh {
  margin-bottom: 20px;
}
.bGndcY {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
}
.eeTfxM {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.hKCSmR {
  display: none;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 400px;
  width: 50%;
  padding-left: 60px;
}
.cm-blog-banner-area .page-center {
  width: 100%;
  position:relative;
}
.hKCSmR .gatsby-image-wrapper {
  width: 100%;
  max-width: 489px;
}
.hs-blog-post .widget-type-linked_image,
.hs-blog-post .hs_cos_wrapper_type_linked_image,
.hs-blog-post .hKCSmR .gatsby-image-wrapper img,
.hs-blog-listing .widget-type-linked_image,
.hs-blog-listing .hs_cos_wrapper_type_linked_image,
.hs-blog-listing .hKCSmR .gatsby-image-wrapper img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
.hs-blog-post .cm-blog-banner-area {
  background-color: rgb(238, 249, 254);
}

.lhtjBi {
  padding: 24px 0px;
  background-color: rgb(252, 252, 252);
}
.ShhPR {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.hs-search-results__listing,
.gDiCQQ {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.byxiCk {
  height: 100%;
  width: 100%;
}
.byxiCk .card {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: auto;
}
.hs-search-results__listing li,
.gMcRnp {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.flgkCW {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 240px;
}
.flgkCW::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.flgkCW img:hover {
  transform: scale(1.1);
}
.byxiCk .tags {
  padding: 16px 24px 8px;
}
.hlkczB {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dFlPsP:not(:last-child) {
  margin-right: 10px;
}
.dFlPsP {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 24px;
  background-color: rgb(242, 246, 255);
  border-radius: 16px;
  color: rgb(80, 137, 253);
  padding: 4px 12px;
  margin-bottom: 8px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.dFlPsP:hover {
  background-color: rgb(254, 246, 237);
  color: rgb(253, 133, 80);
}
.cyfjIW {
  display: flex;
  flex-direction: column;
  padding: 0px 24px;
  margin-top: 20px;
}
.dkfCXd {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  transition: color 0.3s ease 0s;
  color: rgb(29, 29, 29);
}
.hs-search-results__title,
.dkfCXd h3 {
  color: inherit;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  max-width: 670px;
  margin: 0;
}
.hs-search-results__title{
  font-family:inherit; 
  text-decoration:none;
  font-weight: 700;
  color: rgb(29, 29, 29);
}
.hs-search-results__title:hover{
  color: rgb(80, 137, 253); 
}
.dkfCXd:hover {
  color: #0c698a;
}
.clxVFb {
  display: flex;
  width: 100%;
  padding-bottom: 24px;
}
.clxVFb p, .clxVFb a {
  font-size: 13px;
  line-height: 24px;
}
.clxVFb p {
  color: rgb(117, 117, 117);
  margin: 0;
}
.clxVFb a {
  text-decoration: none;
  transition: color 0.3s ease 0s;
  color: #0c698a;
}
.epSmDr {
  display: flex;
  min-height: 120px;
  width: 100%;
}
.hs-search-results__description,
.epSmDr p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
}
.flgkCW img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease 0s;
  object-fit: cover;
}
.gfpovr {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 24px 24px 32px;
}

.more-button.gyaegi {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-color: #3473A7;
  border: 1px solid #3473A7;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 33px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.more-button.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color:#3473A7;
}

.dBWReF.blog-pagination__next-link,
.dBWReF.blog-pagination__prev-link{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-color: #fff;
  border: 1px solid #3473A7;
  border-radius: 50px;
  color: #3473A7;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 38px;
  cursor:pointer;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.dBWReF.blog-pagination__next-link:hover,
.dBWReF.blog-pagination__prev-link:hover{
  background-color: #3473A7;
  border: 1px solid #3473A7;
  color: #fff;
}
.dBWReF.blog-pagination__prev-link--disabled,
.dBWReF.blog-pagination__next-link--disabled{
  pointer-events:none;
}
.cSKtTp {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.cSKtTp svg {
  transition: transform 0.3s ease 0s;
}
.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}
.gyaegi:hover .arrow1 svg path {
  fill: #0c698a;
}
.gyaegi:hover .arrow1 svg, .gyaegi:hover .arrow2 svg {
  transform: translateX(3px);
}
.cSKtTp.arrow1 svg path {
  fill: rgb(255, 255, 255);
  transition: fill 0.3s ease 0s;
}
.fodvjA {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  padding: 16px 0px;
  margin: 0;
}
.kBSxvJ {
  height: 48px;
  width: 48px;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}
.kBSxvJ a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.kBSxvJ a:hover, .kBSxvJ a.active {
  background-color: rgb(254, 246, 237);
}
.coJPLs {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
}
.dBWReF {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(221, 221, 221);
  border: 2px solid rgb(221, 221, 221);
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease 0s;
  padding: 10px 38px;
  cursor: default;
}
.ispuHp:hover, .ispuHp.active {
  color: rgb(253, 133, 80);
}
.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}
.ispuHp {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
  width: 20px;
  color: rgb(80, 137, 253);
  font-size: 16px;
  line-height: 24px;
  font-weight:700;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease 0s;
  margin: 0px 2px;
}
.hGkbYh > div:not(:last-child) {
  margin-bottom: 30px;
}

.lkIPDX {
  width: 100%;
}

.cNFXNn {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}

.jabhfF {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: relative;
  box-shadow: rgb(236 236 236 / 20%) 0px 24px 32px 0px;
}

.kraEZy {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0px 40px;
  position: relative;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

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

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 10px;
}

.dmTVT {
  height: 16px;
  width: 16px;
  transform: translateY(-2px);
}

.lkIPDX button {
  display: none;
}

.blog-sidebar input.hs-search-field__input {
  height: 100%;
  width: 100%;
  border: none;
  color: rgb(30, 30, 30);
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
  padding-left:0;
  background-color: transparent;
  outline: 0 !important;
}

.cm-sidebar-form {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 32px 24px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
  margin:0;
}

.dAzlgk {
  display: flex;
  flex-direction: column;
  padding: 32px 0px 16px;
}

.cm-sidebar-form .gatsby-image-wrapper {
  height: 120px;
  width: 120px;
}

.dAzlgk h3 {
  padding-bottom: 8px;
  margin:0;
}

.dAzlgk h3, .dAzlgk p {
  text-align: center;
}

.dAzlgk p {
  margin:0;
  max-width: 280px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
}

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

.cm-sidebar-form form .actions {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
}
.cm-sidebar-form {
  margin: 0 !important;
}
.cm-sidebar-form form .hs_submit.hs-submit {
  text-align: center;
}
.cm-sidebar-form form .actions:hover .ghTmmo.arrow1 svg path {
  fill: rgb(253, 133, 80);
}
.jBlZYF .follow-us {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 32px 32px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.iKNQjX {
  width: 100%;
  border-bottom: 1px solid rgb(244, 244, 244);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.hfMGhg {
  display: block;
  color: rgb(29, 29, 29);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align:center;
}
.coJPLs>div {
  display: flex;
}
.kBSxvJ:not(:last-child) {
  margin-right: 8px;
}

.gacjvU {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 16px;
}
.gacjvU .follow-us-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 12px 12px 8px;
  transition: background-color 0.3s ease 0s;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}
.gacjvU p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(29, 29, 29);
  text-align: left;
  padding-left: 16px;
  margin:0;
}
.gacjvU:hover .follow-us-btn {
  background-color: rgb(254, 246, 237);
}


/* Blog Post */

.hs-blog-post .bGndcY > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .bGndcY > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}

.hs-blog-post .jTJKYZ > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .jTJKYZ > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}

.hs-blog-post .bULFIJ > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .bULFIJ > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}
.hs-blog-post .jJgzmQ {
  padding: 24px 0px;
  background-color: rgb(252, 252, 252);
}
.hs-blog-post .fdPrSr {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.hs-blog-post .ezhtKH {
  position:relative;
  display: grid;
  grid-template-columns: 100%;
}
.hs-blog-post .fdsbkX {
  height: 100%;
  width: 100%;
  position: relative;
}
.hs-blog-post .fdsbkX .card {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  overflow: unset;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}
.hs-blog-post .cgBDgI {
  width: 100%;
  position: static;
  top: 0px;
  left: -56px;
}
.hs-blog-post .fodvjA {
  display: flex;
  list-style: none;
  padding-top: 32px;
}
.hs-blog-post .fodvjA li {
  height: 48px;
  width: 48px;
  background-color: rgb(242, 246, 255);
  margin-right: 8px;
  border-radius: 5px;
}
.hs-blog-post .fodvjA li a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.hs-blog-post .fodvjA li a:hover, 
.hs-blog-post .fodvjA li a.active {
  background-color: rgb(254, 246, 237);
}

.hs-blog-post .blog-sidebar {
  width: 100%;
}

.ebvkbr {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
.ebvkbr .background {
  padding: 128px 16px 16px;
  position: relative;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}

.ebvkbr .background .avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  top: 24px;
  left: 24px;
  position: absolute !important;
}

.ebvkbr .background h4 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: rgb(29, 29, 29);
}
.ebvkbr .background p {
  margin:0;
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
}
.ebvkbr.no-author-img .background {
  padding: 16px;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3{
  margin-top:25px;
} 

.blog-post__body h4{
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
} 

.blog-post__body p {
  margin: 15px 0 0;
  line-height:1.55;
}

.blog-post__body a{
  font-weight:900; 
}

.blog-post__body h3{
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom:0;
} 
.article-content__Wrapper-sc-113rtpg-0.qBAhJ p{
  margin:0; 
}
.hs-blog-post .blog-post__body .hs-cta-wrapper {
  padding-top: 24px;
  display: inline-block;
}

ul.hs-search-results__listing li {
  padding: 20px;
}

.blog-post__body h2 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  margin-bottom:0;
}

.blog-post__body .cta_button {
  width: 100%;
  box-sizing: border-box !important;
}

.lkIPDX {
  margin: 0 0 30px;
}

.blog-sidebar .hs-form-field {
  margin: 0 0 24px;
}

.blog-post__body ul,
.blog-post__body ol {
  padding-left: 30px;
  margin: 15px 0px;
  padding-bottom: 10px;
}

.blog-post__body ul li, 
.blog-post__body ol li {
  padding-bottom: 7px;
  color: rgb(117, 117, 117);
}

.article-header__Wrapper-pwowsz-0.kGfeJu h2{
  margin-bottom:8px; 
}

.blog-post__body ul li h3{
  margin-top:0;
} 
img {
  max-width: 100%;
}
.searchbar__Icon-sc-1l9d0et-2.dmTVT path {
  fill: #0c698a;
}
.searchbar__Icon-sc-1l9d0et-2.dmTVT path {
  fill: #0c698a;
}

.blog-sidebar .hs-input {
  margin: 0;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(252, 252, 252);
  padding: 12px 24px;
  color: rgb(29, 29, 29);
  font-family: Incfile;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  height: auto;
}

.blog-sidebar .hs-input:hover, .blog-sidebar .hs-input:focus {
  border-color: #0c698a;
}

.cm-sidebar-form div#hs_cos_wrapper_form {
  width: 100%;
  padding: 0 15px;
}
.dBWReF.blog-pagination__next-link, .dBWReF.blog-pagination__prev-link {
  border-color:  #3473a7;
  color:#3473a7;
}

.dBWReF.blog-pagination__next-link:hover, .dBWReF.blog-pagination__prev-link:hover {
  background:#3473a7;
  border-color:#3473a7;
}
.hs-breadcrumb-menu-item:not(:last-child):after {
  content: '/';
  margin-left: 7px;
}
.blog-sidebar .cm-widget-box,
.cm-sidebar-topics {
  background-color: #fff;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
  padding: 32px 24px;
}

.cm-sidebar-topics ul {
  padding: 0;
  margin: 0 -8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cm-sidebar-topics ul li {
  margin: 0 8px;
  margin-bottom: 8px;
}

.cm-sidebar-topics ul li a {
  display: block;
  background-color: #f2f6ff;
  padding: 8px;
  border-radius: 8px;
}

.cm-sidebar-topics ul li a span.filter-link-count {
  display: none;
}

.cm-sidebar-topics ul li a:hover {
  background-color: #fef6ed;
}
.gacjvU .follow-us-btn img {
  width: 32px;
  height: 32px;
}
.blog-all-tag-here {
  background: #0d2547;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 0;
}
.blog-post-iner-sec-here {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.post-tag-iner ul {
  margin: 0px;
  padding: 0px;
}
.post-tag-iner ul li {
  margin: 0;
  display: inline-block;
  margin-right: 30px;
}
.post-tag-iner ul li:last-child {
  margin-right: 0px;
}
.post-tag-iner ul li a {
  font-size: 0.875rem;
  color: white;
  font-weight: 700;
}
.search-form-here {
  position: relative;
  text-align: right;
}
div#hs_cos_wrapper_blog_comments form {
  margin-top: 19px;
  border: 0;
  background-color: #fff;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}

div#hs_cos_wrapper_blog_comments {
  position: relative;
}
.hs-search-field {
  position: relative;
}
.hs-search-field__suggestions {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ol:last-child, ul:last-child {
  margin-bottom: 0px;
}
.search-form-here form {
  position: relative;
  background: transparent
}
.search-form-here form input {
  margin: 0px;
  overflow: hidden;
  appearance: textfield;
  outline-offset: -2px;
  z-index: 9;
  font-size: 14px;
  line-height: 25.6px;
  box-sizing: border-box;
  display: inline-block;
  color: rgb(51, 71, 91);
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
  text-align: left;
  border: 0px;
  transition: max-width 0.3s ease-out 0s;
  max-height: 2rem;
  min-height: 1rem;
  max-width: 0px;
  padding: 8px 30px;
  outline: 0px;
  background-image: url(https://8963072.fs1.hubspotusercontent-na1.net/hubfs/8963072/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 1rem;
  width: 220px;
}
.search-form-here form button {
  display: none;
}
.search-form-here form input:focus {
  max-width: 100%;
  border-radius: 100px;
  border-color: rgba(160,177,179,1.0);
  background-color: rgba(255,255,255,1.0);
}

.blog__Content-qrw1in-1.ShhPR {
  width: 100%;
}

.blog-newsletter-texts__Wrapper-xqnhwc-0.dAzlgk {
  padding-top: 0;
}

.cm-sidebar-form div#hs_cos_wrapper_form {
  padding: 0;
}

.cm-sidebar-form div#hs_cos_wrapper_form form {
  border: 0;
  padding: 0;
}

.cm-sidebar-form div#hs_cos_wrapper_form form fieldset .field {
  width: 100% !important;
  margin-right: 0 !important;
}

.cm-sidebar-form div#hs_cos_wrapper_form form fieldset .field .input {
  margin: 0 !important;
}

.cm-sidebar-form div#hs_cos_wrapper_form form fieldset .field > label {
  display: none;
}

.blog-sidebar .hs-input {
  font-family: inherit;
  text-overflow: ellipsis;
}

.blog-sidebar select.hs-input {
  padding-right: 49px;
}

.blog-sidebar .hs-input::placeholder {
  color: #1d1d1d;
}

.cm-sidebar-form {
  margin-bottom: 30px !important;
}

section.module-banner-subscribe.has-arrow {
  background-color: rgba(13,37,71,1.0);
  position: relative;
  padding: 70px 0 50px;
}

.module-banner-subscribe, .module-banner-subscribe h1, .module-banner-subscribe h2, .module-banner-subscribe h3, .module-banner-subscribe h4, .module-banner-subscribe p {
  color: #fff;
}

.module-banner-subscribe-iner-sec {
  width: 100%;
  text-align: center;
}

.module-banner-subscribe-heading {
  margin-bottom: 0.25rem;
}

.module-banner-subscribe-heading h2 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 30px;
}

.ew-subscribe-sec-form-new h3 {
  display: none;
}

.ew-subscribe-sec-form-new form {
  width: 100%;
  position: relative;
  max-width: 500px;
  margin: 0 auto 0;
  border: 0;
  background: transparent;
  padding: 10px 10px 0;
}

.ew-subscribe-sec-form-new form .field > label {
  display: none;
}
.blog__Content-qrw1in-1.ShhPR {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  gap: unset;
  width: auto;
}

.blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid {
  display: flex;
  width: 65%;
  padding: 0 25px;
  flex-wrap: wrap;
  gap: 30px;
}

.blog__Content-qrw1in-1.ShhPR .blog__Sidebar-qrw1in-6.dpSreR {
  width: 35%;
  padding: 0 25px;
  order: 2;
}

.blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid .blog-article-card__Wrapper-xv6rcu-0.byxiCk {
  width: calc(50% - 15px);
  height: auto;
}

.blog-pagination.coJPLs {
  padding: 30px 25px 0;
  order: 3;
  width: 65%;
}

/*---------------*/


.cm_rss_listing .hs-rss-item:not(:last-child) {
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
}


/*------ post page-----*/

.hs-blog-post .fdPrSr {
  display: block;
  grid: none;
}

.hs-blog-post .fdPrSr .ezhtKH {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.breadcrumb-menu-wrapper ul.hs-breadcrumb-menu:after {
  content: '';
  display: block;
  clear: both;
}

.hs-blog-post .fodvjA li a {
  background: #0d2547;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0;
  display: flex;
  text-align: center;
  line-height: 45px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hs-blog-post .fodvjA li a img {
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  object-fit: contain;
}

.hs-blog-post .fodvjA li a.facebook,
.hs-blog-post .fodvjA li a.facebook:hover {
  background: #4267b2;
}

.hs-blog-post .fodvjA li a.twitter,
.hs-blog-post .fodvjA li a.twitter:hover {
  background: #1da1f2;
}

.hs-blog-post .fodvjA li a.linkedin,
.hs-blog-post .fodvjA li a.linkedin:hover {
  background: #0e76a8;
}

.rel_articles_wrap {
  padding-top: 70px;
}

.rel_articles_wrap h2.rel_title {
  margin-bottom: 30px;
  font-weight: 500;
}

.rel_articles_wrap .rel_item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.rel_articles_wrap .rel_articles_row .slick-list {
  overflow: visible;
}


.rel_articles_wrap .rel_item .inner {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  -ms-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
  overflow: hidden;
}

.rel_articles_wrap .rel_item .inner:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}

.rel_articles_wrap .rel_item .img_wrap {
  position: relative;
  padding-top: 53%;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.rel_articles_wrap .rel_item .content_wrap {
  padding: 20px;
  position: relative;
}

.rel_articles_wrap .rel_item a.tag-link {
  padding: 3px 10px;
  border-radius: 14px;
  margin-right: 2px;
  line-height: 22px;
  background: #3473A7;
  border: 1px solid #3473A7;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  transition: 0.5s ease;
}

.rel_articles_wrap .rel_item a.tag-link:hover {
  background: #fff;
  border: 1px solid #3473A7;
  color: #3473A7;
  /*   box-shadow: 0 10px 15px rgb(0 0 0 / 9%); */
}

.rel_articles_wrap .rel_item .tags {
  margin-bottom: 20px;
}

.rel_articles_wrap .rel_item h3 {
  font-size: 19px;
}

.rel_articles_wrap .rel_item .more_tag a {
  display: table;
  padding: 4px 14px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #1898d4;
  color: #1898d4;
  font-size: 14px;
}

.rel_articles_wrap .rel_item .more_tag {
  padding-top: 15px;
  border-top: 1px solid #e2e0e0;
  margin-top: 40px;
}

.rel_articles_wrap .rel_item .more_tag a svg,
.rel_articles_wrap .rel_item .more_tag a svg path {
  fill: currentColor;
}

.rel_articles_wrap .rel_item .more_tag a svg {
  position: relative;
  transition: 0.2s ease;
  left: 0;
}

.rel_articles_wrap .rel_item .inner:hover  .more_tag a svg {
  left: 5px;
}

.blog_post_body .byline {
  font-weight: 600;
  font-size: 1em;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #1898d4;
}

.blog_post_body .byline span.reading-minutes {
  display: inline-block;
  border-right: 2px solid #e2e2e2;
  padding-right: 10px;
  margin-right: 8px;
}

.author_wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.author_wrap .auth_img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}

.detail-author-name-here p {
  margin: 2px 0 0;
  text-align: left;
  font-weight: 600;
}

.detail-author-name-here a.author-link * {
  color: #0d2547;
}

.blog-article-tags__Wrapper-sc-1qpz1o5-0.tags {
  margin-bottom: 30px;
  padding-top: 10px;
}
.hs-blog-post .jJgzmQ .page-center {
  max-width: 1300px;
}

.hs-blog-post .fdPrSr .ezhtKH {
  width: 65%;
  margin-top: 0;
  padding: 0 15px;
}

.hs-blog-post .fodvjA {
  margin-left: 0;
}

.hs-blog-post .fodvjA li {
  margin: 0;
  padding: 0 8px 8px;
  background: transparent;
  width: auto;
  height: auto;
}

.hs-blog-post .cgBDgI {
  width: auto;
  left: -70px;
}

.post-two-col {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
  margin-top: 40px;
}

.post-two-col .blog__Sidebar-qrw1in-6.dpSreR {
  padding: 0 15px;
  width: 35%;
}

.rel_articles_wrap h2.rel_title {
  text-align: center;
}
ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  margin: 0;
  float: none;
  display: inline-block;
  white-space: normal;
}
section.module-banner-subscribe.has-arrow .submitted-message {
  background: transparent;
}
/*=============*/

@media (min-width: 576px){
  .gyaegi {
    width: auto;
    white-space: nowrap;
  }
  .hs-blog-post .fdsbkX .card {
    padding: 32px;
  }
}
@media (min-width: 769px){
  .lhtjBi {
    padding: 72px 0px;
  }
  .blog-post__body h4{
    font-size: 32px;
    line-height: 36px; 
  }
  .blog-post__body h2{
    font-size: 36px;
    line-height: 40px;
  }
  .blog-post__body h3 {
    font-size: 34px;
    line-height: 38px;
  }
  .ebvkbr.no-author-img .background {
    padding: 24px 32px 32px 32px;
  }
  .ebvkbr .background {
    padding: 24px 32px 32px 128px;
  }
  .hs-blog-post .jJgzmQ {
    padding: 5px 0px 72px 0px;
  }
  .hs-search-results__listing li,
  .gMcRnp {
    flex-direction: row;
  }
  .cNFXNn {
    flex-direction: row;
  }
  .coJPLs {
    grid-area: 2 / 1 / 2 / 1;
  }
  .kBSxvJ:not(:last-child) {
    margin-right: 0px;
  }
  .bGndcY {
    display: block;
  }
  .hKCSmR {
    display: flex;
  }
  .cm-blog-banner-area {
    padding-top: 0;
    height: 400px;
  }
  .eeTfxM {
    width: 50%;
    align-items: flex-start;
  }
  .kBSxvJ{
    height: 32px;
    width: 32px;
    background-color: transparent;
  }
  .fodvjA {
    padding: 0px;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .gfpovr .more-button {
    margin-bottom: 0px;
  }
  .hs-search-results__listing li,
  .gMcRnp {
    flex-direction: row;
  }
  .ShhPR {
    grid-template-columns: 1fr 1fr;
  }
  .hs-search-results__listing,
  .gDiCQQ {
    grid-area: 1 / 1 / 1 / 1;
  }
  .gfpovr {
    flex-direction: row;
  }
  .cSKtTp {
    display: flex;
  }
}
@media (min-width: 840px){
  .ispuHp {
    width: 24px;
  }
}
@media (min-width: 992px){
  .ShhPR {
    grid-template-columns: 1fr 366.66px;
  }
  .hs-blog-post .blog-sidebar {
    grid-area: 2 / 2 / 2 / 2;
  }
  .hs-blog-post .ezhtKH {
    grid-area: 2 / 1 / 2 / 1;
  }
  .coJPLs > div {
    display: flex;
  }
  .hs-blog-post .fdPrSr {
    grid-template-columns: calc(100% - 396.66px) 366.66px;
  }
}
@media (min-width: 1040px){
  .ispuHp {
    width: 32px;
  }
}
@media (min-width: 1200px){
  .hs-search-results__listing,
  .gDiCQQ {
    grid-template-columns: 1fr 1fr;
  }
}

.gDiCQQ:before,.gDiCQQ:After {
  display: none;
}

@media (min-width: 1366px){
  .hs-blog-post .cgBDgI {
    height: 100%;
    width: 56px;
    position: absolute;
  }
  .hs-blog-post .fodvjA li {
    margin-bottom: 8px;
  }
  .hs-blog-post .fodvjA {
    flex-direction: column;
    position: sticky;
    top: 100px;
    left: 0px;
    padding-top: 0px;
    margin-left: -30px;
  }
}
@media (max-width:1200px){
  .blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid .blog-article-card__Wrapper-xv6rcu-0.byxiCk {
    width: 100%;
  }

  .blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid {
    padding: 0 15px;
  }

  .blog__Content-qrw1in-1.ShhPR .blog__Sidebar-qrw1in-6.dpSreR {
    padding: 0 15px;
  }
}
@media (max-width:991px){
  .blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid .blog-article-card__Wrapper-xv6rcu-0.byxiCk {
    width: 100%;
  }

  .blog__Content-qrw1in-1.ShhPR .gDiCQQ.row-fluid {
    width: 100%;
    padding: 0 15px;
  }

  .blog__Content-qrw1in-1.ShhPR .blog__Sidebar-qrw1in-6.dpSreR {
    width: 100%;
    padding: 0 15px;
  }
  .blog-pagination.coJPLs {
    width: 100%;
    padding: 30px 15px;
    order: 2;
  }

  .header__navigation {
    z-index: 1;
  }
  .article-header__Wrapper-pwowsz-0.kGfeJu h2 {
    font-size: 30px;
  }

  .blog-banner-container h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px){
  .eeTfxM {
    display: block;
  }
  .fodvjA {
    justify-content: flex-start;
  }
  .article-header__Wrapper-pwowsz-0.kGfeJu h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width:767px){
  .widget-span.ft-bottom-top .footer-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .widget-span.ft-bottom-top .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .widget-span.ft-bottom-top .footer-menu .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 6px;
  }

  .widget-span.ft-bottom-top .footer-menu .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 5.4rem;
  }

  .widget-span.connect-section {
    padding: 0 15px;
  }

  .cm-form-gr {
    padding: 0 15px;
  }

  .subscribe-section .container {
    padding: 0 15px !important;
  }

  .hs-blog-post .jJgzmQ {
    padding-bottom: 50px;
  }
  .jBlZYF .follow-us {
    padding: 20px 10px;
  }

  .cm-sidebar-topics {
    padding: 20px 10px;
  }

  .cm-sidebar-form {
    padding: 20px 10px;
  }

  .cm_fb_feed.cm-widget-box .fb-page.fb_iframe_widget,
  .cm_fb_feed.cm-widget-box iframe,
  .cm_fb_feed.cm-widget-box .fb-page.fb_iframe_widget span {
    width: 100% !important;
  }

  .hs-blog-post .fdPrSr .ezhtKH {
    width: 90%;
  }

  .breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
    display: block;
  }

  .breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li ,a,.breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li {
    padding: 0;
    margin: 0;
  }

  .breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li {
    display: inline-block;
    float: none;
    width: auto;
  }

  .rel_articles_wrap {
    overflow: hidden;
  }

  .rel_articles_wrap .rel_item .inner {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .rel_articles_wrap .rel_articles_row .slick-track {
    display: flex;
  }

  .rel_articles_wrap .rel_articles_row .slick-track:after,
  .rel_articles_wrap .rel_articles_row .slick-track:before {
    content: normal;
  }

  .rel_articles_wrap .rel_articles_row .rel_item {
    height: auto;
    margin-bottom: 30px;
  }

  .rel_articles_wrap .rel_articles_row .rel_item .inner {
    height: 100%;
  }
  .post-two-col {
    flex-wrap: wrap;
  }

  .hs-blog-post .fdPrSr .ezhtKH {
    width: 100%;
  }

  .post-two-col .blog__Sidebar-qrw1in-6.dpSreR {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 575px){
  .blog-pagination__link {
    width: 100% !important;
  }
  .coJPLs {
    display: block;
  }

  .coJPLs>a:last-child {
    margin: 0 !important;
  }

  .coJPLs>* {
    margin: 0 0 10px;
  }
  .coJPLs > a:last-child {
    margin-left: 16px;
  }

  .coJPLs > a:first-child {
    margin-right: 16px;
  } 
  .widget-span.nav-container {
    min-width: 0;
    width: 100%;
    right: 0;
  }

  .post-tag-iner ul li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-tag-iner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

}
/* Error Pages */

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

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: 'Muli', 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;
  max-width: 550px;
  padding: 3rem 1.4rem;
}

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

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

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

/* Search Pages */

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

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

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

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

.hs-search-results__title {
  color: #1e2b33;
  font-family: 'Muli', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

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

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

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

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  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: 12px 12px !important;
}
/* @import url('http://example.com/example_style.css'); */

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


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


 .lp-bg {
   background-image: linear-gradient(to bottom right, rgba(24, 152, 212, 1), rgba(138, 113, 212, 1)) !important;
}



/* Missing Template at Path: \'STEM - May 2021\/css\/css\/helpers\/_utlities.css\' */