*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
html{
font-family:sans-serif;
font-size:62.5%;  
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%
}
body{
  margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  display:block
}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
a,a:visited{color:#1BBDF6;text-decoration:none;outline:0;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;-o-transition:color .15s ease-in-out}
a:hover,a:focus{color:#078ebd}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1pxsolid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.container{position:relative;width:100%;max-width:1140px;margin:0 auto;padding:0 20px;box-sizing:border-box}
.column,.columns{width:100%;float:left;box-sizing:border-box}
@media (max-width: 1099px){.hide-on-small{display:none !important}}
@media (min-width: 400px){.container{width:85%;padding:0}}
@media (min-width: 1100px){.container{width:90%}
  
 /*columns css*/
  .column,.columns{margin-left:4%}
.column:first-child,.columns:first-child{margin-left:0}
.one.column,.one.columns{width:4.66666666667%}
.two.columns{width:13.3333333333%}
.three.columns{width:22%}
.four.columns{width:30.6666666667%}
.five.columns{width:39.3333333333%}
.six.columns{width:48%}
.seven.columns{width:56.6666666667%}
.eight.columns{width:65.3333333333%}
.nine.columns{width:74.0%}
.ten.columns{width:82.6666666667%}
.eleven.columns{width:91.3333333333%}
.twelve.columns{width:100%;margin-left:0}


.one-third.column{width:30.6666666667%}
.two-thirds.column{width:65.3333333333%}
.one-half.column{width:48%}
.offset-by-one.column,
.offset-by-one.columns{margin-left:8.66666666667%}
.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}
.offset-by-three.column,.offset-by-three.columns{margin-left:26%}
.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}
.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}
.offset-by-six.column,.offset-by-six.columns{margin-left:52%}
.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}
.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}
.offset-by-nine.column,.offset-by-nine.columns{margin-left:78.0%}
.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}
.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}
.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}
.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}
.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}
/*column css end*/
  
  /*vertical row class*/
.row.v-align{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}

.hide-on-large{display:none !important}}

