.body-container-wrapper
{
    max-width: 95%;
    padding-left: 5%;
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*compensation for fixed header*/
.body-container-wrapper {
padding-top:82px!important;
}
.body-container-wrapper.no-nav {
  padding-top: 0!important;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section {
  padding: 20px 20px !important;
}

.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;
  }
 
 /*align all CTA buttons center on mobile*/
  .widget-type-cta {
  align-self:center;
  }
}
@import url("https://p.typekit.net/p.css?s=1&k=ttt4iqx&ht=tk&f=18438.18439.18440.18445.22797.27907.27935.27943.27948.27950.27965.27974.27978.27982.28009.28010.28041.28043.28049&a=24095579&app=typekit&e=css");
html {
  font-size: 24px;
}

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

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

body {
  color: #494A52;
  font-family: "serenity", serenity, sans-serif;
  line-height: 1.3;
}

/* Paragraphs */

p {
  font-family: "serenity", serenity, sans-serif;
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 500;
}

/* 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: azo-sans-uber, sans-serif;
  font-style: normal;
  font-weight: 400;
/*   margin: 0 0 1.4rem; */
/*   word-break: break-word; */
  word-break: normal;
}

h1 {
  font-family: azo-sans-uber, sans-serif;
  font-size: 2.1rem;
}

h2 {
  font-family: azo-sans-uber, sans-serif;
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-family: azo-sans-uber, sans-serif;
  font-size: 1rem;
}

h6 {
  font-family: azo-sans-uber, sans-serif;
  font-size: 0.9rem;
}

.blog-post__body h2, .blog-post__body h3, .blog-post__body h4, .blog-post__body h5 {
  font-size: 1.2rem!important;
  font-family: azo-sans-web!important;
}
/* 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;
}

.freebo-hr-orange {
  border: 0 none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgba(243,162,29,1.0);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  height:100%;

}
.job-application {
  max-width:800px;
  margin:0 auto;
}
.job-application h1 {
margin-bottom:20px;
} 
.job-application h2, 
.job-application h3, 
.job-application h4,
.job-application h5,
.job-application h6,
{ 
  margin:0 0 10px 0;
  color: #7962ac;
}

.job-application p,
.job-application ul,{
    font-weight: 300;
}

.spacer-60 {
height: 60px;
}
.spacer-40 {
height: 40px;
}
/* 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;
}
/*custom list for landing, number bullets */

.custom-list-reasons ol {
  counter-reset: item;
  list-style-type: none;
  max-width: 800px;
  margin: 0 auto;
}
.custom-list-reasons li {
  position:relative;
  padding-inline-start: 20px;
  margin-bottom:20px;
  font-weight:300;
 
}

.custom-list-reasons li:before {
    background: #ff5200;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: -36px;
    position: absolute;
    top: -4px;
    width: 40px;
    z-index: -1;
    content: counter(item) "  ";
    counter-increment: item;
    color: white;
    text-align: center;
    line-height: 38px;
    font-style: italic;
}
button,
.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;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}


.cta1 {
  letter-spacing:0.1vw ;
  font-family: azo-sans-web;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500!important;
  line-height: 45px;
  max-width: 360px;
  position: relative;
  text-decoration: none;
  width: 100%;
  border-radius:5px;
  padding-left:10px;
  padding-right:10px;
  
 
}


.cta1:hover {
  text-decoration: none;
}

/*btn_background*/
.cta1 {
  opacity:0.9;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #552aa7!important;
 
 
}
button.cta1 {
 background-color: #552aa7!important;
}

/*reset for button styles on hover */ 
button.cta1:hover, .cta1:hover {
  background: #552aa7!important;
}
button.cta1 {
    background-color: rgb(85,42,167);
    border: none;
}

.button.cta1 {
padding: unset;
}

.cta1:after {
  background: #FFF;
}
/*btn_text*/
.cta1 span {
  font-weight:500!important;
  font-size: 20px!important;
  font-family: azo-sans-web!important;
  transition: all 0.2s ease-out;
  z-index: 2;
  /*letter-spacing:0.01em;*/
}

/*reset for CTA buttons with cta1 class*/
.cta1 + .cta_button,
.cta1 ~ .cta_button {
  all: unset;
}

