/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section[class*="full-width"] {
    padding: 0;
}

.dnd-section[class*="full-width"]>.row-fluid {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "ETmodules";
  src: url("//1347245.fs1.hubspotusercontent-na1.net/hubfs/1347245/BeginBound_September2020/fonts/modules.eot#iefix") format("embedded-opentype"),
    url(//1347245.fs1.hubspotusercontent-na1.net/hubfs/1347245/raw_assets/public/BeginBound_September2020/fonts/modules.ttf) format("truetype"),
    url(//1347245.fs1.hubspotusercontent-na1.net/hubfs/1347245/raw_assets/public/BeginBound_September2020/fonts/modules.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}



@font-face {
    font-family: tk-museo-sans-n1;
    src: url(https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff2"),
        url(https://use.typekit.net/af/635674/00000000000000000000e800/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff"),
        url(https://use.typekit.net/af/635674/00000000000000000000e800/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-sans-n1;
    src: url(https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff2"),
        url(https://use.typekit.net/af/635674/00000000000000000000e800/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff"),
        url(https://use.typekit.net/af/635674/00000000000000000000e800/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-sans-i1;
    src: url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("woff2"), 
    url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("woff"), 
    url(https://use.typekit.net/af/47003b/00000000000000000000e801/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: tk-museo-sans-n3;
    src: url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"), 
    url(https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-sans-i3;
    src: url(https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff"), 
    url(https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: tk-museo-sans-n5;
    src: url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), 
    url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), 
    url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-sans-i5;
    src: url(https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"), 
    url(https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"), 
    url(https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: tk-museo-sans-n7;
    src: url(https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), 
    url(https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), 
    url(https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-sans-n9;
    src: url(https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff2"), 
    url(https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff"), 
    url(https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-slab-n3;
    src: url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"), 
    url(https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-slab-i3;
    src: url(https://use.typekit.net/af/ea0e14/000000000000000000010141/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/ea0e14/000000000000000000010141/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff"), 
    url(https://use.typekit.net/af/ea0e14/000000000000000000010141/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: tk-museo-slab-n7;
    src: url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), 
    url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), 
    url(https://use.typekit.net/af/c225e2/000000000000000000011aff/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: tk-museo-slab-i7;
    src: url(https://use.typekit.net/af/696cdf/00000000000000000000ec0a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"), 
    url(https://use.typekit.net/af/696cdf/00000000000000000000ec0a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"), 
    url(https://use.typekit.net/af/696cdf/00000000000000000000ec0a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: tk-museo-slab-n8;
    src: url(https://use.typekit.net/af/a09522/00000000000000000000ec0b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"), 
    url(https://use.typekit.net/af/a09522/00000000000000000000ec0b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"), 
    url(https://use.typekit.net/af/a09522/00000000000000000000ec0b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
    font-weight: 800;
    font-style: normal;
}

html {

}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.6em;
  color: rgba(48,59,68,0.85);
  font-size: 16px;
  background-color: #fff;
}

p {
  padding-bottom: 1.5em;
  line-height: 170%;
  margin:0;
}

/* Anchor Links */
a {
  text-decoration: none;
  color: #2EA3F2;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family:'source sans pro';
  color: #333;
  padding-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  margin:0;
}

h1,.h1 {
  font-size: 50px;
  padding-bottom: 16px;
  line-height: 125%;

}

h2, .h2 {
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 12px;
  line-height: 115%;

}

h3, .h3 {
  font-size: 36px;
  padding-bottom: 10px;
  line-height: 120%;

}

h4, .h4 {
  padding-bottom: 10px;
  line-height: 120%;
  font-size: 30px;
}

h5, .h5 {
  font-size: 20px;
  padding: 10px 0;
}

h6, .h6 {
  font-size: 18px;
  padding: 10px 0;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul{
  line-height: 150%;
  padding: 0 0 23px 1em;
  margin: 0;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
  margin: 0;
}
ol.custom, ul.custom {
  padding: 0 0 23px 20px;
  line-height: 175%;
}
ol.custom li, ul.custom li {
  padding:2px 0;
}
ol.custom ol, ul.custom ul {
  padding: 20px 0 25px 20px;
}
ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
  border-color: #2ed565;
}

blockquote, q {
  quotes: none;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
@media only screen and (max-width: 980px){
  body {
    font-size: 15px;
  }

}

@media only screen and (max-width: 767px){
  body {
    font-size: 16px;
  }

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button,button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    vertical-align: middle;
    font-size: 18px;
    min-width: 100px;
    min-height: 35px;
    margin: 5px;
  
    border-width: 0px;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(
90deg
,#2ed565 0%,#2eabd5 100%);
    padding-top: 18px;
    line-height: 1.7em;
    padding-right: 34px;
    padding-bottom: 18px;
    padding-left: 34px;
    margin-top: 10px;
    position: relative;
    box-shadow: 0px 20px 30px -10px rgb(46 213 101 / 30%);
    display: inline-block;
    transition: all 300ms ease 0ms;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: #fff!important;
}

.hs-button:hover, .hs-button:focus {
  color: #fff!important;
  box-shadow: 0px 20px 30px -10px rgb(46 213 101 / 30%);
  background-image: linear-gradient(
90deg
,#2ed565 0%,#2eabd5 100%);
}

.hs-button:active {
  color: #ffffff;
  background: #000;
}

.hs-button:after {
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    content: '9';
    font-size: 14px;
    font-family: ETmodules;
    speak: none;
    line-height: 1.7;
}
.hs-button:active:after, .hs-button:hover:after {
    margin-left: .3em;
    opacity: 1;
    color: #fff;
}


.hs-form label {
  border: 0;
  color: #000;
  vertical-align: top;
  line-height: 17px;
  display: block;
  margin: 0 0 13px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
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"],
input[type="file"],
textarea,
select{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  display: block;
  width: 100%;
  max-width:600px;
  border-radius: 5px;
  padding: 5px 15px;
  background: #F8F8F8;
  border: 1px solid #B7B7B7;
  font-size: 14px;
  outline:0;
  background: rgb(248, 248, 248);
  color: #3e3e3e;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:focus
input[type="text"]:focus
input[type="password"]:focus
input[type="datetime"]:focus
input[type="datetime-local"]:focus
input[type="date"]:focus
input[type="month"]:focus
input[type="time"]:focus
input[type="week"]:focus
input[type="number"]:focus
input[type="email"]:focus
input[type="url"]:focus
input[type="search"]:focus
input[type="tel"]:focus
input[type="color"]:focus
input[type="file"]:focus
textarea:focus
select{
  color: #3e3e3e;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}

input#hs-pwd-widget-password {
  height: auto !important;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block;
}
textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border: 1px solid #F00!important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.hs-search-module input {
    margin-bottom: 15px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.field {
    margin-bottom: 0;
    padding: 9px 0;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 767px){
  .systems-page .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs-input, 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"], input[type="file"], textarea, select {
   width: 100% !important;
    max-width: 100% !important;
  }
  .hs-form-field .input {
    margin-right: 0 !important;
}
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-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);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.custom-error-wrapper.custom-post .page-center .error-content {
  padding-top: 0px;
  margin-bottom: 60px;
}

.custom-error-wrapper.custom-post .page-center {
  padding: 58px 0 0
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}
.custom-error-wrapper.custom-post .page-center .error-content {
  padding-top: 0px;
  margin-bottom: 60px
}

.sidebar-search form {
  position: relative
}

.sidebar-search form input.hs-search-field__input {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  width: 100%;
  border-radius: 3px;
  font-family: 'Lato',sans-serif;
  padding-right: 79px
}

.custom-side-menu ul .hs-menu-item.hs-item-has-children.hs-menu-depth-1.active>a {
  line-height: 18px
}

.sidebar-search form button {
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer
}

.sidebar-search form button:before {
  content: "Search"
}

.sidebar-search form button svg {
  display: none
}

.custom-error-wrapper.custom-post .page-center p {
  padding-bottom: 23px;
  margin: 0
}

.custom_section {
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  position: relative;
  background-color: #fff;
}
#top-menu ul li.menu-item-has-children>a {
  padding: 6px 20px;
}
#custom-top-navigation li > ul.submenu.level-3 {
  left: auto;
  right: 240px;
}
.custom_row, .content-wrapper, .page-center, .dnd-section>.row-fluid,
.container{
  width: 80%;
  position: relative;
}

.custom-flex-row2 .dnd-row .dnd-row {
  padding: 0;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.custom_column {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.custom_button,
.hs_cos_wrapper_type_module>a.hs-button{
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}


.custom_button, .custom_button_inner,
.hs_cos_wrapper_type_module>a.hs-button{
  position: relative;
}

.custom_button,
.hs_cos_wrapper_type_module>a.hs-button{
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}


.custom-contact-row2 .dnd-section {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 35.0156px;
  padding-left: 0px;
}
.custom_button_module_wrapper>a {
  display: inline-block;
}


body .custom_button,
.hs_cos_wrapper_type_module>a.hs-button{
  background-color: rgba(233,78,56,0);
  border-color: #2ed565;
  color: #2ed565;
}
.custom_button.et_hover_enabled:hover:after, .custom_button.custom_hovered:hover:after {
  -webkit-transition: none!important;
  transition: none!important;
}

.custom_hover_enabled:hover:after {
  -webkit-transition: none!important;
  transition: none!important;
  margin-left: .3em;
  line-height: 1.7em;
}

.banner-section .span12 {
  min-height: 0;
}
.custom_button:hover,
.hs_cos_wrapper_type_module>a.hs-button:hover{
  background-color: hsla(0,0%,100%,.2);
  color: #2ed565;
}

.custom_hover_enabled:hover {
  position: relative;
  z-index: 2;
}
body .custom_button:hover,
.hs_cos_wrapper_type_module>a.hs-button:hover{
  background: rgba(255,255,255,0.31);
  border-color: #2ed565;
  border-radius: 4px;
}
.custom_button:hover,
.custom_module .custom_button:hover,
.hs_cos_wrapper_type_module>a.hs-button:hover{
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}

.custom_bg_layout_light.custom_button:hover,
.custom_bg_layout_light .custom_button:hover,
.custom_contact_reset:hover, .custom_contact_submit:hover, 
.custom_pricing_table_button:hover,
.hs_cos_wrapper_type_module>a.hs-button:hover{
  background-color: rgba(0,0,0,.05);
}

.custom_button:after,
.hs_cos_wrapper_type_module>a.hs-button:after{
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  content: '9';
  font-size: 20px;
  font-family: ETmodules!important;
  speak: none;
}

.custom_button_0, .custom_button_0:after,
.hs_cos_wrapper_type_module>a.hs-button:after{
  transition: all 300ms ease 0ms;
}


body .custom_button:after,
.hs_cos_wrapper_type_module>a.hs-button:after{
  content: '9';
  font-size: 20px;
}

.custom_button_custom_icon .custom_button:after,
.hs_cos_wrapper_type_module>a.hs-button:after{
  line-height: 1.7em;

}
.custom_button_custom_icon .custom_button:hover:after,
.hs_cos_wrapper_type_module>a.hs-button:hover:after{
  margin-left: .3em;
  opacity: 1;
}
.custom-thankyou-row2 form {
  padding-left: 14px;
  background: transparent;
  padding-top: 15px;
  border-radius: 0px;
  font-family: Segoe UI;
  font-family: "Montserrat";
  max-width: 318px;
  padding-bottom: 34px;
}
.custom-flex-row1 .dnd-section {}
.custom-flex-row1 .dnd-section{
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #33b7b7;
}
.container-fluid.custom-flex-row1 {}

.custom-flex-row1 .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  display: block !important;
}

.custom-flex-row1 .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}
.custom-flex-row1 .hs_cos_wrapper_type_module>a.hs-button {
  margin: 0;
}
.custom-flex-row1 .dnd-section h5 {
  color: #fff;
  text-align: center;
  padding: 14px 0 0;
}
.custom-flex-row2 .dnd-section>.row-fluid {
  padding: 0 !important;
}
.custom-flex-row1 .hs_cos_wrapper_type_module>a.hs-button {
  color: #ffffff!important;
  border-color: #ffffff;
  border-radius: 4px;
  letter-spacing: 0px;
}

.custom-flex-row1 .hs_cos_wrapper_type_module>a.hs-button:hover {
  color: #f7761f!important;
  background-image: initial!important;
  background-color: #ffffff!important;
  border-color: #2ed565!important;
}
.custom-thankyou-row2 form .hs_lastname>label {
  /* display: none; */
  opacity: 0;
}

.custom-thankyou-row2 form label {
  color: #000;
  vertical-align: top;
  line-height: 17px;
  font-family: "Montserrat";
  margin: 0 0 14px;
}

.custom-thankyou-row2 form .hs-form-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.custom-thankyou-row2 form .hs-form-field * {
  width: 100%;
}
.custom-dnd-row .dnd-section>.row-fluid {
  padding: 0;
}
.custom-thankyou-row2 h3.form-title {
  padding: 0;
  margin: 0;
}
.custom-icon {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-support-row1 .dnd-section {
  background-position: 50% !important;
}
.custom-thankyou-row2.custom-support-row1 h3.form-title+div {
  padding: 0 0 47px;
  border-top: 1px solid #7f7f7f;
  margin-top: 1.5em;
  padding-top: 1px;
  display: inline-block;
  width: 100%;
}
.custom-thankyou-row2.custom-support-row1 h3.form-title {
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 2.75%;
  padding-bottom: 10px;
}
.custom-thankyou-row2.custom-support-row1 form label, .custom-thankyou-row2.custom-support-row1 form .form-columns-1 .hs-form-field.hs_email>label {
  /* display: inline; */
  line-height: 17px;
  margin: 0 0 9px;
  text-align: left;
  display: table-cell;
  line-height: 1.6em;
}

.custom-thankyou-row2.custom-support-row1 .actions {
  padding: 18px 2px;
}

.custom-thankyou-row2.custom-support-row1 form textarea {
  width: 100%;
  height: 100px;
}

.custom-thankyou-row2.custom-support-row1 form input.hs-button.primary.large {
  background: #30D1B1;
}
.custom-thankyou-row2.custom-support-row1 form label>span {
  display: inline;
  line-height: 17px;
  line-height: 1.6em;
}

.custom-thankyou-row2.custom-support-row1 form .form-columns-2 .hs-form-field,.custom-thankyou-row2.custom-support-row1 form .form-columns-1 .hs-form-field {
  padding-top: 6px;
  padding-bottom: 6px;
}
.custom-thankyou-row2.custom-support-row1 form {
  background: transparent;
  padding-top: 15px;
  border-radius: 0px;
  /* font-family: Segoe UI; */
  padding: 10px;
  margin-top: 1.5em;
  /* border-top: 1px solid #7F7F7F; */
  width: 100%;
  max-width: 274px;
  margin: 0 auto;
}
.custom-thankyou-row2 form .hs-form-field select {
  border-radius: 0px;
  height: 24px;
  overflow: hidden;
  padding: 0px;
  background: #F8F8F8;
  border: 1px solid #B7B7B7;
  outline: none;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 13.3333px;
}

.custom-thankyou-row2.custom-support-row1 form .hs-form-field legend.hs-field-desc {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.custom-thankyou-row2 form .hs-form-field legend.hs-field-desc {
  order: 3;
  font-size: 10px;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  color: #8A8A8A;
  line-height: 27px;
  margin: 0;
  display: block;
  padding: 2px 0 0;
}

.custom-thankyou-row2 form .hs-form-field span.hs-form-required {
  /* padding: 17px 0 0; */
  position: relative;
  top: 4px;
}

.custom-thankyou-row2 form .form-columns-2 .hs-form-field {
  padding-right: 6px;
}

.custom-thankyou-row2 form .form-columns-2 .hs-form-field + .hs-form-field {
  /* padding: 0 0 0; */
  padding-right: 0;
  padding-left: 6px;
}

.custom-thankyou-row2 form .form-columns-2 .hs-form-field.hs_email {}

.custom-thankyou-row2 form .form-columns-2 .hs-form-field.hs_email {
  margin: 0 0 11px;
}

.custom-thankyou-row2 form .form-columns-1 .hs-form-field.hs_email {}

.custom-thankyou-row2 form .form-columns-1 .hs-form-field.hs_email>label {
  margin-bottom: 11px;
}

.custom_column_1_3 h1,.custom_column_1_4 h1,.custom_column_1_5 h1,.custom_column_1_6 h1,.custom_column_2_5 h1 {
  font-size: 26px
}



.custom_column_1_3 h3,.custom_column_1_4 h3,.custom_column_1_5 h3,.custom_column_1_6 h3,.custom_column_2_5 h3 {
  font-size: 20px
}

.custom_column_1_3 h4,.custom_column_1_4 h4,.custom_column_1_5 h4,.custom_column_1_6 h4,.custom_column_2_5 h4 {
  font-size: 18px
}

.custom_column_1_3 h5,.custom_column_1_4 h5,.custom_column_1_5 h5,.custom_column_1_6 h5,.custom_column_2_5 h5 {
  font-size: 16px
}

.custom_column_1_3 h6,.custom_column_1_4 h6,.custom_column_1_5 h6,.custom_column_1_6 h6,.custom_column_2_5 h6 {
  font-size: 15px
}

label.hs-error-msg, .hs-error-msgs label, ul.no-list.hs-error-msgs.inputs-list label {
  color: red !important;
  font-size: 13px !important;
  padding: 10px 0 0;
  margin: 0 !important;
}
.custom-thankyou-row2 form  input.hs-button.primary.large {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-flex-row2 .dnd-row .hs_cos_wrapper_type_rich_text * {
  color: #fff;
  text-align: center;
}
.custom-flex-row2 .dnd-row .dnd-row {
  padding: 0;
}
.custom-flex-row1.custom-flex-row3 .dnd-section {
  background-color: #f77924;
}
.custom-flex-row2 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: 50% !important;
  background-size: 100%;
  background-size: cover;
}
.custom-bottom-get-started .custom_column-content {
  margin-bottom: 3.23%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
body .custom-bottom-get-started .banner.custom-get-started-bottom.custom_section h3 {
  padding-bottom: 10px;
}
.custom-bottom-get-started .custom_row.banner-content.page-center h2 {
  line-height: 1.4em !important;
}
.custom-flex-row2 .dnd-section img.hs-image-widget {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  max-width: 350px;
  text-align: center;
  vertical-align: middle;
  /* margin-bottom: 2.75%; */
}

.banner.contact-banner.custom_section p {}

.custom-about-row1 .banner.contact-banner.custom_section p {
  /* font-size: 20px; */
  line-height: 2em;
  margin-bottom: 10px!important;
  max-width: 900px;
  padding-bottom: 1.5em;
}

.custom-about-row1 .banner.contact-banner.custom_section  h1 {
  margin: 0;
}
.custom-flex-row2 .span6 .dnd-row .hs_cos_wrapper_type_rich_text p:last-of-type {
  padding-bottom: 0;
}
.custom-flex-row2 .dnd-section .widget-type-linked_image {
  margin-bottom: 2.75%;
}
.custom-flex-row2 .span6 img {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

.custom-flex-row2 .dnd-section .span6 .widget-type-linked_image {
  margin: 0;
}
.custom-flex-row2 .dnd-row .hs_cos_wrapper_type_rich_text p a {
  color: rgba(46,163,242,1.0);
}
.custom-flex-row2 .span6>div {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
h4 {}
.custom-about-row1 .banner.contact-banner.custom_section {
  padding-top: 7vw;
  padding-bottom: 11vw;
}
.custom-thankyou-row2 .actions {
  padding: 8px 2px;
}
.custom-about-row5 .span4 .hs_cos_wrapper_type_linked_image {
  max-width: 400px;
  text-align: left;
  margin-left: 0;
  display: block;
}
#sidebar {
  padding-bottom: 28px;
}
#sidebar form {
  position: relative
}
.custom-about-row5 .dnd-section {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 35.0156px;
  padding-left: 0px;
}
#sidebar form input.hs-search-field__input {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  width: 100%;
  border-radius: 3px;
  padding-right:88px;
  background: transparent;
  max-width: 100%;
}


#sidebar form button {
  font-family: Open Sans,Helvetica,Arial,Lucida,sans-serif;
      min-width: 1px;
}
div#main-content .container {
  padding-top: 58px;
  position: relative;
}
#sidebar .dnd-row {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
div#sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li a {
  font-size: 12px!important;
  padding: 2px 8px;
  background: rgba(0,0,0,.05);
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

div#sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li {
  border-bottom: none;
  line-height: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline;
}

div#sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li a:hover {
  background: rgba(0,0,0,.15);
  text-decoration: none;
  color: #666;
}

div#sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li a span.filter-link-count {
  display: none;
}
div#sidebar .widget-module ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

div#sidebar .widget-module ul li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 122%;
  margin-bottom: 0.5em;
  padding-bottom: 8px;
}

div#sidebar .widget-module ul li a {
  text-decoration: none;
  color: #666;
}

div#sidebar .widget-module ul li a:hover {
  color: #2ed565;
}

div#sidebar .widget-module ul li a {}

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

ul.hs-search-field__suggestions ul li a {
  padding: 5px 5px;
}

ul.hs-search-field__suggestions li a {
  padding: 11px 10px;
}
#sidebar img {
  vertical-align: unset;
}
#sidebar div {
  display: block !important;
}
#sidebar h3 {
  line-height: 120%;
  color: #2BA0C5;
  font-size: 30px;
}



#sidebar form button {
  background-color: #ddd;
  width: 115px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer
}

#sidebar form button:before {
  content: "Search"
}

#sidebar form button svg {
  display: none
}

div#main-content .dnd-section {
  width: 100%;
  padding: 0;
}
div#main-content .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}
div#main-content h1 {
  margin-bottom: 20px;
}
.custom-get-startedrow1 .banner.contact-banner.custom_section h1, .custom-get-startedrow1 .banner.contact-banner.custom_section p {
  margin-bottom: 0 !important;
}

.custom-get-startedrow2 .dnd-section>.row-fluid {
  max-width: 870px;
}
.custom-get-startedrow2 h6 {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  color: #2ed565;
  margin: 0 auto;
  display: block;
  padding: 0 0 30px;
  margin-bottom: 2.75%;
}
.custom-hub-cm-row2 .dnd-section {
  padding: 0;
}
.custom-hub-temp-row2 .hs_cos_wrapper_type_module>a.hs-button {
  margin: 0;
}
.custom-get-startedrow2 {
  text-align:center;
}
.custom-hub-cm-row3-warpper .dnd-section{
  padding:0;

}
.custom-home-row5-section1 {
  position: relative;
  z-index: 2;
}
.custom-hub-temp-row4.custom_section * {
  color: #fff;
}
.custom-hub-temp-row4.custom_section {
  padding-bottom: 50px;
  background-color: #182126;
}
body.scroll-body {}

.custom-hub-temp-row5 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  text-align: center;
}

.custom-hub-temp-row5 .dnd-section * {
  color: #fff;
}

.custom-hub-temp-row5 .dnd-section p {
  padding: 0 0 20px;
}

.custom-hub-temp-row5 .dnd-section .hs_cos_wrapper_type_module>a.hs-button {
  color: #1e262b!important;
  border-color: #ffffff;
  letter-spacing: 0px;
  background-color: #ffffff;
  margin: 0;
}
.custom-home-row7 .custom_client_slide_wrapper .slick-current .custom_slide_description {
  color: #303b44;
}
.custom-hub-temp-row5 .dnd-section .hs_cos_wrapper_type_module>a.hs-button:hover {
  border-color: #2ed565!important;
  background-image: initial!important;
  background-color: #2ed565!important;
}

.custom-hub-temp-row4.custom_section a {
  color: #2EA3F2;
}
.custom-hub-temp-row4.custom_section a:hover {
  color: #2EA3F2;
}
.custom-home-row7 .custom_client_slide_wrapper .custom_slide_image img {
  max-height: 272px;
}
.custom-hub-temp-row3.custom_section {
  background-image: linear-gradient(90deg,rgb(0,245,138) 23%,rgb(83,184,252) 100%);
  background-image: -moz-linear-gradient(left,rgb(0,245,138) 23%,rgb(83,184,252) 100%);
  background-image: -webkit-linear-gradient(left,rgb(0,245,138) 23%,rgb(83,184,252) 100%);
  background-image: -o-linear-gradient(left,rgb(0,245,138) 23%,rgb(83,184,252) 100%);
  background-image: -ms-linear-gradient(left,rgb(0,245,138) 23%,rgb(83,184,252) 100%);
  padding: 40px 0;
}

.custom-hub-temp-row2 .hs_cos_wrapper_type_module>a.hs-btn-buy-now {
  color: #f67521!important;
  border-color: #f67521;
  letter-spacing: 0px;
}

.custom-hub-temp-row2 .hs_cos_wrapper_type_module>a.hs-btn-buy-now:hover {
  color: #ffffff!important;
  background-image: initial!important;
  background-color: #f67521!important;
  border-color: #2ed565!important;
}

.custom-hub-temp-row2 .hs_cos_wrapper_type_module>a.hs-btn-learn-more {
  color: #444444!important;
  border-color: #444444;
  letter-spacing: 0px;
}

.custom-hub-temp-row2 .hs_cos_wrapper_type_module>a.hs-btn-learn-more:hover {
  color: #ffffff!important;
  background-image: initial!important;
  background-color: #444444!important;
  border-color: #2ed565!important;
}
.custom-inner-section .dnd-section{
  padding:0;

}

.custom-hub-cm-row3-warpper .dnd-section h2 {
  margin-bottom: 2.75%;
}

.custom-hub-cm-row3-warpper .custom_bottom_inside_divider {
  height: 99px;
  background-size: 100% 99px;
  bottom: 0;
  height: 99px;
  z-index: 1;
  transform: rotateX(180deg);
}
.custom-hub-cm-row3-warpper.custom_section{
  background-image: linear-gradient(180deg,#2b87da 0%,#00706c 100%);
  padding-bottom: 100px;
}

.custom-hub-cm-row3-warpper .dnd-section *{
  color:#fff;
}
.custom_bottom_inside_divider {
  margin-bottom: -1px;
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI5OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMHY2MHM1NzMuMDkgODAgMTI4MCA4MFYweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIDB2MzBzNTczLjA5IDExMCAxMjgwIDExMFYweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDBzNTczLjA5IDE0MCAxMjgwIDE0MFYweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 99px;
  bottom: 0;
  height: 99px;
  z-index: 1;
  transform: rotateX(180deg);
}
.custom-about-row4 .hs_cos_wrapper_type_rich_text {
  font-size: 18px;
  margin-top: 100px;
  display: block;
}
.hs-hubspot-web-section1 {
  position: relative;
  z-index: 2;
}

.custom-contact-row1 .banner.contact-banner.custom_section {
  background-position: top center;
  background-blend-mode: multiply;
}
.banner.contact-banner.custom_section {
  background-position: top center;
  background-blend-mode: multiply;
}
.custom-about-row4 .hs_cos_wrapper_type_linked_image img {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  /* border-width: 20px; */
  border-color: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  display: block;
  padding: 20px;
}
.custom-two-col-video h5 {

  padding-bottom: 0;
}
.custom-about-row4 .hs_cos_wrapper_type_linked_image {
  max-width: 80%;
  text-align: right;
  margin-right: 0;
  display: block;
  margin-left: auto;
}
.custom-about-row5 .custom_what-we-do_description {
  line-height: 1.8em;
  font-size: 17px;
}
.custom-about-row5 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-about-row5 h4.custom_module_header {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7em;
}
.custom-about-row5 .span8 .hs_cos_wrapper_type_rich_text {
  padding-top: 38.5156px!important;
  padding-right: 0px!important;
  padding-bottom: 17px!important;
  padding-left: 0px!important;
  display: block;
}

.custom-home-row3-wrapper.custom_section {
  padding-bottom: 0;
}


.custom-home-row3-wrapper.custom_section>.page-center.clearfix {
  padding: 0;
}

.custom-home-row3-wrapper.custom_section {
  padding-bottom: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center.clearfix {
  padding: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center .dnd-section {
  padding: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.custom-home-row3-wrapper.custom_section {
  padding-bottom: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center.clearfix {
  padding: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center .dnd-section {
  padding: 0;
}

.custom-home-row3-wrapper.custom_section>.page-center .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.custom-home-row3-col1 {
  padding: 2.855% 0;
}

.container-fluid.custom-home-row3-col2.custom_column.custom_column_1_2 {}

.custom-home-row3-col * {}

.hs_cos_wrapper_type_rich_text * {}

.hs_cos_wrapper_type_rich_text {}

.custom-home-row3-col2 .hs_cos_wrapper_type_rich_text {
  padding-top: 40px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 0px!important;
  display: block;
}

.custom-home-row3-col2 * {}

.custom-home-row3-col2 .hs_cos_wrapper_type_rich_text h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffb342!important;
  letter-spacing: 2px;
  padding: 0;
  line-height: 1.5em;
}
.hs-growth-driven-section2 h4 {
  margin-top: 20px!important;
  margin-bottom: 10px!important;
}
.custom-home-row3-col2 .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.4em;
}

.custom-home-row3-col2 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.8em;
}

.custom-home-row3-col2 .span6:first-child {}

.custom-home-row3-col2 .span6:first-child .hs_cos_wrapper_type_linked_image {
  background-color: rgba(117,117,117,0);
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -10px!important;
  margin-bottom: 0px!important;
  max-width: 250px;
  text-align: center;
  display: block;
}

.custom-home-row3-col2 .span6:first-child p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-home-row3-col1.custom_column.custom_column_1_2 {
  margin-bottom: 150px;
  padding-bottom: 0;
}
.custom-home-row3-col2 .hs_cos_wrapper_type_module>a.hs-button {
  margin: -6px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-home-row4.custom_section {
  padding-top: 9px;
  padding-bottom: 5px;
  background-color: #e8e8e8;
}
.custom-home-row3-wrapper.custom_section .custom_bottom_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlOGU4ZTgiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: none;
}
.custom-home-row3-col2 .span6 .hs_cos_wrapper_type_rich_text {
  padding: 0 !important;
}
.custom-home-row4.custom_section .span4>div {
  margin-top: -30px!important;
  max-width: 90%;
  text-align: center;
  margin-left: auto!important;
  margin-right: auto!important;
}
.custom-home-row3-col2 .span6:last-child .dnd-row {
  padding-top: 0.9em;
}

.custom-home-row3-col2 .span6:last-child .dnd-row:last-child {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  background-color: rgba(255,255,255,0);
  position: relative;
  border-color: #ffffff;
  padding-right: 15%!important;
  padding-bottom: 0px!important;
  padding-left: 15%!important;
  /* margin-top: -35px!important; */
  margin-bottom: 0px!important;
  padding-top: 48px;
}
.custom-home-row3-col2 .hs_cos_wrapper_type_module>a.hs-button:hover {
  /* border: 2px solid transparent; */
  /* padding: .3em 2em .3em .7em; */
  background: rgba(255,255,255,0.31)!important;
  border-color: #2ed565!important;
  border-radius: 4px;
}

.custom-home-row4.custom_section {
  padding-top: 9px;
  padding-bottom: 5px;
  background-color: #e8e8e8;
}

.custom-home-row5-wrapper.custom_section.custom-inner-section {
  background-image: linear-gradient(180deg,#269ec6 0%,#29c4a9 100%)!important;
  padding-top: 119px;
  padding-bottom: 40px;
}
.hs-button, .button--primary {
  outline: 0;
}

.slick-slider,
.slick-slider *{
  outline: 0;
}
.custom-thankyou-row2 form .hs-form-field .hs-input {
  font-size: 14px;
  line-height: 16px;
}

.custom-support-row1.custom-thankyou-row2 form .hs-form-field .hs-input {
  font-size: 13.333px;
}
.custom-support-row1.custom-thankyou-row2 form .hs-form-field select {
  color: #4e4e4e;
}
.custom-home-row4.custom_section h3 {
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 1.4em;
}
.custom-download-ebook a.custom_button:hover {
  background: transparent !important;
}
.custom-home-row5-wrapper .custom_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlYWVhZWEiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: none;
}
.custom-home-row5-wrapper .custom_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlOGU4ZTgiPjxwYXRoIGQ9Ik0wIDB2NjBzNTczLjA5IDgwIDEyODAgODBWMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAwdjMwczU3My4wOSAxMTAgMTI4MCAxMTBWMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwczU3My4wOSAxNDAgMTI4MCAxNDBWMHoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
  transform: none;
}
.custom-home-row5-wrapper * {
  color: #fff;
}
.custom-home-row5-wrapper .custom_parallax_bg {
  background-image: url(//1347245.fs1.hubspotusercontent-na1.net/hubfs/1347245/raw_assets/public/BeginBound_September2020/images/marketing-hero-2021-C.png);
}
.custom-home-row4.custom_section .hs_cos_wrapper_type_module>a.hs-button {
  border-width: 0px!important;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-image: linear-gradient(90deg,#2ed565 0%,#2eabd5 100%)!important;
  padding-top: 18px!important;
  padding-right: 34px!important;
  padding-bottom: 18px!important;
  padding-left: 34px!important;
  box-shadow: 0px 20px 30px -10px rgba(47,214,172,0.4);
  color: #fff;
  margin: 0;
}

.custom-home-row4.custom_section .hs_cos_wrapper_type_module>a.hs-button:hover:after {
  font-size: 14px;
}

.custom-home-row4.custom_section .hs_cos_wrapper_type_module>a.hs-button:after {
  font-size: 14px;
}

.custom-two-col-video h2 {
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
  margin-top: 0 !important;
  padding: 0 0 20px !important;
}

.custom-two-col-video p {
  padding-bottom: 1px;
}

.custom-two-col-video h5 {
  /* padding-bottom: 1px; */
  padding-top: 5px;
  margin-top: 20px;
}

.custom-two-col-video .custom_button_module_wrapper {
  margin-top: 40px;
}

.custom-two-col-video .custom_button_module_wrapper .custom_button,
.custom-home-row5-section2 .hs_cos_wrapper_type_module>a.hs-button{
  border-width: 0px!important;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  background-image: linear-gradient(90deg,#fa5e5d 0%,#f98d5e 100%)!important;
  padding-top: 18px!important;
  padding-right: 34px!important;
  padding-bottom: 18px!important;
  padding-left: 34px!important;
  box-shadow: 0px 20px 30px -10px rgba(247,130,142,0.4);
  color: #fff;
  margin:0;
}

.custom-two-col-video .custom_button_module_wrapper .custom_button:after,
.custom-home-row5-section2 .hs_cos_wrapper_type_module>a.hs-button:after{
  font-size: 14px;
}

.custom-two-col-video .custom_button_module_wrapper .custom_button:hover,
.custom-home-row5-section2 .hs_cos_wrapper_type_module>a.hs-button:hover{
  letter-spacing: 5.5px;
}
.custom-home-row5-section2 .dnd-section>.row-fluid {
  padding-top: 40px!important;
  margin-top: 80px!important;
}

.custom-home-row5-section2 h4 {
  line-height: 1.8em;
}
.custom-home-row5-section2 .hs_cos_wrapper_type_rich_text {
  margin-bottom: 2.75%;
  display: block;
}

.custom-home-row6-row-7-wrapper.custom_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eaeaea;
}
.custom-home-row6-row-7-wrapper.custom_section .hs_cos_wrapper_type_rich_text {
  padding-right: 20%!important;
  padding-left: 20%!important;
  display: block;
}

.custom-what-we-do.custom-how-can-we-help-you {}

.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content {
  line-height: 1.8em;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  padding-top: 30px!important;
  padding-right: 20px!important;
  padding-bottom: 40px!important;
  padding-left: 20px!important;
  margin-bottom: 0px!important;
}

.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content .custom_main_what-we-do_image {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
  width: auto;
}

.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content .custom_main_what-we-do_image span.icon-col {
  font-size: 48px;
  border-radius: 100%;
  padding: 25px;
  font-size: 32px;
}

.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content  .custom_what-we-do_container {
  padding: 0;
  display: block;
}
.cm-why-begin-bound-group:after{
  margin-bottom: -1px;
}
.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content .custom_what-we-do_container h4.custom_module_header {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.7em;
  text-align: center;
}
.custom-home-row7 .custom-client-reviews.custom-section .slick-arrow,.custom-home-row7 .custom-client-reviews.custom-section .slick-arrow:before {
  color: #333;
}

.custom-home-row7 .custom-client-reviews.custom-section ul.slick-dots li {
  display: inline-block;
  background-color: hsla(0,0%,100%,.5);
  background-color: rgba(0,0,0,.3);
}

.custom-home-row7 .custom-client-reviews.custom-section ul.slick-dots li.slick-active {
  background-color: #333;
}
.custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content .custom_what-we-do_description {
  text-align: left;
}
.custom-home-row7 .custom-client-reviews.custom-section {
  margin-top: 60px;
  padding: 0;
  background: #eaeaea!important;
}

.custom-home-row7 .custom-client-reviews.custom-section .custom_top_inside_divider,
.custom-home-row7 .custom-client-reviews.custom-section .custom_bottom_inside_divider{
  display: none;
}

.custom-home-row7 .custom-client-reviews .top-heading h2 {
  color: #333;
}

.custom-home-row7 .custom-client-reviews .custom_slide_description h2 {
  /* font-size: 22px!important; */
  color: #2eabd5!important;
}
.custom_section.banner.type2 .custom_column.custom_column_1_4 {

  text-align: center;
}
.custom-home-row7 .custom-client-reviews .custom_slide_description p {
  color: #303b44;
}

.hs-hwd-section3 .dnd-section {
  padding: 0;
  background-repeat: repeat !important;
}
.hs-hsp-section1 {
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
}
.hs-hsp-section1:after {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGMkYyRkEiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 166.66666666667% 600px;
  bottom: 0;
  height: 600px;
  z-index: -1;
  margin-bottom: -1px;
}
.hs-hsp-section2 , .hs-hsp-section3 {
  background: #F2F2FA;
}
.hs-hsp-section2 img {
  margin-top: 10px;
}
.hs-hsp-section2 p {
  line-height: 2;
}
.hs-hsp-section2 h2 {
  line-height: 1.2em;
}
.hs-growth-driven-section1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs-growth-driven-section1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs-growth-driven-section4 .cm-recent-work-group {
  background: #E1E1E1;
  padding-bottom:100px;
}
.hs-hsp-section2 .dnd-section{
  padding-top: 76px;
}
.hs-growth-driven-section2 .hs_cos_wrapper_type_module > .hs-button {
  border: 0;
  border-width: 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  border:0 !important;
  background-image: linear-gradient(90deg,#fa5e5d 0%,#f98d5e 100%) !important;
  padding: 18px 34px !important;
  line-height: 1.7em;
  margin-top: 5px;
  position: relative;
  display: inline-block;
  transition: all 300ms ease 0ms;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  color: #fff !important;
  box-shadow: 0px 20px 30px -10px rgba(247,130,142,0.4);
  font-size: 14px;
  margin: 5px 0 0px;
}

.hs-hsp-section4 .dnd-section > .row-fluid {
  padding: 0 !important;
}
.hs-growth-driven-section2 .hs_cos_wrapper_type_module > .hs-button:hover {
  letter-spacing: 5.5px;
}
.hs-growth-driven-section2 .hs_cos_wrapper_type_module > .hs-button:hover:after {
  letter-spacing: 5.5px;
}
.hs-growth-driven-section2 .hs_cos_wrapper_type_module > .hs-button:after {
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  content: '9';
  font-size: 14px;
  font-family: ETmodules;
  speak: none;
  line-height: 1.7;
}
.hs-growth-driven-section2 .dnd-section {
  padding: 10px 0px;
}
.hs-growth-driven-section5 .dnd-section > .row-fluid,
.hs-growth-driven-section5 .dnd-section{
  padding:0;
}
.hs-growth-driven-section5 .page-center > .left-group img {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-width: 20px;
  border-style: solid;
  border-color: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.hs-growth-driven-section5 {
  background-image:url(//1347245.fs1.hubspotusercontent-na1.net/hubfs/1347245/raw_assets/public/BeginBound_September2020/images/Main-Site-Hero.jpg);
  padding-top: 120px;
  padding-bottom: 100px;
  background-position: 50%;
  background-size: cover;
  position:relative;
  color: #fff;
}
.hs-growth-driven-section5 h3 {
  color: #fff;
}
.hs-growth-driven-section5 .dnd-section > .row-fluid,
.hs-growth-driven-section6 .dnd-section > .row-fluid{
  max-width:100%;
  width:100%;
}
.hs-growth-driven-section5:before {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  content:"";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlMWUxZTEiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgOThWMEgwbDEyODAgOTh6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
}
.hs-growth-driven-section5:after {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  content:"";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDQydjk4aDEyODBMMCA0MnoiLz48L2c+PC9zdmc+);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
}

.hs-growth-driven-section6 .dnd-section {
  padding: 0;
}
.hs-growth-driven-section6 .dnd-section > .row-fluid {
  padding: 0;
}
.hs-growth-driven-section6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-growth-driven-section6 p:last-child {
  padding-bottom: 7px;
}
.cm-flexhub-video-tutorials-layout main .dnd-section .span6{
  width: 47.25%;
  margin-right:5.5%;
}
.cm-flexhub-video-tutorials-layout main .dnd-section .span6:last-child{
  margin-right:0;
  margin-left:0;
}
.cm-flexhub-video-tutorials-layout main .dnd-section {
  padding-bottom: 0;
}
.hs-fvt-group1 .video-with-caption-group {
  padding: 0;
}
.hs-hubspot-web-section-left {
  width: 64.833%;
  margin-right: 5.5%;
  float:left;
}
.hs-hubspot-web-section-right {
  float: left;
  margin-left:0;
  width: 29.6667%;
}
.hs-hubspot-web-section-left .dnd-section > .row-fluid {
  background-color: #6b6b6b;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  padding-top: 50px!important;
  padding-right: 50px!important;
  padding-bottom: 50px!important;
  padding-left: 50px!important;
  margin-top: 70px!important;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  color: #fff;
}
.hs-hubspot-web-section1  .dnd-section {
  padding: 0;
}
.hs-hubspot-web-section1 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.hs-hubspot-web-section1 h2 {
  color: #fff;
}
.hs-hubspot-web-section1 {
  padding: 40px 0px 69px;
}

.hs-hubspot-web-section5 .custom_column-content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.hs-hubspot-web-section5 .banner.custom-get-started-bottom.custom_section p {
  max-width: 850px;
  line-height: 170%;
  padding-bottom: 1.5em;
  margin-bottom: 6px !important;
}
.hs-hubspot-web-section5 .custom_row.banner-content.page-center h2{
  line-height: 1.4em !important;
}


.custom-brand-journalism-row1 {
  text-align: center;
}

.custom-brand-journalism-row1 .span12 > .dnd-section:first-child>.row-fluid {
  max-width: 650px;
}

.custom-brand-journalism-row2 .span6.dnd-column {
  margin-left: 0;
}
.custom-brand-journalism-row2 .span6.dnd-column p span {
  font-size: 24px;
}
.custom-brand-journalism-row3 .dnd-section {
  padding-top: 150px;
  padding-bottom: 130px;
  text-align: center;
  color: #fff;
}
.custom-brand-journalism-row3 .dnd-section h2, .custom-brand-journalism-row3 .dnd-section h3 {
  color: inherit;
}
.custom-brand-journalism-row3 .dnd-section p span {
  font-size: 20px;
}
.custom-brand-journalism-row4 .span12.dnd-module {
  max-width: 800px;
  margin-left: auto!important;
  margin-right: auto!important;
  float: none;
}
.custom-brand-journalism-row4 {
  text-align: center;
}
.custom-brand-journalism-row6 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}

.custom-brand-journalism-row6 h2 {
  color: inherit;
}

.custom-brand-journalism-row6 .span12.dnd-column {
  font-size: 18px;
  max-width: 900px;
  margin-left: auto!important;
  margin-right: auto!important;
  float: none;
}

.custom-brand-journalism-row6 .span12.dnd-column p span {
  font-size: 18px;
}

.custom-brand-journalism-row6 .hs_cos_wrapper_type_module>a.hs-button {
  color: #e99038!important;
  border-color: #ffffff;
  letter-spacing: 0px;
  background-color: #ffffff;
  margin: 0;
}

.custom-brand-journalism-row6 .hs_cos_wrapper_type_module>a.hs-button:hover {
  border-color: #2ed565!important;
}

.brand-journalism-layout .dnd-section[class*="full-width"]>.row-fluid,
.brand-journalism-layout .dnd-section[class*="full-width"] {
  padding: 0 !important;
}

.custom-brand-journalism-row2 .span6.dnd-column {
  width: 100%;
  margin: 0;
}

.faq-main-body-container .custom-faq-row1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-main-body-container .custom-faq-row1 .dnd-section>.row-fluid {
  background-color: rgba(10,10,10,0.62);
  text-align: center;
  padding: 20px 40px;
  padding-left: 20px;
}

.faq-main-body-container .custom-faq-row1 h1 {
  color: #fff;
}

.faq-main-body-container .custom-faq-row1 .span12.dnd-module {
  max-width: 900px;
  margin-left: auto!important;
  margin-right: auto!important;
  float: none;
  color: #fff;
}
.faq-main-body-container .custom-faq-row1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-main-body-container .custom-faq-row1 .dnd-section>.row-fluid {
  background-color: rgba(10,10,10,0.62);
  text-align: center;
  padding: 20px 40px;
  padding-left: 20px;
}

.faq-main-body-container .custom-faq-row1 h1 {
  color: #fff;
}

.faq-main-body-container .custom-faq-row1 .span12.dnd-module {
  max-width: 900px;
  margin-left: auto!important;
  margin-right: auto!important;
  float: none;
  color: #fff;
}

.custom-faq-row2 .dnd-section {
  background-repeat: repeat !important;
  background-size: initial !important;
}

.custom-faq-row2 .dnd-section h2 {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

/*----- flexhub-hubspot-templates ----- */

.hs-flexhub-hubspot-section4 .row-fluid-wrapper.dnd-section {
  background-position: center 11% !important;
}

.hs-flexhub-hubspot-section4 {
  text-align: center;
  color: #fff;
}

.hs-flexhub-hubspot-section4 h2 {
  color: inherit;
}

.hs-flexhub-hubspot-section4 .span12.dnd-column {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.hs-flexhub-hubspot-section4 .hs_cos_wrapper_type_module>a.hs-button {
  color: #1e262b!important;
  border-color: #ffffff;
  letter-spacing: 0px;
  background-color: #ffffff;
  margin: 0;
}

.hs-flexhub-hubspot-section4 .hs_cos_wrapper_type_module>a.hs-button:hover {
  color: #ffffff!important;
  background-image: initial!important;
  background-color: #f7761f!important;
  border-color: #2ed565!important;
}

.hs-flexhub-hubspot-section4 p {
  padding-bottom: 20px;
}

.hs-flexhub-hubspot-section3 .dnd-section>.row-fluid {
  padding-bottom: 0 !important;
}
.careers-banner .banner-content.page-center h2 {
  color: #333;
}
.hs-flexhub-hubspot-section3 {
  text-align: center;
  color: #fff;
}
.wistia_placebo_close_button {
  min-width: auto;
}
.hs-flexhub-hubspot-section3 h2 {
  color: #fff;
}
.fadeTop.animated{
  -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.hs-flexhub-hubspot-section3 .hs_cos_wrapper_type_module>a.hs-button {
  color: #ffffff!important;
  border-color: #33b7b7;
  letter-spacing: 0px;
  margin: 0;
  cursor: pointer !important;
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.hs-flexhub-hubspot-section3 .hs_cos_wrapper_type_module>a.hs-button:hover {
  background-image: initial!important;
  background-color: #33b7b7!important;
  border-color: #2ed565!important;
}

.hs-hubspot-sales-layout .dnd-section[class*="full-width"]>.row-fluid,
.career-page .dnd-section[class*="full-width"]>.row-fluid {
  padding: 0 !important;
}

.custom-careers-row1 .dnd-section>.row-fluid {
  padding: 0 !important;
}

.custom-careers-row2 .dnd-section {
  background-size: initial !important;
  background-repeat: repeat !important;
}

.custom-careers-row2 h3 {
  color: #fff;
}

.custom-careers-row2 hr {
  border: 1px solid;
  height: 0;
}

.custom-careers-row2 h5 {
  color: #fff;
  padding-top: 0;
}

.custom-careers-row2 .span4.dnd-column h5 {
  line-height: 120%;
}

.custom-careers-row2 .span8.dnd-column,
.custom-careers-row2 .span4.dnd-column{
  width: 100%;
  margin-left: 0;
}

.custom-careers-row2 .hs-form label {
  font-family: "Montserrat";
  font-size: 16px;
}

.custom_client_slide_wrapper .slick-arrow{
  min-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.custom-careers-row2 .hs-input[type=file] {
  background: transparent !important;
  border: none;
}
.custom-careers-row2 form {
  font-family: Segoe UI;
  padding: 10px 11px;
  border-top: 1px solid #7F7F7F;
  background-color: rgba(255,255,255,0.7);
}

.custom-careers-row2 .hs-form label {
  font-family: "Montserrat";
}

.custom-careers-row2 .hs-input {
  padding: 0 3px;
  margin: 0px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #444444;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: normal;
  width: 100% !important;
}

.custom-careers-row2 textarea {
  min-height: 100px;
}

.consultation-page .custom_section.banner {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -2px;
}

.custom-consultation-row1 .span7.dnd-column,
.custom-consultation-row1 .span5.dnd-column {
  width: 100%;
  margin-left: 0;
}

.custom-consultation-row1 .span7 ul{
  list-style-type: disc;
  font-size: 17px;
  line-height: 150%;
}

.custom-consultation-row1 .span7 ul li {
  font-size: 17px;
  line-height: 150%;
  padding-bottom: 12px;
}

.custom-consultation-row1 form {
  padding: 15px 19px;
  border: 1px solid #EEEEEE;
}

.custom-consultation-row1 form .hs-input {
  border-radius: 0px;
  min-height: 22px;
  padding: 0 3px !important;
  background: #F0F0F0;
  border: 0px solid #fff;
  color: #414141;
  max-width: 100% !important;
  width: 100% !important;
}

.custom-consultation-row1 .hs-form label {
  font-family: "Montserrat";
  line-height: 1.6em;
  padding-right: 3px;
}

.custom-consultation-row1 .hs-button {
  margin-top: 12px;
  margin-bottom: 45px;
}

.custom-consultation-row1 fieldset {
  max-width: 100% !important;
}

.flexhub-banner .cm-bottom-section .custom_button_item .custom_button:after {
  display: none;
}

body .hs-flexhub-hubspot-section2 .custom_button:after {
  content: attr(data-icon);
}

.contact-body-container .banner.contact-banner.custom_section a.custom_button {
  box-shadow: 0px 20px 30px -10px rgba(247,130,142,0.4);
}

.home-body-container .banner.contact-banner.custom_section a.custom_button {
  box-shadow: 0px 20px 30px -10px rgba(47,214,172,0.4);
}

.custom-home-row6 .custom-what-we-do .custom_button_module_wrapper a.custom_button:hover {
  color: #7a69e6!important;
}

body .hs-flexhub-hubspot-section2 .custom_button:hover:after,
body .hs-flexhub-hubspot-section3 .hs_cos_wrapper_type_module>a.hs-button:hover:after,
body .hs-flexhub-hubspot-section4 .hs_cos_wrapper_type_module>a.hs-button:hover:after{
  left: auto;
  margin-left: .3em;
}

.custom_client_slide_wrapper .slick-current .custom_slide_description {
  color: #fff;
}

.custom_client_slide_wrapper .custom_container:focus,
.custom_client_slide_wrapper .custom_container .custom_slider_container_inner:focus,
.custom_slide_with_image:focus {
  outline: none;
}

.custom-about-row3 {
  overflow: hidden;
}

.custom-what-we-do h4.custom_module_header a {
  font-size: 18px;
}

/* End */


@media only screen and (min-width: 981px){
  .custom-about-row5 .span6:last-child {
    margin-left: 8.483% !important;
  }
  .custom_section.banner.type2 .custom_column.custom_column_3_4.custom_column_1 {
    width: 64.833%;
  }
  .custom-about-row5 .span6 {
    width: 45.758% !important;
  }
  .custom_column_2_5 {
    width: 36.7%;
  }
  .custom_section.banner.type2 .custom_column.custom_column_1_4 {
    width: 29.6667%;
    text-align: center;
  }
  .custom_column_3_5 {
    width: 57.8%;
  }
  .custom-home-row3-col1 {
    padding: 2.855% 0;
  }
  .custom_column_1_2 {
    width: 47.25%;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6 {
    width: 44.17989%;
  }
  div#main-content .container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%!important;
  }
  .custom-about-row5 .span4 .hs_cos_wrapper_type_linked_image {
    max-width: 400px;
    text-align: left;
    margin-left: 0;
    display: block;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6:last-child {
    margin-left: 11.64%;
  }
  .custom-about-row5 .span8 .span6 {
    padding: 4.2415% 0;
    /* BOX-SHADOW: 0 0 black; */
  }
  .custom-about-row5 .span4 {
    padding: 2.855% 0;
  }
  .custom-about-row4.custom_section {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #ffffff;
  }
  .custom-body-container .row-fluid .span3 {
    width: 20.875%;
  }
  .custom-about-row2.custom_section {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #ffffff;
  }
  .custom-hub-temp-row1 .custom_section.custom-banner-left-img {
    padding-bottom: 20px;
    background-color: #182126;
    padding-top: 35px;
  }
  div#left-area {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }
  .custom-get-startedrow1 .banner.contact-banner.custom_section {
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  div#sidebar {
    float: left;
    width: 20.875%;
    padding-left: 30px;
  }
  .custom-body-container .row-fluid .span6 {
    width: 47.25%;
  }
  .custom_column_1_3 {
    width: 29.6667%;
  }
  .custom_column_2_3 {
    width: 64.833%;
  }
  .custom_column_1_4 {
    width: 20.875%;
  }
  .custom-error-wrapper.custom-post .page-center {
    position: relative;
    overflow: hidden;
  }
  .custom_column {
    margin-right: 5.5%;
  }
  .custom_column_3_4 {
    width: 73.625%;
  }
  .custom_column:last-child,
  .custom-last-child{
    margin-right: 0!important;
  }
  .custom-error-wrapper.custom-post .page-center:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875% !important;
    display: block;
  }
  .error-content {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
  }
  .custom_row, .content-wrapper, .page-center, .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row,
  .custom-dnd-row .dnd-section>.row-fluid .dnd-row{
    padding: 1% 0;
  }
  .custom_section {
    padding: 2% 0;
  }
  .custom-body-container .row-fluid [class*="span"] {
    margin-left: 5.5%;
  }
  .custom-body-container .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .custom-body-container .row-fluid .span8 {
    width:64.833%;
    *width: 64.833%;
  }
  .custom-body-container .row-fluid .span4 {
    width:29.6667%;
    *width: 29.6667%;
  }
  .hs-hubspot-web-section1 {
    padding-bottom:8px;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section>.row-fluid {
    padding: 1% 0;
  }
  .hs-fvt-group2 .dnd-section {
    padding-top: 26px;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section {
    padding-bottom: 0;
  }
  .hs-growth-driven-section5 .page-center, 
  .hs-growth-driven-section6 .page-center,
  .hs-growth-driven-section1 .dnd-section > .row-fluid {
    padding: 1vw 0;
  }
  .hs-growth-driven-section5 .page-center >.left-group {
    width: 29.6667%;
    float: left;
    margin-right: 5.5%;
  }
  .hs-growth-driven-section5 .page-center > .right-group {
    width: 64.833%;
    float: left;
  }
  .hs-growth-driven-section6 .left-group {
    width: 64.833%;
    float: left;
    margin-right: 5.5%;
  }
  .hs-growth-driven-section6 .right-group {
    width: 29.6667%;
    float: left;
  }
  .hs-hsp-section2 .dnd-section > .row-fluid {
    padding: 1vw 0;
  }
  .hs-hsp-section3 .span6 {
    width: 47.25%;
    margin-left: 0;
  }
  .hs-hsp-section3 .span6:first-child {
    margin-right: 5.5%;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section > .row-fluid > .span6{
    width: 47.25%;
    margin-right:5.5%;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section > .row-fluid > .span6:last-child{
    margin-right:0;
    margin-left:0
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section>.row-fluid {
    align-items: self-start;
  }
  .custom-brand-journalism-row2 .span6.dnd-column {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .custom-brand-journalism-row2 .span6.dnd-column:last-child {
    margin-right: 0!important;
  }
  .custom-brand-journalism-row6 .dnd-column p {
    margin-bottom: 4.4%;
  }
  .custom-faq-row2 .dnd-section h2 {
    margin-bottom: 2.75%;
  }
  .hs-flexhub-hubspot-section3 .row-fluid .span3 {
    width: 20.875%;
    margin-left: 0;
    margin-right: 5.5%;
  }
  .hs-flexhub-hubspot-section3 .row-fluid .span3:last-child {
    margin-right: 0!important;
  }
  .hs-flexhub-hubspot-section3 p {
    margin-bottom: 1%;
  }
  .custom-careers-row2 hr {
    margin-bottom: 4.242%;
  }
  .custom-careers-row2 .span8.dnd-column {
    width: 64.833%;
    margin-right: 5.5%;
  }
  .custom-careers-row2 .span4.dnd-column {
    width: 29.6667%;
    margin-left: 0;
  }
  .custom-careers-row2 .span4 h5 {
    margin-bottom: 9.27%;
  }
  .custom-consultation-row1 .span7.dnd-column {
    width: 64.833%;
    margin-right: 5.5%;
  }
  .custom-consultation-row1 .span5.dnd-column {
    width: 29.6667%;
  }
}

@media only screen and (min-width: 1800px){
  .custom_row, .content-wrapper, .page-center, .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row,
  .custom-dnd-row .dnd-section>.row-fluid .dnd-row{
    padding: 18px 0;
  }
  .custom_section {
    padding: 36px 0;
  }
  .hs-hubspot-web-section5 .custom_row.banner-content.page-center h2{
    line-height: 1.4em !important;
  }
  .hs-hubspot-web-section5 .banner.custom-get-started-bottom.custom_section h3:first-child {
    padding-bottom:10px;
  }
  .hs-growth-driven-section6 .page-center,
  .hs-growth-driven-section1 .dnd-section > .row-fluid,
  .hs-growth-driven-section5 .page-center,
  .hs-hsp-section2 .dnd-section>.row-fluid {
    padding: 18px 0;
  }
  .hs-hsp-section2 .dnd-section {
    padding-bottom: 22px;
  }
  .hs-growth-driven-section2 h4 {

  }

  .cm-flexhub-video-tutorials-layout main .dnd-section > .row-fluid {
    padding:18px 0;
  }
  .hs-fvt-group2 .video-with-caption-group {
    padding-top: 0;
  }
  .hs-hubspot-web-section1 {
    padding: 40px 0px 69px;
  }
  .hs-flexhub-hubspot-section3 p {
    margin-bottom: 18px;
  }
}
@media  (max-width: 1799px) and (min-width: 981px) {
  .brand-journalism-layout .page-center,
  .brand-journalism-layout .dnd-section>.row-fluid,
  .faq-main-body-container .dnd-section>.row-fluid,
  .hs-hubspot-sales-layout .dnd-section>.row-fluid,
  .hs-hubspot-sales-layout .page-center,
  .career-page .page-center,
  .career-page .dnd-section>.row-fluid {
    padding: 1% 0;
  }

}


@media only screen and (max-width: 980px){
  .custom_row, .content-wrapper, .page-center, .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row,
  .custom-dnd-row .dnd-section>.row-fluid .dnd-row{
    padding: 16px 0;
  }
  .custom-download-counter.clearfix .custom_column.custom-last-child {
    margin-bottom: 0;
  }
  .custom-home-row2 .dnd-section>.row-fluid {
    overflow: hidden;
}
    .custom-about-row2 .dnd-section>.row-fluid {
    overflow: hidden;
}
  .custom-careers-row2 .hs-input {
    max-width: 100%;
  }
  .hs-growth-driven-section2 div {
    display: block !important;
  }
  .custom-careers-row2 form fieldset {
    max-width: 100%;
  }
  .hs-growth-driven-section2 .hs_cos_wrapper_type_module {
    text-align: center;
  }
  .custom-home-row5-section2 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 40px;
    display: block;
  }
  .custom-download-counter.clearfix .custom_column {
    margin-bottom: 30px;
  }
  .custom-two-col-video.clearfix .custom_column.custom_column_2_5.custom_column_1 {
    margin-bottom: 30px;
  }
  .custom-home-row3-wrapper.custom_section {
    padding-bottom: 0;
    padding-top: 36px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6 {
    width: 47.25%;
    float:left

  }
  .custom-home-row3-col2 .span6:last-child .dnd-row:last-child {
    padding-bottom: 25px !important;
  }
  .container-fluid.custom-home-row3-col2.custom_column.custom_column_1_2 {
    padding-bottom: 39.5938px!important;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6:last-child {
    margin-left: 5.5%;
  }

  .custom-home-row3-col1.custom_column.custom_column_1_2 div {
    display: block !important;
    text-align: center;
  }
  .custom-home-row3-col1.custom_column.custom_column_1_2 {
    margin-bottom: 180px;
    padding-bottom: 0;
    padding: 0;
  }
  .custom_section.custom-banner-left-img span.custom_image_wrap {}
  .custom-about-row5 .span4 .hs_cos_wrapper_type_linked_image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-hub-temp-row1 .custom_section.custom-banner-left-img {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .custom-body-container .row-fluid .span3:nth-child(2n) {
    margin-right: 0 !important;
  }

  .custom-body-container .row-fluid .span3:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .custom-about-row5 .custom_what-we-do_content {
    max-width: 100%;
  }
  .custom-about-row5 .span4 div {
    display: block !important;
  }

  .custom-about-row5 .span6 {
    padding-top: 16px;
  }

  .custom-about-row5 .span6:last-child {
    padding: 0 0 16px;
  }

  .custom-about-row5 .custom_what-we-do_content {
    max-width: 100%;
    text-align: center;
    box-shadow: none;
    line-height: 1.8em;
    background-color: #fff;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .custom-about-row5 .custom-what-we-do {
    text-align: center;
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
    line-height: 1.8em;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: visible;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto 33px;
    position: relative;
  }
  .custom-what-we-do.custom-how-can-we-help-you {
    text-align: center;
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
    line-height: 1.8em;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: visible;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto 43px !important;
    position: relative;
    padding-top: 30px!important;
    padding-right: 20px!important;
    padding-bottom: 40px!important;
    padding-left: 20px!important;
    /* margin-bottom: 0px!important; */
  }

  .custom-what-we-do.custom-how-can-we-help-you .custom_what-we-do_content {
    max-width: 100%;
    max-width: 100%;
    text-align: center;
    box-shadow: none;
    line-height: 1.8em;
    background-color: #fff;
    border-radius: 0;
    overflow: visible;
    padding: 0 !important;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
  }

  .custom-what-we-do.custom-how-can-we-help-you .custom_button_module_wrapper.custom_had_animation {
    left: 0;
    right: 0;
    margin: 10px 0 -53px;
  }
  .custom-about-row6 .banner.custom-get-started-bottom.custom_section {
    padding-top: 16vw;
    padding-bottom: 7vw;
  }
  .custom-about-row5 .custom-what-we-do .custom_button_module_wrapper.custom_had_animation {/* position: absolute; */left: 0;right: 0;margin: 10px 0 -53px;}
  .custom-body-container .row-fluid .span3 {
    width: 47.25% !important;
    margin-right: 5.5% !important;
    margin-left: 0 !important;
    float: left !important;
  }
  .custom-about-row5 .span4 div {
    display: block !important;
  }
  .custom-about-row5 .span6:last-child {
    padding: 0 0 16px;
  }
  .custom-about-row5 .span6 {
    padding-top: 16px;
  }
  .custom-about-row1 .banner.contact-banner.custom_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .custom-hub-temp-row1 .custom_section.custom-banner-left-img .custom_text_inner {
    text-align: center;
  }
  .custom-body-container .row-fluid {
    flex-wrap: wrap !important;
  }
  .custom-hub-temp-row1 .custom_section.custom-banner-left-img .custom_text_inner h1 {
    text-align: center!important;
    line-height: 140%!important;
    margin-top: 19px!important;
  }

  .custom-hub-temp-row1 .custom_section.custom-banner-left-img .custom_text_inner p {
    text-align: center!important;
    line-height: 140%!important;
    margin-top: 15px!important;
  }

  .custom-hub-temp-row1 .custom_section.custom-banner-left-img .img-wrap {
    max-width: 90px!important;
    float: none!important;
    margin: 2px auto 4px!important;
  }
  .custom-inner-section.custom_section{
    padding-top: 50px !important;
    padding-right: 0px;
    padding-bottom: 50px !important;

  }
  .custom-about-row4 .hs_cos_wrapper_type_linked_image {
    max-width: 80%;
    text-align: right;
    margin-right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-about-row4 .hs_cos_wrapper_type_rich_text {
    font-size: 18px;
    margin-top: 75px;
    display: block;
  }
  .custom-hub-temp-row5 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-hub-cm-row4 .dnd-section {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .custom-hub-cm-row3-warpper .dnd-section h2 {
    margin-bottom: 30px;
  }
  .custom-bottom-get-started .custom_column-content {
    margin-bottom: 30px;
  }
  .custom-bottom-get-started .custom_top_inside_divider {
    background-size: 100% 150px;
    top: 0;
    height: 150px;
    z-index: 1;
    transform: rotateY(0) rotateX(180deg);
  }
  .custom-bottom-get-started .custom_social_media_follow li {
    padding-bottom: 12px !important;
    margin-bottom: 8px;
  }
  #sidebar h3 {
    font-size: 22px!important;
  }
  .custom-hub-cm-row3-warpper.custom_section {
    background-image: linear-gradient(180deg,#2b87da 0%,#00706c 100%);
    padding-bottom: 100px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .custom-get-startedrow2 h6 {
    margin-bottom: 30px;
  }
  .custom-hub-cm-row2-warpper.custom_section {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .custom-thankyou-row2.custom-support-row1 h3.form-title {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  /*   div#left-area {
  padding-bottom: 30px;
} */
  .custom-support-row1 .dnd-section {
    background-position: 50% !important;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .custom-flex-row2 .dnd-section .widget-type-linked_image {
    margin-bottom: 30px;
  }
  .custom-flex-row1 .dnd-section>.row-fluid, .custom-flex-row2 .dnd-row {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 16px;
    display: block !important;
  }
  .custom-body-container .row-fluid [class*="span"]{
    float: none;
    width: 100%;
    margin:0 0 30px
  }
  .custom-flex-row1 .dnd-section {
    padding-top: 49px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .custom-body-container .row-fluid [class*="span"]:last-child {
    margin-bottom: 0;
  }
  .custom_section {
    padding: 22px 0;
  }
  .custom-download-ebook.custom-download-ebook-form.custom_section .custom_column.custom_column_1_3.custom_column_1 {
    margin: 0;
  }
  .custom_column {
    width: 100%;
  }
  .custom-download-ebook.custom-download-ebook-form.custom_section img {
    margin: 0 auto 30px;
    display: block;
  }
  .custom-thankyou-row2 form{
    margin: 0 0 30px;
    padding-bottom: 0;
  }
  .hs-hubspot-web-section-left, 
  .hs-hubspot-web-section-right{
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .hs-hubspot-web-section-left{
    margin-bottom:30px;
  }
  .hs-fvt-group1 .video-with-caption-group {
    padding: 0;
    margin: 0;
  }
  .hs-fvt-group1 .span6:first-child {
    margin-bottom: 82px;
  }
  .hs-fvt-group2 .dnd-section {
    padding-top: 0;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section .row-fluid {
    flex-direction: column;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section .span6 {
    width: 100%;
    margin-right: 0;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section > .row-fluid{
    flex-direction:column;
  }
  .cm-flexhub-video-tutorials-layout main .dnd-section > .row-fluid > .span6{
    width:100%;
    margin-right:0;
  }
  .hs-growth-driven-section5 .left-group {
    margin-bottom: 30px;
  }
  .hs-growth-driven-section2 .dnd-section > .row-fluid > .widget-span:last-child {
    text-align: left;
  }
  .hs-growth-driven-section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-growth-driven-section6 .left-group {
    margin-bottom: 48px;
  }
  .hs-growth-driven-section6 {
    padding-top: 50px;
    padding-bottom: 42px;
  }
  .hs-growth-driven-section5 {
    padding: 50px 0px;
  }
  .hs-growth-driven-section2 .dnd-section > .row-fluid > .widget-span  {
    width: 100%;
    margin-left: 0;
  }
  .hs-growth-driven-section2 .dnd-section >.row-fluid {
    flex-direction: column;
  }
  .hs-growth-driven-section2 .dnd-section {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .hs-growth-driven-section1 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-hsp-section2 img {
    margin-bottom: 16px;
  }
  .hs-hsp-section3 .span6 {
    width:100%;
    margin-left: 0;
  }
  .hs-hsp-section1:after {
    bottom: 0;
    height: 220px;
    z-index: 1;
    transform: rotateY(0) rotateX(0);
    background-size: 163vw 220px;
  }
  .hs-hwd-section3 .dnd-section .span6 {
    width: 100%;
    margin-left: 0;
  }
  .hs-hwd-section3 .dnd-section .span6:first-child {
    margin-bottom: 30px;
  }
  .hs-hubspot-web-section1 {
    padding: 48px 0px 18px;
  }
  .hs-hubspot-web-section4 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-brand-journalism-row2 .dnd-section>.row-fluid {
    display: block !important;
  }
  .brand-journalism-layout .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-brand-journalism-row2 .dnd-section>.row-fluid> .span6.dnd-column {
    margin-bottom: 30px;
  }

  .custom-brand-journalism-row2 .dnd-section>.row-fluid> .span6.dnd-column:last-child {
    margin-bottom: 0;
  }
  .custom-brand-journalism-row6 p {
    margin-bottom: 30px;
  }
  .faq-main-body-container .custom-faq-row1 .dnd-section,
  .faq-main-body-container .dnd-section{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-flexhub-hubspot-section3 p {
    margin-bottom: 16px;
  }
  .hs-hubspot-sales-layout .body-container-wrapper .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-flexhub-hubspot-section3 .span3.dnd-column:first-child,
  .hs-flexhub-hubspot-section3 .span3.dnd-column:last-child {
    display: none !important;
  }

  .hs-flexhub-hubspot-section3 .span3 {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
    margin-left: 0;
    float: left;
  }
  .hs-flexhub-hubspot-section3 .span3:nth-child(2n) {
    margin-right: 0;
  }
  .custom-careers-row1 .dnd-section,
  .custom-careers-row2 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-careers-row2 .custom_accordion {
    margin-bottom: 30px;
  }
  .custom-careers-row2 .dnd-section>.row-fluid {
    display: block !important;
  }
  .custom-careers-row2 hr {
    margin-bottom: 30px;
  }
  .custom-careers-row2 .span4.dnd-column h5 {
    font-size: 26px !important;
    margin-bottom: 30px;
  }
  .custom-consultation-row1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .custom-consultation-row1 .span7.dnd-column {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px){
  .custom_row, .content-wrapper, .page-center, .dnd-section>.row-fluid,.custom-flex-row2 .dnd-row,
  .custom-dnd-row .dnd-section>.row-fluid .dnd-row{
    padding: 9px 0;
  }
  .custom-thankyou-row2 form .form-columns-2 .hs-form-field+.hs-form-field {
    padding-right: 0;
    padding-left: 0;
  }
  .custom_section {
    padding: 13px 0;
  }
  .custom-get-startedrow2 .dnd-section>.row-fluid {
    max-width: 870px;
    width: 100%;
    padding: 0 10px;
  }
  .custom-about-row4 .hs_cos_wrapper_type_rich_text {

    margin-top: 25px;
  }
  .custom_client_slide_wrapper.slick-dotted.slick-slider .slick-list.draggable {
    position: static;
  }
  .custom-home-row3-col2 .span6:last-child .dnd-row:last-child {
    padding-right: 20%!important;
    padding-left: 20%!important;
    padding-bottom: 32px !important;
  }
  .custom-flex-row1 .dnd-section>.row-fluid, .custom-flex-row2 .dnd-row {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 9px;
    display: block !important;
  }


  .custom-flex-row2 .dnd-row {
    padding-top:8px;
    padding-right: 0px;
    padding-bottom: 9px;
    display: block !important;
  }
  .custom-bottom-get-started .custom_top_inside_divider {
    background-size: 100% 110px;
    top: 0;
    height: 110px;
    z-index: 1;
    transform: rotateY(0) rotateX(180deg);
  }
  .hs-hubspot-web-section4 .dnd-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .hs-hsp-section1 {
    padding-bottom: 15px;
  }
  .container-fluid.hs-hsp-section3 {
    padding-bottom: 66px;
  }
  .hs-hsp-section2 .dnd-section {
    padding-top: 13px;
  }
  .hs-hubspot-web-section1 {
    padding: 0 0px 18px;
  }
  .custom-careers-row2 .span4.dnd-column h5 {
    font-size: 24px!important;
  }
  .custom-careers-row2 .hs-form-field {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .custom-body-container .row-fluid .span3 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float:none !important;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float:none !important;
  }
  .custom-body-container .custom-home-row3-col2 .row-fluid .span6:last-child {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float:none !important;
  }
  p {
    font-size: 17px;
    padding-bottom: 1.4em
  }
  .custom-careers-row2 .span4.dnd-column h5 {
    font-size: 22px!important;
  }
}

@media screen and (max-width: 479px) {
  .custom-body-container .row-fluid .span3:nth-last-child(-n+2) {
    margin-bottom: 30px !important;
  }
  .custom-body-container .row-fluid .span3:last-child {
    margin-bottom: 0px !important;
  }
  .hs-flexhub-hubspot-section3 .span3 {
    width: 100%;
    float: none;
  }
  .hs-flexhub-hubspot-section4 p {
    word-break: break-word;
  }
}

@media screen and (max-width: 420px) {
  .custom-careers-row2 .span4.dnd-column h5 {
    font-size: 20px!important;
  }
  p {
    font-size: 16px;
    padding-bottom: 1.4em
  }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  .custom-consultation-row1 fieldset.form-columns-2 .input {
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .meetings-iframe-container {
    overflow-x: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


#main-header {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99999;
  position: fixed;
}

#main-header{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

header#main-header .custom_menu_container {
  z-index: 99;
  text-align: left;
  position: relative;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.logo_container {

}
.custom-menu-primary {
  font-weight: 600;
  float: right;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 225px;
}

.logo_container {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.logo_container img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  width: auto !important;
}
header#main-header {
  min-height: 74px;
}

#top-header .custom-social-icon a {
  font-size: 14px
}

#top-menu,#top-menu-nav {
  line-height: 0
}

#custom-top-navigation {
  font-weight: 600
}

.custom_fixed_nav #custom-top-navigation {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#custom-secondary-menu {
  float: right
}

#custom-info,#custom-secondary-menu>ul>li a {
  padding-bottom: .75em;
  display: block
}

#custom-secondary-nav,#custom-secondary-nav li {
  display: inline-block
}

#custom-secondary-nav a {
  -webkit-transition: background-color .4s,color .4s ease-in-out;
  transition: background-color .4s,color .4s ease-in-out
}

#custom-secondary-nav li {
  margin-right: 15px
}

#custom-secondary-nav>li:last-child {
  margin-right: 0
}

.custom-cart-info span:before {
  content: "\e07a";
  margin-right: 10px
}

#top-menu,.custom-menu,nav#top-menu-nav,nav.custom-menu-nav {
  float: left
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px
}

#top-menu>li:last-child {
  padding-right: 0
}

.custom_fullwidth_nav.custom_non_fixed_nav.custom_header_style_left #top-menu>li:last-child>ul.sub-menu {
  right: 0
}

#top-menu a {
  color: #1e262b;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
#top-menu li a {
  font-size: 16px;
}
#custom-info-email:hover,#custom-secondary-menu>ul>li>a:hover,#top-menu-nav>ul>li>a:hover,.custom-social-icons a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#custom_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px
}

#custom_search_icon:hover {
  cursor: pointer
}

#custom_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px
}

#custom_top_search.custom_search_opened {
  position: absolute;
  width: 100%
}

.custom_vertical_nav #custom_top_search {
  margin-left: 0
}

.custom-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%
}

.custom-search-form input {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent
}

.custom-search-form .custom-search-field::-ms-clear {
  width: 0;
  height: 0;
  display: none
}

.custom_header_style_centered .custom-search-form input,.custom_header_style_centered span.custom_close_search_field {
  top: 60%
}

.custom_vertical_nav.custom_header_style_centered .custom-search-form input,.custom_vertical_nav.custom_header_style_centered span.custom_close_search_field {
  top: 0
}

.custom_search_form_container {
  animation: none;
  -o-animation: none;
  -webkit-animation: none;
  -moz-animation: none
}

.container.custom_search_form_container {
  position: relative;
  opacity: 0;
  height: 1px
}

.container.custom_search_form_container.custom_pb_search_visible {
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1
}

.custom_pb_search_visible.custom_pb_no_animation {
  opacity: 1
}

.custom_pb_search_form_hidden {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1
}

span.custom_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto
}

span.custom_close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.container.custom_menu_container {
  z-index: 99
}

.container.custom_search_form_container.custom_pb_search_form_hidden {
  z-index: 1!important
}

.custom_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0
}

.container.custom_pb_menu_hidden {
  z-index: -1
}

#custom-top-navigation {
  float: right
}

#top-menu li li {
  padding: 0 20px;
  margin: 0
}

#top-menu li li a {
  padding: 6px 20px;
  width: 200px
}
#top-menu li li a {
  font-size: 16px;
  text-transform: initial!important;
  width: auto!important;
}
#custom-secondary-nav li {
  position: relative;
  text-align: right
}
.nav ul li a:hover {
  background-color: rgba(0,0,0,.03);
  opacity: .7;
}
#custom-secondary-nav li ul {
  position: absolute;
  right: 0;
  padding: 1em 0
}

#custom-secondary-nav li ul ul {
  right: 220px;
  top: 0;
  margin-top: -1em
}

#custom-secondary-nav li ul li {
  display: block
}

#custom-secondary-nav li ul {
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0)
}

#top-menu li a {
  font-weight: 500
}

#top-menu li a:hover {
  color: #2ED565;
}

.nav li ul {
  width: 350px
}

.nav li li ul {
  width: 280px
}

#custom-secondary-nav li.custom-hover>ul {
  visibility: visible
}

#custom-secondary-nav li>ul {
  width: 220px
}

#custom-secondary-nav li.custom-touch-hover>ul,#custom-secondary-nav li:hover>ul,.nav li.custom-touch-hover>ul {
  opacity: 1;
  visibility: visible
}

#custom-secondary-nav li li {
  padding: 0 2em;
  margin: 0
}

#custom-secondary-nav li li a {
  padding: 1em;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  margin-right: 0;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#custom-secondary-nav ul li a:hover {
  background-color: rgba(0,0,0,.03)
}

#custom-secondary-nav li:hover {
  visibility: inherit
}

#custom-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800
}

#custom-secondary-nav .menu-item-has-children>a:first-child,#top-menu .menu-item-has-children>a:first-child {
  padding-right: 20px
}

#top-menu li .menu-item-has-children>a:first-child {
  padding-right: 40px
}

#top-menu li .menu-item-has-children>a:first-child:after {
  right: 20px;
  top: 6px
}
.scroll-body .header-spacer{
    min-height: 54px;
}
.header-spacer {
    max-width: 704px;
    width: 100%;
    min-height: 74px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#custom-secondary-nav .menu-item-has-children>a:first-child:after {
  top: 0
}

#custom-secondary-nav li .menu-item-has-children>a:first-child:after {
  top: .67em;
  right: auto;
  left: 2.3em
}

#top-menu li.mega-menu {
  position: inherit
}