body{line-height:1.7;font-weight:400;font-family:"nudista-web","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#222;background:#fff;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:600;line-height:1.3}
h1{font-size:4.0rem}
h2{font-size:2.8rem}
h3{font-size:2.4rem}
h4{font-size:2.0rem}
h5{font-size:2.0rem}
h6{font-size:1.0rem}
@media (min-width: 400px){h1{font-size:4.6rem}h2{font-size:3.4rem}h3{font-size:3.0rem}h4{font-size:2.0rem}h5{font-size:2.0rem}h6{font-size:2.0rem}}
@media (min-width: 550px){h1{font-size:5.2rem;line-height:1.25}h2{font-size:4.2rem;line-height:1.3}h3{font-size:3.0rem}h4{font-size:2.4rem}h5{font-size:2.0rem}h6{font-size:2.0rem}}
p{margin-top:0}
em{font-style:italic}
strong{font-weight:600}
small{font-size:80%}
blockquote, blockquote p{font-style:italic}
blockquote p{margin-bottom:15px}
blockquote{margin:0;padding:0}
blockquote cite{display:block;color:#909090}
blockquote cite:before{content:"\2014 \0020"}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited{color:#909090}
a,a:visited{color:#1BBDF6;text-decoration:none;outline:0;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;-o-transition:color .15s ease-in-out}
a:hover,a:focus{color:#078ebd;text-decoration:none;}
a:active,a:hover{outline:0}

 .four-oh-four{padding:100px 20px 50px}

/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

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

.dnd-section .dnd-column {
/*   padding: 0 20px; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #34D789;
  border: 1px solid #34D789;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

/*button css start*/
.button,a.button,button,input[type="submit"],input[type="reset"],input[type="button"]{
  display:inline-block;
  padding:15px 35px 20px;
  color:#fff;
  text-align:center;
  //font-size:2.0rem;
  font-size:25px;
  font-weight:400;
  text-decoration:none;
  background-color:#34D789;
  -moz-border-radius:1000px;
  -webkit-border-radius:1000px;
  border-radius:1000px;
  border:none;
  cursor:pointer;
  box-sizing:border-box;
  -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0 10px 20px 0 rgba(0,0,0,0.15);
  box-shadow:0 10px 20px 0 rgba(0,0,0,0.15);
  -webkit-transition:background-color .15s ease-in-out;
  -moz-transition:background-color .15s ease-in-out;
  -o-transition:background-color .15s ease-in-out;
  -webkit-font-smoothing:antialiased;
  vertical-align:middle;
  transform:translateZ(0);
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  transition-duration:0.2s;
  transition-property:transform;
  transition-timing-function:ease-out;
  -webkit-appearance:none
}
.button:hover,a.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{color:#fff;outline:0;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}
.button:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);box-shadow:0 1px 5px 0 rgba(0,0,0,0.15)}
.button.full-width,a.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width{display:block;width:100%}.button.button-white,a.button.button-white,button.button-white,input[type="submit"].button-white,input[type="reset"].button-white,input[type="button"].button-white{color:#1BBDF6;background-color:#fff;-webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 12px 0 rgba(0,0,0,0.12);box-shadow:0 3px 12px 0 rgba(0,0,0,0.12)}
.button.button-white:active,a.button.button-white:active,button.button-white:active,input[type="submit"].button-white:active,input[type="reset"].button-white:active,input[type="button"].button-white:active{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.12);box-shadow:0 1px 3px 0 rgba(0,0,0,0.12)}
.button.button-blue{background-color:#1BBDF6}
.button.button-teal{background-color:#16EDDE}
.button.button-orange{background-color:#FFB40B}
.button.large{
  //font-size:2.4rem;
  font-size:35px;  
  padding:20px 45px 25px
}
@media only screen and (max-width: 479px){.button.large{font-size:2.0rem;padding:15px 35px 20px}}
.button-group{text-align:center;display:inline-block}
.button-group.button{display:inline-block;margin-bottom:8px}
.button-group.button.large{margin-bottom:10px}
.button-group .button-partner{font-size:16px;color:#A2A2A2;display:block}
.button-group.with-arrow{position:relative}
/*button css end*/
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

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

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
a,a:visited{
  color:#1BBDF6;
  text-decoration:none;
  outline:0;
  -webkit-transition:color .15s ease-in-out;
  -moz-transition:color .15s ease-in-out;
  -o-transition:color .15s ease-in-out
}
a:hover,a:focus{
  color:#078ebd;
  text-decoration:none;
}
a:active,a:hover{
  outline:0
}
.header-announcement{
  background-color:rgba(27, 189, 246, 0.13);
  display:block;
  text-align:center;
  font-size:16px;
  padding:12px 20px 17px
}
.header-announcement p{
  margin-bottom:0px;
  font-size:16px;
}
.header-announcement i{
  opacity:0.3
}
.toggle{
   background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;   
    font-size:32px;
    display:block;
    position:absolute;
    top:10px;
    right:25px
}
.navbar {
  font-size: 18px;
  background-color:rgba(27,189,246,0.05);
  padding-bottom: 10px;
}

.main-nav {
  list-style-type: none;
  display: none;
  margin-bottom: 0;
  padding: 0;
}

.nav-links,
.logo {
  text-decoration: none;
}

a.nav-links{
  font-weight: 500;
  font-family: "Montserrat",serif !important;
  font-size: 16px;
  color: #494a52!important;
}
a.nav-links:hover{
  color:#1bbdf6!important;
}
.main-nav li {
  text-align: center;
  margin: 15px auto;
  padding: 5px 0;
}

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
}

.navbar-toggle {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.active {
  display: block;
}

@media screen and (min-width: 1140px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    line-height: 300%;
  }

  .main-nav {
    display: flex !important;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links {
    margin-left: 40px;
  }

  .logo {
    margin-top: 0;
  }

  .navbar-toggle {
    display: none;
  }

}
 
header nav ul li.with-drop{
  position:relative
}
header nav ul li.with-drop a{
  padding-bottom:20px;
  display:block
}
header .main-nav-drop{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%, 0);
  z-index:2;
  display:none;
  width:250px;
  padding:15px;
  margin:45px 0 0;
  list-style:none;
  font-size:13px;
  text-align:left;
  background-color:#fff;
  border-radius:8px;
  -webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);
  box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);
}
@media only screen and (max-width: 935px){
  header .main-nav-drop{
    width:250px
  }
}
header .main-nav-drop a{
  color:#1ab6ed
}
header .main-nav-drop a:hover{
  color:#1ab6ed
}
header nav li.with-drop:hover>.main-nav-drop{
  display:block
}
header .main-nav-drop li{
  margin-left:0px;
  margin-bottom:5px;
  display:block
}
@media only screen and (min-width: 936px){
  header .main-nav-drop li:last-child{
    margin-bottom:0px
  }
}
header nav ul li.with-drop .main-nav-drop li a{
  color:#1ab6ed;
  line-height:1.6;
  display:block;
  position:relative;
  padding:10px;
  border-radius:7px;
  -webkit-transition:background-color .1s ease-in-out;
  -moz-transition:background-color .1s ease-in-out;
  -o-transition:background-color .1s ease-in-out
}
header .main-nav-drop li a:hover{
  background-color:rgba(27,189,246,0.07);
  color:#1ab6ed
}
header .main-nav-drop li a i{
  position:absolute;
  top:9px;
  left:10px;
  opacity:0.35;
  font-size:22px;
  text-align:center;
  line-height:51px;
  color:#fff;
  width:50px;
  height:50px;
  background-color:#1BBDF6;
  border-radius:1000px
}
header .main-nav-drop li a img{
  position:absolute;
  top:9px;
  left:10px;
  width:50px;
  height:50px;
  border-radius:1000px
}
header .main-nav-drop li a strong{
  display:block;
  font-size:1.6rem
}
header .main-nav-drop li a span{
  opacity:0.8
}

/* ==========================================================================
   Built in HubSpot Style: DO NO EDIT
   ========================================================================== */

/* Menus */

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


/* Horizontal Menu
========================================================================== */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
}


/* Vertical Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto;
}

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


/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

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

@media (max-width: 1139px) {

  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

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

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

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

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

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }

}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

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

/* ==========================================================================
   Author Style: Custom Menu Primary
   ========================================================================== */
.kore-navigation-ppa-agency-header {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.kore-navigation-ppa-agency-header .page-width {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.kore-navigation-ppa-agency-header .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

.kore-navigation-ppa-agency-header .flex .col {
  flex: 1;
  padding: 0 20px;
}

.kore-navigation-ppa-agency-header .flex .col {
  flex: 1;
}

.kore-navigation-ppa-agency-header .flex .col:first-child {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.kore-navigation-ppa-agency-header .hs_cos_wrapper_type_logo a img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  width: 150px !important;
}

/* Override max width on menu links */
.kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li a,
.kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222222;
  letter-spacing: 1px;
}

.kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
.kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  background-color: #005b93;
  color: #fff;
}

.header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
  text-align: center; 
}

.header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid transparent;
  padding: 15px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 290486px;
  
  background-image: url(https://cdn2.hubspot.net/hubfs/484997/Kore%20Theme/ppa-agency-nav-icon.svg);
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;

}

.header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:hover {
  opacity: 0.7;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1140px) {
  
  /* Header */
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      display: block;
  }
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
      float: none;
      display: inline-block;
  }
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(:last-child) {
      margin-right: 15px;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    line-height: 65px; 
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-menu-depth-1.hs-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 7px;
    vertical-align: baseline;
    font-weight: 900;
    line-height: 1;
    font-size: 14px;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005b93), color-stop(18%, #0075ba), color-stop(40%, #1e98d3), color-stop(68%, #0ea8c1), to(#06b2b8));
    background-image: linear-gradient(180deg, #005b93, #0075ba 18%, #1e98d3 40%, #0ea8c1 68%, #06b2b8);
    color: #fff;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li a {
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li a:hover {
    background-color: #06b2b8;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper {
      display: block !important;
      text-align: right;
  }
  
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.kore-navigation-ppa-agency-header .mobile-trigger,
.kore-navigation-ppa-agency-header .child-trigger {
    display: none; /* Hide button on Desktop */
}

@media(max-width:1139px) {
  
  .kore-navigation-ppa-agency-header {
    padding: 0 0 0; 
  }
  
  .kore-navigation-ppa-agency-header .flex .col {
    flex: 0 0 100%;
  }

  .kore-navigation-ppa-agency-header .flex .col:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .kore-navigation-ppa-agency-header .flex.menu-wrap {
    padding-top: 20px; 
  }
  
  .kore-navigation-ppa-agency-header .hs_cos_wrapper_type_logo a img {
    width: 150px !important;
  }
  
  .header-container .kore-navigation-ppa-agency-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding: 10px 20px; 
    text-align: left;
  }
  
   /**
   * Menu Reset
   *
   * Remove styling from desktop version of custom-menu-primary. Place any
   * additional CSS you want removed from the mobile menu in this reset               
   */
  
   .kore-navigation-ppa-agency-header .custom-menu-primary,
   .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul,
   .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li,
   .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005b93), color-stop(21%, #0075ba), color-stop(42%, #1e98d3), color-stop(72%, #0ea8c1), to(#06b2b8));
    background-image: linear-gradient(180deg, #005b93, #0075ba 21%, #1e98d3 42%, #0ea8c1 72%, #06b2b8);
    padding-top: 10px;
  }
  
  /* Toggle Button
     ========================================================================== */
  .kore-navigation-ppa-agency-header .mobile-trigger {
    display: inline-block !important;  /* Show button on mobile */
    cursor: pointer;                   /* Mouse pointer type on hover */
    position: absolute;                /*******************************************/
    top: -92px;                          /* Position Button at right of screen  */
    right: -20px;                          /*******************************************/
    width: auto;                       /* Button width */
    height: auto;                      /* Button height */      
    padding: 23px 20px 23px 20px;
    background: transparent;                  /* Background color */
    border: 1px solid transparent;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    color: #222222;
  }
  
  .kore-navigation-ppa-agency-header .mobile-trigger:hover {
    text-decoration: none;  /* Removes link text underline on button */
    color: #005b93;
    background-color: transparent;
    border-color: transparent;
  }
  
  /* Change button when menu is open */
  .mobile-open .kore-navigation-ppa-agency-header .mobile-trigger {
    color: #005b93;
    background-color: transparent;
    border-color: transparent;
  }
  
  /* Child Toggle Button
     ========================================================================== */
  .kore-navigation-ppa-agency-header .child-trigger {
    display: block !important;  /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;  /* Button width */
    min-width: 55px !important;
    height: 45px !important;  /* Button height */  
    padding: 0 !important;
  }
  
  .kore-navigation-ppa-agency-header .child-trigger i {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #fff;
  }
  
  .kore-navigation-ppa-agency-header .child-trigger i:hover {
    color: #fff;
  }
  
  .kore-navigation-ppa-agency-header .child-trigger:hover {
    text-decoration: none;
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */
  .kore-navigation-ppa-agency-header .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;  /* Makes room for button */
    margin: 20px 0 0 0;
    width: 100%;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary.js-enabled .hs_cos_wrapper_type_menu {
    margin: 0 -20px;
    display: block;
  }
  
  /* Hide menu on mobile */
  .kore-navigation-ppa-agency-header .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .kore-navigation-ppa-agency-header .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  
  /* Make child lists appear below parent items */
  .kore-navigation-ppa-agency-header .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  
  /* Mobile Menu Styles */ 
  .kore-navigation-ppa-agency-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;  /**************************************************************/
    top: 0;              /* Positions the menu to drop from the very top of the screen */
    left: 0;             /**************************************************************/
    padding: 0;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;  /* Menu background color set off global menuColorMobile variable */
    width: 100%;  /* Full screen width */
  }
  
  /* Level 1 Menu List Styles */
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 16px;  /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  
  /* Level 1 and Higher Menu List Styles */
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 0;  /* Adds transparent dark highlights to top of top level list items */
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #fff;  /* link color set by global mobile-aColor variable */
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #fff;  /* link hover color set by global mobile-aColorHover variable */
  }
  
  /* Level 2 and Higher Menu List Styles */
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#06b2b8), to(#06b2b8));
    background-image: linear-gradient(180deg, #06b2b8, #06b2b8);
    box-shadow: none;
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 15px;  /* Indent Child lists */
    font-size: 16px;  /* Font size of child lists */
    color: #fff !important;
  }
  
   .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
     background-color: #fff;
     color: #0682bb;
  }
  
  /* Level 3 and Higher Menu List Styles */
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;  /* Indent Child lists */
  }
  
  .kore-navigation-ppa-agency-header .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;  /* Indent Child lists */
  }

}
.main-footer{
	font-size:18px;
	background-color:rgba(27,189,246,0.05);
	padding:70px 0px 80px;
	-webkit-box-shadow:0px 1000px 0px 1000px rgba(27,189,246,0.05);
	-moz-box-shadow:0px 1000px 0px 1000px rgba(27,189,246,0.05);
	box-shadow:0px 1000px 0px 1000px rgba(27,189,246,0.05)
}

