/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  max-width: 1200px;
  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: ETmodules;
  src: url("//f.hubspotusercontent00.net/hubfs/7931553/Picture_Marketing_September2020/Fonts/modules.eot") format("embedded-opentype"), 
    url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/modules.ttf) format("truetype"), 
    url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/modules.woff) format("woff"), 
    url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/modules.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
    font-family: 'FontAwesome';
    src: url(https://f.hubspotusercontent00.net/hubfs/7931553/Picture_Marketing_September2020/Fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),
      url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/fontawesome-webfont.woff2) format('woff2'),
      url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/fontawesome-webfont.woff) format('woff'),
      url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/fonts/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}


@font-face {
  font-family: "WistiaPlayerInterNumbersSemiBold";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAtoABEAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAALYAAAAAgAAAAIAAAAAUdQT1MAAArEAAAAkAAAANKvzr9OR1NVQgAAC1QAAAAKAAAACgABAABPUy8yAAAHFAAAAEcAAABgefd65GNtYXAAAAdcAAAAWQAAALIApwIpY3Z0IAAACOQAAAAeAAAAHhPjFLxmcGdtAAAHuAAAALIAAAEJQz7wiGdhc3AAAAq0AAAAEAAAABAAGgAjZ2x5ZgAAAYAAAATSAAAF6HLmwydoZWFkAAAGiAAAADYAAAA2Gewz/mhoZWEAAAb0AAAAIAAAACQRFgUWaG10eAAABsAAAAA0AAAANEvcCRxsb2NhAAAGbAAAABwAAAAcCOQK1G1heHAAAAZUAAAAGAAAACAAGQBKbmFtZQAACQQAAAFfAAAC4teE+hlwb3N0AAAKZAAAAE8AAACUZ+L4u3ByZXAAAAhsAAAAdgAAAH91UbWTeNptVHtMU1cYP9/t7b1omLbYC7I1zlKGmCxuensvbuqCiX84k6FRyYhjPmZU5ui8Za2KoDyiC8bFTYGNENCytLOMClTqYxKnCBugqN3EV9ZFmhnDH2bwB0qV9nPntnMxzpt7zznfOSfn+36Pc8lkWBTN0zome4iGTCUCSSVmMptI5B2yiCwlBEx6k1YQBbNgksySKIFe7Xk61Pw7K0q8YBJMehBESaS9WU/H9NOYJBOdo4uSKUuUtI6JPnZ+pO/PECOHQtFLtLUrSigUgtyQDRcwMrbYFfTaGFlds6EXVuOCkRE67xqxRvNeWXHPtkdR9thwKR75YmSkBE/R+G/blZAdcnH9+eVO0GEZVEQ71BZHnNikOG02p0LowxDP03vc/AQjRfg6IWw6o9clpYvz2CS9jmHNsqz2GeY0Tp1PFpmv8cKxZsi+exeym4/hhVDtdUUZrKkZVJTrtcZxuA0fwDK48/gxzsJT2IGZ48GL4IBJkAA7e3qwCsM4jgcuUvKIlxCNK4EQnhDKDEgg6hlvIiYyJMxF0B+B1WGi7hskRDtE66PVwXuMZMlQq+EEsyVepmDgGB5UmiXNzn0H39/csc3Rvu6BG0wn2uHVIysv+tGiOfNkTFN36LQnf+vRDze02X0wre47jDTaBzHahQZd0E/zBCgPC2kei8pCxixxBiPOk+VYPirpsyFNzVNW1NTJNDUvzGAEAyWK6cb+k3yE39G9o/Kq3fZHnctV3FmQ71EKOx3sKOeH2b7TINR0NJb/tNGPPT3GqodHNxzKyXd/VnR8QzDv+61bGnJzqjc2Ptr/7US1d+xtnfBloMKND+tiGrkI4QopV5OpSjHfxc0kAQWuZzPhTZiOww8iCzX+aB5zJoE8KQ9iPrgG2NUTAzp2SYzH20/vacP0jDf+jy+N42dNo2dqRFmOc6oi+gH/+pEfnWRtLSjttW3/reLj7uzhUjYz4lmauPjnTWdhdnMbXr5g/OpR/UeHV20PVO67WfzuHKNmNBh1WbJP4K89XdjfHveYn3KbmTCTavjWM48RlcEUcyw7I4hy+n+JnxPZkEwt14+dgQ5Yfr8ZprakjqX3NRy5X6rLBb6hFTJbPXil1zbgKOot2X1tp/3ybqMffLAFCuApTNr/qKmmvRMbHpd/0479XefwlzPB3bfK91wvqbxVXHyjnMR4qaL+8sR9CPQ+CmAC1jMxpJ0ZUTCiqeHTg8PhYd5A92pIC8VhpB4xkblkcQxJVoYsZ0lz1D7miZQpjOqJFI4CSaJLcxgVSApHgbwQMnXY3Q5QcGrb+sPLAZxg9LXBa00AKw6ttZ78FMCHPZes3k8A1nmVouNrAda3bts/8DmA42p55TU7gPXKAWM1sO6yoVpDYure84X14YMHw/WF5/emJhpqh8rcGKlmPXnOAuqt3IYtBc68iGWN21rk37zZX2R1r3mJNiR274k5TXUILXKenCSZOZbGVBR64aYwMU2eGYc1wJJAB/ruN+Noy/SxtEtxbfBJYxveafWApc9+2WHrLS0JFNsHShNm+jEH67EOAcerxpuqfWdhkyoOZHWdgwUxccp+L6m4WbzrRkWstgBwzHxuV/zfRDIyJItq0GT15nFm5oUYVq2cO/dlrzbp+Whi7PmIHvsPd+ID3wAAeNpjYGRgYOBl8GTgYgABRiQSDAAJwQBkAAAAcgByAK4AwgD2AUQBZgGkAfICCAJyAsAC9AABAAAAAQCD3pJibF8PPPUAAwsAAAAAANnVebIAAAAA2gtpzQCI/VgGbAqoAAAABwACAAAAAAAABqgBPQAAAAAG4ACoBRwArAaoANQHAADQBxAApAawANgG3AC0BkgAiAbIAKsG3AC0AwgA0HjaY2BkYOBa8TeCgYFdgIGBYQFbDgNQBAXwAgBVfQNAeNpjYGZjYZzAwMrAwa7GNpOBgeEyhGa+yXCAGcQHSmEHQcG+wQwODAoMVlwr/kYwMHCtYFoBFGYEybExcIAoBQYmACpACscAeNpjYGBgZoDgLgZGBhCQAfIYwXw2hjwgzclgBJVhgNP4ASFVTEAbWBhYgeazM3AAzedi4GbgAYpoAOXYgDQjUIUCg9X//0C+AoPB////H/6/BDMVALnMCswAAAB42k2PSw7CIBCG7YKh1D6Q4t4D6AVckU5k3XTpqk104RF6q6G9oENRY8KQ738AgXZnVwuQFShbt3uTHzRSdvSk0E+PDm/f5amMDhmcXlHpTdlNkevnAK4LQiaWrlu1EAapxZFLIwGP5DlNXD/gwIL8cJ9XIWQ8FG3eghYphl8M8BerT2xSHIxJfr75jP28gOPHurVqygK5uGSZQm3bK8ZLC9QMFp/8gUiSqWG6vAF2mk2/AAB42tvIwMDgtNGawXkDT0Dljv/7HQQYGBkYmFmABBCxMDExOLs6OWc6OW9gcXZxTnAC8TYwOm9gck7MAvI2MINFZTbqAk3gC6jczM7KCtaxITagchMnq4OTzCZWLlbnhEynHf/PbgaZ6byBFaJnhy6DLAAPyCH3AAAKmAqoCAAIQAYABiAAAP/g/eD9oP1o/VgAAADcAAAAAHjanZDNSsNAFIVP+icuWty4KQpZttImTeuqdSmBQNpoA8VtW0IaSJOQmfocrn0On8HHcO3Ch/AkjlilCDpD5n73zLmHIQBO8AwNxdJwWp7FquCI3QdX0cGZ4tqep44mrhU3cI5bxU30kChuoY1HJmi1YyoXeFJc4c2L4ipu8Ka4hrF2pbiOtnavuLGnN3GnPShu4VJ7dRIZ5P3ZbrsKctGfB+EuXuaqWMZgMJzM/ak/OWj7rAtqUZro9I+Gvzo926XL0ju+4+peFiS6nSZSd6N1kIigp38lWd2NlNnYNMU6jzIpDBHFRpqHJiPg8B9JBMjRxww7bLEqO8F+TgqpxVhS+d5ZMDDgHmLCGx9TfpM/pP3s/z+5UL4IKTN09bIRX+bBhqsUi7XDNzql4iHjVOG2yylJcpmwLlXBs0flULKFLjb0SyaMYXILTuX0ZNQEHYU/Zk2phrwvX/EOaduG+QB42mNgYgCDfxMYDjBgA7xAzMzIxMjMyMLIysjGyM7IwcjJyMXIzcjDXpqXaWBgbAClDaG0EZQ2htImUNoUSptBaXMobQGlLaG0IwBy1BnpAAABAAMABwAKABMAB///AA942jWOIRLCUAxE30//lP4WgUJyAhQKgWQYRCUSC4YZBCfiOEgEggNwj7CkJRHZze5mQgJaFixJ211/oCFrgzs/JV1Ot6t2DEyaaZoSe7FzeCtmzFmLF3/Ia/6i9iMT/9AIF2mtv+nEp34ffcYq0ht6XRCSOpYyf/SUu5K30AXK1MKmzmpdCjYoKX6xL0HZHXkAAQAAAAAAAAAAAAAAAAABAAAAAA==");
  font-feature-settings: "tnum";
}

body {
  font-family: Open Sans, serif;
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}

/* Anchor Links */
a {
  color: #00a6e0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: Montserrat, serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0 0 1em 1em;
}

li {
  margin-bottom: 5px;
}

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

blockquote {
  padding: 0;
  border: 0;
  quotes: none;
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #00a6e0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
embed, iframe, object, video {
  max-width: 100%;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

/* ================================= Media queries ================================= */
@media (min-width: 981px) {
  .dnd-section {
    padding: 4% 0;
  }
}

/* ========== */
@media (max-width: 980px) {
  .dnd-section {
    padding: 50px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

h3.form-title {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  padding: 5px;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 12px 24px;
}

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

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


.hs-form label {
  color: #33475b;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  min-height: 40px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="password"] {
  height: auto !important;
  margin: 0 !important;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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: #c87872;
}
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: #c87872;
}

.actions {
  padding: 0;
}

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

.hs-error-msgs {
  margin-left: 0;
  padding-left: 0;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 17px;
  color: #666666;
}
.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: Open Sans, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/***** Camera Style *****/
.dnd-camera-section .page-header.section-header {
  margin-bottom: 2.75%;
}
.dnd-camera-section .page-header.section-header p {
  padding: 0;
}
.dnd-camera-section .hs_cos_wrapper_type_linked_image {
  margin-bottom: calc(2.75% + 15px);
  display: block;
}
.dnd-camera-section .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.bottom-pane-full  .dnd-section>.row-fluid{
  width: 100%;
}
.dnd-camera-section2.section-column-pb .dnd-section>.row-fluid>.dnd-column {
  padding: 2.75% 0;
  width: 73.625%;
}
.dnd-camera-section2 .dnd-section>.row-fluid>.dnd-column {
  padding: 3.735% 0;
  width: 73.625%;
}
.dnd-camera-section2 .dnd-section>.row-fluid .span5 {
  width: 46.26485569%;
  margin-right: 7.47%;
}
.dnd-camera-section2 .dnd-section>.row-fluid .span7 {
  width: 46.26485569%;
  margin-left: 0;
}
.dnd-camera-section2 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.dnd-camera-section2 .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

/***** Video Filters Style *****/
.dnd-video-filters-section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}
.dnd-video-filters-section .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-video-filters-section .hs_cos_wrapper_type_text {
  font-weight: bold;
}
.dnd-video-filters-section1 .hs_cos_wrapper_type_rich_text:first-child {
  padding-top: 20px;
  display: block;
}
.dnd-video-filters-section1 .hs_cos_wrapper_type_rich_text:first-child p:last-child {
  padding-bottom: 0;
}
.dnd-video-filters-section1 .hs_cos_wrapper_type_linked_image {
  display: block;
}
.dnd-video-filters-section1 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.dnd-video-filters-section2 .hs_cos_wrapper_type_header {
  padding-top: 20px;
  display: block;
}


/***** Website Style *****/
.body-container__website .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 2.75%;
}
.body--website-wrapper .hs_cos_wrapper_type_rich_text ul {
  padding: 0 0 1em 1em;
  line-height: 26px;
  list-style-type: disc;
}
.body--website-wrapper .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 5px;
}	
.body--website-wrapper table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left;
  color: rgb(102, 102, 102);
  border-spacing: 0;
  border-collapse: collapse;
}
.body--website-wrapper tbody+tbody {
  border: 0;
}
.body--website-wrapper thead th,
.body--website-wrapper thead td {
  background: transparent;
}
.body--website-wrapper tr td {
  padding: 6px 24px;
  border: 0;
  color: rgb(102, 102, 102);
  text-align: left;
  border-top: 1px solid #eee;
  display: table-cell;
  vertical-align: inherit;
}
.body--website-wrapper tr td p:last-child {
  padding-bottom: 0;
}
.body--website-wrapper tr td h4 {
  line-height: 1em;
  word-break: normal;
}
.body-container__website .hs_cos_wrapper_type_rich_text sup {
  font-size: 17px;
}
.body--website-wrapper .hs_cos_wrapper_type_rich_text tr td h4 sup {
  font-size: 13px;
}
.body-container__website .hs_cos_wrapper_type_rich_text a {
  word-break: break-word;
}
.tb-mobile {
  overflow-x: auto;
  margin-bottom: 1em;
}

