









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





/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


.content-wrapper {
  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: 300;
  line-height: 1.5;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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 {
  text-decoration: underline;
  color: #23EDC0;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}

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;
  margin-bottom: 1.5rem;
  -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: #E6E6E6;
  border: 1px solid #E6E6E6; 
  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: #E6E6E6;
  border-color: #E6E6E6;
  color: #E6E6E6;
  pointer-events: none;
}

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

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

/* Secondary Button */

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

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

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

/* Simple Button */

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

.button.button--simple:after {
  background-color: #E6E6E6;
  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: #D046FF;
}

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


------------------------


a.demo_button{
 background-color: #d046ff;
 color: #fff;
 font-family: Verdana;
 font-size: 15px;
 font-weight: 400;
 font-style: normal;
 text-decoration: none;
 padding: 9px 15px;
 border: 0px solid #000;
 border-radius: 100px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}
a.demo_button span{
 margin-right: 15px;
 display: block;
 width: 0px;
 height: 0px;
 background-image: url();
 background-repeat: no-repeat;
 background-size: contain;
 transform: rotate(0deg);
}
a.demo_button:hover{
 background-color: #d568ff;
}
a.demo_button:active{
 transform: scale(0.95);
}


  /* 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;#0d2547
    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 */

  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 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus {
    background-color: #00a47b;
    border-color: #00a47b;
  }

  form input[type=submit]:active {
    background-color: #2de0b7;
  }

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

  tr:nth-child(odd) {
    background-color: rgba(#E9EFF5, .35);
  }

  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: 768px) {
  .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: 250px;
}

/* Main Navigation */

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

.header__navigation {
  background-color: #fff;
}

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

  .header__navigation {
    background-color: transparent;
  }
}

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

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

.header__menu .header__navigation .menu-link {
  color: #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: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
    -webkit-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    width: 200px;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  }
  .header__menu .header__navigation .menu-link {
    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: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

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

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

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

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

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

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

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

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

/* Header - No Navigation */

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






button.slick-prev:hover, button.slick-prev:focus, button.slick-prev:hover, button.slick-prev:focus, button.slick-prev:active, button.slick-prev:active{
	border: 0px solid #27edc0 !important;
}

button.slick-next:hover, button.slick-next:focus, button.slick-next:hover, button.slick-next:focus, button.slick-next:active, button.slick-next:active{
	border: 0px solid #27edc0 !important;
	
}


/* Footer Container */

.footer {
  background-color: #4a585e;
	margin-top: 25px;
}
.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%;
}

.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;
  text-align: center;
  width: 100%;
}

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

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

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

/* Footer - No Navigation */

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

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

/* Footer Form */

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

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

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

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

  .footer .footer__form .form-title {
    text-align: center;
  }
}
.hs-menu-wrapper ul {
  display: -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: 50px 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 100px;
  position: relative;
}

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

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






}
/* 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: \'DrEvidence\/css\/css\/helpers\/_utlities.css\' */
.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: .75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0-mobile {
    margin-left: 0;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0;
  }
  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0-touch {
    margin-left: 0;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0-desktop {
    margin-left: 0;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: .75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem
    ;
  }
}

.columns.is-variable.is-1 {
  --columnGap: .25rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: .25rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: .25rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: .25rem
    ;
  }
}

.columns.is-variable.is-2 {
  --columnGap: .5rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: .5rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: .5rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: .5rem
    ;
  }
}

.columns.is-variable.is-3 {
  --columnGap: .75rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: .75rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: .75rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: .75rem
    ;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem
    ;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem
    ;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem
    ;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem
    ;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem
;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem
    ;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem
    ;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem
    ;
  }
}
/*# sourceMappingURL=bulma.css.map */