.main-footer .container{
	text-align: center;
}

.main-footer h4{
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:10px;
	border-bottom:1px solid #E5E5E5
}
@media only screen and (max-width: 767px){
	.main-footer h4{
		margin-top:20px
	}
}
.main-footer a,.main-footer a:visited{
	color:#8E8E8E
}
.main-footer a:hover{
	color:#1BBDF6
}
.main-footer nav{
	margin-bottom:25px
}
@media only screen and (max-width: 1099px){
	.main-footer nav{
		float:none;
		display:block
	}
}
.main-footer nav ul{
	margin-bottom:10px;
	list-style:none
}
@media only screen and (max-width: 1099px){
	.main-footer nav ul{
		margin-bottom:25px
	}
}
.main-footer nav .half-list{
	width:47%;
	display:inline-block;
	margin-right:3%;
	float:left
}
.main-footer nav .half-list:last-child{
	margin-right:0px;
}

.main-footer .footer__nav {
	padding: 30px 0;
}

.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal ul{
	padding: 0;
	align-items: center;
	justify-content: center;
}

.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
	margin-right: .5rem;
	padding-right: .5rem;
	border-right: 2px solid #0071bc;
	line-height: 1;
}

.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
	border-right: 0px;
}

.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
	font-size: 15px;
	text-transform: lowercase;
	font-weight: bold;
}