/***** Terms Style *****/
.body-container__website .page-header.section-header p {
  font-weight: bold;
  padding: 0;
}

/***** Full width Style *****/
.dnd-fullwidth-section3 .dnd-section>.row-fluid {
  width: 100%;
}

/***** About Style *****/
.dnd-about-section1 .dnd-section>.row-fluid {
  width: 100%;
}


/***** Contact Style *****/
.dnd-contact-right-wrp, .dnd-contact-left-wrp {
  float: left;
  position: relative;
  z-index: 9;
}
.body-leftRight-wrp {
  padding-bottom: 46px;
}
.dnd-contact-left-wrp .dnd-section>.row-fluid,
.dnd-contact-right-wrp .dnd-section>.row-fluid {
  width: 100%;
  max-width: 100%;
}
.dnd-contact-full-content-section .hs_cos_wrapper_type_rich_text P:last-child {
  padding-bottom: 0;
}
.dnd-contact-left-section .hs_cos_wrapper_type_form {
  padding: 40px 57px 15px 40px;
  display: block;
  margin: 0 -10px;
  margin-top: 30px;
}
.dnd-contact-left-wrp .hs-form-field {
  padding: 0 10px;
}
.dnd-contact-left-wrp fieldset.form-columns-2 .hs-form-field {
  padding: 0 10px;
}
.dnd-contact-left-wrp fieldset.form-columns-1 .hs-form-field {
  margin-bottom: 22px;
}
.dnd-contact-left-wrp fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.dnd-contact-left-wrp fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.dnd-contact-left-wrp .hs-form label {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dnd-contact-left-wrp .hs-form-required {
  margin-left: 4px;
  color: red;
}
.dnd-contact-left-wrp .hs-richtext {
  margin: 0;
  padding: 0 10px 15px;
}
.dnd-contact-left-wrp .hs-richtext p {
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 4px 0 1.2em;
  padding: 0;
  font-weight:400;
}	
.dnd-contact-left-wrp .hs-richtext h6 {
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  margin: 1em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  padding-bottom: 3px;
}
.dnd-contact-left-wrp fieldset.form-columns-1 .hs-fieldtype-textarea.hs-form-field {
  margin-bottom: 14px;
}
.dnd-contact-left-section .hs_cos_wrapper_type_form textarea {
  height: 64px;
}

.dnd-contact-left-section .hs-button,
.dnd-contact-left-section .button--primary {
  margin-top: 0;
}
.dnd-contact-left-wrp .hs_submit.hs-submit {
  padding: 0 10px;
}
.dnd-contact-left-section .hs_cos_wrapper_type_rich_text {
  padding: 0 42px;
  display: block;
}
.dnd-contact-left-section .hs_cos_wrapper_type_rich_text img {
  width: 30px;
  vertical-align: middle;
}
.dnd-contact-left-section .hs_cos_wrapper_type_rich_text p {
  color: #9fa0a2;
  line-height: 30px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.dnd-contact-left-section .hs_cos_wrapper_type_rich_text p a {
  color: #00a4bd;
  cursor: pointer;
  text-decoration: underline;
}
.dnd-contact-left-section .hs_error_rollup {
  padding: 0 10px;
}
.dnd-video-filters-section2 .iframe-code-wrp .wistia_responsive_padding {
  padding: 52.81% 0 0 0;
}

/***** Image Effects Style *****/
.dnd-image-effects-section h1 {
  text-align: center;
}

/***** dslr Style *****/
.dnd-dslr-section .page-header.section-header {
  text-align: center;
  margin-bottom: 2.75%;
}
.dnd-dslr-section .page-header.section-header p:last-child {
  padding-bottom: 0;
}
.dnd-dslr-section .hsmd-img-gallery-fullWidth-grp .mb-30-px {
  margin-bottom: 2.75%;
  vertical-align: middle;
}
.dnd-dslr-section .hsmd-img-gallery-fullWidth-grp .popup-galleryImg img {
  vertical-align: middle;
}
.dnd-dslr-section .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-dslr-section .hsmd-img-gallery-fullWidth-grp .caption-gallery {
  padding-top: 8px;
}

/***** Apps Style *****/
.dnd-apps-section .page-header.section-header {
  text-align: center;
}
.hs-section-three .hs_cos_wrapper_type_header h1 {
  font-size: 26px;
  text-align: center;
}
.dnd-apps-section .page-header.section-header p:last-child {
  padding-bottom: 0;
}
.dnd-apps-section1 .hs_cos_wrapper_type_header {
  display: block;
  margin-bottom: 28px;
}
.dnd-apps-section1 .hs_cos_wrapper_type_header h1 {
  font-size: 26px;
  font-family: 'Montserrat';
  font-style: normal;
  padding-bottom: 10px;
  color: #333;
  line-height: 1em;
}
/***** Pricing Style *****/
.dnd-pricing-section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
.dnd-pricing-section .hs_cos_wrapper_type_rich_text p:last-child,
.dnd-pricing-section1 .hs_cos_wrapper_type_rich_text p:last-child{
  padding-bottom: 0;
}
.dnd-pricing-section .hs-button{
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  margin: 20px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  color: #00a6e0;
  font-weight: 500;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  margin: 20px 0 30px;
  line-height: 1.7em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.dnd-pricing-section .hs-button:hover{
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}
.dnd-pricing-section .hs-button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-family: ETmodules;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dnd-pricing-section .hs-button:hover:after {
  margin-left: 0;
  opacity: 1;
}

/* Plan */
.parallax-mirror + .body-wrapper {
  padding-top: 0 !important;
}

.spikesocial-real-sitewrp .header-wrp {
  min-height: auto;
  position: fixed !important;
  width: 100%;
  top: -114px;
  transition: top .7s;
  z-index: 99;
}
.spikesocial-real-sitewrp .custom-header-top,
.spikesocial-real-sitewrp .custom-main-header{
  position: static;
}
.sticky .spikesocial-real-sitewrp .header-wrp {
  top: 0;
}
.spikesocial-real-sitewrp .custom-header-top {
  position: relative;
  top: 0;
  left: 0;
}
.spikesocial-auto-sitewrp .header-wrp {
  min-height: auto !important;
  display: none !important;
}
.spikesocial-auto-sitewrp .custom-footer-wrap {
  display: none !important;
}
.sticky .spikesocial-real-sitewrp .custom-menu-primary .navigation-primary>ul>li>a.get-a-demo {
  background-color: #ff9100;
  border-color: #ff9100;
}

.dnd-spikesocial-auto-section8 .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
}
.dnd-spikesocial-auto-section8 .hs_cos_wrapper_type_rich_text h3 strong {
  font-size: small;
  line-height: 22px;
  display: inline-block;
}
.spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(circle at center,#00a6e0 0%,#00a6e0 100%);
}
.spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 h1 {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
}
.spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
}
.dnd-spikesocial-auto-section8 .hs_cos_wrapper_type_rich_text h3 a {
  color: inherit;
}
.spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 p {
  color: #fff;
}
.spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 p:last-of-type {
  padding-bottom: 0;
}

.dnd-spikesocial-auto-section7 .dnd-section>.row-fluid .span6 {
  width: 47.25%;
  margin-right: 5.5%;
}
.dnd-spikesocial-auto-section7 .dnd-section>.row-fluid .span6:last-child {
  margin-right: 0;
  margin-left: 0;
}
.dnd-spikesocial-auto-section7 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.dnd-spikesocial-real-section2 .text-tw {
  margin-bottom: 5.82%;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_header h1 {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  line-height: 1em;
  font-family: 'Montserrat';
  font-style: normal;
  text-align: center;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote {
  position: relative;
  margin: 0 0 2.75%;
  border: 0;
  padding: 30px 0 0;
  text-align: center;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote:last-child {
  margin-bottom: 0;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote:before {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #fff;
  font-size: 32px;
  content: "\7c";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote p {
  line-height: 1.5;
  font-size: 17px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote h6 {
  padding: 0;
  display: block;
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  color: #666666;
}
.dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote h6+p {
  padding-bottom: 0;
}
.dnd-spikesocial-real-section6 .dnd-section>.row-fluid  .span6 {
  width: 47.25%;
  margin-right: 5.5%;
}
.dnd-spikesocial-real-section6 .dnd-section>.row-fluid  .span6:last-child {
  margin-right: 0;
  margin-left: 0;
}
.dnd-spikesocial-real-section6 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.dnd-spikesocial-real-section7 h3 {
  text-align: center;
}

.ana-offer-page .hs-section-seven iframe {
  margin: 0 !important;
  height: 500px !important;
}

/* Platform */
.dnd-platform-section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  margin-bottom: 2.75%;
  display: block;
}
.dnd-platform-section .hs_cos_wrapper_type_rich_text p:last-child{
  padding-bottom:0;
}
.dnd-platform-section .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.dnd-platform-section .two_column .hsmd-content-withTop-img-column {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
  padding: 0;
}
.dnd-platform-section2 .hs_cos_wrapper_type_header {
  margin-bottom: 5.82%;
  display: block;
}
.dnd-platform-section2 .hs_cos_wrapper_type_header h1 {
  font-size: 26px;
}
.dnd-platform-section2 .dnd-section>.row-fluid .span6 {
  width: 47.25%;
  margin-right: 5.5%;
}
.dnd-platform-section2 .dnd-section>.row-fluid .span6:last-child {
  margin-left: 0;
  margin-right: 0;
}
.dnd-platform-section3 .hs_cos_wrapper_type_header h1,
.dnd-platform-section3 .hs_cos_wrapper_type_rich_text h1{
  font-size: 22px;
}
/* ************************** Webinar page **************************** */

.webinar-page-wrap .body-wrapper {
  padding: 0;
}
.custom-weinar-header {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 9px;
  margin-bottom: 0px;
  line-height: 1.7em;
}
.custom-weinar-header .page-center {
  padding-top: 0;
}
.custom-webinar-logo {
  width: 29.667%;
  margin: auto;
}
.custom-webinar-logo img {
  width: auto !important;
}
.custom-webinar-logo a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.custom-webinar-logo > .hs_cos_wrapper > .hs_cos_wrapper {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.webinar-page-wrap .banner-section-row-0-force-full-width-section > .row-fluid {
  width: 100%;
}
.webinar-page .hs-section-one .dnd-row:last-child {
  padding-top: 10px;
  padding-right: 10px;
}
.webinar-page .hs-section-one .span6 {
  position: relative;
}
.webinar-page .hs-section-one .span6:last-child {
  margin-left: 0;
}
.webinar-page .hs-section-two .dnd-section {
  background-color: #8b9ef2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.webinar-page .hs-section-two .dnd-section > .row-fluid {
  position: relative;
}
.webinar-page .hs-section-two p {
  padding-bottom: 0;
}
.webinar-page .hs-section-one .span6 .hs_cos_wrapper {
  line-height: 0;
  display: block;
}
.webinar-page .hs-section-three .dnd-column > .dnd-row {
  position: relative;
}
strong {
  font-weight: 700;
}
.webinar-page .hs-section-three .dnd-row:last-child h3 {
  line-height: 1.4;
}
.webinar-page .hs-section-three p {
  padding: 0;
}
.webinar-page .hs-section-two p a,
.webinar-page .hs-section-three p a {
  border: 1px solid #b37100;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 20px 60px;
  border-radius: 8px;
  background: #ff9b1f;
  text-shadow: #805100 1px 1px 1px;
  text-transform: uppercase;
  font: normal normal bold 26px "Open Sans";
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}
.webinar-page .hs-section-two p a:hover, 
.webinar-page .hs-section-two p a:focus,
.webinar-page .hs-section-three p a:hover, 
.webinar-page .hs-section-three p a:focus {
  border: 1px solid #ffa200;
  background: #ff9b1f;
  color: #ffffff;
  text-decoration: none;
}
.webinar-page .hs-section-four .dnd-section {
  background-color: #eaeaea;
}
.webinar-page .hs-section-four .dnd-row:last-child p {
  padding-top: 59px;
  padding-bottom: 0;
}
.webinar-page .hs-section-four p a {
  border: 1px solid #b37100;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 20px 60px;
  border-radius: 8px;
  background: #ff9b1f;
  text-shadow: #805100 1px 1px 1px;
  text-transform: uppercase;
  font: normal normal bold 26px "Open Sans";
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}
.webinar-page .hs-section-four p a:hover, 
.webinar-page .hs-section-four p a:focus {
  border: 1px solid #ffa200;
  background: #ff9b1f;
  color: #ffffff;
  text-decoration: none;
}
.custom-webinar-footer {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background-color: #7f7f7f;
  line-height: 1.7em;
}
.custom-webinar-copyright {
  padding: 10px;
  margin-right: 6%;
  max-width: 100%;
  padding-left: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
  text-align: center;
}
.custom-webinar-copyright p {
  padding: 0;
}
.custom-webinar-footer .page-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

/* Study */
.self-study-page .hs-section-one .hs_cos_wrapper_type_rich_text {
  display: block;
}
.self-study-page .hs-section-one .hs_cos_wrapper_type_rich_text h1 {
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 2.75%;
}
.self-study-page .hs-section-one .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

.dnd-dslr-section .hsmd-img-gallery-fullWidth-grp .caption-gallery {
  padding-top: 0;
}

/* ********************* support page *********************** */
.body-container.support-page {
  line-height: 1.7em;
}
.support-page .hs-section-one .dnd-row {
  position: relative;
  width: 100%;
}
.support-page .hs-section-one p:last-child {
  padding-bottom: 0;
}
.support-page .hs-section-two {
  position: relative;
  background-color: #fff;
}
.support-page ul li {
  margin-bottom: 5px;
}
.support-page ul {
  line-height: 26px;
}
.support-page .hsmd-contentWithLeft-video-text p:last-of-type {
  padding: 0;
}
.support-page .hs-section-two .dnd-row:nth-child(3) h3 {
  padding-top: 14px;
}
.support-page .hs-section-two .dnd-row:first-child, 
.support-page .hs-section-two .dnd-row:nth-child(3) {
  padding-bottom: 0 !important;
}

/* ******* schedule a demo page ********* */
.schedule-demo-page .hs-section-one .dnd-section > .row-fluid {
  position: relative;
}
.schedule-demo-page .hs-section-one .dnd-section .span8, 
.schedule-demo-page .hs-section-one .dnd-section .span4 {
  float: left;
  position: relative;
  width: 100%;
  margin-left: 0;
}
.schedule-demo-page .hs-section-one .dnd-section h3 {
  font-size: 20px;
  line-height: 1em;
}

/* ************** video effect page *********** */
.video-effect-page .hs-section-one .dnd-section {
  padding-bottom: 0;
}
.video-effect-page .hs-section-two .dnd-section {
  padding-top: 0;
}
.video-effect-page .hs-section-one .dnd-section p:last-of-type {
  padding: 0;
}

/* Getting Started */
.dnd-gettingstarted-section .hs_cos_wrapper_type_header h1,
.dnd-gettingstarted-section2 .hs_cos_wrapper_type_header h1{
  text-align: center;
}
.dnd-gettingstarted-section .hsmd-contentWithLeft-video-text-inner {
  margin-bottom: 9.27%;
}
.dnd-gettingstarted-section1 .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-gettingstarted-section1 .hs-button {
  position: relative;
  color: #00a6e0;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family:"Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.7em;
  transition: all 300ms ease 0ms;
}
.dnd-gettingstarted-section1 .hs-button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  font-family: ETmodules;
  transition: all 300ms ease 0ms;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dnd-gettingstarted-section1 .hs-button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}
.dnd-gettingstarted-section1 .hs-button:hover:after {
  margin-left: 0;
  opacity: 1;
}

/* *********************** custom apps page *********************** */
.custom-apps-page-wrap .body-wrapper,
.self-study-page-wrap .body-wrapper {
  padding: 0;
}
.custom-apps-page-header {
  background-color: #f1f1f1;
  position: relative;
}
.custom-apps-page-header .page-center {
  padding-top: 19px;
  padding-bottom: 12px;
}
.custom-apps-logo {
  float: left;
  position: relative;
}
.custom-header-phone {
  position: relative;
  float: right;
}
.custom-apps-logo  img {
  width: auto !important;
}
.custom-apps-logo a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.custom-header-phone p {
  text-align: right;
  padding-bottom: 0;
}
.custom-apps-page .hs-section-one .dnd-section {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.body-container.custom-apps-page {
  line-height: 1.7em;
}
.custom-apps-page .hs-section-one .dnd-section h1 {
  line-height: 1.2em;
  text-align: center;
}
.custom-apps-page .hs-section-one .dnd-section h3 {
  text-align: center;
  line-height: 1.5em;
}
.custom-apps-page .hs-section-one .dnd-section h1 span {
  font-size: 22px;
  font-weight: 400;
}
.custom-apps-page .hs-section-two .dnd-section > .row-fluid {
  width: 100%;
}
.custom-apps-page .hs-section-two .dnd-section {
  padding: 0;
}
.custom-apps-page .hs-section-one .dnd-section > .row-fluid {
  padding-top: 0px !important;
}

/*  Video Effects */
.dnd-videoeffects-section .hs_cos_wrapper_type_header h1 {
  line-height: 1.3em;
}
.dnd-videoeffects-section .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-videoeffects-section .advanced-video-items h4 {
  margin-bottom: 0.95em;
}
.dnd-videoeffects-section1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 2.75%;
}
.dnd-videoeffects-section1 .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-gettingstarted-section1 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}


/*  photobooth */
.photobooth-page .hs-section-one .hsmd-twoColumn-content-withimg-right h3,
.photobooth-page .hs-section-three .hsmd-twoColumn-content-withimg-right h3{
  line-height: 24px;
}
.photobooth-page .hs-section-two .hs_cos_wrapper_type_rich_text ul {
  padding: 0 0 1em 1em;
  line-height: 26px;
  list-style-type: disc;
}


/*  Fullwidth */
.hsmd-twoColumn-content-withimg-right p+p:empty {
  margin-bottom: 9.27%;
  padding: 0;
}
.dnd-fullwidth-section .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.dnd-fullwidth-section1  .three_column .hsmd-accessCards-text {
  text-align: left;
}

.dnd-fullwidth-section1 .hsmd-accessCards-img {
  margin-bottom: 0;
}
.dnd-fullwidth-section2 .three_column .hsmd-accessCards-img img {
  vertical-align: middle;
}
.photobooth-page p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

.custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-top: 5px;
  padding-bottom: 27px;
}
/* .custom-apps-page .hs-section-three .three_column .column-layout-wrp {
margin-bottom: 0;
} */
.dnd-fullwidth-section2 .three_column .hsmd-accessCards-img {
  margin-bottom: 0;
}
.dnd-fullwidth-section2 .hsmd-accessCards-text {
  text-align: left;
}

/* botw */
.hs-botwSection-one .hs_cos_wrapper_type_header {
  margin-bottom: 2.75%;
  display: block;
}
.hs-botwSection-one .hs_cos_wrapper_type_header h1 {
  line-height: 1.2em;
  text-align: left;
}
.hs-botwSection-one .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

.hs-botwSection-two .dnd-section>.row-fluid .span6 {
  width: 47.25%;
  margin-right: 5.5%;
}
.hs-botwSection-two .dnd-section>.row-fluid .span6:last-child {
  margin-left: 0;
  margin-right: 0;
}
.hs-botwSection-two .hsmd-video-embed-wrp {
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.hs-botwSection-two .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.hs-botwSection-two .hs_cos_wrapper_type_rich_text h3 {
  line-height: 24px;
}
.hs-botwSection-two .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

/* Home */
.hs-homeSection-two .advanced-video-items {
  padding-top: 1em;
}
.hs-homeSection-three .hs_cos_wrapper_type_header h1 {
  text-align: center;
  font-size: 26px;
}
.hs-homeSection-four .text-tw {
  color: #000000;
}
.hs-homeSection-four .text-tw ul {
  padding: 0 0 1em 1em;
  line-height: 26px;
  list-style-type: disc;
}
.hs-homeSection-four .text-tw ul li {
  margin-bottom: 5px;
}
.hs-homeSection-four .equalWithimg-content-button {
  margin-top: 10px;
}
.hs-homeSection-four .equalWithimg-content-button a,
.hs-homeSection-four .equalWithimg-content-button a:hover {
  padding-top: 5px;
}
.hs-homeSection-five .equalWithimg-content-button {
  margin-top: 5.82%;
}
.hs-homeSection-six .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.hs-homeSection-six .capture-apps::before {
  content: "";
}
.hs-homeSection-six .image-effects::before {
  content: "";
}
.hs-homeSection-six .social-engagement::before {
  content: "";
}
.hs-homeSection-six .photo-scan-cards:before {
  content: "";
}
.hs-homeSection-six .custom-reporting:before {
  content: "";
}
.hs-homeSection-six .photo-mosaics:before {
  content: "";
}
.hs-homeSection-eight .dnd-section>.row-fluid {
  padding-right: 10px;
}

.hs-homeSection-six .hs_cos_wrapper_type_linked_image {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.hs-homeSection-eight .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}


/* ******************* photobooths page ****************** */
.custom-photobooths-header {
  position: relative;
  background-color: #0c71c3;
  text-align: center;
  line-height: 1.7em;
}

.custom-photobooths-menu {
  display: block;
  width: 100%;
}

.custom-photobooths-menu .hs-menu-wrapper > ul {
  line-height: 1.7em;
  padding: 27px 0 0;
}

.custom-photobooths-menu .hs-menu-wrapper > ul > li {
  position: relative;
  line-height: 1em;
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
}

.custom-photobooths-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-bottom: 29px;
  color: #fff;
}

.custom-photobooths-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.custom-photobooths-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255,255,255,.8);
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.cm-photobooth-page .hs-section-two .section-two-row-0-padding {
  padding: 0 6%;
  color: #fff;
}
.cm-photobooth-page .hs-section-two .section-two-row-0-padding .dnd-row {
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  width: auto;
  margin: auto;
  padding: 16% 8%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.cm-photobooth-page .hs-section-two h4 {
  color: #fff;
  line-height: 1em;
  padding-bottom: 9px;
}
.cm-photobooth-page .hs-section-two h4 a {
  color: inherit;
}
.cm-photobooth-page .hs-section-two p:last-of-type {
  padding-bottom: 0;
}
.cm-photobooth-page p:last-of-type {
  padding: 0;
}
.cm-photobooth-page .hs-section-three .section-three-row-2-padding a {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  display: inline-block;
  color: #00a6e0;
  transition: letter-spacing 300ms ease 0ms;
}
.cm-photobooth-page .hs-section-three .section-three-row-2-padding a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-family: ETmodules;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.cm-photobooth-page .hs-section-three .section-three-row-2-padding a:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}
.cm-photobooth-page .hs-section-three .section-three-row-2-padding a:hover:after {
  margin-left: 0;
  opacity: 1;
}
.cm-photobooth-page .hs-section-three a {
  margin: 20px 0 0;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.cm-photobooth-page .hs-section-three .section-three-row-2-padding {
  text-align: center;
  margin-bottom: 10px;
}
.cm-photobooth-page .hs-section-two .bottom-pane-full .dnd-section > .row-fluid {
  width: 80%;
}
.cm-photobooth-page .hs-section-two p {
  line-height: 1.7em;
}
.custom-apps-page .hs-section-three .topHeading h1 {
  margin-bottom: 10px;
}
.dnd-dslr-section1 .three_column .column-layout-wrp {
  margin-bottom: 0;
}
.dnd-dslr-section1 .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}

.dnd-contact-left-wrp form,
.custom-content-form-wrapper form{
  -webkit-font-smoothing: auto;
}

/***** Add Video  *****/
.hs-section-video .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 0;
}
.hs-section-video .dnd-section>.row-fluid .span8, 
.hs-section-video .dnd-section>.row-fluid .span4 {
  float: left;
}
.hs-section-video .dnd-section>.row-fluid .span4 {
  width: 29.667%;
  margin-right: 5.5%;
}
.hs-section-video .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_header, 
.hs-section-video .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 9.27%;
  display: block;
}
.hs-section-video .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_header h1 {
  font-size: 23px;
}
.hs-section-video .dnd-section .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.hs-section-video .dnd-section>.row-fluid .span8 {
  width: 64.833%;
  margin-left: 0;
  margin-right: 0;
}
.hs-section-video .dnd-section>.row-fluid .span8 .hs_cos_wrapper_type_header h1 {
  font-size: 26px;
}
.hs-section-video .dnd-section>.row-fluid .span8 .hs_cos_wrapper_type_header {
  margin-bottom: 4.242%;
  display: block;
}
.hs-section-video .hs_cos_wrapper_type_rich_text a {
  color: inherit;
}
.add-video-siteWrapper .hs-section-two .no-content .form-inner-wrp {
  height: 759px;
}


/* ****************************** ana offer page *************************** */
.ana-offer-page .hs-section-one .dnd-column > .dnd-row:last-child {
  display: block;
  max-width: 700px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.ana-offer-page p:last-of-type {
  padding-bottom: 0;
}

.ana-offer-page .hs-section-one .dnd-column > .dnd-row:first-child {
  margin-bottom: 2.75%;
}

.ana-offer-page .hs-section-two .bottom-pane-full .dnd-section > .row-fluid {
  width: 80%;
  padding: 16% 8%;
  padding-top: 90px;
  padding-bottom: 110px;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.ana-offer-page .hs-section-two .bottom-pane-full .dnd-column {
  color: #fff;
  line-height: 1em;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.ana-offer-page .hs-section-two h3 {
  color: #fff;
  line-height: 1em;
}

.ana-offer-page .hs-section-two a {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  display: inline-block;
  margin-top: 20px;
  color: inherit;
  text-shadow: none;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  transition: letter-spacing 300ms ease 0ms;
}

.ana-offer-page .hs-section-two a:after {
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 32px;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: 0px 0px;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.ana-offer-page .hs-section-two a:hover {
  outline: 0;
  text-decoration: none;
  background-color: rgba(255,255,255,.2);
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}

.ana-offer-page .hs-section-two a:hover:after {
  margin-left: 0;
  opacity: 1;
}

.ana-offer-page .hs-section-three .dnd-section:first-child .dnd-row:last-child .hs_cos_wrapper {
  display: block;
  line-height: 0;
}

.ana-offer-page .hs-section-seven .span8,
.ana-offer-page .hs-section-seven .span4 {
  width: 100%;
  margin: 0;
}

.ana-offer-page .hs-section-seven .span8 {
  width: 64.833%;
  margin-right: 5.5%;
}

.ana-offer-page .hs-section-seven .span4 {
  width: 29.667%;
  margin: 0;
}

.ana-offer-page .hs-section-seven iframe {
  margin: 0 !important;
}

.ana-offer-page .hs-section-seven .span8 h4 {
  margin-bottom: 4.242%;
}

.ana-offer-page .hs-section-seven .span4 > .dnd-row:last-child img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.request-demo-page {
  word-break: break-word;
}
.request-demo-page iframe {
  margin: 0 !important;
  width: 100% !important;
  min-width: auto !important;
}
.request-demo-page .hs-section-one-wrapper {
  padding-top: 0px !important;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
  background-color: #3690cd;
  background-image: url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/images/products2.png);
  background-repeat: no-repeat;
}
.request-demo-page .page-center {
  max-width: 600px;
}
.request-demo-page  .hs-section-one {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-top: 0px!important;
}
.request-demo-page .hs-section-one p span, 
.request-demo-page .hs-section-one h1 span, 
.request-demo-page .hs-section-one h3 span {
  color: #000000;
}
.request-demo-page .hs-section-one p a {
  color: #000000;
}
.request-demo-page p:last-of-type {
  padding-bottom: 0;
}

.systems-page.error-page {
  padding-top: 58px;
}
.hs-search-results ul li {
  margin-bottom: 60px !important;
}
.hs-search-results ul li a {
  font-size: 26px;
  padding-bottom: 10px;
  color: #333;
  line-height: 1em;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
}
.hs-search-results ul li a:hover {
  color: #333;
}
.hs-search-results__pagination a {
  color: #00a6e0 !important;
}

.hs-search-results__pagination {
  margin-bottom: 30px !important;
  clear: both;
  float: left;
  width: 100%;
}

/* =================== two column page ========================= */
.custom-two-column-main-section .two-column-main-inner {
  position: relative;
  text-align: left;
  padding: 0;
  padding-top: 59px;
  line-height: 1.7em;
}

.custom-two-column-main-section .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
}


.two-column-sidebar-search form {
  position: relative;
  max-width: 100%;
}

.two-column-sidebar-search .hs-search-field__input {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal;
  background-color: #fff;
  outline: none;
}

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

.two-column-sidebar-search button:before {
  content: 'Search';
}

.two-column-sidebar-search button svg {
  display: none;
}

.two-column-sidebar-search, .two-column-recent-posts {
  width: 100%;
  margin-bottom: 30px;
}

.two-column-recent-posts h3 {
  font-size: 18px;
}

.two-column-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-column-recent-posts ul li {
  margin-bottom: .5em;
}

.two-column-recent-posts ul li a {
  color: #666;
  text-decoration: none;
}

.two-column-recent-posts ul li a:hover {
  color: #00a6e0;
}

.custom-two-column-main-section .hs-left-section {
  margin-bottom: 60px;
}

.custom-two-column-main-section .hs-right-section {
  padding-bottom: 28px;
}

/* =================== Media queries =========================== */
@media (min-width: 981px){
  .spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 .span4 {
    width: 29.667%;
    margin: 0;
    margin-right: 5.5%;
  }
  .spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 .span4:last-child {
    margin-right: 0;
  }
  .section-column-pb .dnd-section>.row-fluid > .dnd-column,
  .body-leftRight-wrp .page-center{
    padding: 2.5% 0;
  }
  .body-container__website .page-header.section-header,
  .dnd-video-filters-section .hs_cos_wrapper_type_rich_text,
  .dnd-video-filters-section1 .hs_cos_wrapper_type_linked_image{
    margin-bottom: 2.75%;
  }
  .hs-homeSection-eight .dnd-section>.row-fluid .span6 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .hs-homeSection-eight .dnd-section>.row-fluid .span6:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .dnd-contact-left-wrp {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .dnd-contact-right-wrp {
    width: 47.25%;
  }
  .dnd-image-effects-section1 .dnd-section:last-child .hsmd-twoColumn-content-withimg-left {
    margin-bottom: 4.242%;
  }
  .dnd-apps-section1 .dnd-section>.row-fluid .span4 {
    margin-left: 0;
    width: 29.667%;
  }
  .dnd-apps-section1 .dnd-section>.row-fluid .span8 {
    width: 64.833%;
    margin-right: 5.5%;
  }

  /*   ***** webinar page **** */
  .custom-weinar-header .page-center {
    padding: 0 0 2% 0;
  }
  .webinar-page .hs-section-one .dnd-row:last-child {
    padding-bottom: 26.5781px;
  }
  .webinar-page .hs-section-one h3 {
    padding-top: 26.5781px;
  }
  .webinar-page .hs-section-one .span6 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .webinar-page .hs-section-one .span6:last-child {
    margin-right: 0;
  }
  .webinar-page .hs-section-two .dnd-section > .row-fluid, 
  .webinar-page .hs-section-three .dnd-column > .dnd-row {
    padding: 26.5781px 0;
  }
  .webinar-page .hs-section-three .dnd-row:last-child h3 {
    margin-bottom: 2.75%;
  }
  .webinar-page .hs-section-four .dnd-row {
    padding: 26.5781px 0;
  }
  .webinar-page .hs-section-four .dnd-row:last-child {
    padding-bottom: 79.7343px;
  }
  .dnd-platform-section3 .hs_cos_wrapper_type_rich_text h1 {
    padding-top: 14px;
  }

  /*   **** support page **** */
  .support-page .hs-section-one .dnd-row, 
  .support-page .hs-section-two .dnd-row {
    padding: 2.5% 0;
  }

  .support-page .hs-section-two {
    padding-bottom: 8%;
  }

  /*   **** schedule a demo page **** */
  .schedule-demo-page .hs-section-one .dnd-section > .row-fluid {
    padding: 2% 0;
  }

  .schedule-demo-page .hs-section-one .dnd-section .span8 {
    width: 64.833%;
    margin-right: 5.5%;
  }

  .schedule-demo-page .hs-section-one .dnd-section .span4 {
    width: 29.667%;
  }
  /*   ********* video effect page *********** */
  .video-effect-page .hs-section-two .dnd-row {
    padding: 2.5% 0;
  }
  .video-effect-page .hs-section-one .dnd-section > .row-fluid {
    padding: 2% 0;
  }
  /*   ********* custom-apps page ************ */
  .custom-apps-logo {
    width: 20.875%;
    margin-right: 5.5%;
  }
  .custom-header-phone {
    width: 20.875%;
  }
  .custom-apps-logo > .hs_cos_wrapper > .hs_cos_wrapper {
    display: block;
    max-width: 175px;
  }
  .dnd-gettingstarted-section1 .dnd-section>.row-fluid .span6 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .dnd-gettingstarted-section1 .dnd-section>.row-fluid .span6:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .dnd-gettingstarted-section1 .hs-button {
    margin: 0 0 5.82%;
  }
  .dnd-gettingstarted-section1 .hs_cos_wrapper_type_rich_text{
    margin: 0 0 5.82%;
    display: block;
  }
  .dnd-gettingstarted-section1 .hs_cos_wrapper_type_cta .hs-cta-wrapper{
    margin-bottom: 5.82%;
    display: block;
  }
  .photobooth-page .hs-section-three .hs_cos_wrapper_type_rich_text p:empty {
    padding-bottom: 22px !important;
  }
  /*   .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-bottom: 2.5%;
} */
  .custom-apps-page .hs-section-three .dnd-section:last-child {
    padding-top: 54px;
  }
  .dnd-fullwidth-section2 .hsmd-contentWithLeft-video-text-inner h2+p:empty {
    margin-bottom: 9.27%;
    padding: 0;
  }
  .custom-photobooths-mobile-trigger {
    display: none !important;
  }
  .custom-photobooths-menu {
    display: block !important;
  }
  .ana-offer-page .hs-section-seven .span8 {
    width: 64.833%;
    margin-right: 5.5%;
  }
  .ana-offer-page .hs-section-seven .span4 {
    width: 29.667%;
    margin: 0;
  }
  .request-demo-page .hs-section-one-wrapper {
    padding: 4% 0;
  }
  .request-demo-page .page-center {
    padding: 2% 0;
  }
  .request-demo-page .hs-section-one {
    margin-bottom: calc(84px + 2.75%);
  }
  /*   *************** two-column-page ************ */
  .custom-two-column-main-section .two-column-main-inner:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%;
  }

  .custom-two-column-main-section .hs-left-section {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }

  .custom-two-column-main-section .hs-right-section {
    float: left;
    width: 20.875%;
    padding-bottom: 28px;
    padding-left: 30px;
  }

}

@media (min-width: 1350px){
  .section-column-pb .dnd-section>.row-fluid > .dnd-column,
  .body-leftRight-wrp .page-center{
    padding: 27px 0;
  }

  /*   **** webinar page **** */
  .custom-weinar-header .page-center {
    padding: 0 0 27px 0;
  }
  .webinar-page .hs-section-one .dnd-row:last-child {
    padding-bottom: 27px;
  }
  .webinar-page .hs-section-one h3 {
    padding-top: 27px;
  }
  .webinar-page .hs-section-two .dnd-section > .row-fluid, 
  .webinar-page .hs-section-three .dnd-column > .dnd-row {
    padding: 27px 0;
  }
  .webinar-page .hs-section-four .dnd-row {
    padding: 27px 0;
  }
  .webinar-page .hs-section-four .dnd-row:last-child {
    padding-bottom: 81px;
  }
  /*   ******* support page ***** */
  .support-page .hs-section-one .dnd-row, 
  .support-page .hs-section-two .dnd-row {
    padding: 27px 0;
  }

  .support-page .hs-section-two {
    padding-bottom: 108px;
  }
  /*   ***** schedule a demo page ****** */
  .schedule-demo-page .hs-section-one .dnd-section > .row-fluid {
    padding: 27px 0;
  }
  /*   ********** video effect page *********** */
  .video-effect-page .hs-section-one .dnd-section > .row-fluid,
  .video-effect-page .hs-section-two .dnd-row {
    padding: 27px 0;
  }

  .request-demo-page .hs-section-one-wrapper {
    padding: 54px 0;
  }

  .request-demo-page .page-center {
    padding: 27px 0;
  }

}

/* ==== */
@media (max-width: 980px){
  .spikesocial-real-sitewrp .header-wrp {
    top: 0;
    min-height: 106px;
    position: static !important;
  }
  .spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 .span4 {
    width: 100%;
    float: none;
    max-width: 550px;
    margin: 0 auto 30px;
  }
  .dnd-spikesocial-auto-section3  .right_align .equalWithimg-right-image {
    margin-bottom: 0;
  }
  .spikesocial-auto-sitewrp .dnd-spikesocial-auto-section2 .span4:last-child {
    margin-bottom: 0;
  }
  .dnd-spikesocial-auto-section7 .dnd-section>.row-fluid .span6:last-child {
    margin-bottom: 0;
  }
  .dnd-spikesocial-auto-section7 .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-column-pb .dnd-section>.row-fluid > .dnd-column,
  .body-leftRight-wrp .page-center{
    padding: 30px 0;
  }
  .dnd-contact-right-wrp .dnd-section {
    padding-bottom: 50px !important;
  }
  .request-demo-page .page-center {
    padding: 30px 0;
    max-width: 1080px;
  }
  .request-demo-page .page-center {
    padding: 30px 0;
    max-width: 1080px;
  }
  .request-demo-page .hs-section-one {
    margin-bottom: 114px;
  }
  .request-demo-page .hs-section-one-wrapper {
    padding: 50px 0;
  }
  .dnd-contact-right-wrp, .dnd-contact-left-wrp {
    width: 100%;
  }
  .body-leftRight-wrp .section-column-pb .dnd-section>.row-fluid>.dnd-column {
    padding: 30px 0;
  }
  .dnd-contact-right-wrp .section-column-pb .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }
  .dnd-contact-right-wrp .hs_cos_wrapper_type_rich_text p:last-child {
    padding-bottom: 0;
  }
  .dnd-contact-left-section .hs_cos_wrapper_type_form form {
    max-width: 100% !important;
  }
  .dnd-contact-left-section .hs_cos_wrapper_type_form form fieldset {
    width: 100% !important;
    max-width: 100% !important;
  }
  .dnd-camera-section .page-header.section-header,
  .dnd-camera-section .hs_cos_wrapper_type_linked_image,
  .dnd-video-filters-section .hs_cos_wrapper_type_rich_text,
  .dnd-video-filters-section1 .hs_cos_wrapper_type_linked_image,
  .dnd-dslr-section .page-header.section-header,
  .dnd-dslr-section .hsmd-img-gallery-fullWidth-grp .mb-30-px,
  .dnd-platform-section .hs_cos_wrapper_type_rich_text,
  .dnd-platform-section2 .hs_cos_wrapper_type_header,
  .self-study-page .hs-section-one .hs_cos_wrapper_type_rich_text h1,
  .dnd-gettingstarted-section1 .hs-button{
    margin-bottom: 30px;
  }
  .dnd-gettingstarted-section .hsmd-contentWithLeft-video-text-inner {
    margin-bottom: 30px;
  }
  .dnd-camera-section2.section-column-pb .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
  }
  .dnd-camera-section2 .dnd-section>.row-fluid .span5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dnd-camera-section2 .dnd-section>.row-fluid .span7 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .dnd-camera-section3 .bottom-pane-button .cta-white-btn {
    display: inline-block;
    margin-top: 0;
  }
  .dnd-camera-section .dnd-section {
    padding-bottom: 0 !important;
  }
  .dnd-image-effects-section1 .dnd-section:last-child .hsmd-twoColumn-content-withimg-left {
    margin-bottom: 77px;
  }
  .dnd-image-effects-section1 .dnd-section:last-child {
    padding-bottom: 0 !important;
  }
  .dnd-dslr-section1 .dnd-section {
    padding-top: 50px !important;
  }
  .dnd-apps-section1 .dnd-section>.row-fluid .span4,
  .dnd-apps-section1 .dnd-section>.row-fluid .span8 {
    width:100%;
    margin-left:0;
  }
  .dnd-apps-section1 .dnd-section>.row-fluid .span8 {
    margin-bottom: 30px;
  }
  .dnd-spikesocial-real-section2 .text-tw{
    margin-bottom: 30px;
  }
  .dnd-spikesocial-real-section2 .hsmd-twoColumn-equalWithimg-img-column:last-child {
    margin-bottom: 0;
  }
  .dnd-spikesocial-real-section6 .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .dnd-spikesocial-real-section6 .dnd-section>.row-fluid .span6:first-child {
    margin-bottom: 30px;
  }
  .dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote h6+p {
    padding-bottom: 1em;
  }

  .dnd-videoeffects-section .hsmd-twoColumn-equalWithimg-img-column {
    margin-bottom: 0;
  }
  .dnd-videoeffects-section1 .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 30px;
  }
  .dnd-platform-section .hsmd-content-withTop-img-inner.two_column {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  .dnd-platform-section .hsmd-content-withTop-text-column{
    text-align: left;
  }
  .dnd-platform-section2 .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dnd-platform-section2 .dnd-section>.row-fluid .span6:last-child {
    margin-bottom: 0;
  }
  .hsmd-twoColumn-content-withimg-right p+p:empty {
    margin-bottom: 30px;
  }
  .photobooth-page .hs-section-two .hs_cos_wrapper_type_rich_text ul+p:empty {
    padding-bottom: 30px;
  }
  .dnd-gettingstarted-section1 .hs_cos_wrapper_type_cta .hs-cta-wrapper{
    margin-bottom:30px;
    display: block;
  }
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon{
    padding-bottom:30px;
  }

  /* ================= webinar page ====================== */
  .custom-weinar-header .page-center {
    padding-bottom: 30px;
  }
  .custom-webinar-logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .webinar-page .hs-section-one h3 {
    padding-top: 30px;
  }
  .webinar-page .hs-section-one .dnd-row:last-child {
    padding-bottom: 30px;
  }
  .webinar-page .hs-section-one .span6 {
    width: 100%;
  }
  .webinar-page .hs-section-one .span6:first-child {
    margin-bottom: 30px;
  }
  .webinar-page .hs-section-two .dnd-section > .row-fluid {
    padding: 30px 0;
  }
  .webinar-page .hs-section-three .dnd-column > .dnd-row {
    padding: 30px 0;
  }
  .custom-secrets-item {
    margin-bottom: 30px;
  }
  .custom-secrets-item .secrets-item-inner {
    padding-bottom: 41px;
  }
  .custom-secrets-item:last-child {
    margin-bottom: 0;
  }
  .webinar-page .hs-section-three .dnd-row:last-child h3 {
    margin-bottom: 30px;
  }
  .webinar-page .hs-section-four .dnd-section .dnd-row {
    padding: 30px 0;
  }
  .custom-featured-presenter .featured-presenter-text, 
  .custom-featured-presenter .featured-presenter-video {
    width: 100%;
    margin-bottom: 30px;
  }
  .custom-featured-presenter .featured-presenter-text p {
    padding: 0;
  }
  .webinar-page .hs-section-four .dnd-row:last-child p {
    padding-top: 29px;
    padding-bottom: 60px;
  }

  /*   ***** support page **** */
  .support-page .hs-section-one .dnd-row, 
  .support-page .hs-section-two .dnd-row {
    padding: 30px 0;
  }
  .support-page .hs-section-two {
    padding-bottom: 100px;
  }
  .support-page .hs-section-two .dnd-row:nth-child(3) h3 {
    padding-top: 0;
  }
  .support-page .hsmd-contentWithLeft-video-column {
    margin-bottom: 30px;
  }
  .support-page .hs-section-one h1 {
    line-height: 1em;
  }


  /*   ************ schedule a demo page ************ */
  .schedule-demo-page .hs-section-one .dnd-section > .row-fluid {
    padding: 28px 0 30px;
  }
  .schedule-demo-page .hs-section-one .dnd-section .span8 {
    margin-bottom: 30px;
  }
  .schedule-demo-page .hs-section-one .dnd-section .span4 {
    margin-bottom: 70px;
  }

  /*   **** video effect **** */
  .video-effect-page .hs-section-one .dnd-section > .row-fluid {
    padding:30px 0;
  }
  .video-effect-page .hs-section-two .dnd-row {
    padding: 30px 0;
  }

  /*   ****** custom apps paage ****** */
  .custom-apps-logo {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .custom-apps-logo > .hs_cos_wrapper > .hs_cos_wrapper {
    margin-right: 20px;
    display: block;
  }
  .ipad-viewpd {
    padding: 0 !important;
  }
  .dnd-gettingstarted-section1 .dnd-section>.row-fluid .span6, 
  .dnd-gettingstarted-section1 .dnd-section>.row-fluid .span6:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .dnd-gettingstarted-section1 .hs_cos_wrapper_type_linked_image {
    text-align: center;
    display: block;
    margin-bottom : 30px;
  }
  .dnd-gettingstarted-section1 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
    display: block;
  }
  .dnd-gettingstarted-section1 .hs-button {
    margin-top: 0;
  }

  .dnd-fullwidth-section2 .hs_cos_wrapper_type_rich_text p:empty {
    padding-bottom: 0 !important;
  }
  /*   .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-bottom: 2.5%;
} */

  /*   .custom-apps-page .hs-section-three .column-layout-wrp {
  margin-bottom: 0;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
} */
  /*   .custom-apps-page .hs-section-three .hsmd-content-withleft-icon-items {
  width: 100%;
  margin-right: 0;
}
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-bottom: 30px;
}
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-bottom: 0;
} */
  .custom-apps-page .hs-section-three .dnd-section:last-child {
    padding-top: 54px;
  }
  .dnd-fullwidth-section2 .hsmd-contentWithLeft-video-text-inner h2+p:empty {
    margin-bottom: 30px;
    padding: 0;
  }
  .hs-homeSection-two {
    padding-bottom: 50px;
  }
  .hs-homeSection-five .equalWithimg-content-button {
    margin-top: 30px;
  }
  .hs-homeSection-six .full_width .column-layout-wrp:nth-child(2n) {
    margin-right: 0;
  }
  .hs-homeSection-six .column-layout-wrp .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .hs-homeSection-eight .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .hs-homeSection-eight .dnd-section>.row-fluid .span6:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:0;
  }
  .hs-homeSection-nine .dnd-section {
    padding-top:50px!important;
    padding-bottom:50px!important;
  }
  .hs-botwSection-one .hs_cos_wrapper_type_header {
    margin-bottom: 30px;
  }
  .hs-botwSection-two .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-right: 0;
  }
  .hs-botwSection-two .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
    display: block;
  }
  /*   ************* */
  .custom-photobooths-menu {
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    border-color: #00a6e0;
    padding: 5%;
    top: 80px;
    background-color: #0c71c3;
    display: none;
  }
  .custom-photobooths-menu .hs-menu-wrapper>ul {
    line-height: 26px;
    padding: 0;
    display: block;
  }
  .custom-photobooths-menu .hs-menu-wrapper > ul > li {
    text-align: center;
    display: block;
    line-height: inherit;
    padding: 0;
  }
  .custom-photobooths-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    color: #fff;
  }
  .custom-photobooths-mobile-trigger {
    z-index: 11;
    min-height: 80px;
    display: block;
    position: relative;
    line-height: 0;
    padding-bottom: 24px;
  }
  .custom-photobooths-header .page-center {
    position: relative;
  }
  .custom-photobooths-mobile-trigger:before {
    text-shadow: 0px 0px;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #00a6e0;
    top: 25px;
  }
  .custom-photobooths-menu .hs-menu-wrapper > ul > li > a:hover {
    background-color: #ff9100;
    color: rgba(255,255,255,.8);
    opacity: .7;
  }
  .cm-photobooth-page .hs-section-three .section-three-row-2-padding {
    padding-bottom: 50px !important;
  }
  .cm-photobooth-page .hs-section-three  .section-three-row-0-padding {
    padding-top: 50px !important;
  }
  .cm-photobooth-page .hs-section-two .section-two-row-0-padding .dnd-row {
    font-size: 13px;
    font-weight: 400;
  }
  .cm-photobooth-page .hs-section-two p {
    font-size: 13px;
    line-height: 28.9px;
  }
  .cm-photobooth-page .hs-section-two h4 {
    padding-bottom: 10px;
  }
  .hs-section-video .dnd-section>.row-fluid .span4 {
    width: 100%;
    margin-right: 0;
  }
  .hs-section-video .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_header,
  .hs-section-video .dnd-section>.row-fluid .span4 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
  }
  .hs-section-video .dnd-section>.row-fluid .span8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-section-video .dnd-section>.row-fluid .span8 .hs_cos_wrapper_type_header {
    margin-bottom: 30px;
  }
  .dnd-dslr-section1 .three_column .column-layout-wrp {
    margin-bottom: 0;
    position: relative;
    max-width: 550px;
    margin: 0 auto;
  }
  .dnd-dslr-section1 .column-layout-wrp .hsmd-content-withleft-icon-items {
    width: 100%;
  }
  .dnd-dslr-section1 .hsmd-content-withleft-icon-grp {
    margin-top: -50px;
  }
  .dnd-dslr-section1 .column-layout-wrp:last-child .hsmd-content-withleft-icon-items:last-child {
    margin-bottom: 0;
  }
  .ana-offer-page .hs-section-one .dnd-column > .dnd-row:first-child {
    margin-bottom: 30px;
  }
  .ana-offer-page .hs-section-two .bottom-pane-full .dnd-column {
    display: table;
    table-layout: fixed;
  }
  .ana-offer-page .hs-section-two .bottom-pane-full .dnd-section {
    padding: 0 6%;
  }
  .dnd-camera-section2.section-column-pb .dnd-section>.row-fluid>.dnd-column {
    padding: 30px 0;
  }
  .ana-offer-page .hs-section-seven .span8 {
    width: 100%;
    margin-bottom: 30px;
  }
  .ana-offer-page .hs-section-seven .span4 {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .ana-offer-page .hs-section-seven .span8 h4 {
    margin-bottom: 30px;
  }
  .body-leftRight-wrp {
    padding-bottom: 0;
  }
  .dnd-contact-left-wrp {
    padding-bottom: 46px;
  }
  .photobooth-page .hs-section-two .hsmd-content-withleft-icon-items:nth-last-child(-n+2),
  .photobooth-page .hs-section-three .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .hs-search-results ul li {
    margin-bottom: 42px !important;
  }

  .custom-two-column-main-section .hs-left-section {
    margin-bottom: 42px;
  }

  .custom-two-column-main-section .hs-right-section {
    padding-bottom: 28px;
  }
}


