/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}


@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: museo-sans;
  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-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: museo-sans;
  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-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: museo-sans;
  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-style: normal;
  font-weight: 100;
}


html {
  font-size: 17px;
}

::selection {
  background: #acc309;
}
::selection {
  background: #1abc9c;
  color: #fff;
}

body {
  font-family: "museo-sans",Arial,sans-serif;
  font-size: 17px;
  color: #4e4f50;
  line-height: 1.52941176471;
  overflow-y: scroll;
  overflow-x: hidden!important;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "museo-sans",Arial,sans-serif;
}

img {
  max-width:100%;
}

/* Anchor Links */
a {
  color: #4e4f50;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "museo-sans",Arial,sans-serif;
  color: #acc309;
  word-break: break-word;
  letter-spacing:1px;
}

h1 {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.3px ;
  margin-bottom: 25px;
}

h2 {
  font-size: 35px;
  line-height: 1.02857142857;
  letter-spacing: -0.9px ;
  margin-bottom: 20px;
}

h3 {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 0px;
}

h4 {
  font-size: 50px;
  line-height: 0.92;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}

h5 {
  font-size: 18px;
  line-height: 1.27777777778;
  letter-spacing: 0px;
  margin:0;
  padding-bottom: 20px;
}

h6 {
  font-size: 21px;
  line-height: 1.33333333333;
  margin-bottom:20px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:0;
  list-style-position: inside;
}

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

blockquote {
  quotes: none;
  position: relative;
  padding: 14px 14px 14px 10px;
  border-left: 4px solid transparent;
  margin:0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  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: 0;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: "museo-sans",Arial,sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 4px 12px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #4e4f50;
  display: block;
  padding-left: 0;
  padding-bottom: 0;
  line-height: inherit;
  margin-left: 0;
}

.hs-error-msgs label {
  margin:1em  0;

  color: #ff0000 !important;
}


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,
.hs-input {
  display: inline-block;
  color: #555;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial;
}

.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;
  float:left;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

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:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ccc;
}
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: #ccc;
}

.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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.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;
}

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

.hs-form-required {
  color: #ff0000;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 17px;
  color: #4e4f50;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: "museo-sans",Arial,sans-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:block;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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-logos > div.logo-container { 
  display: flex; 
  justify-content: flex-start; 
  align-items: center; 
  column-gap: 13px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .custom-logos > div.logo-container {
    margin-bottom: 2rem;
  }

  .custom-footer .content-wrapper {
    width: 99% !Important;
  }

  .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    width: auto !important;
    float: none !important;
    margin-bottom: 2rem;
    padding-left: 1rem;
  }

  .social-wrapper {
    margin-top: 2rem !important;
  }

  .footer_top .four_columns .column2 .column_inner>div,
  .footer_top .four_columns .column3 .column_inner>div,
  .footer_top .four_columns .column4 .column_inner>div{
    margin: 0 !important;
  }

  .four_columns>.column4>.column_inner,
  .four_columns>.column3>.column_inner,
  .four_columns>.column2>.column_inner{
    padding: 0 !important;
  }
}

@media (max-width: 500px) {
  .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper {
  overflow-x:hidden;
}

/*====================== Banner ========================*/

.title.has_background, 
.title.has_fixed_background {
  background-position: center 0;
  background-repeat: no-repeat;
  height:480px;
  background-color:#e9e9e9;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section>.row-fluid {
  width:100% !Important;
}

.title .not_responsive {
  display: none;
}

.title, .title img {
  display: block;
  position: relative;
}

.title img {
  width: 100%;
}

.title_holder {
  padding-top: 80px;
  height: 480px;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
}

.subtitle {
  color: #ffffff;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  text-transform: none;
  display: block;
}

.title_holder .content-wrapper {
  display: table;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.position_center.title .title_subtitle_holder {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.title_subtitle_holder_inner {
  position: relative;
}

.title h1 {
  margin: 25px 10px 25px 10px;
}

.title.title_size_large h1 {
  font-size: 47px;
  line-height: 60px;
  color: #fff;
}

.container {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1000px){
  .title .not_responsive {
    display: block;
  }

  .title.has_background, .title.has_fixed_background {
    background: 0 0!important;
    height: auto!important;
    padding: 0!important;
  }

  .title.title_size_large h1 {
    font-size: 40px!important;
    line-height: 50px!important;
    margin: 0;
    margin-bottom: 25px !important;
  }

  .title_holder {
    height: 100%;
    padding: 0;
  }
}


@media only screen and (max-width: 768px) {
  .title.title_size_large h1 {
    font-size: 30px!important;
    line-height: 40px!important;
  }
}

@media only screen and (max-width: 600px) {
  .title.title_size_large h1 {
    font-size: 25px!important;
    line-height: 35px!important;
  }
}

@media only screen and (max-width: 480px) {
  .title.title_size_large h1 {
    font-size: 20px!important;
    line-height: 25px!important;
  }

  .title.sub-wrapper img {
    height: 196px;
    object-fit: cover;
  }

}


div [class*="force-full-width-section"] > .row-fluid {
  width: 100% !important;
}

/*========================== Home page ========================*/

.cm-home-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-home-row1 .dnd-section > .row-fluid ,
.cm-home-row2 .dnd-section > .row-fluid ,
.cm-home-row3 .dnd-section > .row-fluid ,
.cm-home-row4 .dnd-section > .row-fluid ,
.cm-home-row6 .dnd-section > .row-fluid ,
.cm-home-row7 .dnd-section > .row-fluid{
  display: block !Important;
}

.cm-home-row5 .hs-cta-wrapper {
  margin-top: 40px;
  display: block;
}

.cm-home-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-home-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}


.cm-home-wrapper .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}

.home_banner .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
  padding:0 5%;
}

.home_banner .cm-button-wrapper,
.cm-home-row2 .cm-button-wrapper,
.cm-home-row3 .cm-button-wrapper,
.cm-home-row7 .cm-button-wrapper,
.cm-home-wrapper .cm-button-wrapper{
  margin-top: 40px;
}

.cm-home-row3 .cm-button-wrapper{
  margin-bottom: 40px;
}

.cm-home-row5 .hs_cos_wrapper_type_rich_text {
  text-align: left;
  padding: 30px 0px 30px 50px;
}

.cm-home-row5 .cm-button-wrapper {
  text-align: left;
}

.cm-home-wrapper .dnd-section>.row-fluid>.span6 > div {
  padding: 0;
}

.cm-home-row5 .hs-image-widget {
  width: 100%;
  height: 320px !important;
  object-fit: cover;
  vertical-align:middle;
}

@media (min-width:768px) {
  .cm-home-row2 .dnd-section > .row-fluid > div > div,
  .cm-home-row3 .dnd-section > .row-fluid > div > div,
  .cm-home-row7 .dnd-section > .row-fluid > div > div,
  .cm-home-row9 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .home_banner .dnd-section > .row-fluid > div > div {
    width: 50%;
    margin:0;
  }

  .cm-home-row8 .dnd-section > .row-fluid > div > div {
    width: 50%;
  }

  .cm-home-wrapper .dnd-section>.row-fluid>.span6 {
    float: left;
    width: 50%;
    margin: 0;
  }
}