#top-menu li.mega-menu>ul {
  padding: 30px 20px;
  position: absolute!important;
  width: 100%;
  left: 0!important
}
ul#top-menu {
  margin: 0;
  padding: 0;
}
#top-menu li.mega-menu ul li {
  margin: 0;
  float: left!important;
  display: block!important;
  padding: 0!important
}
#custom_mobile_nav_menu {
  float: right;
  display: none;
}
#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
  clear: right
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
  clear: left
}

#top-menu li.mega-menu ul li li {
  width: 100%
}

#top-menu li.mega-menu li>ul {
  -webkit-animation: none!important;
  animation: none!important;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  width: 90%!important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none
}

#top-menu li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none
}

#top-menu li.mega-menu.custom-hover li ul {
  display: block
}

#top-menu li.mega-menu.custom-hover>ul {
  opacity: 1!important;
  visibility: visible!important
}

#top-menu li.mega-menu>ul>li>a {
  width: 90%;
  padding: 0 20px 10px
}

#top-menu li.mega-menu>ul>li>a:first-child {
  padding-top: 0!important;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.03)
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
  background-color: transparent!important
}

#top-menu li.mega-menu li>a {
  width: 100%
}

#top-menu li.mega-menu.mega-menu-parent li>a,#top-menu li.mega-menu.mega-menu-parent li li {
  width: 100%!important
}