@media (max-width: 767px){
  .dnd-fullwidth-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .section-column-pb .dnd-section>.row-fluid>.dnd-column {
    padding: 30px 0 !important;
  }
  .dnd-fullwidth-section3 .dnd-section>.row-fluid>.dnd-column,
  .dnd-about-section1 .dnd-section>.row-fluid>.dnd-column,
  .bottom-pane-full  .dnd-section>.row-fluid>.dnd-column{
    padding: 0 !important;
  }
  .dnd-fullwidth-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .dnd-fullwidth-section1 .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }
  .body-container__website .page-header.section-header {
    margin-bottom: 30px;
  }
  .dnd-video-filters-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }	
  .dnd-video-filters-section4 .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }
  .custom-webinar-copyright {
    margin: 20px 2%;
  }
  .dnd-image-effects-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .dnd-image-effects-section .hs_cos_wrapper_type_header {
    margin-bottom: -30px;
    display: block;
  }
  .dnd-image-effects-section1 .dnd-section:last-child {
    padding-bottom: 0 !important;
  }
  .dnd-image-effects-section3 .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .dnd-dslr-section1 .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .dnd-apps-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }
  .dnd-apps-section .page-header.section-header {
    margin-bottom: -15px;
  }
  .dnd-apps-section1 .dnd-section>.row-fluid>.dnd-column {
    padding-bottom: 0 !important;
  }
  .custom-apps-logo > .hs_cos_wrapper > .hs_cos_wrapper {
    margin-bottom: -15px;
  }
  .custom-apps-page .hs-section-one .dnd-section {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
  }
  .dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote{
    margin-bottom:30px;
  }
  .custom-apps-page .hs-section-one .dnd-section > .row-fluid {
    padding-bottom: 0px;
  }
  .dnd-spikesocial-real-section4 .hs_cos_wrapper_type_rich_text blockquote h6+p {
    padding-bottom: 0;
  }
  .dnd-videoeffects-section .advanced-video-items-wrp,
  .dnd-videoeffects-section1 .advanced-video-items-wrp{
    padding: 0 !important;
  }
  .dnd-platform-section .hs_cos_wrapper_type_rich_text {
    margin-bottom: -30px;
  }
  .self-study-page .hs-section-one .dnd-section:first-child {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
  .self-study-page .hs-section-one .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .self-study-page .hs-section-one .dnd-section:last-child .dnd-column {
    padding-bottom: 15px !important;
  }
  .self-study-page .hs-section-three .dnd-section {
    padding-top: 20px !important;
  }
  .self-study-page .hs-section-four .dnd-section {
    padding-bottom: 25px !important;
  }
  .dnd-platform-section3 .hs_cos_wrapper_type_header,
  .dnd-platform-section3 .hs_cos_wrapper_type_rich_text{
    margin-bottom: -30px;
    display: block;
  }

  .dnd-gettingstarted-section2 .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }
  .dnd-gettingstarted-section2 .hs_cos_wrapper_type_header {
    margin-bottom: -15px;
    display: block;
  }
  .dnd-gettingstarted-section .dnd-section:first-child>.row-fluid>.dnd-column {
    padding-bottom: 15px !important;
  }
  .dnd-gettingstarted-section .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
  }

  .custom-apps-page .hs-section-one .dnd-section:first-child >.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .custom-apps-page .hs-section-two .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .custom-apps-page .hs-section-three .dnd-section:first-child>.row-fluid>.dnd-column {
    padding-bottom: 8px !important;
  }
  .custom-apps-page .hs-section-two .custom-form-wrapper.no-content .form-inner-wrp {
    height: 705px;
  }
  .custom-apps-page .hs-section-three .dnd-section:last-child {
    padding-top: 30px !important;
  }
  .custom-apps-page .hs-section-three .dnd-section:last-child>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /*   .custom-apps-page .hs-section-three .hsmd-content-withleft-icon-items {
  width: 100%;
  margin-right: 0;
}
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
  margin-bottom: 30px;
}
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-top: 0;
  padding-bottom: 0;
} */
  /*   .custom-apps-page .hs-section-three .column-layout-wrp:last-child .hsmd-content-withleft-icon-items:last-child{
  margin-bottom: 0;
} */
  .dnd-fullwidth-section .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-bottom: 30px;
  }
  .hsmd-twoColumn-content-withimg-right ul+p:last-of-type {
    padding-bottom: 0;
    margin-bottom: -30px;
  }
  .dnd-fullwidth-section .hs_cos_wrapper_type_rich_text:first-child {
    padding-bottom: 0;
  }

  .hs-homeSection-two .advanced-video-items-wrp {
    padding: 0;
  }

  .hs-homeSection-three .hs_cos_wrapper_type_header{
    margin-bottom: -22px;
    display: block;
  }
  .hs-homeSection-four .hs_cos_wrapper_type_rich_text {
    margin-bottom: -22px;
    display: block;
  }
  .hs-homeSection-six .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .hs-homeSection-six .hs_cos_wrapper_type_linked_image {
    margin-bottom: -30px;
    display: block;
  }

  .hs-homeSection-eight .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hs-homeSection-eight .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .hs-botwSection-one .dnd-section,
  .hs-botwSection-three .dnd-section{
    padding-top: 20px !important;
  }
  .hs-botwSection-two .dnd-section {
    padding-bottom: 25px !important;
  }
  .hs-botwSection-one .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }
  .hs-botwSection-one .hs_cos_wrapper_type_header {
    margin-bottom: 10px;
  }
  .hs-botwSection-three .dnd-section>.row-fluid>.dnd-column {
    padding-bottom: 10px !important;
  }
  .hs-botwSection-four .custom-content-form-wrapper {
    padding-top: 15px;
  }
  .custom-apps-page .hs-section-three .topHeading {
    padding-top: 10px;
  }
  .cm-photobooth-page .hs-section-two .section-two-row-0-padding .dnd-row > .row-fluid {
    margin: 10px auto;
    position: relative;
  }
  .cm-photobooth-page .hs-section-two .section-two-row-0-padding .dnd-row {
    font-size: 14px;
  }
  .cm-photobooth-page .hs-section-two p {
    font-size: 14px;
  }
  .cm-photobooth-page .hs-section-three .section-column-pb .dnd-section:first-child > .row-fluid > .dnd-column {
    padding-bottom: 0 !important;
  }
  .cm-photobooth-page .hs-section-three .section-column-pb .dnd-section:nth-child(2) > .row-fluid > .dnd-column {
    padding-top: 0 !important;
  }
  .dnd-dslr-section1 .hs_cos_wrapper_type_rich_text {
    padding: 30px 0;
    display: block;
  }
  .dnd-dslr-section1 .hsmd-content-withleft-icon-grp {
    margin-top: -20px;
  }
  .dnd-dslr-section1 .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .ana-offer-page .hs-section-two h3 {
    margin: 10px auto;
  }
  .ana-offer-page .hs-section-two h3 {
    margin: 10px auto;
  }
  .ana-offer-page .hs-section-three .four_column .column-layout-wrp .hsmd-content-withleft-icon-items {
    margin-bottom: 30px;
  }
  .ana-offer-page .hs-section-three .four_column .column-layout-wrp .hsmd-content-withleft-icon-items:last-child {
    margin-bottom: 0;
  }
  .ana-offer-page .hs-section-four .section-column-pb .dnd-section > .row-fluid > .dnd-column {
    padding-top: 60px !important;
  }
  .ana-offer-page .hs-section-five .section-column-pb .dnd-section:first-child > .row-fluid > .dnd-column:first-child {
    padding-bottom: 0 !important;
  }
  .ana-offer-page .hs-section-seven iframe {
    width: 100% !important;
    min-width: auto !important;
  }
  .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
    padding-top: 0;
  }
  .body-leftRight-wrp .page-center {
    padding: 0;
  }
  .dnd-contact-left-wrp {
    padding-bottom: 6px;
  }
  .dnd-contact-left-section .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 0;
  }
  .body-fullwidth-wrapper .hsmd-twoColumn-content-withimg-right ul+p:last-of-type {
    margin-bottom: 0;
  }
  .dnd-dslr-section1 .column-layout-wrp:last-child .hsmd-content-withleft-icon-items:last-child {
    margin-bottom: 30px !important;
  }
  .hs-search-results ul li a {
    font-size: 18px;
  }
}