@media (max-width:767px) {

  .cm-home-row1 .dnd-section>.row-fluid>div {
    padding-bottom: 2px;
  }

  .cm-home-row2 .dnd-section>.row-fluid>div ,
  .cm-home-row3 .dnd-section>.row-fluid>div,
  .cm-home-row7 .dnd-section>.row-fluid>div ,
  .cm-home-row8 .dnd-section>.row-fluid>div {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .cm-home-wrapper .dnd-section>.row-fluid>.span6>div {
    padding: 0 15px;
  }

  .cm-home-row5 .hs_cos_wrapper_type_rich_text {
    padding: 30px 30px 30px 30px !important;
  }

}


@media (max-width: 600px){
  .cm-home-row5 .hs_cos_wrapper_type_rich_text {
    padding: 30px 20px 30px 20px !important;
  }
}

@media (max-width:350px) {
  .cm-home-wrapper .dnd-section > .row-fluid > div {
    margin:0;
  }
}

/*========================== Cookies =========================*/

.full-width-row1 h5 span {
  margin-top: 35px !important;
  margin-bottom: -10px !important;
  display: block;
}

.full-width-row1 ul {
  margin: 0;
  list-style-position: inside;
  padding: 0;
}

.full-width-row1 p:last-child {
  margin-bottom: 15px !important;
}


@media (min-width:768px) {
  .full-width-row1 .dnd-module {
    width: 66.66666667%;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}

.full-width-row1 .dnd-section>.row-fluid {
  width: 1130px;
  padding: 0;
}
@media (min-width:1400px) {
  .full-width-row1 .dnd-section>.row-fluid {
    width: 1330px;
    padding: 0;
  }
}


@media only screen and (max-width: 1200px) {
  .full-width-row1 .dnd-section>.row-fluid {
    width: 980px;
  }
}

@media only screen and (max-width: 1000px) {
  .full-width-row1 .dnd-section>.row-fluid  {
    width: 798px;
  }
}


@media only screen and (max-width: 768px) {
  .full-width-row1 .dnd-section>.row-fluid  {
    width: 599.999999989px;
  }
}


@media only screen and (max-width: 600px) {
  .full-width-row1 .dnd-section>.row-fluid  {
    width: 419.99999999100004px;
  }
}

@media only screen and (max-width: 480px) {
  .full-width-row1 .dnd-section>.row-fluid {
    width: 299.999999988px;
  }
}

@media only screen and (max-width: 350px) {
  .full-width-row1 .dnd-section>.row-fluid {
    width: 95%;
  }

  .full-width-row1 .dnd-section>.row-fluid > div {
    padding: 0 15px;
  }

  .full-width-row1 .dnd-section {
    margin: 0 -15px;
  }
}


/*====================== Inbound Marketing Agencies =======================*/

p:last-child {
  margin-bottom: 0;
}

.cm-inbound-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-inbound-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.cm-inbound-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

.cm-inbound-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-inbound-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}

.inner_banner .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}

.inner_banner h1,.inner_banner h6 {
  color: #ffff;
}

.inner_banner a {
  color:#fff;
}

.inner_banner h1 > a {
  color: #acc309;
}

.inner_banner h1 > a > span {
  color: #fff;
}

.inner_banner a:hover,
.inner_banner a:focus{
  color: rgba(78,79,80,1.0);
}

.inner_banner p a {
  padding: 10px 28px;
  display: inline-block;
  background: linear-gradient(to bottom,#acc309,#839343);
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  width: auto;
  text-decoration: none;
}

.inner_banner p a:hover,
.inner_banner p a:focus{
  color:#fff;
}

.inner_banner p {
  margin-top:40px;
  margin-bottom:0;
}

.cm-inbound-row2 .hs_cos_wrapper_type_rich_text,
.cm-inbound-row3 .hs_cos_wrapper_type_rich_text,
.cm-inbound-row4 .hs_cos_wrapper_type_rich_text,
.cm-inbound-row6 .hs_cos_wrapper_type_rich_text,
.cm-inbound-row8 .hs_cos_wrapper_type_rich_text,
.cm-inbound-row9 .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}

.cm-inbound-row4 p {
  margin-bottom: 20px;
}

.cm-inbound-row9 h2 {
  margin-bottom: 40px;
}

.cm-inbound-row9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom:40px;
}

.cm-inbound-row9 ul li {
  padding-left: 4px !important;
  list-style-position: outside;
  margin-left: 20px !important;
  padding-bottom: 7px;
  line-height: 25px;
  color: #4e4f50 !important;
}

.cm-inbound-row9 ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #acc309;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.cm-inbound-row9 h5,
.cm-inbound-row9 p {
  padding-left:5%;
  padding-right:5%;
}

.cm-inbound-row9 .hs_cos_wrapper_type_module {
  display: block;
  text-align: center;
}

.cm-inbound-row9 .cm-button-wrapper {
  margin-top: 40px;
}

@media (min-width:768px) {
  .cm-inbound-row2 .dnd-section > .row-fluid > div > div,
  .cm-inbound-row3 .dnd-section > .row-fluid > div > div,
  .cm-inbound-row4 .dnd-section > .row-fluid > div > div,
  .cm-inbound-row6 .dnd-section > .row-fluid > div > div,
  .cm-inbound-row8 .dnd-section > .row-fluid > div > div,
  .cm-inbound-row9 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .inner_banner .dnd-section > .row-fluid > div > div {
    width: 50%;
  }
}


@media (max-width:1000px) {
  .cm-inbound-wrapper .dnd-section {
    padding-left: 15px ;
    padding-right: 15px ;
  }
}

/*====================== Inbound Marketing Services =======================*/


@media (max-width:767px) {
  .cm-marketing-services .dnd-section > .row-fluid > div {
    padding:1px 0;
  }

  .cm-marketing-services .cm-inbound-row10 .dnd-section>.row-fluid>div {
    padding: 0;
  }
}

@media (max-width:350px) {
  .cm-marketing-services .dnd-section>.row-fluid>div>div {
    margin: 0 auto;
    padding: 0 16px;
  }
}
/*========================= Resources ===========================*/


.cm-resources-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-resources-wrapper .row-fluid [class*="span"] {
  min-height:0;
}

.cm-resources-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

.cm-resources-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-resources-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}

.cm-resources-row1 .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
  margin-bottom:60px;
}

.cm-resources-row1 .hs_cos_wrapper_type_rich_text h2 {
  padding-left: 8%;
  padding-right: 8%;
}

.cm-resources-row1 .hs_cos_wrapper_type_rich_text p {
  padding-left: 5%;
  padding-right: 5%;
}

.card-section-inner {
  padding: 0 15px;
  margin-bottom: 20px;
}

.card-inner {
  margin: 0 -15px;
}

.card-image-inner img {
  vertical-align: top;
  max-width: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,1,1);
  -moz-transition: -moz-transform .3s cubic-bezier(.4,0,1,1);
  -o-transition: -o-transform .3s cubic-bezier(.4,0,1,1);
  transition: transform .3s cubic-bezier(.4,0,1,1);
}