#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
  float: left;
  width: 100%!important
}

#top-menu li.mega-menu>ul>li {
  width: 25%;
  margin: 0
}

#top-menu li.mega-menu.mega-menu-parent-3>ul>li {
  width: 33.33%
}

#top-menu li.mega-menu.mega-menu-parent-2>ul>li {
  width: 50%
}

#top-menu li.mega-menu.mega-menu-parent-1>ul>li {
  width: 100%
}

#top-menu li.mega-menu .menu-item-has-children>a:first-child:after {
  display: none
}

#top-menu li.mega-menu>ul>li>ul>li {
  width: 100%;
  margin: 0
}

.custom_vertical_nav #top-menu li.mega-menu {
  position: relative
}

.custom_vertical_nav #top-menu li.mega-menu li>a,.custom_vertical_nav #top-menu li.mega-menu li>ul {
  width: 100%!important
}

.custom_vertical_nav #top-menu li.mega-menu>ul {
  top: 62px;
  padding: 30px 20px;
  position: absolute!important;
  width: 790px!important;
  left: 0!important
}

.custom_vertical_nav #top-menu li.mega-menu>ul>li {
  width: 33.333%
}

.custom_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li {
  width: 100%
}

.custom_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li {
  width: 50%
}

.custom_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4) {
  margin-top: 30px
}