@media only screen and (max-width: 767px){
	.main-footer nav .half-list{
		width:100%;
		display:block;
		margin-right:0px;
		margin-bottom:0px
	}
	
}
.main-footer nav ul li{
	margin-bottom:10px
}
@media only screen and (max-width: 767px){
	.main-footer nav ul li{
		float:none;
		display:block
	}
}
.main-footer nav ul li:last-child{
	margin-right:0px
}
.main-footer nav ul li a{
	display:block
}
@media only screen and (max-width: 767px){
	.main-footer nav ul li a{
		font-size:16px;
		color:#1BBDF6;
		display:block;
		background-color:rgba(27,189,246,0.05);
		text-align:left;
		padding:15px 10px 19px 25px;
		-webkit-border-radius:1000px;
		-moz-border-radius:1000px;
		-o-border-radius:1000px;
		-ms-border-radius:1000px;
		border-radius:1000px
	}
}
.main-footer .copyright{
	color: #0071bc;
	margin-bottom: 0;
	padding-top: 15px;
	text-align: center;
	position: relative;
	font-family: inherit !important;
	font-size: 14px;
}
@media only screen and (max-width: 959px){
	.main-footer .copyright{
		float:none;
		display:block
	}
}
@media only screen and (max-width: 767px){
	.main-footer .copyright{
		text-align:center
	}
}
@media only screen and (max-width: 479px){
	.main-footer .copyright{
		padding-right:0px
	}
}
.main-footer .copyright .footer-logo{
	position:absolute;
	left:0px;
	top:15px
}
@media only screen and (max-width: 767px){
	.main-footer .copyright .footer-logo{
		text-align:center;
		margin-top:15px;
		position:inherit;
		left:inherit;
		top:inherit;
		display:block
	}
}

@media (max-width: 1139px){
	.main-footer .footer__nav .hs-menu-wrapper, .main-footer .footer__nav .hs-menu-wrapper *{width: auto; display: flex; align-items: center; justify-content: center;}
	.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ float: left;}
	.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{ display: inline;}
}

@media (max-width: 767px){
	.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ 
		float: none; border-right: 0px;
		line-height: inherit;
	}
	.main-footer .footer__nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{ display: block;}
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
  
    

.flex-cta-sidebar {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 50px 0;
  position: relative;
}


.flex-cta-sidebar .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.flex-cta-sidebar .flex .col {
  flex: 1;
}


.flex-cta-sidebar .flex .col.sticky {
  padding-right: 0;
}


.flex-cta-sidebar .flex .col .content-half {
  max-width: calc(1120px / 2);
  margin-left: auto;
  padding: 0 20px;
}

.flex-cta-sidebar .flex .col .hubsnacks-sidebar-subscribe-cta-wrap {
  max-width: 300px;
}

.flex-cta-sidebar .flex .col.sticky .content-half {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  max-width: 280px;
  min-height: 260px;
  margin-right: 0;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hs-blog-post {
  overflow-x: unset !important;
}

.hs-blog-post .bsft-blog-post-banner {
  margin-top: 10px;
}

.hs-blog-post .flex-cta-sidebar .post-body {
  min-width: 700px;
}

.hs-blog-post .flex-cta-sidebar .post-body {
  line-height: 1.5;
}

.hs-blog-post .flex-cta-sidebar .post-body p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.hs-blog-post .flex-cta-sidebar .post-body h1,
.hs-blog-post .flex-cta-sidebar .post-body h2,
.hs-blog-post .flex-cta-sidebar .post-body h3,
.hs-blog-post .flex-cta-sidebar .post-body h4,
.hs-blog-post .flex-cta-sidebar .post-body h5,
.hs-blog-post .flex-cta-sidebar .post-body h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.hs-blog-post .flex-cta-sidebar .post-body h2 {
  font-size: 32px;
}

.hs-blog-post .flex-cta-sidebar .post-body h3 {
  font-size: 24px;
}

.hs-blog-post .flex-cta-sidebar .post-body h4 {
  font-size: 18px;
}

.hs-blog-post .flex-cta-sidebar .post-body h5 {
  font-size: 14px;
}

.hs-blog-post .flex-cta-sidebar .post-body h6 {
  font-size: 12px;
}

.hs-blog-post .flex-cta-sidebar #custom-cta .cta_button {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  font-weight: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  -o-transition: all .4s ease !important;
  background: #de1a24 !important;
  border-radius: 0 !important;
  border-width: 0px !important;
  color: rgb(255,255,255) !important;
  font-family: 'Poppins','HelveticaLight','HelveticaNeueCyr',Helvetica,Arial,sans-serif !important;
  height: auto !important;
  padding: 16px 20px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 15px !important; 
  line-height: 1.5em !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  letter-spacing: 1px !important;
}

.hs-blog-post .flex-cta-sidebar #custom-cta .cta_button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hs-blog-post .flex-cta-sidebar .post-body .list-inline {
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}

.hs-blog-post .flex-cta-sidebar .post-body .list-inline-item {
  display: inline-block;
}

.hs-blog-post .flex-cta-sidebar .post-body .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.hs-blog-post .flex-cta-sidebar .post-body .hs-responsive-embed-wrapper  {
  max-width: 100% !important;
  max-height: 100% !important;
  margin-bottom: 20px !important;
}

.hs-blog-post .flex-cta-sidebar .blog-post-social-share {
  text-align: left;
}