@media(max-width:479px){
  .dnd-contact-left-section .hs_cos_wrapper_type_form {
    margin: 30px 0 0;
  }
  .dnd-contact-left-wrp fieldset.form-columns-2 .hs-form-field {
    padding: 0;
    width: 100% !important;
  }
  .dnd-contact-left-wrp .hs-form-field {
    padding: 0;
  }
  .dnd-contact-left-wrp .hs-richtext,
  .dnd-contact-left-section .hs_cos_wrapper_type_form,
  .dnd-contact-left-wrp .hs_submit.hs-submit,
  .dnd-contact-left-section .hs_cos_wrapper_type_rich_text{
    padding-left: 0;
    padding-right: 0;
  }
  .custom-apps-logo {
    width: 100%;
    margin-bottom: 22px;
  }
  .custom-header-phone {
    width: 100%;
  }
  .custom-apps-page-header .page-center {
    padding-bottom: 20px;
  }
  .four_column .column-layout-wrp:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .four_column .column-layout-wrp:last-child {
    margin-bottom: 0;
  }
  .hs-homeSection-six .full_width .column-layout-wrp {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  .hs-homeSection-six .column-layout-wrp:nth-last-child(-n+2) .hsmd-content-withleft-icon-items {
    margin-bottom: 30px;
  }
  .hs-homeSection-six .column-layout-wrp:last-child .hsmd-content-withleft-icon-items:last-child {
    margin-bottom: 0;
  }
  .hs-homeSection-eight .dnd-section>.row-fluid {
    padding-right: 0;
  }
  .ana-offer-page .hs-section-two .bottom-pane-full .dnd-section > .row-fluid {
    padding-left: 25.2656px;
    padding-right:25.2656px;
  }
  /*   .custom-apps-page .hs-section-three .hsmd-content-withleft-icon {
  padding-bottom: 0;
} */
  .photobooth-page .hs-section-two .hsmd-content-withleft-icon-items:nth-last-child(-n+2),
  .photobooth-page .hs-section-three .hsmd-content-withleft-icon-items:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .photobooth-page .hs-section-two .hsmd-content-withleft-icon-items:last-child,
  .photobooth-page .hs-section-three .hsmd-content-withleft-icon-items:last-child {
    margin-bottom: 0;
  }
  .hs-search-results ul li a {
    padding-bottom: 0;
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .ana-offer-page .hs-section-two .bottom-pane-full .dnd-section > .row-fluid {
    padding-left: 16.9531px;
    padding-right: 16.9531px;
  }
}
.custom-header-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  line-height: 1em;
  font-size: 12px;
  z-index: 101;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
}

.custom-header-top .page-center {
  padding: 0;
  padding-top: .75em;
  line-height: 1em;
  position: relative;
  text-align: left;
  font-weight: 600;
}

.custom-header-top  .custom-contact-info {
  display: block;
  padding-bottom: .75em;
  float: right;
  line-height: 1em;
}

.custom-header-top .custom-contact-info a {
  color: rgba(0,0,0,0.7);
}

.custom-header-top .custom-contact-info i {
  font-style: normal;
  position: relative;
}

#et-info-phone:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
  text-shadow: 0px 0px;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

#et-info-email:before {
  margin-right: 4px;
  content: "\e076";
  text-shadow: 0px 0px;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.custom-header-top .custom-contact-info #et-info-phone {
  margin-right: 13px;
}