.custom_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n) {
  clear: right
}

.custom_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1) {
  clear: left
}

.custom_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n),.custom_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
  clear: none
}

.custom_toggle_slide_menu:after,.mobile_menu_bar:before {
  content: "\61";
  font-size: 32px;
  left: 0;
  position: relative;
  top: 0;
  cursor: pointer
}

.nav li li {
  padding: 0 20px;
  margin: 0
}

.et-menu li li a {
  padding: 6px 20px;
  width: 200px
}

.nav li {
  position: relative;
  line-height: 1em
}

.nav li li {
  position: relative;
  line-height: 2em
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ed565;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
  text-align: left;
  width: 350px;
}

.nav li.et-hover>ul {
  visibility: visible
}

.nav li.et-touch-hover>ul,.nav li:hover>ul {
  opacity: 1;
  visibility: visible
}
.nav li:hover>ul {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 981px){
  #custom-top-navigation li:hover>ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
  }

}
.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px
}

.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 240px
}

.nav li:hover {
  visibility: inherit
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes slideWidth {
  0% {
    width: 0
  }
}

@keyframes slideWidth {
  0% {
    width: 0
  }
}

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
    transform: translatey(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

/*!
* Animate.css - http://daneden.me/animate
* Licensed under the MIT license - http://opensource.org/licenses/MIT
* Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.custom-waypoint:not(.custom_pb_counters) {
  opacity: 0
}

.custom-waypoint.custom_pb_animation_off,.custom_pb_animation_off {
  opacity: 1
}

.custom-animated li span .custom_pb_counter_amount {
  opacity: 1;
  -webkit-animation: slideWidth 1s cubic-bezier(.77,0,.175,1) 1;
  animation: slideWidth 1s cubic-bezier(.77,0,.175,1) 1;
  position: relative
}

.custom_pb_animation_left.custom-animated {
  opacity: 1;
  -webkit-animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1
}

.custom_pb_animation_right.custom-animated {
  opacity: 1;
  -webkit-animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1
}

.custom_pb_animation_top.custom-animated {
  opacity: 1;
  -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1
}

.custom_pb_animation_bottom.custom-animated {
  opacity: 1;
  -webkit-animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1
}

.custom_pb_animation_fade_in.custom-animated {
  opacity: 1;
  -webkit-animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1
}

#top-menu .menu-item-has-children>a{
  padding-bottom: 33px;
}

@media only screen and (min-width: 981px){
  #top-menu .menu-item-has-children>a{
    padding-bottom: 30px;
  }
  .custom-download-ebook .custom_text {
    margin-bottom: 4.242%;
  }
  .header-wrapper{
    min-height: 74px;
  }
  .custom-menu-primary {
    padding: 30px 40px 0 0;
    padding-left: 225px;
  }

  body.scroll-body header#main-header {
    min-height: 54px;
  }
  body.scroll-body #top-menu .menu-item-has-children>a {
    padding-bottom: 20px;
  }
  header#main-header .custom_menu_container {
    max-width: 100%;
    width: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .scroll-body .custom-menu-primary {
    padding: 20px 0 0 0;
  }
  .scroll-body header#main-header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }
}


@media (max-width: 980px) {
  .custom_pb_animation_left_tablet.custom-animated {
    opacity:1;
    -webkit-animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1
  }
body #top-menu li a:hover {
    background-color: rgba(0,0,0,.03);
}
  .custom_pb_animation_right_tablet.custom-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_top_tablet.custom-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_bottom_tablet.custom-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_fade_in_tablet.custom-animated {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1
  }
  div#custom-top-navigation>div#hs_cos_wrapper_navigation-primary {
    display: none;
  }
  .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }
  .mobile_menu_bar:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    content: "\61";
    font-size: 32px;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #2ed565;
  }
  .custom_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #2ed565;
  }
  #custom_mobile_nav_menu {
    float: right;
    display: block;
  }

  header#main-header {
    min-height: 80px;
  }
  header#main-header .custom_menu_container {
    z-index: 99;
    text-align: left;
    position: relative;
    padding: 0;
    min-height: 80px;
  }
  header#main-header {
    min-height: 80px;
    position: relative;
  }
  #top-menu, .custom-menu, nav#top-menu-nav, nav.custom-menu-nav {
    float: none;
  }
  .logo_container img {
    max-width: 50%;
  }
  #custom-top-navigation {
    float: right;
    padding-top: 24px;
    display: block;
  }
  #top-menu li {
    display: block;
    padding-right: 0;
  }
  #top-menu .menu-item-has-children>a, #top-menu li a, #top-menu li li a,
  body .header .custom-menu-primary .submenu.level-2>li>a,
  #top-menu li li>a, #top-menu .level-2 .menu-item-has-children>a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 10px 5%;
    display: block;
    color: #1e262b !important;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
  }
  .nav li li ul {
    width: 100%;
  }
  #custom-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after{
    display:none;
  }
  #custom-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 5%;
  }

  #top-menu .menu-item-has-children>a {
    font-weight: 700;
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }
  #top-menu li li {
    padding: 0;
    margin: 0;
    padding-left: 5%;
  }
  .nav li ul {
    visibility: visible!important;
    display: block!important;
    padding-left: 10px;
    width: 100%;
    padding: 0 0 0 10px;
    position: static;
    width: 100%;
    border-top: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    visibility: visible;
    opacity: 1;
  }
  #top-menu li .menu-item-has-children>a:first-child {
    padding-right: 40px;
    padding: 10px 5%;
    background: transparent;
    font-weight: 700;
  }
  #top-menu li a:hover {
    opacity: .7 !important;
  }
  .custom-download-ebook .custom_text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .custom_pb_animation_left_phone.custom-animated {
    opacity:1;
    -webkit-animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_right_phone.custom-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeRight 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_top_phone.custom-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_bottom_phone.custom-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1
  }

  .custom_pb_animation_fade_in_phone.custom-animated {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */



#footer-info {
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.custom_scroll_top.custom-icon {
    text-align: center;
    background: rgba(0,0,0,.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}
.custom_scroll_top.custom-hidden{
    opacity: 0;
    -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom_scroll_top.custom-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom_scroll_top:before {
    content: "2";
}
#footer-info p{
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.custom-social-icons {
  float: right;
  padding: 0;
  margin: 0;
}
#footer-bottom a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#footer-info a {
  font-weight: 700;
  color: #666;
}
#footer-bottom {
  background-color: #1f1f1f;
  background-color: rgba(0,0,0,.32);
  padding: 15px 0 5px;
}

.custom-social-icon a:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}


.custom-social-facebook a.icon:before {
  content: "\e093";
}

.custom-social-twitter a.icon:before {
  content: "\e094";
}

@media (max-width: 980px){
  div#footer-info, div#footer-info p {
    float: none;
    text-align: center;
  }
  ul.custom-social-icons {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.post-description>h2.title{
  margin:0;
}

.custom-blog-row {
  padding-top: 15px;
}
.featured-image-wrapper {
  text-align: center;
}
p.date {
  margin: 5px 0 0;
  font-size: 12px;
  font-style: italic;
  color: #000;
  line-height: normal;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

  font-family: Lato, sans-serif;
  margin:  0 0 20px !important;
}
.blog-pagination__link {

}
.blog-pagination__link--active {

}
.blog-pagination__link:hover,
.blog-pagination__link:focus {

}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;

}

.blog-index.span9 a:hover {
  color: #225B10;
}
.blog-pagination__next-link {
  text-align: left;
  float: right;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
  margin: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 25px;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link,
.blog-post__tags a {
  color: #3A6681;
  text-decoration: none;
}
.blog-post__tag-link:hover,
.blog-post__tags a:hover {
  color: #225B10;
  text-decoration: underline;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.post-description img {
  background: #f1f1f1;
  padding: 5px;
  border: #ccc 1px solid;
}
.post-item {
  border-bottom: dashed 1px #999;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding-bottom: 40px;
}

.custom-blog-subscribe h3.form-title,
.blog-sidebar h3 {
  font: 300 60px/1em 'Medula One', sans-serif;
  color: #0A71D3;
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  border-bottom: dashed 1px #828282;
  padding-bottom: 5px;
  margin: 0 0 5px;
}
.blog-sidebar.span3>div {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
.custom-blog-subscribe .hs-richtext.hs-main-font-element p {
  margin: 0;
  padding-bottom: 1em;
  padding-right: 0.5em;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.blog-sidebar.span3>div .widget-module ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.custom_main_what-we-do_image img {
    width: 32px;
}
.hs-flexhub-hubspot-section3 .dnd-section {
    background-repeat: repeat;
    background-size: initial !important;
}
.custom_top_inside_divider {

    margin-top: -1px;
}
.blog-sidebar.span3>div .widget-module ul li a span.filter-link-count {
  display: none;
}

.blog-sidebar.span3>div .widget-module ul li a {
  color: #2A6502;
  font-size: 13px;
}
.blog-sidebar.span3>div .widget-module ul li a:hover {
  color: #1E4786;
  text-decoration: underline;
}

.custom-blog-row .blog-index.span9 {
  width: 70%;
  float: left;
  min-height: auto;
  padding-bottom: 20px;
}

.custom-blog-row .blog-sidebar.span3 {
  float: right;
  width: 28%;
  margin: 0;
}
.custom-blog-subscribe .field {
  margin: 0;
}
.custom-blog-subscribe .field label {
  font-weight: normal;
}
.custom-blog-subscribe .hs-input {
  padding: 3px 10px 5px;
  line-height: 1;
  margin-bottom: 10px;
}

.custom-blog-subscribe input.hs-button.primary.large {
  font-size: 13.33px;
  font-weight: normal;
  padding: 6px 11px;
}
.custom-blog-subscribe .hs-richtext {
  color: #000;
}

.custom-blog-search form {
  margin: 5px;
  position: relative;
}

.custom-blog-search form input.hs-search-field__input {
  background: #FFF;
  border: 1px solid #d3d3d3;
  width: 72%;
  height: 38px;
  float: left;
  color: #333;
  padding: 1px 0 1px 1%;
}

.custom-blog-search form button {
  background: #1E4786;
  border: none;
  width: 25%;
  height: 36px;
  float: right;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
.custom-blog-search form button:hover {
  background: #2F9CEC;
}
.custom-blog-search form button svg {
  display: none;
}

.custom-blog-search form button:before {content: "Search";font-size: 11px;color: #FFF;font-weight: bold;font-family: "Arial";}


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.banner-content.page-center * {
  color: #fff
}

.banner-area .dnd-section>.row-fluid {
  padding: 0;
  width: 100%
}

.banner-content.page-center {
  text-align: center
}

.custom_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.banner.contact-banner.custom_section a.custom_button {
  border-width: 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#2ed565 0%,#2eabd5 100%);
  padding-top: 18px;
  padding-right: 34px;
  padding-bottom: 18px;
  padding-left: 34px
}

.banner.contact-banner.custom_section h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff !important;
  letter-spacing: 10px;
  line-height: 2em;
  text-align: center
}

.custom_bottom_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-bottom: -1px;
  background-size: 100% 250px;
  bottom: 0;
  height: 250px;
  z-index: 1;
  transform: rotateY(180deg)
}

.banner.contact-banner.custom_section a.custom_button:hover:hover:after {
  -webkit-transition: none !important;
  transition: none !important;
  margin-left: .3em;
  font-size: 14px;
  line-height: 1.7em;
  opacity: 1
}

.banner.contact-banner.custom_section a.custom_button:hover {
  letter-spacing: 5.5px;
  background-image: linear-gradient(90deg,#2ed565 0%,#2eabd5 100%)
}

.banner.contact-banner.custom_section h1 {
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 5px
}

.custom_parallax_bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-blend-mode: multiply
}

.banner.contact-banner.custom_section p {
  line-height: 2em;
  margin-bottom: 5px !important;
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 2em
}

.custom_section.banner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #484a5f
}
.banner.contact-banner.custom_section.blog-banner p {
  margin-bottom: 0 !important;
}
.banner.contact-banner.custom_section {
  padding-top: 5vw;
  padding-bottom: 10vw;
  background-color: inherit !important
}
.banner.contact-banner.custom_section.blog-banner.custom_section_parallax {}

.banner.contact-banner.custom_section.blog-banner * {
  color: #000000 !important;
}


.banner.contact-banner.custom_section.blog-banner .custom_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 250px;
  bottom: 0;
  height: 250px;
  z-index: 1;
  transform: rotateY(180deg);
}
.banner.contact-banner.custom_section.blog-banner p {}
.banner.contact-banner.custom_section.blog-banner h1 {
  margin-bottom: 10px;
}
.banner.contact-banner.custom_section.blog-banner {
  padding-top: 7vw;
  padding-bottom: 10vw;
  background-image: linear-gradient(130deg,#303b44 0%,#269ec6 100%)!important;
}

.custom-blog div#sidebar.custom_column_2 {
  border-left: 1px solid rgba(0,0,0,.1);

}
.custom_post_meta_wrapper h1 {
  font-size: 40px!important;
  line-height: 115%!important;
  color: #49b96e;
}
.custom_blog_grid .column {
  float: left;
  font-family: "Museo Sans"
}

.custom_blog_grid .column.size-1of3:nth-child(3n),.custom_blog_grid .column.size-1of2:nth-child(2n) {
  margin-right: 0!important
}

.custom_blog_grid .custom_post {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  word-wrap: break-word
}

.custom_blog_grid_dropshadow .custom_post {
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
  box-shadow: 0px 1px 5px rgba(0,0,0,.1)
}

.custom_image_container,.custom_blog_grid .et_main_video_container,.custom_blog_grid .et_audio_content,.custom_blog_grid .custom_post .custom_slider {
  margin: -20px -20px 10px
}

.custom_image_container img,.custom_post a img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}
.column.size-1of2:nth-child(even) {
  margin-right: 0;
}
.custom_blog_grid .custom_image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto
}

.custom_blog_grid .custom_no_thumb h2 {
  margin-top: 0
}

.custom_blog_grid .et_audio_content {
  margin-bottom: 0
}
.column.size-1of2 {
  float: left;
  font-family: "Museo Sans";
}
.custom_blog_grid h2 {
  font-family: "Museo Sans";
  font-size: 23px!important;
  margin-top: 19px;
  line-height: 112%!important;
  transition: all 0.5s ease-in-out 0
}

.custom_post a.more-link {
  color: #49b96e!important;
  clear: both!important;
  display: block;
  text-transform: uppercase
}

.custom_post a.more-link:hover {
  color: #2ed565!important
}

body.single .et_audio_content {
  margin-bottom: -6px
}

.custom_image_sticky {
  margin-bottom: 0px!important;
  display: inherit
}

.custom_fullwidth_image {
  position: relative;
  line-height: 0
}

.custom_fullwidth_image img {
  width: 100%
}

.custom_post {
  margin-bottom: 60px;
  color: #444
}

.custom_post p,.custom_post ol li,.custom_post ul li {
  line-height: 180%!important;
  font-weight: 400;
  padding-right: 20px;
  font-size: 16px;
  font-family: "Open Sans"!important
}

.custom_post a {
  color: #49b96e
}

.custom_post a:hover {
  color: #2ed565
}

.custom_post ul li:before {
  color: #F5762F;
  conten: "→"
}

.custom_post ol,.custom_post ul {
  padding-left: 40px!important
}

.custom_post h2 {
  margin-top: 10px;
  padding-bottom: 15px !important;
  font-size: 36px !important;
  line-height: 124%;
  color: #49b96e !important;
  font-size: 23px !important;
  padding-top: 19px;
  line-height: 112% !important;
  transition: all .5s ease-in-out 0;
}
a.next.page-numbers {
  float: left;
}
.custom_post h2 a {
  color: #49b96e!important
}
.custom_post p {
  padding-bottom: 0;
}
.custom_post h2 a:hover {
  color: #8349b9!important
}
.custom-blog .blog-sidebar-wrap>div {
  margin-bottom: 30px;
  width: 100%;
  float: none;   
}
.custom_post h2 a,.custom_portfolio_item h3 a {
  text-decoration: none
}

.custom_post h3 {
  padding: 15px 0px!important;
  font-size: 22px!important;
  line-height: 130%
}

.custom_post h4 {
  padding: 15px 0px 10px!important;
  font-size: 20px!important;
  line-height: 120%
}

.custom_post h2 a:hover {
  color: #49b96e
}

.custom_post .post-meta {
  font-size: 15px;
  padding: 0;
  margin-bottom: 6px
}

.custom_post .post-meta a,.custom_portfolio_item .post-meta a {
  text-decoration: none
}

.custom_post .more {
  color: #49b96e;
  text-decoration: none
}

.custom_bg_layout_light .custom_post .post-meta,.custom_bg_layout_light .custom_portfolio_item .post-meta,.custom_bg_layout_light .custom_post .post-meta a,.custom_bg_layout_light .custom_portfolio_item .post-meta a,.custom_bg_layout_light .custom_post p,.custom_bg_layout_light p.custom_title_meta_container,.custom_bg_layout_light p.custom_title_meta_container a {
  color: #666
}

.custom_bg_layout_dark .custom_post .post-meta,.custom_bg_layout_dark .custom_portfolio_item .post-meta,.custom_bg_layout_dark .custom_post .post-meta a,.custom_bg_layout_dark .custom_portfolio_item .post-meta a,.custom_bg_layout_dark .custom_post p,.custom_bg_layout_dark p.custom_title_meta_container,.custom_bg_layout_dark p.custom_title_meta_container a {
  color: inherit
}

.custom_blog_grid .column {
  float: left;
  font-family: "Museo Sans"
}

.custom_blog_grid .column.size-1of3:nth-child(3n),.custom_blog_grid .column.size-1of2:nth-child(2n) {
  margin-right: 0!important
}

.custom_blog_grid .custom_post {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  word-wrap: break-word
}

.custom_blog_grid_dropshadow .custom_post {
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.1);
  box-shadow: 0px 1px 5px rgba(0,0,0,.1)
}