.hs-blog-post .flex-cta-sidebar .blog-post-social-share .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.hs-blog-post .flex-cta-sidebar .social-link-large {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50px;
  background-color: #0072bd;
  background-position: 50% 50%;
  background-size: 125px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
  display: inline-block;
}

.hs-blog-post .flex-cta-sidebar .social-link-large:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hs-blog-post .flex-cta-sidebar .social-link-large.facebook {
  margin-left: 0px;
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/fb.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}

.hs-blog-post .flex-cta-sidebar .social-link-large.twitter {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/tw.png);
  background-size: 20px;
  background-repeat: no-repeat;
}

.hs-blog-post .flex-cta-sidebar .social-link-large.linkedin {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/in.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}

.hs-blog-post .flex-cta-sidebar .social-link-large.mail {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/email.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}

.hs-blog-post .flex-cta-sidebar .comments-wrapper .hs-input {
  border-radius: 0; 
  padding: 8px 12px;
  height: auto;
}

/* One Line Inputs */
.hs-blog-post input[type="text"],
.hs-blog-post input[type="password"], 
.hs-blog-post input[type="datetime"], 
.hs-blog-post input[type="datetime-local"], 
.hs-blog-post input[type="date"], 
.hs-blog-post input[type="month"], 
.hs-blog-post input[type="time"], 
.hs-blog-post input[type="week"], 
.hs-blog-post input[type="number"], 
.hs-blog-post input[type="email"], 
.hs-blog-post input[type="url"], 
.hs-blog-post input[type="search"], 
.hs-blog-post input[type="tel"], 
.hs-blog-post input[type="color"],
.hs-blog-post input[type="file"],
.hs-blog-post textarea,
.hs-blog-post select {
  width: 100%;
}

.about-the-author-tag.inline {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 3px 9px 3px 8px;
  float: left;
  background-color: #0072bd;
  -webkit-transform: translate(0px, -13px);
  -ms-transform: translate(0px, -13px);
  transform: translate(0px, -13px);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hs-blog-post .comment-reply-to {
  padding-left: 25px;
}

.hs-blog-post button.comment-reply-to {
  color: #de1a24;
}

.hs-blog-post .flex-cta-sidebar .comments-wrapper input[type="submit"] {
  background: #de1a24 !important;
  padding: 12px 18px !important;
  color: #fff !important;
  border-color: transparent !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}

.hs-blog-post .flex-cta-sidebar .comments-wrapper .hs_error_rollup {
  display: none;
}

.hs-blog-post .flex-cta-sidebar .about-author-sec {
  position: relative;
  max-width: 800px;
  margin-top: 40px;
  padding: 30px 30px 20px 20px;
  border-top: 1px none rgba(0, 0, 0, 0.15);
  border-bottom: 1px none rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs-blog-post .flex-cta-sidebar .about-author-sec h3 a {
  color: #333;
}
.hs-blog-post .flex-cta-sidebar .about-author-sec .image {flex: 0 0 20%;max-width: 18%;}

.hs-blog-post .flex-cta-sidebar .about-author-sec .col {
  flex: 0 0 80%;
  max-width: 78%;
}

.hs-blog-post .flex-cta-sidebar .about-author-sec .col p {
  font-size: 14px;
}

/* .hs-blog-post .flex-cta-sidebar .about-author-sec .image {
position: absolute;
border-style: solid;
border-width: 4px;
border-color: #de1a24;
border-radius: 200px;
background-position: 50% 50%;
background-size: cover;
background-color: #fff;
top: -50px;
width: 100px;
height: 100px;
left: 50%;
transform: translate(-50%, 0);
} */

.hs-blog-post .flex-cta-sidebar #hubspot-topic_data a {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #535861;
  border-radius: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #535861;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.hs-blog-post .flex-cta-sidebar #hubspot-topic_data a:hover {
  opacity: .8;
}

.hs-blog-post .flex-cta-sidebar #hubspot-topic_data .topic-label {
  display: inline-block;
  margin-right: 10px;
}

@media(max-width:1139px) {

  .flex-cta-sidebar .flex .col {
    flex: 0 0 100%;
  }

  .flex-cta-sidebar .flex .col .content-half {
    max-width: 100%;
  }

  .hs-blog-post .flex-cta-sidebar .post-body {
    min-width: 100%;
  }

  .flex-cta-sidebar .flex .col.sticky .content-half {
    display: none;
  }

} 

@media(max-width:767px) {

  .hubsnacks-two-column-cta-v1 .page-width {
    padding: 0;
  }

  .hs-blog-post .flex-cta-sidebar .post-body h2 {
    font-size: 24px;
  }

  .hs-blog-post .flex-cta-sidebar .post-body h3 {
    font-size: 20px;
  }

  .hs-blog-post .flex-cta-sidebar .post-body h4 {
    font-size: 16px;
  }

} 

/* ************************************************************************************************************************************************  */

.body-container .page-center {
  padding: 30px 15px;
}

.blog-v3 .body-container h2,.blog-v3 .body-container h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.blog-v3 .topic-link {
  display: inline-block;
  color: #343434;
  text-decoration: none;
}

.blog-v3 .topic-link:hover {
  color: #0072bd;
}

.body-container .hs-form-field > label {
  display: inline-block;
  margin: 5px 0;
  color: rgb(0, 0, 0);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

input[type="email"] {
  padding: 10px;
  width: 100%!important;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

.hs-button.primary,input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none!important;
  background: #fff;
  font-size: 18px;
  padding: 15px 25px;
  border-radius: 10px;
  border-color: #fff;
  color: #367c7c;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1;
  margin: 10px 0 20px;
  border-style: outset;
  border-width: 1px;
  font-family: inherit;
  font-weight: 400;
}

.hs-button.primary:hover,input[type="submit"]:hover {
  color: #fff;
  border-color: #0072bd;
  opacity: 0.8;
  background: #0072bd;
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }

  .hs-blog-post .flex-cta-sidebar .about-author-sec .image img {width: 100%;height: 100px;object-fit: cover;}

  .hs-blog-post .flex-cta-sidebar .about-author-sec .image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-blog-post .flex-cta-sidebar .about-author-sec .image img {
    width: 100px;
  }

  .hs-blog-post .flex-cta-sidebar .about-author-sec .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }

}