.card-image-inner:hover img {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

.card-content {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 30px;
  text-align: center;
  background-color: #f7f7f7;
}

.card-image {
  background-color: #f7f7f7;
  overflow:hidden;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.card-content-inner a {
  color: inherit;
  text-decoration: none !important;
  font-weight: inherit;
}

@media (min-width:768px) {
  .cm-resources-row1 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .card-section {
    width: 33.33333333%;
    float: left;
  }
}

@media (max-width:1000px) {
  .cm-resources-wrapper .dnd-section {
    padding-left: 15px ;
    padding-right: 15px ;
  }
}

@media (max-width:767px) {
  .cm-resources-row1 .hs_cos_wrapper_type_rich_text {
    padding: 1px 0;
  }
}

@media (max-width:350px) {
  .cm-resources-wrapper .dnd-section>.row-fluid>div>div {
    margin: 0 auto;
    padding: 0 16px;
  }

  .cm-resources-row2 .dnd-section>.row-fluid > div {
    margin:0;
  }

  .cm-resources-row2 .dnd-section > .row-fluid {
    width:100%;
  }

  .card-section-inner {
    padding-right:16px;
  }
}


/*========================== Services ============================*/

.cm-resources-row2 .dnd-section {
  padding-top:0;
  padding-bottom:0;
}

/*.cm-services-wrapper .dnd-section {
margin:0 -15px;
}*/

.cm-services-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

/*.cm-services-wrapper .dnd-section > .row-fluid > div {
margin: 0 -15px;
width: auto;
float:none;
}*/

.cm-services-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}

.cm-services-row1.inner_banner .hs_cos_wrapper_type_rich_text {
  padding:0;
}

.cm-services-wrapper .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}

.service-menu .dnd-section > .row-fluid > .span4 > div {
  margin: 0;
  padding-left: 0;
}

.service-menu .hs-menu-wrapper > ul {
  list-style-type: none;
  text-transform: uppercase;
  color: #4e4f50;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin-top: 5px;
}

.service-menu .hs-menu-wrapper > ul > li:after {
  display: block;
  content: "";
  width: 40%;
  height: 1px;
  background: #acc309;
  margin-top: 12px;
  margin-bottom: 12px;
}

.service-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
}

.blog-title {
  text-align: center;
  margin-bottom: 40px;
}

.cm-services-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.cm-services-row4 .hs_cos_wrapper_type_module {
  display: block;
  text-align: center;
}

.cm-services-row4 .cm-button-wrapper {
  margin-top: 40px;
}

.cm-services-row9 .cm-button-wrapper {
  margin-top: 40px;
}

.cm-services-row1.inner_banner h6 {
  padding:0 4%;
}

.cm-services-row7 ul,
.cm-services-row6 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-services-row7 ul li,
.cm-services-row6 ul li{
  padding-left: 4px;
  list-style-position: outside;
  margin-left: 20px;
  padding-bottom: 7px;
  line-height: 25px;
}

.cm-services-row7 ul li:before,
.cm-services-row6 ul li:before{
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #acc309;
  margin-right: 15px;
  display: table-cell;
  display: inline-block;
  position: relative;
}

.cm-services-row7 .hs_cos_wrapper_type_module,
.cm-services-row8 .hs_cos_wrapper_type_module{
  display: block;
  text-align: center;
}

.cm-services-row7 .hs_cos_wrapper_type_module .cm-button-wrapper,
.cm-services-row8 .hs_cos_wrapper_type_module .cm-button-wrapper{
  margin-top: 40px;
}


.cm-services-row2 .cm-button-wrapper {
  margin-top: 20px;
}


.cm-services-row6 .cm-button-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cm-button-wrapper {
  text-align: center;
}

.cm-services-row3 .cm-button-wrapper {
  margin-top: 40px;
}

.cm-services-row5 .cm-button-wrapper {
  margin-top: 40px;
}

.cm-services-row10 .content-right-inner {
  padding: 0 48px 10px 45px;
}

.cm-services-row2 h2 a {
  color: #acc309;
  letter-spacing: normal;
}

.cm-services-row11 .testimonial-wrapper .testimonial_text_inner p {
  font-size: 17px !important;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 15px !IMPORTANT;
}

.cm-services-row11 .testimonial-wrapper .testimonial_text_inner p.testimonial_author {
  margin-top: 21px;
  margin-bottom: 15px !IMPORTANT;
}

.cm-services-row11 .testimonial_text_holder {
  padding: 0 15px;
}

.cm-services-wrapper .dnd-section>.row-fluid>.span1 {
  display: none !important;
}

.cm-services-wrapper .dnd-section>.row-fluid>.span11> div {
  width: 100%;
}

@media (max-width:800px) and (min-width:769px) {
  .service-menu .hs-menu-wrapper>ul {
    padding-left: 15px;
  }
}

@media (min-width:768px) {
  .cm-services-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span4 {
    margin: 0;
    width: 16.66666667%;
    float:left;
  }

  .cm-services-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span8 {
    margin: 0;
    width: 66.66666667%;
    float:left;
  }

  .cm-services-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span5 {
    margin: 0;
    width: 25%;
    float:left;
  }

  .cm-services-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span7 {
    margin: 0;
    width: 50%;
    float:left;
  }

  .cm-services-row3 .dnd-section > .row-fluid > div > div,
  .cm-services-row4 .dnd-section > .row-fluid > div > div,
  .cm-services-row5 .dnd-section > .row-fluid > div > div,
  .cm-services-row6 .dnd-section > .row-fluid > div > div,
  .cm-services-row7 .dnd-section > .row-fluid > div > div,
  .cm-services-row8 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .cm-services-wrapper .dnd-section>.row-fluid>.span11 {
    width: 66.66666667%;
    margin: 0 auto;
  }

}

@media (max-width:767px) {
  .cm-services-row1.inner_banner .hs_cos_wrapper_type_rich_text {
    padding: 1px 0;
  }

  .service-menu .hs-menu-wrapper {
    display: none;
  }

  .service-main .service-menu .hs-menu-wrapper {
    display: block !important;
  }

  .cm-services-row3 .hs_cos_wrapper_type_rich_text {
    padding: 1px 0;
  }

  .cm-services-wrapper .dnd-section>.row-fluid>.cm-menu-wrapper {
    padding-bottom: 1px;
  }


  .cm-services-wrapper .dnd-section>.row-fluid>.cm-menu-wrapper {
    padding-bottom: 1px;
  }

  .testimonial-wrapper {
    padding: 1px 0;
  }

  .cm-services-row11 .testimonial-wrapper {
    padding:0;
  }

  .cm-services-row6 .dnd-section > .row-fluid > div,
  .cm-services-row7 .dnd-section > .row-fluid > div ,
  .cm-services-row8 .dnd-section > .row-fluid > div {
    padding-top:1px ;
    padding-bottom:1px;
  }
}


@media (max-width:350px) {
  .cm-services-wrapper .dnd-section > .row-fluid > div {
    margin:0;
  }
}


/*========================= About Us ============================*/

.cm-about-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-about-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

.cm-about-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-about-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}

.cm-about-row1.inner_banner .hs_cos_wrapper_type_rich_text {
  padding:0;
}

.cm-about-wrapper .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}

.service-menu .dnd-section > .row-fluid > .span4 > div {
  margin: 0;
  padding-left: 0;
}

.cm-about-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.cm-about-row2.service-menu .hs-menu-wrapper > ul {
  margin-top: 0;
}

.cm-about-row3 .cm-button-wrapper,
.cm-about-row6 .cm-button-wrapper,
.cm-about-row5 .cm-button-wrapper,
.cm-about-row8 .cm-button-wrapper,
.cm-about-row7 .cm-button-wrapper,
.cm-about-row2 .cm-button-wrapper{
  margin-top: 40px;
}


.cm-about-row8 ul {
  padding: 0;
}

.digi-services.help-wrapper {
  margin: 0 -15px;
}

.digi-services .help-col {
  padding: 0 15px;
}