.custom-header-top .custom-contact-info a:hover i {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-main-header {
  display: block;
  top: 31px;
  position: fixed;
  box-shadow: none;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
  line-height: 23px;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}

.custom-main-header .page-center {
  position: relative;
  text-align: left;
  padding: 0;
}

.custom-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-logo .hs_cos_wrapper {
  display: block;
  height: 100%;
}

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

.custom-logo img {
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  width: auto !important;
}

.custom-logo > .hs_cos_wrapper > .hs_cos_wrapper:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
  margin-left: 4px;
}

.custom-menu-primary {
  font-weight: 600;
  float: right;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-top: 20px;
}

.custom-menu-primary .navigation-primary {
  display: block;
  line-height: 0;
  float: left;
}

.custom-menu-primary .navigation-primary > ul {
  line-height: 0;
}

.custom-menu-primary .navigation-primary > ul > li {
  position: relative;
  line-height: 1em;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #666666;
  font-size: 15px;
  padding-bottom: 33px;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu > a {
  padding-right: 20px;
}

.custom-menu-primary .navigation-primary > ul ul {
  position: absolute;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9999;
  width: 240px;
  border-top: 3px solid #2ea3f2;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  text-align: left;
  border-color: #00a6e0;
  pointer-events: none;
}

.custom-menu-primary .navigation-primary > ul ul li {
  position: relative;
  line-height: 2em;
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
}

.custom-menu-primary .navigation-primary > ul ul li a {
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  color: #666666;
  font-size: 15px;
  width: 200px;
  padding: 6px 20px;
}

.custom-menu-primary .navigation-primary > ul > li > a.get-a-demo {
  border: 2px solid #ff9100;
  color: #fff;
  background-color: #ff9100;
  line-height: 9px;
  font-weight: 600;
  padding: 13px 16px!important;
  text-transform: uppercase;
  font-size: 12px!important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: block;
  position: relative;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  content: "3";
}

.custom-menu-primary .navigation-primary > ul > li > a:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary .navigation-primary > ul > li > a.get-a-demo:hover {
  opacity: 1;
}

.custom-menu-primary .navigation-primary > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary .navigation-primary > ul ul li a:hover {
  background-color: rgba(0,0,0,.03);
}

.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: #00a6e0;
}