@media (max-width: 575px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
}
/*! CSS Used from: https://cdn2.hubspot.net/hub/2529404/hub_generated/template_assets/18207064127/1576507771053/JuiceTactics/public/css/stott-and-may-blog.min.css */
.snm-blog-section .page-center {
  max-width: 1080px;margin:0 auto;width:100%;
}

.snm-blog-section .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.snm-blog-section .blog-item {
  margin: 12px;
  flex-grow: 1;
  max-width: calc(50% - 24px);
  border: 1px solid #bfbfbf;
  min-height: 560px;
  position: relative;
  cursor: pointer;
  background:#fff;
}

.blog-body-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hs-blog-post .flex-cta-sidebar .about-author-sec .image img {width: 100%;height: 100px;object-fit: cover;}

.blog-item.blog-cta p {
  font-size: 16px;
}

.subscribe-form__wrapper .subscribe-form label.hs-error-msg {
  font-size: 14px;
  color: #9e2b2f;
}

.subscribe-form__wrapper .subscribe-form li {
  list-style: none;
  margin:0;
}


.subscribe-form__wrapper form .hs-form-field{margin-bottom:0;}

.subscribe-form__wrapper form input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.subscribe-form__wrapper .subscribe-form ul {
  margin: 0;
  padding: 0;
}

.blog-item.blog-cta a {
  -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 ;
  -moz-transition: all .4s ease ;
  -webkit-transition: all .4s ease ;
  -o-transition: all .4s ease ;
  background: #004d80 ;
  border-radius: 6px ;
  border-width: 0px ;
  color: #fff ;
  font-family: sans-serif;
  height: auto ;
  transition: all .4s ease;
  padding: 6px 18px ;
  text-shadow: none ;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
}

.blog-item.blog-cta a:hover {
  background: #258cd0;
  color: #fff;
}

.blog-body-section .span8.same-height {
  flex: 0 0 65.81196581200001%;
  max-width: 65.81196581200001%;
}

.blog-body-section .span4.same-height {
  flex: 0 0 31.623931624%;
  max-width: 31.623931624%;
}

.snm-blog-section .blog-summary {font-size: 16px;}

.snm-blog-section .blog-feat-image__wrapper {
  height: 250px;
  overflow: hidden;
}

.snm-blog-section .blog-feat-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #CCC;
  padding: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.snm-blog-section .blog-feat-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.snm-blog-section .blog-topics {
  position: absolute;
  top: 20px;
  left: 20px;
}

.snm-blog-section .blog-topics a {
  padding: 4px 30px;
  background-color: #0072bd;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 11px;
}

.snm-blog-section .blog-topics a:hover {
  opacity: .8;
  color: #FFF;
}

.snm-blog-section .blog-content {
  padding: 10px;
  background: #FFF;
}

.snm-blog-section .blog-date {
  font-size: 14px;
  color: #0072bd;
}

.snm-blog-section .blog-title h3 {
  font-size: 18px;
  margin: 10px 0 5px;
  line-height: 1.3em;
  font-weight: 800;
}

.snm-blog-section .blog-item.blog-cta {
  text-align: center;
  background: #0072bd;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 30px;
}

.snm-blog-section .blog-item.blog-cta h2 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  color: #FFF;
}

.snm-blog-section .blog-author {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  border-top: 1px solid #bfbfbf;
  font-size: 12px;
  line-height: 1.4em;
  color: #6c6c6c;
  width: 100%;
  height: 41px;
}

.snm-blog-section .blog-author:hover {
  color: #333;
}

.snm-blog-section .blog-author .author-name {
  float: left;
}

.snm-blog-section .blog-author .author-name span {
  color: #0072bd;
}

.snm-blog-section .blog-author .read-more {
  float: right;
}

.snm-blog-section .blog-author .read-more img, .snm-blog-section .blog-author .read-more svg{
  width: 40px;
  height: 20px;
  fill: #0072bd;
}

.snm-blog-section .blogsidebar {
  position: relative;
  margin-top: 35px;
  margin-bottom: 12px;
}

.subscribe-form__wrapper {
  padding: 20px 20px 50px;
  border: 1px solid #bfbfbf;
  text-align: center;
}

.subscribe-form__wrapper h3 {
  font-size: 20px;
  line-height: 1.4em;
  border: 1px solid #bfbfbf;
  padding: 10px 15px;
  position: relative;
  top: -45px;
  display: inline-block;
  background: #FFF;
  margin-bottom: -10px;
}

.subscribe-form__wrapper .subscribe-form {
  text-align: left;
}

.subscribe-form__wrapper .subscribe-form label {
  font-weight: 700;
}

.subscribe-form__wrapper .subscribe-form input[type="submit"] {
  margin: 20px 0 10px;
  padding: 13px 20px;
  border: 2px solid #0072bd;
  background-color: #0072bd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0;
  width:auto;height:auto;
}

.subscribe-form__wrapper .subscribe-form input[type="submit"]:hover {
  background-color: #0072bd;
  -webkit-transform: translate(0px,-3px);
  -ms-transform: translate(0px,-3px);
  transform: translate(0px,-3px);
}

.blog-filters {
  margin-top: 50px;
  padding: 20px 0;
  border: 1px solid #bfbfbf;
}

.blog-filters .filter-nav {
  text-align: center;
  position: relative;
  top: -42px;
  margin-bottom: -30px;
}

.blog-filters .filter-nav ul {
  padding-left: 0;margin:0;
}

.blog-filters .filter-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 5px;
  padding: 10px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  cursor: pointer;
  font-size:16px;
}

.blog-filters .filter-nav ul li:hover,.blog-filters .filter-nav ul li.active {
  border-color: #0072bd;
  background-color: #0072bd;
  color: #FFF;
}

.blog-filters .filter-box {
  display: none;
}