.team-wrapper--inner {
  margin: 0 -15px;
}

.team-col {
  padding: 0 15px;
}


.q_social_icon_holder.normal_social i {
  margin: 1px 1px 1px 20px;
  color: #999999;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.q_social_icon_holder.normal_social {
  margin: 0 6px;
  display: inline-block;
}

.sep-border {
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #7f7f7f;
  height: 2px;
  width: 10%;
}

.mem-about {
  padding-right: 5%;
}

.sepr {
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #eaeaea;
  height: 1px;
  width: 100%;
}

.col-left-inner img {
  vertical-align: middle;
  margin-bottom: 30px;
}

.q_social_icon_holder.normal_social a:hover i {
  color: #acc309;
}



@media (min-width:768px) {
  .cm-about-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span4 {
    margin: 0;
    width: 16.66666667%;
    float:left;
  }

  .cm-about-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span8 {
    margin: 0;
    width: 66.66666667%;
    float:left;
  }

  .cm-about-row4 .hs_cos_wrapper_type_rich_text {
    margin: 0 auto;
    width: 66.66666667%;
  }

  .cm-about-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span5 {
    margin: 0;
    width: 25%;
    float:left;
  }

  .cm-about-row2 .dnd-section > .row-fluid > .cm-menu-wrapper > .span7 {
    margin: 0;
    width: 50%;
    float:left;
  }

  .cm-about-wrapper .dnd-section>.row-fluid>.span11 {
    width: 66.66666667%;
    margin: 0 auto;
  }

  .cm-about-row3 .dnd-section > .row-fluid > div > div,
  .cm-about-row8 .dnd-section > .row-fluid > div > div,
  .cm-about-row5 .dnd-section > .row-fluid > div > div,
  .cm-about-row6 .dnd-section > .row-fluid > div > div,
  .cm-about-row7 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .cm-about-row3-1 .dnd-section > .row-fluid > div > div {
    width: 100%;
  }

  .digi-services .help-col {
    width: 25%;
    float: left;
  }

  .team-col.col-left {
    width: 33.33333333%;
    float: left;
  }

  .team-col.col-right {
    width: 66.66666667%;
    float: left;
  }

}

@media (max-width:767px) {
  .cm-about-row1.inner_banner .hs_cos_wrapper_type_rich_text {
    padding: 1px 0;
  }

  .cm-about-row3 .dnd-section>.row-fluid > div,
  .cm-about-row7 .dnd-section>.row-fluid > div,
  .cm-about-row8 .dnd-section>.row-fluid > div{
    padding:0 0 1px;
  }

  .cm-about-row5 .dnd-section>.row-fluid > div{
    padding:1px 0;
  }

  .cm-about-wrapper .dnd-section>.row-fluid>.cm-menu-wrapper {
    padding-bottom: 1px;
  }

  .testimonial-wrapper {
    padding: 1px 0;
  }

  .cm-about-row4 .dnd-section>.row-fluid>div {
    padding: 1px 0;
  }

  .cm-about-row4 .dnd-section:not(:first-child) > .row-fluid > div {
    padding: 0;
  }
}

@media (max-width:350px) {
  .cm-about-wrapper .dnd-section > .row-fluid > div {
    margin:0;
  }
}


/*====================== Digital Marketing ========================*/

.cm-digi-marketing-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-digi-marketing-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

.cm-digi-marketing-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-digi-marketing-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
  width:100%;
}

.cm-digi-marketing-row1.inner_banner .hs_cos_wrapper_type_rich_text {
  padding:0;
}

.cm-digi-marketing-wrapper .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}

.service-menu .dnd-section > .row-fluid > .span4 > div {
  margin: 0;
  padding-left: 0;
}

.cm-digi-marketing-wrapper .service-menu .hs-menu-wrapper > ul {
  margin-top:0;
}

.cm-digi-marketing-wrapper .cm-button-wrapper {
  margin-top:40px;
}

.cm-digi-marketing-wrapper .row-fluid [class*="span"] {
  min-height:0;
}

.cm-digi-marketing-row1 .cm-button-wrapper {
  margin-top:20px;
}