.custom-menu-primary .navigation-primary > ul ul li.active-branch > a {
  color: #00a6e0;
}

@-webkit-keyframes highlight-nav {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes highlight-nav {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.custom-main-header.custom-lp-header {
  top: 0;
}

.custom-ana-header {
  display: block;
  width: 100%;
  margin-top: 9px;
}

.custom-ana-header .page-center {
  position: relative;
  padding: 30px 0;
}

.custom-ana-header-image {
  float: left;
  position: relative;
  z-index: 9;
}

.custom-ana-logo {
  float: right;
  position: relative;
  z-index: 9;
}

.custom-ana-logo > .hs_cos_wrapper {
  display: block;
  max-width: 200px;
  line-height: 0;
}

.custom-ana-logo > .hs_cos_wrapper > .hs_cos_wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.custom-ana-logo img {
  position: relative;
  width: auto !important;
}

.custom-ana-header-image > .hs_cos_wrapper {
  display: block;
  max-width: 150px;
  margin-left: 0;
  line-height: 0;
}

.custom-ana-header-image > .hs_cos_wrapper > .hs_cos_wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.custom-ana-header-image img {
  position: relative;
  width: auto !important;
}

/* ========================================== webinar popup ======================================= */
.custom-popup-wrapper {
  line-height: 1;
  font-family: helvetica,arial,sans-serif;
  letter-spacing: normal;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0,0,0,.7);
  position: fixed;
  z-index: 888888888;
  top: 0px;
  left: 0px;
  zoom: 1;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.custom-popup-wrapper .popup-inner {
  max-width: 714px;
  margin: auto;
  background: #fff;
  width: 100%;
  z-index: 888888888;
  min-height: 175px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.custom-popup-wrapper .custom-popup-content {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 100%;
  position: relative;
  height: 100%;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  opacity: 1;
  border: 3px solid #fff;
  background-color: #4f6e81;
}

.custom-popup-content .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: block;
  background: url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/images/chalkboard-close.png) no-repeat scroll 0 0;
  z-index: 1500;
  cursor: pointer;
}
.custom-popup-content .popup-header-wrap {
  width: 100%;
  display: block;
  padding: 50px 32px 0;
}
.popup-header-wrap .popup-header {
  font-family: "Just Another Hand",Arial,sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
.custom-popup-content .popup-header-wrap h1 {
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: Montserrat;
  font-size: 38px;
  line-height: normal;
  display: inline;
}
.custom-popup-content .popup-header-wrap p {
  padding: 10px 48px 30px;
  font-family: "Lato",Arial,sans-serif;
  font-size: 20px;
  line-height: 1.25;
  color: #b8d4e5;
  text-align: left;
  font-weight: normal;
}
.custom-popup-content .popup-footer-wrap {
  position: relative;
  padding: 40px 32px;
  margin-top: 15px;
  background-color: #2e3c44;
}
.custom-popup-content .popup-footer-wrap img {
  position: absolute;
  width: 43px !important;
  height: 102px;
  left: 20px;
  top: -75px;
}
.custom-popup-content .popup-form form {
  max-width: 100%;
}
.custom-popup-content .popup-form form .hs-form-field {
  margin: 0;
  display: inline-block;
}
.custom-popup-content .popup-form form .hs-form-field > label {
  display: none;
}
.custom-popup-content .popup-form.hs-form-field {
  display: inline;
  max-width: 235px;
  height: 48px;
}
.custom-popup-content .popup-form form .hs-form-field input {
  font-style: normal;
  vertical-align: middle;
  padding: 10px 6px;
  overflow: hidden;
  outline: none;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  display: inline;
  max-width: 235px;
  height: 48px;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,.8) inset;
  -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,.8) inset;
  box-shadow: 0 3px 3px -3px rgba(0,0,0,.8) inset;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 20px;
  line-height: 38px;
  color: #484848;
  font-family: Open Sans;
}
.custom-popup-content .popup-form form .hs-submit {
  display: inline-block;
  max-width: 154px;
  width: 100%;
}
.custom-popup-content .popup-form form .hs-button {
  overflow: hidden;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  border: 1px solid #484848;
  width: 100%;
  display: inline;
  font-size: 20px;
  padding: 4px 6px;
  margin-right: 0;
  line-height: 24px;
  height: 48px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background: rgba(228,130,42,1);
  border-color: #e4822a;
  font-family: Open Sans;
  font-weight: normal;
}