.blog-filters .filter-box.recent {
  display: block;
}

.blog-filters .filter-box .flexwrap {
  flex-wrap: wrap;
  display: flex;
}

.blog-filters .filter-box .flexwrap .col-6 {
  width: 100%;
  flex-grow: 1;
  max-width: 45%;
}

.blog-filters .filter-box .flexwrap .col-6:last-child {
  padding-left: 20px;
  max-width: 55%;
}

.blog-small-item {
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.blog-small-item:hover {
  -webkit-transform: translate(2px,0px);
  -ms-transform: translate(2px,0px);
  transform: translate(2px,0px);
}

.blog-small-item .feat-img {
  padding: 5px;
  border: 1px solid #bfbfbf;
  min-height: 100px;
}

.blog-small-item .feat-img img {
  width: 100%;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
  display: inherit;
}

.blog-small-item .title {
  min-height: 100px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
  align-items: center;
}

.filter-box.topics h3 {
  float: none;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding-left: 20px;
}

.filter-box.topics ul {
  padding: 0;
  margin: 0;
}

.filter-box.topics ul li {
  padding: 10px 20px 10px 40px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}

.filter-box.topics ul li a {
  color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filter-box.topics ul li a:hover {
  -webkit-transform: translate(2px,0px);
  -ms-transform: translate(2px,0px);
  transform: translate(2px,0px);
}

.more-blog__wrapper {
  text-align: center;
  margin-top: 40px;
}

.more-blog__wrapper a {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0072bd;
  background-color: #0072bd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
}

.more-blog__wrapper a:hover {
  background-color: #0072bd;
  -webkit-transform: translate(0px,-3px);
  -ms-transform: translate(0px,-3px);
  transform: translate(0px,-3px);
  color: #fff;
}

.more-blog__wrapper a.view-all-btn {
  color: #0072bd;
  background: transparent;
}

.more-blog__wrapper a.view-all-btn:hover {
  background-color: #0072bd;
  color: #fff;
}

@media (max-width:767px) {

  .blog-body-section .span8.same-height,
  .blog-body-section .span4.same-height{
    flex:0 0 100%;
    max-width:100%;
  }

  .snm-blog-section .blog-item {
    max-width: 100%;margin:12px 0;
  }

  .blog-filters .filter-box .flexwrap .col-6 {
    max-width: 30%;
  }

  .blog-filters .filter-box .flexwrap .col-6:last-child {
    max-width: 70%;
  }

  .blog-body-section .span4.same-height{margin:0;}

  .snm-blog-section .blogsidebar {
    top: unset;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .snm-blog-section .same-height {
    height: auto;
  }



  .mobile-pag {
    display: block;
    margin-bottom: 72px;
  }
}

@media(max-width:480px){
  .blog-filters .filter-nav ul li {
    width: 70%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}






/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

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

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.7rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 0.3rem;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.blog-post-body {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.blog-post-body .page-wrapper {
  float: none;
  max-width: 945px;
  margin: 0 auto;
  padding: 50px 60px;
  margin-top: -60px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.blog-post-body .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.blog-post-body .flex .col {
  flex: 1;
}

.blog-post-body .flex .col .hubsnacks-sidebar-subscribe-cta-wrap {
  max-width: 300px;
}

.hs-blog-post {
  overflow-x: hidden;
}

.hs-blog-post .bsft-blog-post-banner {
  margin-top: 0;
}

.hs-blog-post .blog-post-body .post-body {
  min-width: 700px;
}

.hs-blog-post .blog-post-body .blog-category-wrap {
  margin-bottom: 20px;
}

.hs-blog-post .blog-post-body .blog-category {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border: 1px none #94d11a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9E2A2F;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hs-blog-post .blog-post-body .blog-category:hover {
  background-color: #9E2A2F;
  color: #fff;
}

.hs-blog-post .blog-post-body .post-body figure {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.hs-blog-post .blog-post-body .post-body .hs-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.hs-blog-post .blog-post-body .post-body blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: 5px solid #9e2a2f;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  font-style: normal;
}

.hs-blog-post .blog-post-body .post-body {
  line-height: 1.5;
}

.hs-blog-post .blog-post-body .post-body p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.hs-blog-post .blog-post-body .post-body h1,
.hs-blog-post .blog-post-body .post-body h2,
.hs-blog-post .blog-post-body .post-body h3,
.hs-blog-post .blog-post-body .post-body h4,
.hs-blog-post .blog-post-body .post-body h5,
.hs-blog-post .blog-post-body .post-body h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: 'Crimson Text', serif;
}

.hs-blog-post .blog-post-body .post-body h2 {
  font-size: 32px;
}

.hs-blog-post .blog-post-body .post-body h3 {
  font-size: 24px;
}

.hs-blog-post .blog-post-body .post-body h4 {
  font-size: 18px;
}

.hs-blog-post .blog-post-body .post-body h5 {
  font-size: 14px;
}

.hs-blog-post .blog-post-body .post-body h6 {
  font-size: 12px;
}

.hs-blog-post .blog-post-body .post-body .blog-post-title h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #333333 !important;
  margin-bottom: 20px;
  font-family: 'Crimson Text', serif;
}

.hs-blog-post .blog-post-body .post-body .blog-post-date {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hs-blog-post .blog-post-body #custom-cta .cta_button {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  font-weight: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  -o-transition: all .4s ease !important;
  background: #FF0046 !important;
  border-radius: 290486px !important;
  border-width: 1px !important;
  color: rgb(255,255,255) !important;
  font-family: 'Rotageek Font', sans-serif !important;
  height: auto !important;
  padding: 16px 20px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 15px !important; 
  line-height: 1.5em !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  letter-spacing: 1px !important;
  position: relative;
  z-index: 10;
}

.hs-blog-post .blog-post-body #custom-cta .cta_button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hs-blog-post .blog-post-body .post-body .list-inline {
  padding-left: 0;
  list-style: none;
}

.hs-blog-post .blog-post-body .post-body .list-inline-item {
  display: inline-block;
}

.hs-blog-post .blog-post-body .post-body .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.hs-blog-post .blog-post-body .post-body .hs-responsive-embed-wrapper  {
  max-width: 100% !important;
  max-height: 100% !important;
  margin-bottom: 20px !important;
}

.hs-blog-post .blog-post-body .blog-post-social-share {
  text-align: center;
}

.hs-blog-post .blog-post-body .blog-post-social-share .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.hs-blog-post .blog-post-body .blog-post-social-share.top {
  text-align: right;
  margin-top: 0;
}

.hs-blog-post .blog-post-body .blog-post-social-share.top .text {
  vertical-align: top;
  padding-right: 15px;
}

.hs-blog-post .blog-post-body .social-link-large {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50px;
  background-color: #9E2A2F;
  background-position: 50% 50%;
  background-size: 125px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
  display: inline-block;
}

.hs-blog-post .blog-post-body .social-link-large:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hs-blog-post .blog-post-body .social-link-large.facebook {
  margin-left: 0px;
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/fb.svg);
  background-size: 15px;
  background-repeat: no-repeat;
}

.hs-blog-post .blog-post-body .social-link-large.twitter {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/tw.png);
  background-size: 15px;
  background-repeat: no-repeat;
}

.hs-blog-post .blog-post-body .social-link-large.linkedin {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/in.svg);
  background-size: 15px;
  background-repeat: no-repeat;
}