@media only screen and (max-width: 850px) {
   .cta1 span {
    font-size:22px;
  }
}

@media only screen and (min-width: 1600px) {
   .cta1 span, .cta1 p {
    font-size:24px;
     font-family: azo-sans-web;
  }
}

/* Button with highlight effect*/
.cta1:hover span{
  color: #FFFFFF 50%;
}

/*highlight*/
.cta1:after {
  background: #FFFFFF!important;
  content: "";
  height: 180px;
  left: -83px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.cta1:hover:after {
  background: #FFFFFF;
 
  opacity: 0.5;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
/* Form */
@import url("https://p.typekit.net/p.css?s=1&k=ttt4iqx&ht=tk&f=18438.18439.18440.18445.22797.27907.27935.27943.27948.27950.27965.27974.27978.27982.28009.28010.28041.28043.28049&a=24095579&app=typekit&e=css");
form {
  max-width: 800px;
  margin: 0 auto;
  font-family: "serenity",sans-serif;
}

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

/* Labels */

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

/* Help text - legends */

form legend {
  color: #FFF;
  font-size: 0.875rem;
  font-weight:300;
 
}

/* 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: 5px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.4rem;
  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: white;
}

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

form input::file-selector-button {
    font-weight: 300;
    border-radius: 4px;
    border: 1px solid;
    background: rgba(255,255,255,0.3);
    width: 100px;
}

form input::file-selector-button:hover {
  background: rgba(255,255,255,0.6);
  cursor: pointer;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* tighter version of form */

.tight_form input {
    font-size: 1rem;
    font-weight: 300;
    padding: 0.1rem;
  border: none;}

.tight_form form label, .tight_form form legend {
    color: #FFF;
    font-size: .875rem;
    font-weight: 300;
    margin-top:8px;
}

.tight_form .hs-form-field {
    margin-bottom: 0;
    margin-top: 0.1rem;
    color: #FFF;
}
.tight_form form {
    padding: 1rem;
    border-radius: 5px;
    background: linear-gradient(45deg,#ff5200 20%,#ffa100 85%,#fff);
}

.tight_form .hs_submit.hs-submit {
    margin-top: 1rem;
    text-align: center;
  }
.tight_form .legal-consent-container {
    margin-top: 15px;
    font-weight: 300;
}
/* 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;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* Header container */
.hs-hero {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  width: inherit;
}

/* Overrides theme font in header 
.nav p {
font-family: azo-sans-uber, sans-serif !important;
font-style: normal;
font-weight: 50 !important;
 font-size: 18px !important;
}
*/

.nav {
  
      display: flex;
    justify-content: space-between;
    align-items: center;
  
  min-height: 8vh;

    background-color: #ffff;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 4vw;
    margin-right: 4vw;
   /* position: fixed;*/
    width: 100%;
    z-index: 999999;
  /*
  display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    background-color: #ffff;
    max-width: 1600px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  background-color: #ffff;
  max-width: 1600px;
  margin: auto;*/
}

.nav-links a {
    font-style: normal;
    font-size: 14px;
    color: #ff5200 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: azo sans web, azo-sans-web,sans-serif;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  width: 80%;
}

.burger {
  display: none;
}
.burger div {
  width: 25px;
  height: 3px;
  background-color: #ff5200;
  margin: 5px;
  transition: all 0.3s ease;
}

@media screen and (max-width:1090px) {
    html, body {
    overflow-x: hidden !important;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 92vh;
    top: 8vh !important;
    background-color: #ffffff;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .hs-menu-wrapper ul {
   padding-bottom: 0% !important;
    place-content: center;
    display: inline-block;
  }
    .nav-links a {
   font-size: 30px;
  }
  .nav-links li {
    opacity: 0;
  }
  .burger {
    display: block;
    cursor: pointer;
    /*new css */
    transform: translateX(-4vw);
  }
}
.nav-active {
  transform: translateX(0%);
  z-index: 2;
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
  }
.toggle .line1{
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2{
  opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px, -6px);
}


/*new header 2021 */ 

 :root {
    --sub-col: #FFF;
    --link-col: #ff5200;
    --hover-col: #796db0;
    --background-col: #ffa100;
  }

  .header {
    z-index: 999;
    position: fixed;
    width: 100%;
  }

  .nav {
    display: block;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 4vw;
    margin-right: 4vw;
    width: 100%;
    z-index: 999999;
  }

  .nav a {
    font-family: azo-sans-web, sans-serif;
  }

  .background-active {
    background: var(--background-col);
    transition: 300ms;
  }

  .background-active a {
    color: white !important;
  }

  .background-inactive {
    background: white;
    transition: 300ms;
  }

  .nav a {
    text-decoration: none;
  }

  .nav a:hover {
    text-decoration: underline;
  }

  .nav-links>ul>li {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
  }

  .nav-links {
    width: 100%;
    padding: 20px 20px 20px 30px;
    justify-content: flex-start;
  }

  .nav-links>ul {
    display: -webkit-box;
  }

  .nav-links>div {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin-left: 100px;
    align-items: center;
    align-content: center;
  }

  .button-header-wrapper {
    align-items: flex-start!important;
    justify-content: flex-end!important;
    max-height: 73px;
    width: 20%!important;
    padding: 0!important;
    margin: 0 5% 0 0!important;
    
}

.button-header {
    box-shadow: none;
    font-size: 16px!important;
    text-transform: none!important;
}

  .nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-content: center;
  }

  .nav-links>ul>li>ul>li {
    padding: 5px 0 0 0;
    list-style: none;
    display: flex;
  }

  .nav-links a {
    font-style: normal;
    font-size: 14px;
    color: var(--link-col);
    text-transform: uppercase;
    font-weight: 600;
    font-family: azo sans web, azo-sans-web, sans-serif;
  }

  .header__logo {
    width: 100px;
    position: absolute;
    top: 20px;
  }

  .foldout>li {
    list-style: none;
    display: block;
  }

  .foldout-container {
    background: var(--background-col);
    width: 100%;
    padding: 30px 15% 0 240px;
    position: absolute;
    display: flex;
    height: 400px;
    justify-content: space-between;
    box-shadow: #0000000d 0px -3px 3px;
    text-align: left;
  }

  .foldout-container .hs-menu-item a {
    color: var(--sub-col);
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
  }

  .foldout-container .hs-menu-item a:hover {
    color: var(--hover-col);
  }

  .foldout-blogpost {
    width: 250px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(45deg, #ff5200 20%, #ffa100 85%, white 100%);
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .foldout-blogpost h5 {
    margin: 0;
    font-family: azo-sans-uber, sans-serif;
    color: var(--sub-col);
  }

  .foldout-blogpost a {
    color: var(--sub-col);
    font-size: 0.8rem; 
  }

  .foldout-blogpost a:hover {
    color: var(--hover-col);
    text-decoration: none;
  }

  .foldout-container li {
    list-style: none;
  }

  .foldout-container ul {
    padding: 0;
  }

  .foldout-image {
    width: 200px;
    margin: 20px 0 20px 0;
    max-height: 150px;
  }

  .chevron {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: 400ms;
  }

  .rotation {
    transform: rotate(90deg);
  }

  /*burger styling*/
  .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
  }

  /* responsive menu */
  @media only screen and (max-width : 1090px) {
    .nav-links {
      width: 100%;
      padding: 20px 20px 20px 30px;
      background: orange;
      display: flex;
      justify-content: flex-start;
    }

    .nav ul {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
      flex-direction: column;
    }

    .nav-links a {
      font-style: normal;
      font-size: 24px;
      color: var(--link-col);
      text-transform: uppercase;
      font-weight: 600;
      font-family: azo sans web, azo-sans-web, sans-serif;
    }

    .nav-links>div {
      display: flex;
      justify-content: center!important;
      /* justify-content: flex-start; */
      width: 100%;
      margin-left: 0px;
      align-items: unset;
      /* align-content: center; */
    }
    
     .button-header-wrapper {
    align-items: flex-center!important;
    justify-content: flex-center!important;
    max-height: 73px;
    width: 100%!important;
    padding: 0!important;
    margin: 20px 0 0 0!important;
    }

   

    header .hs-menu-item .hs-menu-depth-2 a {
      font-size: 20px;
      text-transform: initial;
      font-weight: 500;
    }

    header ul.hs-menu-children-wrapper {
      margin-top: 10px;
    }
  }

  @media only screen and (max-width : 1090px) {
    header .hs-menu-depth-1.hs-menu-item {
      padding: 0;
    }
  }
.footer {
  background-image: url('https://6395200.fs1.hubspotusercontent-na1.net/hubfs/6395200/Swedish%20website/back-orange.png');
  background-repeat: round;
  text-align: center;
  color:#FFFFFF;
  font-family: serenity, sans-serif;
  overflow-x: hidden !important;
    position: relative;
    width: 100%;
    text-align: center;
    margin:auto;
  max-height: 445px;
}
/* Fix for footer background filling entire screen 
@media screen and (min-width: 1090px)*/
  {
.footer { position: absolute;
    bottom: -140px;
    width: 100vw;
  background-repeat:no-repeat;
 
}
}
@media screen and (min-width: 768px) and (max-width:1089px)
 { 
.footer {
    width: 100vw;
  
}
}

/* end fix */

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  font-family:serenity, sans-serif;
}

.footer__contactphone {
font-size:0.9rem;
font-family: serenity, sans-serif;
color:#FFFFFF;
  

}
.footer__phoneicon {
display:block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top:20px;
  padding-bottom:10px;
  
}
@media screen and (max-width: 1090px)
ul {
    padding-bottom: 0;
    justify-content: center;
  
  
}
/* Place custom CSS here */

.fr-button-outer {
  padding: 20px;
  text-align: center;
}
.fr-button-inner {
  padding: 2%;margin-right: 10%;margin-left: 10%;border-radius: 6px;background-color: #796DB0;
}

.fr-button-inner :hover {
  background-color: #494A52;
  color: #FFF;
}

a {
color: #796db0;
text-decoration:none;
}
.wa-highlight-wide {
    display: block;
    margin-top: -250px;
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 20px;
}
#w-node-_78c86805-668b-427a-3f43-acdf302c4f1c-7082d302, #w-node-c721a71f-fde4-c1ed-bf45-e0173fb068bf-7fd8794e, #w-node-fc7ac5ae-6bcd-044d-00bd-54ca13b30c9b-d382d2f3 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}
.wa-highlight-text, .wa-highlight-small-text {
    pointer-events: none;
}
.wa-highlight-text {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-right: 25%;
    padding-left: 10%;
    padding-top: 5%;
    color: #fff;
}
.wa-highlight-image-wrap {
    position: relative;
    overflow: hidden;
}
.wa-higlight-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(31,66,102,.5);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.7)),color-stop(50%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.2)),to(transparent));
    background-image: linear-gradient(
90deg
,rgba(0,0,0,.7),rgba(0,0,0,.5) 50%,rgba(0,0,0,.2) 100%,transparent);
}
.wa-highlight-img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
.collection-list-wrapper-5 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
@media screen and (max-width: 991px)
.collection-list-3 {
    grid-column-gap: 0;
}
.collection-list-3 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
.collection-list-3 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }}
.collection-list-wrapper-5 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.collection-item-6 {
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 112px 1fr;
    grid-template-columns: 112px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
.collection-item-6 {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }}
.link-block-7 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
@media screen and (max-width: 991px){
.link-block-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }}
@media screen and (max-width: 767px){
.link-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 0;
    -ms-grid-columns: 96px 1fr;
    grid-template-columns: 96px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
@media screen and (max-width: 767px){
  .w-inline-block {
    max-width: 100%;
    display: inline-grid;
}
}
#w-node-_78c86805-668b-427a-3f43-acdf302c4f2b-7082d302, #w-node-da38c3ee-41cc-97ed-2270-f289cdd8ed19-7fd8794e, #w-node-df4f70db-9cdd-d022-3f00-9d003649c48f-8af642d7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}
@media screen and (max-width: 767px){
#w-node-_78c86805-668b-427a-3f43-acdf302c4f2d-7082d302, #w-node-_86dd6af7-8915-9302-f3cb-655c7935a2ec-7fd8794e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }}
@media screen and (max-width: 767px){
.link-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 0;
    -ms-grid-columns: 96px 1fr;
    grid-template-columns: 96px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }}
@media screen and (max-width: 767px){
#w-node-_0eba67bb-6ade-771d-e982-826048f9d5a3-04eb49d4, #w-node-_0eba67bb-6ade-771d-e982-826048f9d5a3-a12d271d, #w-node-_78c86805-668b-427a-3f43-acdf302c4f2b-7082d302, #w-node-da38c3ee-41cc-97ed-2270-f289cdd8ed19-7fd8794e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }}
@media screen and (max-width: 991px){
.div-block-32 {
    height: 112px;
  }}
.div-block-32 {
    overflow: hidden;
    height: 285px;
    border-radius: 0px;
}
@media screen and (max-width: 767px){
.div-block-32 {
    width: 96px;
    height: 72px;
  }}
.image-5 {
    height: 100%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.flex-grid {
  display: flex;
}
.col {
  flex: 1;
  background-color: #f8fafc;
  padding: 10%;
  margin-right:1%;
  margin-left:1%;
}


  .wa-highlight-title-small{
    font-size: 1rem !important;
    margin: 0px;
    font-family:azo-sans-web;
    font-weight:600;
    margin-top:10px;
    max-width: fit-content;
  }

@media (max-width: 767px) {
  .wa-highlight-img {
  height: 400px;
  }
  .wa-highlight-title-small{
    max-width:none!important;
  }
}
 


.wa-toplist-newsletter {
    overflow: hidden;
    padding: 88px 20px 64px;
    grid-column-gap: 48px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
@media screen and (max-width: 767px){
.wa-toplist-newsletter {
    padding: 48px 0 0;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }}
@media screen and (max-width: 991px){
.wa-toplist-newsletter {
    padding-top: 64px;
    padding-bottom: 32px;
  }}
#w-node-_78c86805-668b-427a-3f43-acdf302c4f34-7082d302, #w-node-_7ecddbec-965a-52ee-49f1-b7f3f2627f0d-7fd8794e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
.wa-toplist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.collection-item-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wa-toplist-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 85px;
    margin-top: 16px;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7a7a;
}
.wa-toplist-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: 24px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-color: #796db0;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
}
.wa-toplist-label {
    display: inline-block;
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
@media screen and (max-width: 767px){
.wa-toplist-label {
    display: inline-block;
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-right:30%;
} 
}
@media screen and (max-width: 767px){
  .title-3 {
  text-align: left;
  margin-right: 36%;
  }  
}



/* End custom CSS here */
/* Do not edit CSS below if not necessary*/


/* Blog hero image */
.post-hero-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 1200px;
    height: 520px;
    max-height:40vw; /* added for smaller screens */
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://assets-global.website-files.com/5da090d…/5da090d…_placeholder.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Blog header */

.blog-header {
  text-align: center;
}

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

.blog-header__title {
  font-size: 2rem;
  color: #796db0;
}

.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://6326501.fs1.hubspotusercontent-na1.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 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: 1.3rem 0; */
  font-family:'serenity';
  font-weight:300;
  text-align:left;
}

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

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

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

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

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

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

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

.blog-post__date {
    font-size: .8rem;
    font-style: italic;
    font-weight: 300;
}
/* Blog related posts */

.blog-recent-posts {
 /*  margin-top: 3rem;
  padding: 2rem 0;*/
  background-color: #7962ac;
margin-bottom: 40px;
padding-top: 20px;
padding-bottom: 20px;
}

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

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

@media screen and (max-width: 768px){
.blog-recent-posts__list {
  flex-direction: column;
  }
}

@media screen and (min-width: 768px){
.blog-recent-posts__list {
  flex-wrap: wrap;;
  }
}
@media screen and (min-width: 1000px){
.blog-recent-posts__list {
  flex-wrap: nowrap;;
  }
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  padding: 1rem;
  background-color: white;
    margin: 10px;
}

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

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(95%/3);
    flex: 0 0 calc(95%/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-recent-posts__title {
  font-family: azo-sans-web;
  font-size:1rem;
  font-weight:600;
 
}

/* 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: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  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;
}