.custom-popup-content .popup-form form .hs-form-field input::placeholder {
  color: rgb(117, 117, 117);
}

.popup-open .custom-popup-wrapper {
  opacity: 1;
  visibility: visible;
}
a[data-id="popup-trigger"] {
  cursor: pointer;
}
.popup-footer-wrap .hs-form .hs-error-msgs label {
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  color: #ff0000;
  margin: 10px 0;
  text-align: center;
  line-height: 18px;
}
.popup-footer-wrap .hs-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  position: static;
  left: 0;
}
.popup-footer-wrap .hs-form .hs-error-msgs > li {
  margin: 0;
}

/* ======== ana popup =========== */
.custom-ana-popup-wrapper {
  line-height: 1;
  font-family: helvetica,arial,sans-serif;
  letter-spacing: normal;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0,0,0,.7);
  position: fixed;
  z-index: 888888888;
  top: 0px;
  left: 0px;
  zoom: 1;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.ana-popup-open .custom-ana-popup-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.custom-ana-popup-wrapper .ana-popup-inner {
  max-width: 714px;
  margin-bottom: 20px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.custom-ana-popup-wrapper .custom-ana-popup-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  opacity: 1;
  border: 7px solid #000;
  border-color: #e6e6e6;
}
.custom-ana-popup-content #ana-popup-close {
  position: absolute;
  top: -19px;
  right: -19px;
  text-decoration: none!important;
  display: block;
  width: 35px;
  height: 35px;
  background: url(//f.hubspotusercontent00.net/hubfs/7931553/raw_assets/public/Picture_Marketing_September2020/images/close.png) no-repeat scroll 0 0;
  z-index: 1500;
  cursor: pointer;
}
.custom-ana-popup-content .ana-popup-header-wrap {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.custom-ana-popup-content .ana-popup-header {
  position: relative;
}
.custom-ana-popup-content .ana-popup-header img {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
  max-width: 100%;
  width: 100% !important;
}
.custom-ana-popup-content .ana-popup-footer-wrap {
  border: 0;
  background: #e9e9e9;
  padding: 30px 20px;
  background-color: #e6e6e6;
}
.ana-popup-form form {
  max-width: 100%;
}
.ana-popup-form form > .hs-form-field {
  float:left;
  margin: 0 10px 0 0;
  max-width: 225px;
  width: 100%;
}
.ana-popup-form form > .hs-form-field > label {
  display: none;
}
.ana-popup-form form > .hs-form-field .hs-input {
  font-style: normal;
  vertical-align: middle;
  overflow: hidden;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  width: 100% !important;
  -webkit-border-radius: 0;
  height: 36px;
  border: 1px solid #ccc;
  padding: 6px;
  color: #292929;
  font-family: Helvetica;
  display: inline-block;
  min-height: auto;
}
.ana-popup-form  .hs-submit {
  display: inline-block;
  width: 100%;
  max-width: 190px;
}
.ana-popup-form .hs-submit .hs-button {
  overflow: hidden;
  outline: none;
  -webkit-border-radius: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  height: 36px;
  font-style: normal;
  border: 1px solid #484848;
  width: 100%;
  font-size: 16px;
  padding: 6px;
  margin-right: 0;
  line-height: 24px;
  color: #ffffff;
  background: rgba(255,145,0,1);
  border-color: #ff9100;
  font-family: Helvetica;
  font-weight: normal;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.custom-ana-popup-content .form-description {
  color: #888;
  font-size: 12px;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
.custom-ana-popup-content .form-description p {
  padding: 0;
}
.ana-popup-form form>.hs-form-field .hs-input::placeholder {
  color: rgb(117, 117, 117);
}
.custom-menu-primary .data-collection:before,
.custom-menu-primary .photo-access-cards:before,
.custom-menu-primary .customized-delivery:before {
  content: none;
} 
.custom-popup-content .popup-form form {
  max-width: 100%;
  position: relative;
}
.custom-popup-content .popup-form form .hs_submit.hs-submit {
  position: absolute;
  right: 0;
  top: 0;
}
.custom-popup-content .popup-form form .hs-form-field {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 235px;
  float: left;
}
.custom-popup-wrapper .hs_error_rollup {
  float: left;
  width: 100%;
  text-align: center;
}

.lp .custom-main-header {
  min-height: 83px;
  transition: all .4s ease-in-out;
}
.lp .custom-logo {
  min-height: 83px;
}
.sticky .lp .custom-main-header {
  min-height: 63px;
}
.sticky .lp .custom-logo {
  min-height: 63px;
}

.ana-popup-form .hs-form .hs-error-msgs label {
  float: left;
  width: 100%;
  text-align: center;
}
.ana-popup-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0 0 0;
  float: left;
  width: 100%;
}

.spikesocial-real-sitewrp .header-wrp {
  z-index: 9999;
}

/* ================================== Media queries ============================ */
@media (min-width: 981px) {
  .header-wrp{
    min-height:113px;
  }
  .custom-mobile-menu-wrapper {
    display: none !important 
  }
  .sticky .custom-main-header {
    box-shadow: 0 0 30px rgba(7,51,84,0.17);
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17);
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17);
  }
  .sticky .custom-menu-primary {
    padding-top: 10px;
  }
  .sticky .custom-menu-primary .navigation-primary > ul > li  > a {
    padding-bottom: 23px;
  }
  .sticky .custom-menu-primary .navigation-primary > ul > li > a.get-a-demo {
    background-color: #2CC2E6;
    border: 2px solid #2CC2E6;
    animation: highlight-nav .8s ease;
    -webkit-animation: highlight-nav .8s ease;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
  }
  .sticky .custom-menu-primary .navigation-primary > ul > li > a.get-a-demo:hover {
    box-shadow: 0px 5px 20px #aab9c3;
    -moz-box-shadow: 0px 5px 20px #aab9c3;
    -webkit-box-shadow: 0px 5px 20px #aab9c3;
  }
  .custom-ana-header-image {
    width: 20.875%;
    margin-right: 5.5%;
  }
  .custom-ana-logo {
    width: 20.875%;
  }
  .custom-ana-header .page-center {
    padding: 2% 0;
  }
}

@media (min-width: 1350px) {
  .custom-ana-header .page-center {
    padding: 27px 0;
  }
}
/* ====== */