.hs-blog-post .blog-post-body .social-link-large.mail {
  background-image: url(https://cdn2.hubspot.net/hubfs/6442339/HubSnacks%20Standalone%20Module/Images/email.svg);
  background-size: 19px;
  background-repeat: no-repeat;
}

.hs-blog-post .blog-post-body .comments-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.hs-blog-post .blog-post-body .comments-wrapper input[type="text"],
.hs-blog-post .blog-post-body .comments-wrapper input[type="password"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="datetime"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="datetime-local"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="date"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="month"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="time"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="week"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="number"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="email"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="url"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="search"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="tel"], 
.hs-blog-post .blog-post-body .comments-wrapper input[type="color"],
.hs-blog-post .blog-post-body .comments-wrapper input[type="file"],
.hs-blog-post .blog-post-body .comments-wrapper textarea,
.hs-blog-post .blog-post-body .comments-wrapper select {
  width: 100%;
}

.hs-blog-post .blog-post-body .comments-wrapper .hs-input {
  border-radius: 0; 
  padding: 8px 12px;
  height: auto;
}

.hs-blog-post .blog-post-body .comments-wrapper input[type="checkbox"] {

}

.hs-blog-post .comment-reply-to {
  padding-left: 25px;
}

.hs-blog-post button.comment-reply-to {
  color: #FF0046;
}

.hs-blog-post .blog-post-body .comments-wrapper .hs-submit {
  margin-top: 20px;
}

.hs-blog-post .blog-post-body .comments-wrapper input[type="submit"] {
  background: #FF0046 !important;
  padding: 12px 18px !important;
  color: #fff !important;
  border-color: transparent !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 290486px !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
}

.hs-blog-post .blog-post-body .comments-wrapper input[type="submit"]:hover {
  -webkit-transform: translate(0px,-3px) !important;
  -ms-transform: translate(0px,-3px) !important;
  transform: translate(0px,-3px) !important;
}

.hs-blog-post .blog-post-body .comments-wrapper input[type="submit"]:focus {
  outline: 0;
}

.hs-blog-post .blog-post-body .comments-wrapper .hs_error_rollup {
  display: none;
}


.new-comments {
  display: none;
}


.hs-blog-post .blog-post-body .about-author-sec {
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 60px 30px 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15);
}

.hs-blog-post .blog-post-body .about-author-sec h3 a {
  color: #333;
}

.hs-blog-post .blog-post-body .about-author-sec .image {
  position: absolute;
  border-style: solid;
  border-width: 4px;
  border-color: #9e2a2f;
  border-radius: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fff;
  top: -50px;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hs-blog-post .blog-post-body #hubspot-topic_data a {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 10px 10px;
  border: 1px none #9e2a2f ;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9e2a2f ;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hs-blog-post .blog-post-body #hubspot-topic_data a:hover {
  background-color: #9e2a2f ;
  color: #fff;
}

.hs-blog-post .blog-post-body #hubspot-topic_data .topic-label {
  display: inline-block;
  margin-right: 10px;
}

.hs-blog-post .blog-post-body .hs-button.nav-back {
  cursor: pointer;
  line-height: inherit;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 13px 20px;
  border: 2px solid transparent;
  padding-left: 40px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/19570908/blog-back-arrow%201.svg);
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 700;
  text-transform: none;
  border: 0;
  box-shadow: none;
}

.hs-blog-post .blog-post-body .hs-button.nav-back:hover {
  background-position: 0% 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media(max-width:1139px) {

  .blog-post-body .flex .col {
    flex: 0 0 100%;
  }

  .blog-post-body .flex .col .content-half {
    max-width: 100%;
  }

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

} 

@media(max-width:767px) {

  .blog-post-body {
    padding: 50px 0;
  }

  .blog-post-body .page-wrapper {
    padding: 0 40px;
    transform: none;
    margin-top: 0;
  }

  .hs-blog-post .blog-post-body .post-body h2 {
    font-size: 24px;
  }

  .hs-blog-post .blog-post-body .post-body h3 {
    font-size: 20px;
  }

  .hs-blog-post .blog-post-body .post-body h4 {
    font-size: 16px;
  }

  .hs-blog-post .blog-post-body .blog-post-social-share.top {
    display: none;
  }

  .hs-blog-post .blog-post-body .post-body .blog-post-title h1 {
    font-size: 34px;
  }

  .hs-blog-post .blog-post-body .post-body blockquote {
    font-size: 20px;
  }

} 


/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

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

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 1rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  font-family: nudista-web,HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 40vw;
  //left: 50%;
  position: absolute;
  //top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 10rem;
  }
}

.error-page__heading {
  font-size: 78px;
  margin-bottom: 30px;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}