.custom_image_container,.custom_blog_grid .et_main_video_container,.custom_blog_grid .et_audio_content,.custom_blog_grid .custom_post .custom_slider {
  margin: -20px -20px 10px
}

.custom_image_container img,.custom_post a img {
  vertical-align: bottom;
  max-width: 100%
}

.custom_blog_grid .custom_image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto
}

.custom_blog_grid .custom_no_thumb h2 {
  margin-top: 0
}

.custom_blog_grid .et_audio_content {
  margin-bottom: 0
}

.custom_blog_grid h2 {
  font-family: "Museo Sans";
  font-size: 23px!important;
  margin-top: 19px;
  line-height: 112%!important;
  transition: all 0.5s ease-in-out 0
}

.custom_post a.more-link {
  color: #49b96e!important;
  clear: both!important;
  display: block;
  text-transform: uppercase
}

.custom_post a.more-link:hover {
  color: #2ed565!important
}
a.prev.page-numbers {
  float: right;
}
article.custom_post {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
}
.custom-blog #sidebar h3 {
  font-size: 18px;
  color: #1e262b;
}
article.custom_post_main.post p, article.custom_post_main.post ol li, article.custom_post_main.post ul li {
  line-height: 180%!important;
  font-weight: 400;
  padding-right: 20px;
  font-size: 16px;
  font-family: "Open Sans"!important;
}
.single .blog-sidebar-wrap.clearfix>div {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
div#main-content .custom_post_meta_wrapper h1 {
  margin: 0;
}
.section.post-footer {
  max-width: 1019px;
}
article.custom_post_main.post .post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
.blog-comments.page-center .actions {
  text-align: left;
}
article.custom_post_main.post .post-meta {
  font-size: 15px;
  margin-bottom: 6px;
}