@media (max-width: 1200px) and (min-width: 981px) {
  .custom-menu-primary .navigation-primary > ul > li {
    padding: 0 5px 0 0;
  }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .custom-menu-primary .navigation-primary > ul > li {
    padding: 0 5px 0 0;
  }
  .custom-menu-primary .navigation-primary > ul > li:not(:first-child) {
    margin-left: -4px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 13px;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a {
    padding-right: 15px;
  }
}

/* ======== */
@media (max-width: 980px) {
  .custom-menu-primary {
    display: none;
  }
  .custom-mobile-menu-wrapper {
    float: right;
    font-weight: 600;
    display: block;
    padding-top: 20px;
  }
  .mobile-menu-trigger {
    display: block;
    position: relative;
    line-height: 0;
    padding-bottom: 24px;
  }
  .mobile-menu-trigger:before {
    text-shadow: 0px 0px;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #00a6e0;
  }
  .custom-mobile-menu {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #00a6e0;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 5px;
    text-align: center;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    color: #666666;
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    display: block;
    padding-left: 10px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    margin-bottom: 5px;
    text-align: center;
    padding-left: 5%;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    color: #666666;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    opacity: .7;
    background-color: #ff9100;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:hover {
    opacity: .7;
    background-color: #ff9100;
  }
  .custom-header-top {
    position: relative;
  }
  .custom-main-header {
    position: relative;
    top: 0;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child > a {
    color: #fff!important;
    background-color: #ff9100;
    line-height: 9px;
    font-weight: 600;
    padding: 13px 16px!important;
    text-transform: uppercase;
    font-size: 12px!important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 2px solid #ff9100;
    border-bottom: 2px solid #ff9100!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child > a:hover {
    opacity: 1;
  }
  .custom-logo img {
    max-width: 50%;
  }
  .custom-ana-header .page-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-ana-header-image {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .custom-ana-header-image > .hs_cos_wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .custom-ana-logo {
    width: 47.25%;
  }
  .custom-ana-logo > .hs_cos_wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .lp .custom-main-header {
    min-height: 76px;
  }
  .lp .custom-logo {
    min-height: 76px;
  }

}

@media (max-width: 767px) {
  .custom-header-top .custom-contact-info {
    display: block;
    float: none;
    text-align: center;
  }
  .custom-popup-wrapper .popup-inner,
  .custom-ana-popup-wrapper .ana-popup-inner {
    width: 95%;
  }
  .custom-popup-content .popup-form form .hs-form-field {
    width: 100%;
  }
  .custom-popup-content .popup-form form .hs_submit.hs-submit{
    position: static;
  }
  .custom-popup-content .popup-form form .hs-form-field {
    display: block;
    max-width: none;
    margin-bottom: 8px;
  }
  .custom-popup-content .popup-form form .hs-form-field input {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .custom-popup-content .popup-form form .hs-submit {
    display: block;
    max-width: 100%;
  }
  .custom-popup-content .popup-header-wrap p {
    padding: 10px 23px 30px;
  }
  .custom-popup-content .popup-footer-wrap img {
    left: 15px;
    bottom: 33%;
  }
  .ana-popup-form form > .hs-form-field {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .ana-popup-form .hs-submit {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .custom-ana-popup-content #ana-popup-close {
    right: 0;
  }
}

@media (max-width: 479px) {
  .custom-ana-header-image {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .custom-ana-logo {
    width: 100%;
  }
}
.custom-footer-wrap {
  display: block;
  line-height: 1.7em;
  background-color: #2e2e2e;
}

.custom-footer-bottom {
  padding: 15px 0 5px;
  background-color: rgba(0,0,0,.32);
}

.custom-copyright {
  padding-bottom: 10px;
  color: #666;
  text-align: left;
  float: left;
}

.custom-copyright p {
  padding: 0;
}

.custom-social-icon {
  float: right;
}

.custom-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-social-icon ul > li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 5px;
}

.custom-social-icon ul > li > a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

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

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

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

.social-google-plus a:before {
  content: "\e096";
}

.social-instagram a:before {
  content: "\e09a";
}

.custom-social-icon ul > li > a:hover {
  color: #00a6e0;
}

.custom-footer-top {
  background-color: rgba(255,255,255,.05);
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  padding: 15px 0;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #bbb;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* ============================== Media queries ================================== */
@media (max-width: 980px) {
  .custom-footer-menu .hs-menu-wrapper > ul {
    text-align: center;
  }
  
  .custom-social-icon, .custom-copyright {
    float: none;
    text-align: center;
  }

  .custom-social-icon {
    margin: 0 0 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.hs-blog-post .et_pb_row {
  float: left;
  width: 100%;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 2.75%;
}
.hs-blog-post .et_pb_column {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
}
.blog-post__body .et_pb_section_0 {
  padding-top: 0;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 10px;
}
.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-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: #666666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-comments {
  max-width: 100%;
  margin: 30px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #ff7a59;
}
.comments-date {
  display: block !important;
}

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* ======================================================================================================= */
.blog-post__body h1 a, 
.blog-post__body h2 a, 
.blog-post__body h3 a, 
.blog-post__body h4 a, 
.blog-post__body h5 a, 
.blog-post__body h6 a {
  color: inherit;
}
.blog-post__body h1 a:hover, 
.blog-post__body h2 a:hover, 
.blog-post__body h3 a:hover, 
.blog-post__body h4 a:hover, 
.blog-post__body h5 a:hover, 
.blog-post__body h6 a:hover {
  color: inherit;
}
.blog-post__body p:last-of-type {
  padding-bottom: 0;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.aligncenter{
  display: block;
  margin-right: auto;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.blog-sidebar-search, 
.blog-recent-posts {
  width: 100%;
  margin-bottom: 30px;
}

.blog-sidebar-search form {
  position: relative;
  max-width: 100%;
}

.blog-sidebar-search .hs-search-field__input {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal;
  background-color: #fff;
  outline: none;
  width: calc(100% - 70px);
}

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

.blog-sidebar-search button svg {
  display: none;
}

.blog-sidebar-search button:before {
  content: 'Search';
}

.blog-recent-posts h3 {
  font-size: 18px;
}

.blog-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-recent-posts ul li {
  margin-bottom: .5em;
}

.blog-recent-posts ul li a {
  color: #666;
  text-decoration: none;
}

.blog-recent-posts ul li a:hover {
  color: #00a6e0;
}

.custom-blog-sidebar {
  padding-bottom: 28px;
}

.blog-main-content-wrapper {
  background-color: #fff;
  display: block;
  width: 100%;
}

.blog-main-content-wrapper .content-wrapper {
  position: relative;
  text-align: left;
  padding-top: 57px;
}

.blog-post-header .post-meta {
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
}

.blog-post-header {
  line-height: 1.7em;
}

.blog-post__body {
  padding-top: 30px;
}

.sss_kk_main {
  margin: 15px auto;
}

.blog-post .sss_a_button {
  width: 50px;
  height: 50px;
  display: inline;
}

.blog-post .sss_fb_button {
  width: 200px;
  height: 50px;
  display: inline;
  max-width: 100%;
  vertical-align: bottom;
}

.blog-post .sss_twitter_button {
  width: 146px;
  height: 50px;
  display: inline;
  max-width: 100%;
  vertical-align: bottom;
}
.blog-post__body ol {
  padding: 0 0 23px 0;
  line-height: 26px;
  list-style-position: inside;
  list-style-type: decimal;
}
.blog-post__body ol li {
  margin-bottom: 5px;
}
.blog-post__body blockquote p {
  padding: 0;
}
.blog-post__body blockquote ul {
  padding: 0 0 1em 1em;
  line-height: 26px;
  list-style-type: disc;
}
.blog-post__body blockquote ul li {
  margin-bottom: 5px;
}
.wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption p {
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 20px;
  padding: 0 4px 5px;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 12px;
  line-height: 28.9px;
}
.wp-caption img {
  vertical-align: middle;
}

form#subForm {
  width: 100%;
  max-width: 100%;
}
#subForm table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left;
}
#subForm table tr{
  max-width: 100%;
  padding: .857em .587em;
}
#subForm table td {
  max-width: 100%;
  padding: .857em .587em;
  border: 0;
  background: transparent;
  border-top: 1px solid #eee;
}
.blog-post__body #subForm input[type=email], 
.blog-post__body #subForm input[type=password], 
.blog-post__body #subForm input[type=tel], 
.blog-post__body #subForm input[type=text], 
.blog-post__body #subForm select, 
.blog-post__body #subForm textarea {
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  line-height: normal;
  border-radius: 0;
}
/* ========================== blog listing ======================= */
@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

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

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

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}

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

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}

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

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

.blog-listing-content-wrapper {
  position: relative;
  background-color: #fff;
  padding: 50px 0;
}

.blog-listing-content-wrapper .content-wrapper {
  position: relative;
  padding: 30px 0;
}

.blog-index .post-item {
  float: left;
  position: relative;
  z-index: 9;
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  display: block;
  width: 47.25%;
  margin-right: 5.5%;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
}

.post-item .featured-image-container {
  position: relative;
  margin: -20px -20px 29px;
}

.featured-image-container .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.featured-image-container .entry-featured-image-url img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-item .entry-title {
  font-size: 18px;
  line-height: 1em;
}

.post-item .entry-title a {
  color: inherit;
}

.post-item .post-content {
  color: #666;
}

.post-item .post-content p:last-of-type {
  padding-bottom: 0;
}

.blog-index .post-item:nth-child(2n) {
  margin-right: 0;
}

.blog-pagination-left {
  float: left;
}

.blog-pagination-right {
  float: right;
}

.blog-listing-content-wrapper .listing-spacer-section {
  display: block;
  min-height: 1px;
  position: relative;
  width: 80%;
  max-width: 1080px;
  padding: 30px 0;
}

.blog-index .post-item:last-child {
  margin-bottom: 30px;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  padding: 5px;
  background-color: #fff;
  margin-top: 5px;
}

.hs-search-field__suggestions li {
  margin-bottom: 5px;
}

.blog-main-content-wrapper .blog-post__body .et_pb_section {
  padding-top: 0;
}

.blog-main-content-wrapper .blog-post__body {
  /*   padding: 0; */
  margin-bottom: 27px;
  padding-bottom: 25px;
}

.blog-comments {
  margin: 0;
}

.blog-post__body .et_pb_promo {
  padding: 40px 60px;
  color: #fff;
  text-align: center;
  background-color: #0985c7;
}

.blog-post__body .et_pb_promo_description {
  position: relative;
  padding-bottom: 20px;
}

.blog-post__body .et_pb_promo_description h2 {
  color: #fff;
}

.blog-post__body .et_pb_button {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  display: inline-block;
  color: inherit;
  transition: letter-spacing 300ms ease 0ms;
}

.blog-post__body .et_pb_button:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ETmodules;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.blog-post__body .et_pb_button:hover {
  background-color: rgba(255,255,255,.2);
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}

.blog-post__body .et_pb_button:hover:after {
  margin-left: 0;
  opacity: 1;
}

.blog-main-content-wrapper .blog-post__body .et_pb_image_1 {
  max-width: 675px;
}

.blog-post__body .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
  margin-bottom: 0;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module:last-child {
  margin-bottom: 0;
}
.blog-main-content-wrapper .blog-post__body .cta_button {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(247,117,31);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
}
.blog-main-content-wrapper .blog-post__body .cta_button:hover {
  background: rgb(255,128,34);
  color: rgb(255,255,255);
}
.blog-main-content-wrapper .blog-post__body .cta_button.blue {
  line-height: 1.5em;
  padding: 10px 31px;
  border: 2px solid rgb(26,58,113);
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background: #00a6e0 none repeat scroll 0 0 !important;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 6px;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.blog-main-content-wrapper .blog-post__body .cta_button.blue:hover {
  border-color: #4db0ee #3080e3 #1946be;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 5px #3574e3;
}	

.small-button {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  line-height: 26px;
  margin: 0 5px 8px 0;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
}
a.bigorange, a.smallorange {
  border: 1px solid #db9c51;
  color: #c7822f!important;
  background: #ffcb8c;
  background: -moz-linear-gradient(top,#ffcb8c 0,#ffb660 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffcb8c),color-stop(100%,#ffb660));
  background: -webkit-linear-gradient(top,#ffcb8c 0,#ffb660 100%);
  background: -o-linear-gradient(top,#ffcb8c 0,#ffb660 100%);
  background: -ms-linear-gradient(top,#ffcb8c 0,#ffb660 100%);
  background: linear-gradient(to bottom,#ffcb8c 0,#ffb660 100%);
}
a.bigblue, a.smallblue {
  border: 1px solid #3e8ff4;
  color: #2b63a8!important;
  background: #88bdff;
  background: -moz-linear-gradient(top,#88bdff 0,#60a7ff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#88bdff),color-stop(100%,#60a7ff));
  background: -webkit-linear-gradient(top,#88bdff 0,#60a7ff 100%);
  background: -o-linear-gradient(top,#88bdff 0,#60a7ff 100%);
  background: -ms-linear-gradient(top,#88bdff 0,#60a7ff 100%);
  background: linear-gradient(to bottom,#88bdff 0,#60a7ff 100%);
}
a.bigorange:hover, a.smallorange:hover {
  color: #a96c23!important;
}
a.bigblue:hover, a.smallblue:hover {
  color: #23528c!important;
}

.blog-post__body .hs-form .hs-form-field {
  display: table-row-group;
  vertical-align: middle;
}
.blog-post__body .hs-form {
  max-width: 100%;
  border: 1px solid #eee;
  margin-bottom: 42px;
  float: left;
}
.blog-post__body .hs-form .hs-form-field {
  max-width: 100%;
  padding: 0.757em .587em 0.857em;
  border-top: 1px solid #eee;
  margin: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.blog-post__body .hs-form .hs-form-field label {
  display: inline-block;
  width: 298px;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding-right: .587em;
  margin: 0;
  vertical-align: middle;
  color: rgb(102, 102, 102);
}
.blog-post__body .hs-form  .hs-form-required {
  display: none;
}
.blog-post__body .hs-form .hs-form-field .input {
  display: inline-block;
  vertical-align: middle;
}
.blog-post__body .hs-form .hs_submit.hs-submit {
  padding: .857em .587em;
  padding-left: 308px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  width: 100%;
}
.blog-post__body .hs-form .hs-form-field .input {
  display: inline-block;
  padding-left: .587em;
}
.blog-post__body .hs-form .hs-form-field input[type=text], 
.blog-post__body .hs-form .hs-form-field input[type=email], 
.blog-post__body .hs-form .hs-form-field input[type=phone], 
.blog-post__body .hs-form .hs-form-field input[type=number], 
.blog-post__body .hs-form .hs-form-field input[type=tel], 
.blog-post__body .hs-form .hs-form-field input[type=date], 
.blog-post__body .hs-form .hs-form-field textarea {
  background: transparent;
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 0;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  line-height: normal;
  height: auto;
  min-height: auto;
}
.blog-post__body .hs-form .hs_submit.hs-submit {
  padding: .857em .587em;
  padding-left: 308px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.blog-post__body .hs-form .hs-button {
  padding: 1px 8px;
  border-image: initial;
  border: 1px solid rgb(118, 118, 118);
  background: rgb(236 236 236);
  display: block;
  background-image: none;
  min-height: auto;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 29px;
  -webkit-rtl-ordering: logical;
  margin: 0;
  outline:none;
}
.blog-post__body .hs-form .hs-button:hover {
  background: rgb(228 228 228);
}
.blog-post__body .hs-form  ul.no-list.hs-error-msgs.inputs-list label {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2545b;
  font-size: 14px;
}
.blog-post__body .hs-form  ul.no-list.hs-error-msgs.inputs-list {
  text-align: center;
  margin: 0;
  padding: 0;
}
.blog-post__body .hs-form .hs-form-field:first-child {
  border-top: 0;
}

.blog-index .post-item .blog_et_overlay {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  opacity: 0;
  background: rgba(255,255,255,.9);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.blog-index .post-item .blog_et_overlay:before{
  color: #00a6e0;
}
.blog-index .post-item .blog_et_overlay:before {
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  content: "\e050";
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;	
}
.blog-index .post-item:hover .blog_et_overlay{
  z-index: 3;
  opacity: 1;
}
.blog-index .post-item .blog_et_overlay:hover:before {
  top: 50%;
}
.featured-image-container .entry-featured-image-url {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.featured-image-container .entry-featured-image-url img {
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-image-container .entry-featured-image-url {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
}

/* ======================================================== Media queries ====================================================== */
@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column, 
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }
  .et_pb_row .et_pb_column:last-child{
    margin-right: 0!important;	
  }
  .et_pb_row.et_pb_row_1{
    padding: 2% 0;
  }
  .blog-main-content-wrapper .content-wrapper:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%;
  }

  .custom-blog-sidebar {
    float: left;
    width: 20.875%;
    padding-bottom: 28px;
    padding-left: 30px;
  }

  .blog-post-wrapper {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }

  .blog-post__body .et_pb_section {
    padding: 4% 0;
  }

  .blog-post__body .et_pb_row,
  .blog-listing-content-wrapper .content-wrapper,
  .blog-listing-content-wrapper .listing-spacer-section {
    padding: 2% 0;
  }

  .blog-listing-content-wrapper {
    padding: 4% 0;
  }
  .blog-index .post-item {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .blog-index .post-item:nth-child(2n) {
    margin-right: 0; 
  }
}

@media only screen and (min-width: 1350px){
  .hs-blog-post .et_pb_row {
    padding: 27px 0;
  }
  .blog-listing-content-wrapper,
  .blog-post__body .et_pb_section {
    padding: 54px 0;
  }
  .blog-post__body .et_pb_row,
  .blog-listing-content-wrapper .content-wrapper,
  .blog-listing-content-wrapper .listing-spacer-section {
    padding: 27px 0;
  }
}


@media (max-width: 980px) {
  .blog-main-content-wrapper .content-wrapper {
    padding-top: 58px;
  }
  .blog-post__body .et_pb_section {
    padding: 50px 0;
  }
  .hs-blog-post .et_pb_row{
    padding: 30px 0;
  }
  .blog-post__body .et_pb_row {
    padding: 0 0 30px;
  }
  .blog-index .post-item {
    margin-bottom: 55px;
  }
  .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }

}

@media (max-width: 768px) {
  .sss_kk_main {
    margin: 10px auto;
  }

  .blog-post .sss_a_button {
    display: none;
    width: 38px;
    height: 38px;
  }

  .blog-post .sss_fb_button {
    width: 152px;
    height: 38px;
    display: inline;
  }

  .blog-post .sss_twitter_button {
    width: 111px;
    height: 38px;
    display: inline;
  }

  .blog-post__body iframe {
    width: 100% !important;
    min-width: auto !important;
  }
  img.alignleft, .aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none !important;
  }
  img.alignleft{
    margin-bottom: 20px;
  }
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .blog-post__body embed {
    width: 100%;
    height: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .blog-post__body .et_pb_promo_description h2{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-index .post-item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.5%;
  }
  /*   .blog-post__body p img {
  width: 100%;
} */
  #subForm table td {
    display: block;
    text-align: left;
  }
  .blog-post__body .hs-form .hs-form-field label {
    display: block;
    max-width: 100%;
    text-align: left;
    padding-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .blog-post__body .hs-form .hs-form-field .input {
    display: block;
    padding-left: 0;
  }
  .blog-post__body .hs-form .hs_submit.hs-submit {
    padding-left: .587em;
  }
  .blog-post__body .hs-form .hs-form-field {
    padding-left: .587em;
  }
}

@media (max-width: 480px) {
  .blog-post .sss_fb_button {
    width: 120px;
    height: 30px;
  }
  .blog-post .sss_twitter_button {
    width: 88px;
    height: 30px;
  }
  .blog-post__body .et_pb_promo_description h2{
    padding-bottom: 0;
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: relative;
  text-align: left;
  padding: 0;
  padding-top: 59px;
  line-height: 1.7em;
}

.custom-error-content .error-content-inner {
  margin-bottom: 60px;
}

.custom-error-content .error-content-inner p {
  padding: 0;
}

.error-sidebar-search, .error-recent-posts {
  width: 100%;
  margin-bottom: 30px;
}

.error-sidebar-search form {
  position: relative;
  max-width: 100%;
}

.error-sidebar-search .hs-search-field__input {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal;
  background-color: #fff;
  outline: none;
}

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

.error-sidebar-search button svg {
  display: none;
}

.error-sidebar-search button:before {
  content: 'Search';
}

.error-recent-posts h3 {
  font-size: 18px;
}

.error-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.error-recent-posts ul li {
  margin-bottom: .5em;
}

.error-recent-posts ul li a {
  color: #666;
  text-decoration: none;
}

.error-recent-posts ul li a:hover {
  color: #00a6e0;
}

.custom-error-sidebar {
  padding-bottom: 28px;
}

@media screen and (min-width: 981px) {
  .error-page:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%;
  }
  .custom-error-content {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }
  .custom-error-sidebar {
    float: left;
    width: 20.875%;
    padding-bottom: 28px;
    padding-left: 30px;
  }
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  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: Montserrat, serif;
  font-size: 1.25rem;
  color: #666666;
  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: #666666;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 980px) {
  .error-page {
    padding-top: 57px;
  }

  .custom-error-content .error-content-inner {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page h1 {
    font-size: 28px;
  }

  .systems-page h2 {
    font-size: 22px;
  }

}