.cm-digi-marketing-row3 .dnd-section .hs_cos_wrapper_type_rich_text {
  text-align: left;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4:nth-child(1) > div {
  padding: 40px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4 > div {
  margin-bottom: 32px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4:nth-child(1) > div {
  margin-bottom: 20px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4 > div,
.cm-digi-marketing-row3 .dnd-section>.row-fluid .span6 > div{
  background-color: #f7f7f7;
}

.cm-digi-marketing-row3 h2 {
  margin-bottom: 22px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4:nth-child(2) > div {
  padding: 40px 10px 40px 40px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span4:nth-child(3) > div {
  padding: 40px 41px 27px 30px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid > div > div {
  padding:0;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span6:nth-child(1) > div {
  padding: 40px 30px 40px 40px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span6:nth-child(2) > div {
  padding: 40px 40px 40px 40px;
}

.cm-digi-marketing-row3 .dnd-section>.row-fluid .span6 > div {
  margin-bottom: 20px;
}

.cm-digi-marketing-row3 p {
  margin-bottom: 20px;
}

.cm-digi-marketing-row3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-digi-marketing-row3 ul li {
  list-style-position: outside;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 21px;
  padding: 0 0 0 34px;
  position: relative;
}

.cm-digi-marketing-row3 ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #acc309;
  margin-right: 15px;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0;
  line-height: 27px;
  height: 27px;
  width: 27px;
  text-align: center;
  font-size:18px;
}

.cm-digi-marketing-row4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-digi-marketing-row4 ul li {
  padding-left: 4px !important;
  list-style-position: outside;
  margin-left: 20px !important;
  padding-bottom: 7px;
  line-height: 25px;
  color: #4e4f50 !important;
}

.cm-digi-marketing-row4 ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #acc309;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

h2 a {
  letter-spacing:0;
}

@media (min-width:768px) {
  .cm-digi-marketing-row1 .dnd-section > .row-fluid > .cm-menu-wrapper > .span4 {
    margin: 0;
    width: 16.66666667%;
    float:left;
  }

  .cm-digi-marketing-row1 .dnd-section > .row-fluid > .cm-menu-wrapper > .span8 {
    margin: 0;
    width: 66.66666667%;
    float:left;
  }

  .cm-digi-marketing-row4 .dnd-section > .row-fluid > div > div,
  .cm-digi-marketing-row5 .dnd-section > .row-fluid > div > div,
  .cm-digi-marketing-row6 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .cm-digi-marketing-wrapper .dnd-section>.row-fluid .span4 {
    width: 33.33333333%;
    padding: 0 15px;
    float: left;
    margin: 0;
  }

  .cm-digi-marketing-wrapper .dnd-section>.row-fluid .span6 {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin: 0;
  }
}


@media (max-width:350px) {
  .cm-digi-marketing-wrapper .dnd-section>.row-fluid>div {
    margin:0;
  }

  .cm-digi-marketing-row3 .dnd-section>.row-fluid>div>div {
    padding:0 15px;
  }
}

/*====================== Find Us =========================*/

.find_banner .title.has_background {
  background: transparent !important;
  height: auto !important;
}

.find_banner .title .not_responsive {
  display: block !important;
}

.find_banner .title_holder {
  height: 100%;
}

.cm-find-wrapper .dnd-section {
  margin:0 -15px;
}

.cm-find-wrapper .dnd-section > .row-fluid  {
  display: block !Important;
}

.cm-find-wrapper .dnd-section > .row-fluid > div {
  margin: 0 -15px;
  width: auto;
  float:none;
}

.cm-find-wrapper .dnd-section > .row-fluid > div > div {
  margin: 0 auto;
  padding: 0 15px;
}

.cm-find-wrapper .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}


.cm-find-row2 .dnd-section>.row-fluid>div {
  margin:0 -10px;
}

.cm-find-row3 .dnd-section>.row-fluid>div>div {
  margin:0;
}

.cm-find-wrapper .row-fluid [class*="span"] {
  min-height:0;
}

.cm-find-wrapper .dnd-section>.row-fluid .span6 {
  margin: 0;
  padding:0 15px;
}

.cm-find-row4 .hs_cos_wrapper_type_rich_text {
  text-align: left;
  margin-bottom:30px;
}

.cm-find-row4 .dnd-section > .row-fluid > div > div {
  padding:0;
}

@media (min-width:768px) {
  .cm-find-row3 .dnd-section > .row-fluid > div > div,
  .cm-find-row4 .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
    margin:0 auto;
  }

  .cm-find-wrapper .dnd-section>.row-fluid .span6 {
    float: left;
    width: 50%;
  }
}

@media (max-width:767px) {
  .cm-find-row2 .dnd-section>.row-fluid>div {
    margin: 0;
  }
}

@media (max-width:350px) {
  .cm-find-wrapper .dnd-section > .row-fluid > div {
    margin:0;
  }
}


/*========================= Our Work ===========================*/

.tes-wrapper {
  text-align: center;
}

.tes-img-holder img {
  vertical-align: middle;
}

.tes-img-holder.top-holder {
  padding-bottom: 20px;
}

.tes-img-holder.bottom-holder {
  padding-top: 20px;
}

p.te_author {
  font-size: 15px !important;
  margin: 0;
  font-weight: 500;
  color: #acc309;
  line-height: 26px;
  padding-top: 1px;
}

.tes_content {
  padding: 5px 10px;
  margin: 0;
}

.cm-work-row2 .tes_content,
.cm-work-row4 .tes_content,
.cm-work-row5 .tes_content,
.cm-work-row6 .tes_content,
.cm-work-row7 .tes_content,
.cm-work-row8 .tes_content,
.cm-work-row9 .tes_content{
  line-height: 27px;
  font-size: 19px;
  padding: 0;
}

.cm-work-row3 .tes_content {
  padding: 0;
}

.te_author span {
  font-size: 17px !important;
  margin-top: -1px;
  display: inline-block;
}

@media (min-width:768px) {
  .cm-work-wrapper .dnd-section > .row-fluid > div > div{
    width: 66.66666667%;
  }

  .cm-work-wrapper .dnd-section {
    margin:0 -15px;
  }

  .cm-work-wrapper .dnd-section > .row-fluid  {
    display: block !Important;
  }

  .cm-work-wrapper .dnd-section > .row-fluid > div {
    margin: 0 -15px;
    width: auto;
    float:none;
  }

  .cm-work-wrapper .dnd-section > .row-fluid > div > div {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media (max-width:767px) {
  .cm-work-wrapper .tes-wrapper {
    padding: 1px 0;
  }

  .cm-work-row1 .tes-wrapper {
    padding-top: 35px;
  }
}



/*======================== Video Module ========================*/
.qode_video_box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  margin-top: 30px;
}

.qode_video_box .qode_video_image {
  display: block;
  position: relative;
  overflow: hidden;
}

.qode_video_box .qode_video_image img {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 22;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  -webkit-backface-visibility: hidden;
}

.qode_video_box .qode_video_image .qode_video_box_button_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 44;
}

.qode_video_box .qode_video_image .qode_video_box_button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color .15s ease-out;
  -webkit-transition: background-color .15s ease-out;
}

.qode_video_box .qode_video_image .qode_video_box_button_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%,-50%);
  -webkit-transform: translate(-48%,-50%);
  border-top: 12px solid transparent;
  border-left: 18px solid #303030;
  border-bottom: 12px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qode_video_box .qode_video_image:hover img {
  transform: scale(1.05) rotate(.01deg);
  -webkit-transform: scale(1.05) rotate(.01deg);
}

.qode_video_box .qode_video_image:hover .qode_video_box_button {
  background-color: #4e4f50;
}

.qode_video_box .qode_video_image:hover .qode_video_box_button_arrow {
  border-left-color: #fff;
}

.qode_video_box .qode_video_image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,.1);
  z-index: 33;
  opacity: 0;
  transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
}

.qode_video_box .qode_video_image:hover::after {
  opacity: 1;
}


/*================= Services Carousel Module ====================*/

.services-col-inner {
  padding: 30px 15px;
  text-align:left;
}

.slick-dotted.slick-slider {
  text-align: center;
  margin: 0;
}

.services-col-inner p {
  margin-bottom: 0;
  margin-top: 30px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #acc309 !important;
  color: #FFF !important;
  text-decoration: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #fff !important;
}

.slick-prev, .slick-next {
  top: auto !important;
  bottom: 0 !important;
  position: static !important;
  color: #FFF !important;
  font-size: 14px !important;
  margin: 5px !important;
  padding: 4px 7px !important;
  background: #d6d6d6 !important;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 4px !important;
  opacity: 1 !important;
  background-color: transparent !important;
  width: 27px !important;
  height: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  text-indent: -1000px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  position: absolute !important;
  left: auto !important;
  right: auto !important;
  bottom: -62px !important;
}

button.slick-prev.slick-arrow {
  left: calc(50% - 37px) !important;
}

button.slick-next.slick-arrow {
  right: calc(50% - 37px) !important;
}

button.slick-next.slick-arrow:before {
  font-family: FontAwesome,sans-serif;
  position: absolute;
  height: 26px;
  width: 26px;
  line-height: 26px;
  top: 0;
  left: 0;
  color: #000;
  font-size: 16px;
  text-indent: 0;
  content: '\f105';
  opacity:1;
}

button.slick-prev.slick-arrow:before {
  content: '\f104';
  font-family: FontAwesome,sans-serif;
  position: absolute;
  height: 26px;
  width: 26px;
  line-height: 26px;
  top: 0;
  left: 0;
  color: #000;
  font-size: 16px;
  text-indent: 0;
  opacity:1;
}


.help-icon {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}



.help-icon i {
  font-size: 50px;
  color: rgb(172, 195, 9);
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;

}

.help-icon:hover a i {
  color: rgb(153,153,153);
}

.help-col-inner {
  padding: 0 6%;
}

.testimonial-wrapper .testimonial_text_inner p {
  line-height: 31px;
  font-size: 19px;
  margin-bottom: -15px !important;
  text-align: center;
}

.testimonial-wrapper .testimonial_text_inner p img {
  border: none;
  margin: 0 auto;
  padding-bottom: 10px; 
  display:unset;
}

.testimonial-wrapper .testimonial_text_inner p img:nth-of-type(2) {
  border: none;
  margin: 0 auto;
  padding-top: 10px;
  display:unset;
  padding-bottom:0;
}


.testimonial-wrapper .testimonial_text_inner p.testimonial_author {
  font-size: 18px;
  margin-top: 22px;
  font-weight: 500;
  margin-bottom: 14px !important;
  color: #acc309;
}


/*================ Custom Button =======================*/

.cm-button, 
.cm-button-wrapper a,
.cm-home-row5 .hs-cta-wrapper a{
  padding: 10px 28px;
  display: inline-block;
  background: linear-gradient(to bottom,#acc309,#839343);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  width: auto;
  text-decoration: none;
}

.cm-button:hover,
.cm-button:focus,
.cm-button-wrapper a:hover,
.cm-button-wrapper a:focus,
.cm-home-row5 .hs-cta-wrapper a:hover,
.cm-home-row5 .hs-cta-wrapper a:focus{
  color: #fff;
  text-decoration:none !important;
}


/*================== Marketing Report =====================*/
.marketing-content {
  margin: 0 auto;
  padding: 0 15px;
}

.marketing-wrapper {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marketing-content-inner {
  margin:0 -15px;
}

.content-left-wrapper,.content-right-wrapper {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.marketing-wrapper .cm-button-wrapper {
  margin: 0 0 40px!important;
  text-align: left !important;
}

.content-left-wrapper h3 {
  color: #fff;
  padding-right: 9%;
  margin-bottom: 30px;
  word-break:unset;
}

.content-left-wrapper p {
  color: #fff;
  margin-bottom: 30px;
}

.content-left-wrapper p span {
  display:block;
}

.content-right-wrapper {
  border-left-width: 2px;
  border-left-color: #ffffff;
  border-left-style: solid;
  padding-top: 35px;
}

.content-right-inner {
  padding: 0px 40px 10px 40px;
}

.content-right-inner .image-wrapper {
  padding-right: 40%;
  margin-bottom: 30px;
}

.content-right-inner .image-wrapper img{
  vertical-align:middle;
  height:auto;
  width:100%;
}

.marketing-wrapper-inner {
  margin: 0 -15px;
}

.q_icon_list {
  margin-bottom: 21px;
}

.q_icon_list i {
  font-size: 18px;
  line-height: 27px;
  height: 29px;
  width: 29px;
  text-align: center;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
  color: #ffffff;
  background-color: rgba(255,255,255,0.01);
  border-color: #acc309;
  border-style: solid;
  border-width: 1px;
  float:left;
}

.q_icon_list p {
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  position: relative;
  color: #ffffff !important;
}


@media (min-width:768px) {
  .content-left-wrapper, .content-right-wrapper {
    width: 50%;
    float: left;
  }

  .marketing-content {
    width: 66.66666667%;
  }
}

@media (max-width:767px) {
  .marketing-content {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .content-right-inner {
    padding:0 30px 10px 30px !important;
  }
}

@media (max-width:480px) {
  .content-right-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}



.body-container-wrapper .hs_cos_wrapper_type_rich_text,
div[class*="wow"],
.cm-button-wrapper,
.service-menu .hs-menu-wrapper{
  visibility:hidden;
}


.body-container-wrapper  .cm-find-wrapper .hs_cos_wrapper_type_rich_text ,
.cm-find-wrapper .cm-button-wrapper{
  visibility:visible;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  transition: all .1s ease !important;
  -webkit-backface-visibility: hidden;
  animation-delay: unset;
}


.service-menu .dnd-section>.row-fluid {
  display:flex !important;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.custom-header {
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  width: 100%;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
}

.header_top_bottom_holder {
  position: relative;
}

.header_bottom.clearfix {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 3px rgba(0,0,0,.11) !important;
  padding: 0 45px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.custom-header .content-wrapper {
  padding: 0;
}

.header_inner_left img {
  max-height: 70px;
  width: auto !important;
  vertical-align: middle;
  max-width:unset;
}

.header_inner_left {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;

}

.main_menu {
  float: right;
  position: relative;
  z-index: 110;
  left: auto;
}

.main_menu .hs-menu-wrapper > ul ul {
  display: none;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 3px 3px rgba(0,0,0,.2) !important;
  padding: 7px 0;
  position: relative;
  left: 0;
  margin: 0;
  top: 100%;
  position: absolute;
  visibility: visible;
  /*overflow: hidden;*/
  opacity: 1;
  z-index: 10;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  height: auto !important;
}

.main_menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}

.main_menu .hs-menu-wrapper > ul > li > a {
  color: #4e4f50;
  font-size: 16px;
  line-height: 80px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  position: relative;
  padding: 0 17px;
}

.main_menu .hs-menu-wrapper > ul > li:hover > a {
  color: #acc309;
}

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

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

.main_menu .hs-menu-wrapper > ul ul li {
  padding: 0;
  width: 225px;
  display: block;
}

.main_menu .hs-menu-wrapper > ul ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  color: #4e4f50;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main_menu .hs-menu-wrapper > ul ul li a:hover {
  color: #acc309;
}

@media (min-width:1001px) {
  .mobile_menu_button.mobile-trigger {
    display: none;
  }

  .mobile_menu {
    display: none;
  }

  body.no-banner {
    padding-top: 80px;
  }
}

@media (max-width:1039px) {
  .main_menu .hs-menu-wrapper > ul > li > a {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1001px) {
  .custom-header .content-wrapper{
    width:100%;
    max-width:100%;
  }
}


@media (max-width:1000px) {
  .main_menu .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a.active{
    color:#acc309;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a.active,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    color:#acc309;
  }


  .header_bottom.clearfix {
    overflow-x:hidden;
  }

  nav.main_menu {
    display: none;
  }



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

  .header_inner_left img {
    max-height:unset;
    max-width:232.5px;
    width:100% !important;
  }

  .q_logo > div {
    left: -50%;
    width: auto!important;
    display: block;
    position: relative;
  }

  .header_inner_left {
    float: unset;
    padding: 0;
    height:100px;
    position:relative;
  }

  .logo_wrapper {
    display: table;
    position: absolute;
    height: 100px!important;
    left: 50%;
    width:100%;
  }

  .mobile_menu_button.mobile-trigger {
    display: table;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
  }

  .mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }


  .q_logo {
    text-align: center;
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle;
    left: 0;
  }

  .mobile_menu_button span:hover {
    color: #acc309;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
  }

  .custom-header {
    position: static;
  }

  .custom-menu-primary {
    width:100%;
    margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #4e4f50;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    padding: 10px 0;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0 0 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 1px solid #fff;
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #acc309;
  }

  .child-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .child-trigger i {
    pointer-events:none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a{
    color: #acc309;
  }
  
  .child-open .child-trigger i:before {
    content: "\f107";
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    border: none;
  }

}

@media all and (-ms-high-contrast:none) {
  .header_inner_left {
    position:static !Important;
  }

  .custom-menu-primary {
    float:left;
  }
}


@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .header_bottom {
    padding: 0 !important;
  }
}


@media (max-width:800px) and (min-width:769px) {
  .mobile_menu_button.mobile-trigger {
    position: relative;
    left: 10px;
  }
}


@media (max-width:620px) and (min-width:601px) {
  .mobile_menu_button.mobile-trigger {
    position: relative;
    left: 10px;
  }
}

@media (max-width:600px) {
  .custom-menu-primary .hs-menu-wrapper> ul {
    width: 420px;
  }
}

@media (max-width:480px) {
  .header_bottom.clearfix {
    padding: 0 25px;
  }

  .custom-header .content-wrapper, .custom-footer .content-wrapper {
    width: auto;
  }
}

@media (max-width:420px) {
  .header_bottom.clearfix {
    padding: 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    width:100%;
  }
}

@media (max-width:1600px) {
  .main_menu .hs-menu-wrapper>ul>li:last-of-type > ul {
    left: auto;
    right: 0;
  }
}

/**/
@media (min-width: 1001px) {
  .main_menu .hs-menu-wrapper ul ul li.hs-menu-depth-2.hs-item-has-children {
    position: relative;
  }

  .main_menu .hs-menu-wrapper ul ul li.hs-menu-depth-2.hs-item-has-children::after
  {
    content: "\f105"; 
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
  }
  .main_menu .hs-menu-wrapper ul ul li.hs-menu-depth-2.hs-item-has-children:hover > ul
  {
    visibility: visible;
    opacity: 1;
    display: block;
    background: #FFF;
    width: 100%; 
    height: auto;
    top: 0;
    left: 100%;
  }
  .mobile_menu {
    display: none!important; 
  }
}


@media (max-width: 1000px) {
  .custom-menu-primary .hs-menu-depth-2 .child-trigger i:before {
    content: "\f105";  
  }
  .custom-menu-primary .hs-menu-depth-2.child-open .child-trigger i:before {
     content: "\f107";
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer_bottom *{
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
}

.footer_bottom_holder {
  padding-bottom: 35px;
}

.footer_bottom {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  height:58px;
  width:1%;
}

.custom-footer a {
  text-decoration:none !important;
}

.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
  width: 25%;
  float: left;
}

.four_columns>.column1>.column_inner {
  padding: 0 15px 0 0;
}


.footer-logo img {
  max-width: 200px;
  width:100% !Important;
}


.footer_top h5 *,.footer_top h5 {
  font-size: 17px;
  letter-spacing: 0.4px;
  line-height: 42px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  padding: 0;
}

.custom-footer .content-wrapper {
  padding: 0;
}


.four_columns>.column2>.column_inner {
  padding: 0 10px 0 5px;
}

.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
  margin: 0 0 0 15px;
}

.four_columns>.column3>.column_inner {
  padding: 0 5px 0 10px;
}

.footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
  margin: 0 0 0 10px;
}

.four_columns>.column4>.column_inner {
  padding: 0 0 0 15px;
}

.footer_top .four_columns .column4 .column_inner>div {
  margin: 0 0 0 5px;
}

.footer-logo img {
  max-width: 200px;
}

.footer_top {
  padding: 72px 0 52px;
}

.footer_top h5 *,.footer_top h5 {
  font-size: 17px;
  letter-spacing: 0.4px;
  line-height: 42px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  padding: 0;
}

.custom-footer .content-wrapper {
  padding: 0;
}

.footer_top_holder * {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}

.four_columns>.column2>.column_inner {
  padding: 0 10px 0 5px;
}

.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
  margin: 0 0 0 15px;
}

.four_columns>.column3>.column_inner {
  padding: 0 5px 0 10px;
}

.footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
  margin: 0 0 0 10px;
}

.four_columns>.column4>.column_inner {
  padding: 0 0 0 15px;
}

.footer_top .four_columns .column4 .column_inner>div {
  margin: 0 0 0 5px;
}

.footer-menu {
  margin-bottom: 15px;
}

.column4.footer_col4 p {
  margin-bottom: 15px;
}

.column4.footer_col4 p a {
  font-weight: bold;
}

.custom-footer .column4.footer_col4 * {
  text-transform: none !important;
}

.custom-footer a {
    -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}

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

.social-wrapper span {
  color: #bfbdbd;
}

.social-wrapper span a {
  font-size: 0;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  color: #bfbdbd;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}

.social-wrapper span a i {
  margin: 0px 10px 0px 8px;
  font-size: 18px;
  color: #ffffff;
}

.social-wrapper span:first-child a i {
  margin-left: 3px;
}

.column2.footer_col2 {
  margin-bottom: 41px;
}

.social-wrapper {
  margin-top: 25px;
}

@media (max-width:700px) {
  .footer_bottom {
    text-align: left;
    padding: 5px 35px !important;
    height: 63px;
  }

}

@media (max-width:620px) and (min-width:601px) {
  .custom-footer .content-wrapper {
    width: 95%;
  }
}


@media (max-width:600px) {
  .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    width: 100%;
  }

  .footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin: 0;
  }

  .four_columns>.column2>.column_inner {
    padding: 0;
  }

  .column2.footer_col2 {
    margin-bottom: 66px;
  }

  .four_columns>.column4>.column_inner {
    padding: 0;
  }

  .footer_top .four_columns .column4 .column_inner>div {
    margin: 0;
  }

  .social-wrapper span:first-child a i {
    margin-left: 8px;
  }

  .social-wrapper span a {
    line-height: 0;
  }

  .column3.footer_col3 {
    margin-bottom: 25px;
  }

  .four_columns>.column3>.column_inner {
    padding: 0;
  }

  .footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
    margin: 0;
  }

  .footer-logo {
    margin-bottom: 6px;
  }

  .column1.footer_col1 {
    margin-bottom: 25px;
  }
}

.cm-find-row4 .hs_cos_wrapper_type_linked_image {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.cm-find-row4 .hs_cos_wrapper_type_linked_image img {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,1,1);
  -moz-transition: -moz-transform .3s cubic-bezier(.4,0,1,1);
  -o-transition: -o-transform .3s cubic-bezier(.4,0,1,1);
  transition: transform .3s cubic-bezier(.4,0,1,1);
  vertical-align: middle;
}

.cm-find-row4 .hs_cos_wrapper_type_linked_image:hover img {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

@media (max-width:480px) {
  .custom-footer .footer_top_holder {
    padding: 0 25px;
  }

  .footer_bottom {
    height: auto;
  }

  .custom-footer .social-wrapper {
    margin-top: 35px;
  }

  .footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
    margin-bottom: 25px;
  }

  .column2.footer_col2 {
    margin-bottom: 76px;
  }

  .column1.footer_col1 {
    margin-bottom: 35px;
  }
}


@media (max-width:420px) {
  .custom-footer .footer_top_holder {
    padding: 0 15px;
  }
}
@media (max-width:320px) {
  .footer_bottom {
    padding: 5px 15px !important;
  }
}

/*===================== BACK TO TOP =======================*/

.back-to-top {
  width: 56px;
  height: 56px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  position: fixed;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  bottom: 65px;
  cursor: pointer;
  z-index:99999999;
}

.back-to-top:before {
  content: "\f062";
  color: #b0b0b0;
  line-height: normal;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

button.back-to-top:hover {
  background-color: #e8e8e8;
}
/* ******************************************************************************
  *********************************************************************************
  This file contains all the neccessary styles for your blog. The styles included
  are for the listing and post templates, featured images and pagination.
  Also for the post meta infromation like tags, author and published date
  *********************************************************************************
  ****************************************************************************** */

  /* TODO: Find a better place for this */
  .page-center,
  .dnd-section>.row-fluid,
  .content-wrapper {
    padding:0;
    margin: 0 auto;
  }

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

  .blog-pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "museo-sans",Arial,sans-serif;
    margin-bottom: 3.3rem;
  }
  .blog-pagination__link {
    display: inline-flex;
    padding: .25rem .4rem;
    margin: 0 .1rem;
    color: #4e4f50;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1;
    border-radius: 7px;
  }
  .blog-pagination__link--active {
    border: 2px solid #B0C1D4;
  }
  .blog-pagination__link:hover,
  .blog-pagination__link:focus {
    text-decoration: none;
  }
  .blog-pagination__prev-link,
  .blog-pagination__next-link {
    display: inline-flex;
    align-items: center;
  }
  .blog-pagination__prev-link {
    text-align: right;
    margin-right: .25rem;
  }
  .blog-pagination__next-link {
    text-align: left;
    margin-left: .25rem;
  }
  .blog-pagination__prev-link--disabled,
  .blog-pagination__next-link--disabled {
    color: #B0C1D4;
    pointer-events: none;
    cursor: default;
  }
  .blog-pagination__prev-link svg,
  .blog-pagination__next-link svg {
    fill: #4e4f50;
    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__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;
  }

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

  .blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 3.3rem 0;
  }
  .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-post img {
    max-width: 100%;
  }
  .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: 40px;
  }
  .blog-index__post-content p {
    font-family: "museo-sans",Arial,sans-serif;
  }
  .blog-index__post-content a {
    color: #4e4f50;
  }
  .blog-index__post img {
    max-width: 100%;
    height: auto;
  }

  .blog-pagination {
    margin-bottom: 1px;
  }

  .blog-pagination a {
    display: inline-block;
    margin-right: 15px;
  }

  .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: #4e4f50;
  }
  .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: #4e4f50;
    text-decoration: underline;
  }

  .blog-post__tags {
    font-family: "museo-sans",Arial,sans-serif;
    color: #000;
  }
  .blog-post__tags svg {
    width: 15px;
    height: auto;
    margin-right: 10px;
  }
  .blog-post__tag-link {
    font-size: .8rem;
    color: #000;
  }

  .blog-recent-posts {
    margin-top: 3rem;
    background-color: transparent;
    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: #4e4f50;
    padding: 1rem;
  }
  @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;
  }


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

  }
  img.featured-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
  @media(max-width: 480px){
    .blog-post img {
      width: 100% !important;
      float: none !important;
    }
  }




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

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

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

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

  li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    margin-left: 0;

  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-right: 10px;
    margin-left: 0;
  }
  li.hs-blog-social-share-item.hs-blog-social-share-item-facebook {
    margin-left: 0;
  }
  ul.hs-blog-social-share-list {
    padding-top: 20px;
  }


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

  .blog .blog-sidebar {
    padding-top:55px;
  }

  /* Blog Modules */
  .blog .blog-sidebar .widget-span {
    margin-bottom:20px;
    padding-bottom:20px;
  }
  .blog .blog-sidebar h3,
  .blog .blog-sidebar h3.form-title{
    font-size: 20px;
  }


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

  .blog .blog-content {
    padding-top:20px;
  }
  li.hs-blog-social-share-item {
    margin-bottom: 10px;
  }
  .hs_recaptcha.hs-recaptcha.field {
    padding-bottom: 20px;
  }
  /* Use this to style the main wrapper for the blog listing pages */
  .blog-listing-wrapper {}

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

  /* Blog Title */
  .hs-blog-header h1 {}
  .hs-blog-header h1 a{}

  /* Blog Post Title */
  .post-header h2 {}
  .post-header h2 a {
    border-bottom:0px;
    color: #1d1d1d;
  }

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

  /* Use this to set up different styling for your blog posts */
  .blog-listing-wrapper .post-listing .post-item {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {}
  .blog-post-wrapper .post-body a {
    color: #a5bb12;
    text-decoration: underline;
  }
  .blog-post-wrapper .post-body a:hover {
    color: #4e4f50;
  }

  /* Post Featured Image on Listings Page */
  .hs-featured-image-wrapper {}
  .hs-featured-image-wrapper .hs-featured-image-link {}
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
  }

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

  /* Blog Topics List */
  #hubspot-topic_data {}
  #hubspot-topic_data a.topic-link {}

  /* Blog Social Sharing Icons */
  .hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
  }

  /* Blog Commments */
  .custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
  }
  #comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
  }
  .comment-date { font-size: 13px; text-align: right; }
  .comment-from { font-weight: bold; }
  .comment-body { padding: 10px 0; }


  .sidebar{
    margin-top:30px;
    margin-bottom:30px;
  }

  .post-header h2 a {
    border-bottom: 0px;
    color: #1d1d1d;
    text-decoration: none;
  }

  .blog .blog-content {
    padding-top: 20px;
  }

  .blog.body-container-wrapper {
    padding: 60px 0px 30px;
  }

  .hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
  }

  .hs-blog-social-share {
    height: auto !important;
  }

  .post-header h2 {
    letter-spacing: 0;
    margin-bottom: 29.05px;
  }

  .blog a {
    text-decoration: none;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px !important;
    list-style: none !important;
    margin-left: 0;
  }

  .hs-blog-social-share ul li {
    padding-left: 4px;
    list-style-position: outside;
    padding-bottom: 7px;
    line-height: 20px;
    color: #4e4f50;
    margin-left: 20px;
  }

  p#hubspot-topic_data {
    margin: 1em 0;
  }

  .blog p {
    margin:1em 0;
  }

  .form-title {
    color: #acc309;
    font-size: 35px;
    line-height: 36px;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    letter-spacing: -0.9px;
    margin-bottom: 20px;
  }

  .blog .blog-sidebar h3, .blog .blog-sidebar h3.form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }


  .blog-sidebar ul {
    padding: 0;
  }

  .blog-sidebar .widget-module ul li {
    padding-left: 4px;
    list-style-position: outside;
    padding-bottom: 7px;
    line-height: 20px;
    color: #4e4f50;
    margin-left: 20px;
  }

  .comment-date {
    display: block !important;
    text-align: left !important;
  }

  .hs_recaptcha.hs-recaptcha.field {
    padding:20px 0;
  }

  .blog-subs .hs-form-field {
    padding-bottom: 15px;
  }

  .blog-subs .inputs-list {
    list-style: none;
    padding: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
  }

  .blog-subs .hs-input[type=checkbox] {
    margin: 3px 3px 3px 4px;
  }

  .blog-subs .hs-input[type=checkbox]+ span {
    display: block;
    margin-left: 20px;
  }

  @media (max-width:1000px) {
    .blog .blog-sidebar h3, .blog .blog-sidebar h3.form-title {
      text-align:left;
  }
  }

  @media (max-width:767px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
      max-width: 100%;
      margin: 20px 0;
      float: none;
      width: 100%;
      height: auto;
      max-height: none;
  }
  }


  .hs-author-social-links {
      display: inline-block;
  }

  .hs-author-social-links a.hs-author-social-link {
      width: 24px;
      height: 24px;
      border-width: 0px;
      border: 0px;
      line-height: 24px;
      background-size: 24px 24px;
      background-repeat: no-repeat;
      display: inline-block;
      text-indent: -99999px;
  }

  .hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
      background-image: url(https://2010055.fs1.hubspotusercontent-na1.net/hubfs/2010055/raw_assets/public/AngelfishMarketing_August2020/images/linkedin.png);
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 7rem 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: "museo-sans",Arial,sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 15rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "museo-sans",Arial,sans-serif;
  font-size: 1.25rem;
  color: #4e4f50;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #4e4f50;
}

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


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

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  font-size: 14px !important;
}

.systems-page input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

.systems-page .hs-form-field .hs-input[type="checkbox"] {
    float: left;
}

@media (max-width:767px) {
  .page-header h2 {
    font-size: 26px;
  }
  .page-header h1 {
    font-size: 30px;
  }
}

.hs_cos_wrapper_type_email_subscriptions form {
  width: 100%;
  max-width: 100%;
}