div#comments-listing {
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}
.comment-date {
  display: block !important;
}
#left-area .post-meta a {
  text-decoration: none;
  color: #666;
}
a.entry-featured-image-url.tag-img {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
div#left-area.error-content1 p {
    padding-bottom: 8px;
}

.blog-comments.page-center .grecaptcha-badge {
  margin: 0;
}
#left-area .post-meta {
  font-size: 14px;
  padding-bottom: 15px;
}

article.custom_post_main.post {
    margin-bottom: 60px;
    color: #444;
}


.single article.custom_post_main.post {
  padding-bottom: 25px;
}

.single article.custom_post_main.post {
    margin-bottom: 27px;
}
@media (min-width: 981px) {
  article.custom_post_main.post .post-meta,
  #left-area .post-meta{
    font-size: 16px;
  }
  .custom_gutters3 .custom_column_3_4 .custom_blog_grid .column.size-1of2 .custom_post, .custom_gutters3.custom_row .custom_column_3_4 .custom_blog_grid .column.size-1of2 .custom_post {
    margin-bottom: 14.941%;
  }
  .custom-blog .blog-sidebar-wrap>div {
    margin-bottom: 26.347%;
  }
  article.custom_post {
    margin-bottom: 14.941%;
  }
  .column.size-1of2 {
    width: 46.265%;
    margin-right: 7.47%;
  }
  .column.size-1of1 article.custom_post.clearfix:nth-child(even) {
    margin-right: 0;
  }
  .column.size-1of1 {
    display: flex;
    flex-wrap: wrap;
  }
  .column.size-1of1 article.custom_post.clearfix {
    width: 46.265%;
    margin-right: 7%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6.941%;
  }
}
@media only screen and (max-width: 980px) {
  .banner.contact-banner.custom_section {
    padding-top:5vw;
    padding-bottom: 10vw;
    background-color: inherit !important;
    padding-top: 100px;
    padding-bottom: 100px
  }
  .custom-blog div#sidebar.custom_column_2 {
    border-left: none;
}
  .custom_post_meta_wrapper h1 {
    font-size: 38px!important;
  }
  .banner.contact-banner.custom_section.blog-banner.custom_section_parallax {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column.size-1of2 {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
    clear: none;
    float: left;
  }
  .custom_bottom_inside_divider {
    background-size: 100% 150px;
    bottom: 0;
    height: 150px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(0)
  }
  div#sidebar.custom_column_2 {
    border-left: none;
  }
  .custom-blog div#sidebar {
    width: 100%;
    margin-top: 23px;
  }
  .custom_post {
    margin-bottom: 30px;
    color: #444;
  }
  .column.size-1of2:nth-child(even) {
    margin-right: 0;
  }
  .banner.contact-banner.custom_section h3 {
    letter-spacing: 5px;
    font-size: 26px
  }
  .custom-blog .blog-sidebar-wrap>div:nth-child(2n) {
    margin-right: 0;
  }
  .custom-blog .blog-sidebar-wrap>div {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
    clear: none;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .custom-blog .custom_bottom_inside_divider {
    background-size:100% 110px;
    bottom: 0;
    height: 110px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(0)
  }
  .custom_post_meta_wrapper h1 {
    font-size: 32px!important;
  }
  .custom-blog .blog-sidebar-wrap>div {
    margin-right: 0;
    width: 100%;
  }
  .column.size-1of2 {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  article.custom_post.clearfix {
    margin-right: 0;
    margin-bottom: 9.5%;
    width: 100%;
  }
  span#hs_cos_wrapper_post_body img {
    float: none !important;
    display: block !important;
}
}
@media only screen and (max-width: 600px) {
  .custom_post_meta_wrapper h1 {
    font-size: 28px!important;
  }
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

div#main-content h1.not-found-title {
    margin: 0;
}
article.custom_post_main.post ul#hsresults li>a {
    margin-top: 10px;
    padding-bottom: 15px!important;
    font-size: 36px!important;
    line-height: 124%;
    color: #49b96e!important;
    line-height: 1.3em;
    color: #49b96e!;
    text-decoration: none;
    font-family: 'Museo Sans','source sans pro'!important;
    display: block;
    margin-bottom: 0;
  font-weight: bold;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.custom-breadcrumb.custom-breadcrumb-searc .page-center {
    padding: 10px 0 !important;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}


ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}


.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

html {
  scroll-behavior: smooth;
}