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























/**/











 









/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
 
.body-container-wrapper {
  padding: 99px 0;
}
.content-wrapper {
  margin: 0 auto; 
  width: 80%;
}
.dnd-section {
  padding: 0px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 80%;
}
 /*
.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px; 
}*/

/*body every div margin in the bottom*/
.body-container .dnd-module { 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
}
@media (max-width: 1024px) and (max-width: 981px){ 
  .body-container-wrapper {
    padding: 93px 0;
  } 
}
@media (min-width: 981px) {
  .hs-blog-post .body-container-wrapper {
    padding: 100px 0 4% 0;
  }
}
@media (min-width: 1350px) {
  .hs-blog-post .body-container-wrapper {
    padding: 100px 0 54px 0;
  }
}
@media (max-width: 980px) {
  .hs-blog-post .body-container-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {

  .body-container-wrapper {
    padding: 50px 0;
    padding: 48px 0;
  }  
}
@media only screen and (max-width: 960px) and (min-width: 768px){ }

@media only screen and (max-width: 767px) and (min-width: 480px){ }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "ETmodules";
  font-style: normal;
  font-weight: normal; 
  src:
  url() format("embedded-opentype"),
  url(//6415174.fs1.hubspotusercontent-na1.net/hubfs/6415174/raw_assets/public/Inyett_May2020/fonts/ETmodules/modules.woff) format("woff"), 
  url(//6415174.fs1.hubspotusercontent-na1.net/hubfs/6415174/raw_assets/public/Inyett_May2020/fonts/ETmodules/modules.svg) format("svg"), 
  url(//6415174.fs1.hubspotusercontent-na1.net/hubfs/6415174/raw_assets/public/Inyett_May2020/fonts/ETmodules/modules.ttf) format("truetype") ;
}
 /* =============== fonts =============== */
 
 /* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 24px;
} 
body {   
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 16px; 
  line-height: 1.5; 
} 
#site-wrapper {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: right .2s cubic-bezier(0.77,0,0.175,1);
  -moz-transition: right .2s cubic-bezier(0.77,0,0.175,1);
  transition: right .2s cubic-bezier(0.77,0,0.175,1);
} 
.mobile-open div#site-wrapper {
  right: 260px; 
}
/* Highlighted Text */
::-moz-selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

/* Basic text */
p {
  font-family: Lato, serif;
  margin-top: 0;
  margin-bottom: 1rem;
} 

/* TODO */
img{
	vertical-align:middle;
}
small {}

strong {
  font-weight: 700;
}
em {}
cite {}
code {
  vertical-align: bottom;
}
pre {}
 
/* TODO */
mark {}

sup,sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
  color: #494a52;
  font-family: Merriweather, serif;
  font-weight: 700; 
  letter-spacing: -.02em;
  line-height: 1em;
  margin: 0px;
  padding-bottom: 10px;
  word-break: break-word;
} 
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 { }
h1 {
  font-size: 2.1rem; 
}

h2 {
  font-size: 1.6rem; 
}

h3 {
  font-size: 1.25rem; 
} 
h4, .h4, h5, .h5, h6, .h6 { }
h4 { 
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem; 
}

h6 {
  font-size: .9rem; 
}

/* Anchor Links */
a {
  color: #73587f;
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

ul,ol {
  margin: 0;
  padding: 0 0 23px 1em;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,ol ul,ul ol,ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Block Quotes */ 
blockquote {
  border-left: 5px solid #73587f; 
  margin: 20px 0 30px; 
  padding-left: 20px;
}
blockquote p {}
blockquote small {}

blockquote, q {
  quotes: none;
} 

/* Horizontal Rules */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}
 
:focus {
  outline: auto;
  outline-color: #3399ff;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  } 

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;  
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.form-title{   
  font-size: 50px;
  padding: 15px;
}  
form { 
  border-width: 1px;
  border-style: solid;
  color: #fff;
  font-family: Lato, sans-serif; 
  max-width: 100%;
  padding: 15px;
} 
 
.hs-richtext {
  color: #494a52;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
} 
.grecaptcha-badge {
  margin: 0 auto;
} 
.email-correction, 
.email-validation {
  font-size: 12px;
  padding-top: 3px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list {
  list-style: none;
}  
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
} 
 


/* ==========================================================================
6. FORMS                                        
========================================================================== */
body .hs-search-field__suggestions,
.blog .blog-sidebar .hs-search-field__suggestions,
body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

/* =============== Global Form Styles =============== */

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

.field { } 
.hs-form-field {}

/* Descriptions */  
.hs-field-desc {
  color: #7c98b6;
  font-size: 14px;
  margin: 0px 0px 6px;
} 
/* Labels and Legends */ 
label {  } 
 
.hs-form-field > label { }

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  font-family: "Roboto","arial","helvetica","sans-serif";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;   
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
  width: auto; 
}

.hs-form-required {
  color:#f2545b;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; 
  color: #33475b;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  letter-spacing: normal;
  line-height: 22px;
  margin:0 0 18px 0 !important;
  min-height: 27px;
  outline:0 none;
  padding:0 15px;
  position:relative;
  transition: border 0.2s linear;
  width: 100% !important; 
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 5px 3px 0px;
  padding: 0;
  width: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
} 
textarea.hs-input {
  height: auto;
} 
select[multiple].hs-input {
  height: inherit;
} 
input.hs-search-field__input {
    margin: 0 !important;
}  
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid { } 
input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {  }

/* Error */
.hs-error-msgs label{ 
  color: #f2545b !important ; 
  display: block;
  float: none;  
  text-align: left;
  white-space: normal;
  width: auto;
}  

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #b9554d; 
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
} 
.submitted-message {
  border: none!important;
  padding: 0px;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Webkit Browsers */
:-moz-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 18- */
::-moz-placeholder { 
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 19+ */
:-ms-input-placeholder { 
	color: #bfbfbf;
	opacity: 1;
} 

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
} 
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { 
	max-width: none; 
}
form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0; 
}
form.hs-form fieldset[class*="form-columns"] .hs-input { 
	width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%; 
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { 
		padding: 0;
	}
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { 
		width: 100%;
	}
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
		width: auto; 
	}
}

@media (max-width: 400px),(min-device-width: 320px) and (max-device-width: 480px) {

  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form label {}
#comment-form .hs-form-field > label {}
 
/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { 
	margin-right: 10px;
	width: auto;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-recaptcha { 
  max-width:250px;
  overflow-x:auto;
} 
.actions {
  margin-top: 18px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
} 
 
.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {  
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #494A52; 
	border: 1px solid #494A52;
	border-radius: 0px;
	color: #fff; 
	cursor: pointer;
	display:inline-block;
  font-family: "Roboto","arial","helvetica","sans-serif";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
	margin:0; 
	outline:0 none;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.15s linear;
	vertical-align:middle;
	white-space:normal;
} 
 
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
 background-color: #21222a;
  border-color: #21222a; 
  color: #fff;  

}

.hs-button:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus { 
	background-color: #21222a;
	border-color: #21222a; 
	color: #fff;   
}   
.hs-button:active,
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {  
  background-color: #71727a;
  border-color: #71727a;  
}   

  
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

 
@media(max-width:767px){
  .form-title{   
    font-size: 30px; 
  }   
}



.legal-consent-container .hs-dependent-field p  {
	font-size: 12px!important;
}
.create-account-form .hs-field-desc {
	font-size: 12px;
  line-height:14px;
	color: #9FA2A7;
  font-family: 'Roboto';
}
.create-account-form .hs-dependent-field p, .create-account-form label {
  font-weight: 400;
	font-size: 16px;
}
.create-account-form .hs-dependent-field input {
	margin-top: 6px;
}

.create-account-form .hbspt-form input[type="number"], .create-account-form .hbspt-form input[type="tel"], .create-account-form .hbspt-form input[type="text"], .create-account-form .hbspt-form input[type="email"], .create-account-form .hbspt-form textarea  { 
	width: 100%!important; 
	padding: 8px; 
	border: 0px solid #ccc;
	margin-bottom: 20px;
	background: #f4f6f8;
	border-radius: 5px; 
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box; 
	      box-sizing: border-box;
} 
.create-account-form .hbspt-form input[type="text"]:focus{ 
	background: #fff; 
} 
.create-account-form .hs-error-msg {
	font-size: 12px;
}

.create-account-form .hbspt-form .form-columns-2 {
	margin-bottom: 10px;
}


.create-account-form .hbspt-form input::placeholder {
  color: #B3B6B9;
  font-size: 14px;
}

.create-account-form .hbspt-form input[type=button], .create-account-form .hbspt-form input[type=submit], .create-account-form .hbspt-form input[type=reset] {
  background-color: #027263;
  border: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer!important;
	transition: all .1s ease-in-out;
	display: inline-block;
	padding: 12px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 6px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


.custom-menu-primary .hs-menu-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 

/*============================================= 
Menu resert
============================================= */ 


.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a{
  background-image: none;
  background-color: transparent;
  border: 0px;
  bottom: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  color:#fff;
  display: block;
  float: none;
  font-weight: normal;
  height: auto;
  left: auto;
  line-height: 1;  
  margin: 0px;
  max-width: none;
  padding: 0px;
  position: relative;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  top: auto;
  width: 100%;
} 

/* ===== Mobile Toggle Button ===== */

.mobile-trigger{
  background: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  margin: 24px 0 24px 30px;
  padding: 4px;
  top: 0px;
  text-align: left;
  width: auto;
}
.mobile-trigger:hover{ 
  text-decoration: none;  
}

/* Change button when menu is open */
.mobile-open .mobile-trigger{ 
  text-decoration: none;  
}

/* Toggle Button Icon */
.mobile-trigger i{
  display: inline;
  position: relative;
  top: -4px;
}
.mobile-trigger i:before, .mobile-trigger i:after{
  content: '';
  position: absolute;
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{ 
  background-color: #73587f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  height: 2px;
  width: 24px; 
}
.mobile-trigger i:before{ top: -6px; } /* Position top line */
.mobile-trigger i:after{ top: 6px; } /* Position bottom line */ 
.mobile-open .mobile-trigger i{
  background-color:transparent; /* Icon color */
}

.mobile-open .mobile-trigger i:before{
  background: #9984a1;
  -webkit-transform: translateY(0.375rem) rotate(45deg);
  transform: translateY(0.375rem) rotate(45deg);
  top: -5px;
}
.mobile-open .mobile-trigger i:after{
  background: #9984a1;
  -webkit-transform: translateY(-0.375rem) rotate(-45deg);
  transform: translateY(-0.375rem) rotate(-45deg);
  top: 5px;
}
/* ===== Mobile Child Toggle Buttons ===== */

.child-trigger{  
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: block !important;
  font-family: ETmodules;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 21px;
  font-weight: 400;
  height: 61px !important;
  line-height: 61px;
  min-width: 55px !important;
  opacity: .6;
  padding: 0 !important;
  position: absolute;
  right: 0px;
  speak: none;
  text-align: center;
  text-transform: none;
  top: 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 61px !important;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger::before{
  content: "3";
  display: block;  
}  
.child-trigger.child-open {
  transform: rotate(180deg);
}
/* ===== Mobile Menu Styles ===== */  

.custom-menu-primary.js-enabled{
  background-color: #73587f;
  height: 100vh;
  left: auto;
  margin: 0 !important;
  max-width: 75%;
  min-height: 0 !important;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right .2s cubic-bezier(0.77,0,0.175,1);
  -moz-transition: right .2s cubic-bezier(0.77,0,0.175,1);
  transition: right .2s cubic-bezier(0.77,0,0.175,1);
  width: 260px !important;
  z-index: 99;
}
.mobile-open .custom-menu-primary.js-enabled{ 
  right: 0;
}

/* Make child lists appear below parent items */
.custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper{
  display: none;
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
}

/* Mobile Menu Styles */ 
.custom-menu-primary.js-enabled .hs-menu-wrapper{
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper{
  background-color: transparent;
  width: 100%;  
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 30px;
  padding: 17px 30px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
} 
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  background: #684e72;
  opacity: .8;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-item{
  color: #a286ae;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{
  border-top:2px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul > li > a * {
  display: inline-block;
  width: auto;
}
/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li{}
.custom-menu-primary .hs-menu-wrapper >  ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; 
  padding: 8px 41px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background: #684e72;
  color: #fff;
  opacity: .8;
}
/* Level 3 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

/* Level 4 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{} 

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 980px) { }

@media (max-width: 767px) { 
  .mobile-trigger { 
    margin: 23px 0 24px 30px; 
  }
}
@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) { 

}
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

/*
table {
  margin-bottom: 1rem;
  border: 0px solid #dee2e6;
  display: table;
border-collapse: separate;
-webkit-border-horizontal-spacing: 0px!important;
-webkit-border-vertical-spacing: 0px!important;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 0px solid rgba(0,0,0, .2)!important;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table {
  margin-bottom: 1rem;
  border: 0px solid #dee2e6;
  display: table;
border-collapse: separate;
-webkit-border-horizontal-spacing: 0px!important;
-webkit-border-vertical-spacing: 0px!important;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 0px solid rgba(0,0,0, .2)!important;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.mobile-friendly {
  display: none;
}
}

*/

th, td {
  vertical-align:top;
}


.blog-section table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%!important;
  table-layout: fixed;
}

.blog-section table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.blog-section table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.blog-section table th,
.blog-section table td {
  padding: .625em;
  text-align: left;
}

.blog-section table th {
  font-size: .85em;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}











.fraud-table td {
  font-size: 12px;
}

.fraud-table-org-nr {
  width: 14%;
  background: #f4f6f8;
}
.fraud-table-company-name {
  width: 28%;
  background: #f4f6f8;
}
.fraud-table-name {
  width: 40%;
  background: #f4f6f8;
}
.fraud-table-info {
  width: 18%;
  background: #f4f6f8;
}


.webinar-entry {
  width: 100%;
    overflow: hidden; /* add this to contain floated children */
}

.webinar-entry-ipad {
  width: 50%;
    float:left; /* add this */
  display: inline-block;
}
.webinar-entry-form {
  width: 50%;
    float:left; /* add this */
  display: inline-block;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.webinar-entry-ipad {
  width: 100%;
    float:none; /* add this */
  display: inline-block;
}
.webinar-entry-form {
  width: 100%;
    float:none; /* add this */
  display: inline-block;
}
}

/* Missing Template at Path: \'Inyett_May2020\/css\/_homepage.css\' */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-container-wrapper {}
.header-container {}   

.custom-header-wrapper {
  min-height: 82px; 
}
.custom-header{
  background-color:transparent; 
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  left:auto;
  padding: 0;
  position: relative;
  right: 0;
  top:0;  
  -webkit-transition: left 0.3s cubic-bezier(0.77,0,0.175,1),background 0.3s ease-in-out,opacity 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.3s ease-in-out,right .2s cubic-bezier(0.77,0,0.175,1);
  -moz-transition: left 0.3s cubic-bezier(0.77,0,0.175,1),background 0.3s cubic-bezier(0.77,0,0.175,1),opacity 0.2s cubic-bezier(0.77,0,0.175,1),transform 0.3s ease-in-out,right .2s cubic-bezier(0.77,0,0.175,1);
  transition: left 0.3s cubic-bezier(0.77,0,0.175,1),background 0.3s cubic-bezier(0.77,0,0.175,1),opacity 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.3s ease-in-out,right .2s cubic-bezier(0.77,0,0.175,1);
  width: 100% !important;
  z-index: 999;
}
.header {
  background-color: #F8FAFC; 
}
.sticky .custom-header{ 
  box-shadow: 0 0 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
} 

.mobile-open .custom-header {
  right: 260px;
} 
.header__container {
  margin: 0 auto;
  width: 80%;
} 
.hs-header-link {
  display: none;
}
.hs-header-link .hs-menu-wrapper{}
.hs-header-link .hs-menu-wrapper > ul{
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hs-header-link .hs-menu-wrapper > ul > li{
  display: inline-block;
  line-height: 1em;
  position: relative;
}
.hs-header-link .hs-menu-wrapper > ul > li:hover > a {}
.hs-header-link .hs-menu-wrapper > ul > li > a{
  border-bottom: none;
  color: #73587f;
  display: block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 34px 20px;
  transition: .1s all ease-in-out;
}
.hs-header-link .hs-menu-wrapper > ul > li.hs-item-has-children > a{
  background: url('https://www.inyett.se/wp-content/uploads/language-arrow.png') no-repeat;
  background-size: 7px;
  background-position: 40px 38px;
}
.hs-header-link .hs-menu-wrapper > ul > li > a:hover{
  background-color: #eeebf0;
  opacity: .8;
}
.hs-header-link .hs-menu-wrapper > ul > li.active > a{}
.hs-header-link .hs-menu-wrapper > ul > li:first-of-type > a{}
.hs-header-link .hs-menu-wrapper > ul > li:last-of-type > a {
  background: #73587f;
  color: #fff;
  transition: .2s all ease-in-out;
} 
.hs-header-link .hs-menu-wrapper > ul > li > ul{ 
  background: #f4f6f9; 
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  left: 0;
  list-style-type: none; 
  min-width: 100px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: auto;
  transition: all 250ms ease-in-out;
  visibility: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
}
.hs-header-link .hs-menu-wrapper > ul li:hover > ul{  
  opacity: 1;
  visibility: visible;
}
.hs-header-link .hs-menu-wrapper > ul > li > ul >li{}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li:hover > a {}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li > a{ 
  color: #545a64;
  display: block;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 11px 20px 11px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  white-space: normal;
  width: auto;
}
.hs-header-link .hs-menu-wrapper > ul > li > ul > li > a:hover{
  opacity: .8;
}  

.custom-logo  {
  float: left;
}
.custom-logo a{
  display:inline-block;
  text-decoration:none;
  vertical-align:middle;
} 
.custom-logo img {
  display: inline-block;
  float: none; 
  margin: 17.5px 0 0 4px; 
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  vertical-align: middle;
  width: 60.82px;
}
.hs-header-right {
  float: right;
} 
.hs-header-right > div {
  float: left;
}
/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1921px){}
@media (max-width: 1920px){}

@media (min-width: 1681px){}
@media (max-width: 1680px){}


@media (min-width: 1441px){}
@media (max-width: 1440px){}

@media (min-width: 1367px){}
@media (max-width: 1366px){}


@media (min-width: 1200px){}
@media (max-width: 1199px){}

@media (min-width: 981px){

  .custom-header { 
    position: fixed; 
  }
  .header__container {   
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }    
  .custom-logo img{
    margin: 12px 4px;
    max-height: 70%;
    max-width: 78.6px;
    width: 100%; 
  }
}

@media (min-width: 1025px){
  .hs-header-link {
    display: block;
  }
  .custom-logo img{ 
    max-width: 80px;
  }
}
@media (max-width: 1024px){}  

@media (max-width: 1024px){
  .custom-header-wrapper {
    min-height: 80px;
  }
} 
@media (max-width: 980px){
  .mobile-open .custom-header {
    right: 0;
  } 
  .custom-logo img { 
    margin: 17.5px 0 19px 4px; 
  }
} 
@media(max-width:767px){ }

@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
}  
@media (max-width:350px) {


  .mobile-open div#site-wrapper {
    right: 240px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-wrapper {}
.custom-footer {}

.footer {
  background-color: #217363;
}
.footer__container { 
  margin: 0 auto;
}  
.hs-footer-top {
  background-color: #217363;
  padding: 50px 15% 50px 15%;
} 
.flex-fluid {
  display: flex;
  flex-wrap: wrap;
} 

.flex-fluid > .column {
  margin-right: 5%; 
  width: 20%;
} 

/*
.flex-fluid > .column {
  margin-right: 5.5%; 
  width: 15.6%;
} 
*/
.flex-fluid>.column.two {
  padding-bottom: 30px;
} 
.flex-fluid > .column.last-child {
  margin: 0;
} 

.quick-links a {
  color:#fff;
  font-size: 18px!important;
  font-weight: 500!important;
}
.hs-footer-top h4 {
  font-family: "Roboto";
  font-style: normal;
  line-height: 1em;
  margin: 0;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: none;
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:1px!important;
} 
.hs-footer-top p {
  color: #ebebed;
  margin: 0;
  padding-bottom: 1em;
} 
.hs-footer-top p a {
  color: #ebebed;
  display: inline-block;
  line-height: 1.8;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}   
.hs-footer-top p:last-of-type {
  padding-bottom: 0;
} 
.hs-footer-top p a:hover {
  color: #fff;
}
.hs-footer-bottom {
  background-color: #684e72;
  padding: 30px 15%;
}
.hs-inner-footer {
  display: flex;
  flex-wrap: wrap;
} 
.hs-inner-footer .span-width-20 , 
.hs-inner-footer .span-width-60 {
  width: 100%;
}
.hs-site-partner {
  position: relative;
}

.hs-site-partner img {
  max-width: 100%;
  width: 130px;
}  
.custom-copyright{ 
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.custom-copyright p { 
  margin: 0 0 0 0;
  padding:0px;
  position: relative;  
}  

.custom-copyright p span {
  display: block;
} 
.custom-copyright p span:last-of-type {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
} 
.custom-copyright p span:last-of-type a {
  color: rgba(255,255,255,0.5);
} 
.hs-social {
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}
.hs-social ul {
  line-height: 1;
  list-style-type: none;
  margin: 1px 0 5px 0;
  padding: 0;
} 
.hs-social ul li {
  display: inline-block;
  vertical-align: top;
}  
.hs-social ul li+li {
  margin: 0px 0 0 24px;
}
.hs-social ul li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}  
.hs-social ul li.facebook img {
  height: 17px;
  margin: -1px 0px 0 0;
  width: 8px; 
} 
.hs-social ul li.linkedin img {
  height: 16px;
  width: 16px;
} 
.hs-social ul li.youtube img {
  height: 18px;
  margin: 0px 0 0 0;
  width: 18px;
}
.hs-social ul li.instagram img {
  height: 15px;
  margin: 1px 0 0 0;
  width: 15px;
}
.hs-social p {
  color: #ebebed;
  margin: 0 0 0;
} 
.hs-social p a {
  color: #ebebed;
  transition: all .2s ease-in-out;
}
.hs-social p a:hover {
  color: #fff;
  transition: all .2s ease-in-out;
}
/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1921px){}
@media (max-width: 1920px){}

@media (min-width: 1681px){}
@media (max-width: 1680px){}


@media (min-width: 1441px){}
@media (max-width: 1440px){}

@media (min-width: 1367px){}
@media (max-width: 1366px){}


@media (min-width: 1200px){}
@media (max-width: 1199px){}

@media (min-width: 1025px){}
@media (max-width: 1024px){}
@media (max-width: 1024px) and (min-width: 981px){
  .hs-social ul {
    margin-left:-3px;
  } 
}
@media (min-width: 981px){
  .hs-inner-footer .span-width-20 {
    width: 20%;
  } 
  .hs-inner-footer .span-width-60 {
    width: 60%;
  }
  a.pad-bottom {
    margin-bottom: 1em;
  }
} 
@media(max-width:980px){  
  .hs-site-partner {
    text-align: center;
  }

  .flex-fluid > .column {
    margin-bottom: 30px;
    margin-right: 5.5%;
    width: 47.25%;
  }
  .flex-fluid > .column:nth-child(2n) {
    margin-right: 0; 
  }
}

@media(max-width:767px){  

  .hs-footer-top { 
    padding: 20px 30px;
  }
  .flex-fluid > .column {
    margin: 0;
    width: 100%;
  }   
  .flex-fluid > .column.two {
    padding-bottom: 0;
  }
  .footer-navigation {
    padding: 0 0 30px;  
  }
  .hs-footer-top h4 { 
    cursor: pointer;
    clear: both;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    padding: 13px 50px 12px 0;
    position: relative;
  } 
  .hs-footer-top h4:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\e050";
    font-family: ETmodules;
    font-size: 22px;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: auto;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    right: -3px;
    top: 50%;
    text-shadow: none;
    width: auto;
  }  
  .hs-footer-top h4.active:before {
    content: "\e04f";
  }   
  .hs-footer-top p+h4 {
    color: #fff;
  }
  .hs-footer-top p+h4::before{
    display: none;
  }
  .hs-inner-link-wrapper {
    display: none;
  } 
  .hs-site-partner img {
    margin: 6px auto 20px; 
  }
  .hs-social { 
    padding: 20px 0 55px;
    text-align: center;
  }
  .hs-social ul {  
    padding: 0 3px 0 0; 
  }
}

@media (max-width: 479px) {
  .hs-social ul {   
    padding: 0 0px 0 0;
  }
}
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {} 
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.hs-blog-listing .content-wrapper { }
.hs-blog-post .content-wrapper {  }

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

hr {
  opacity: .15;
}

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

.blog-header__form {
  margin: 0 1rem;
} 
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: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: 16px;
  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;
}
.blog-index__post-image {
  background-image:url ("https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 63%;
} 
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {}
.blog-index__post-content p { }
.blog-index__post-content a { 
  color: inherit;
} 
.blog-index__post-content a:hover {
  color: inherit;
}
.blog-index__post img {
  height: auto;
  max-width: 100%;
}  
.blog-pagination {
  max-width: 100%;
  width: 100%;
} 
.blog-pagination a.num-link {  
  display: inline-block; 
  position: relative;
  text-decoration: none; 
}
.blog-pagination a.num-link:hover,
.blog-pagination a.num-link:focus { 
  opacity: 1;
}
.blog-pagination a.num-link.active { 
  opacity: 1;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {} 
.blog-pagination a {
  font-weight: 600;
}
.blog-pagination a.prev-link {
  float: right;
  text-align: right;
}
.blog-pagination a.next-link {
  float: left;
  text-align: left;
}
.blog-pagination a.prev-link.disabled,
.blog-pagination a.next-link.disabled { 
  display: none;
}
.blog-pagination a.prev-link svg,
.blog-pagination a.next-link svg {
  fill: #494a52;
  margin: 0 5px;
  vertical-align:middle;
}
.blog-pagination a.prev-link.disabled svg,
.blog-pagination a.next-link.disabled svg {
  fill: #B0C1D4;
}  
.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 {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
} 
.blog-post {
  padding-left:20px;
  padding-right:20px;
}
.blog-post h1 { }
.blog-post__meta {
  margin: 1rem 0;
} 
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}  
.blog-psot__timestamp {
  padding: 10px 0;
}
.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 {  } 
.blog-recent-posts {
  background-color: transparent;
  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;
  flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 1rem;
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
} 
.blog-comments {
    max-width: 700px;
    margin: 50px auto;
    width: 100%;
}
.blog-comments form {
  max-width: 100%;
  padding: 15px 30px;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
} 
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  color: #494A52;
  background-color: transparent;
  text-decoration: underline;
} 
/* Blog Listing with Sidebar */
.post-item .page-center{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.post-item .page-center .span4,
.post-item .page-center .span8 { /* Safari */
  -ms-flex: 1; /* IE 10 */
  -webkit-box-flex: 1;
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  -ms-flex-preferred-size: 31.914893614%;
  flex-basis: 31.914893614%; 
}
img.featured-image {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}  
.post-description h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
} 
.post-description h2 a,
.post-description h2 a:hover {
    color: inherit;
}
@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);
  }  
  .blog-header__form {
    margin: 0 auto;
    max-width: 500px;
    width:100%;
  }  
  .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%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  } 
  .blog-index__post-image--large {
    flex: 1 1 52%;
    padding-bottom: 0;
  } 
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  } 
  .blog-index__post-image--small {
    flex: 1 1 100%;
  }
  .blog-index__post-content--small {
    flex: 1 1 100%;
    padding-left: 0rem;
  } 
  .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-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/3);
    flex:0 0 calc(100%/3);
  } 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
  .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%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
} 

/* ==========================================================================
blog listing                                    
========================================================================== */

.hs-blog-listing {
  background-color: #f4f6f9;
}  
.blog-header {
  text-align: left;
}
.blog-header-inner {
  margin: 0 0 50px; 
}
.blog-header-inner h6 {
  color: #424851; 
  font-weight:500;
}

.blog-header-inner h1 {
  font-size: 50px;
} 
.blog-header-inner h4 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0 4px;
}  

.listing-categories {
  position: relative;
} 
.listing-categories ul {
  border-bottom: 1px solid #d9d9d9;
  list-style-type: none;
  margin: 0 0 31px;
  padding: 0;
} 
.listing-categories ul li {
  display: inline-block;
  padding: 10px 50px 10px 0px;
  vertical-align: top;
} 
.listing-categories ul li a {
  color: rgba(84,90,101,0.45);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
} 
.listing-categories ul li.active > a {
  color: #545a65;
}
.post-listing{   
  margin-left: calc( -1.5% - 1px);
  margin-right: calc( -1.5% - 1px);
} 
.post-item{  
  float: left;
  margin: 0 0px 30px;
  max-width: 33.333%;
  padding: 0 1.5%;
  width: 100%;
} 
.custom-hs-post-item {
  background: #fff;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 12px 18px -6px rgba(84,90,101,0.22);
  overflow: hidden;
}
.custom-featured-image-wrapper {
  background: #ccc;
  height: 219px;
  overflow: hidden;
  margin: 0px 0 30px;
}
.hs-featured-image-wrapper {
  height: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{ 
  border-width: 0;
  display: block !important;
  float: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
  max-width: none !important;
  /*max-height: 100%;
  max-width: 100%;*/
}
.custom-post-content-wrapper{ 
  padding: 0 19px 19px;
} 
.post-item.hs-no-image .custom-post-content-wrapper {
  padding: 19px;
}
.post-item .post-header h6 { 
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500; 
  line-height: 1.3;
  padding: 0px 10px;
  text-transform: none;
}
.post-item .post-header h6 a{
  color: inherit;
  font: inherit;
}
.post-item .post-header h6 a:hover{
  color: inherit;
} 
#custom-post-meta{
  color: #424851;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 6px;
  padding: 10px 10px 0px 10px;
  text-transform: uppercase;
}
.hs-post-date {
  position: relative;
} 
.hs-topics { }
.hs-topics a{ }
.post-item .post-body{ 
  padding: 10px;
}   
.post-item .post-body p:last-of-type {
  margin: 0;
}
a.more-link {
  background: #217263;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 10px 10px;
  padding: 10px 20px;
  transition: .2s all ease-in-out;
}  
a.more-link:hover {
  color: #fff;
  background: #3C8173; 
}  
/* ==========================================================================
blog post                                    
========================================================================== */
.hs-blog-post{}


/* =============== blog page banner =============== */
 
.hs-blog-post .custom-banner-area {
  background-color: #dddddd;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35vh 0 0 0;
  min-height: 80vh;
  position: relative;
} 

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.hs-blog-post .custom-banner-area {
  padding: 12vh 0 0 0;
  min-height: 30vh;
} 
}


.hs-blog-post .section.post-header {
  margin: auto;
  max-width: 1000px;
}
.hs-blog-post .section.post-header h1 {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -.02em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
} 
.blog-post-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
}
.hs-blog-post .section.post-header h1{ }
.blog-post-wrapper .post-body {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 2.75%;
} 
.section.post-body p:last-of-type {
  margin: 0;
}
.custom-post-pagination {
  width: 100%;
}

.custom-post-pagination > div {
  float: left;
  width: 50%;
} 
.custom-post-pagination a.previous-posts-link {
  float: right;
  text-align: right;
} 
.custom-post-pagination a {
  color: #545a65;
  font-weight: 600;
} 
.custom-post-pagination a:hover {
  color: #545a65;
} 
.custom-post-pagination a.next-posts-link {
  float: left;
  text-align: left;
}
.custom-post-pagination .text-hide { 
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
a.back-btn {
  color: #424851;
  display: table;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: all .2 ease-in-out;
  z-index: 2;
}  
a.back-btn:hover {
opacity: .8;
  color: #424851;
}  
/* ==========================================================================
post bottom pane                                     
========================================================================== */

.post-bottom-pane-area {
  background: #ffffff url(https://inyett.se/wp-content/uploads/bg-plus-minus.svg) no-repeat;
  background-size: cover;
  padding: 150px 0;
}  
.hs-post-bottom-inner-wrapper{
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.post-bottom-pane-area img {
  display: block; 
  margin: 0 auto 40px;
  max-width: 80px;
} 
.post-bottom-pane-area h2 {
  color: #424851;
  font-size: 50px;
  margin: 0 auto 30px;
} 

/* MOBILANPASSNING */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
    td {
      display:block;
    }
}
/*.post-bottom-pane-area a {
  background-color: rgba(255,255,255,0.3);
  border-color: #73587f;
  border-radius: 50px;
  color: #ffffff;
  display: table;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 auto;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 300ms ease 0ms;
} 
.post-bottom-pane-area a:hover {
  background-color: rgba(255,255,255,0.5);
  color: #fff;
}*/


/* ==========================================================================
all post page                                        
========================================================================== */

.clearfix.post-listing {
  display: flex;
  flex-wrap: wrap;
}
.post-item h2.post-listing-simple{ 
  margin: 15px 0 15px;
}
.post-item h2.post-listing-simple a {
  color: inherit;
}
/* ==========================================================================
blog sidebar
========================================================================== */

.blog-sidebar { 
  position: relative;
}
.blog-sidebar > div {
  margin-bottom: 40px;
}

.blog-sidebar h3, 
.blog-sidebar h3.form-title  { 
  position: relative;
}  
.blog-recent-post{
  position: relative;
}
.blog-recent-post ul{ 
  list-style-type: none;
  margin:0px;
  padding: 0 0 0 25px;
}
.blog-recent-post ul li{ 
  margin-bottom: 20px;
}
.blog-recent-post ul li a{  
  text-decoration: none;
} 
.blog-recent-post ul li a:hover{ }
/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{ 
  margin: 20px 0 10px;
}

/* ==========================================================================
search result                                      
========================================================================== */

.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0;
  padding: 0;
}
.hs-search-results__listing li a {
  color: #09060a; 
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  text-decoration:none;
  text-transform: none;
}
.hs-search-results__listing li a:hover { 
  color: #00416a; 
}

.hs-search-results__listing li p {
  margin: 12px 0 30px 0;
}
@media (max-width: 767px){
  .post-listing {
    margin-left: calc( -2.6% - 1px);
    margin-right: calc( -2.6% - 1px);
  }
  .post-item { 
      max-width: 50%;
      padding: 0 2.6%; 
  }
}

@media (max-width: 767px){ 

  .blog-header-inner h1 {
    font-size: 40px;
  } 
  .blog-header-inner {
    margin: 0 0 20px;
  }
  .hs-blog-listing {}

  .blog-index__post { 
   padding:1rem 0;
  }
  .post-listing{ 
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    width: 100%;
  }
  .post-item{ 
    min-height:1px !important;
    margin-left:0px;
    margin-right:0px;
    max-width: 100%;
    padding-left:0px;
    padding-right:0px;
    width: 100%;
  }
  .custom-hs-post-item{
    margin-left:0px;
    margin-right:0px;
    min-height:1px !important;
  }   
  .custom-featured-image-wrapper { }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 15px;
    max-width: 100px;
  }  
  .section.post-body img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  }  
  .blog-recent-posts__post { 
    padding: 1rem 0;
  }
  .blog-comments {
    margin: 50px auto;
    max-width: 680px;
  }
  .blog-sidebar {
    padding-bottom: 50px;
    padding-top: 50px; 
  }
  .post-item .page-center .span4,
  .post-item .page-center .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; 
    width: 100% !important;
  } 
  .post-bottom-pane-area h2 { 
    font-size: 30px;  
  } 

  .hs-blog-post .custom-banner-area { 
    padding: 90px 0;  
  }
  .hs-blog-post .section.post-header h1 { 
    font-size: 30px; 
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){  } 


.external::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

blockquote {
    border-left: 5px solid #217263!important;
    margin: 20px 0 30px;
  font-weight: 500!important;
  padding-left:20px
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  /* font-family: Lato, sans-serif; */
  font-size: 30vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.error-page_heading {
  margin-bottom: 1rem;
} 
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  font-size: 1em;
  margin: 2rem 0;
  min-width: 250px;
  padding: 1em;
} 
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: .25rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
} 
h1.error-page_heading+.hs-button {
  width: auto;
}
form#email-prefs-form p.header {
  background: transparent;
}
.form-input-validation-message ul {
  margin: 0;
  padding: 0;
} 
input#hs-pwd-widget-password {
  height: 40px !important;
  min-height: 40px !important;
}

.email-prefs .item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
} 
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form h3,
form#email-prefs-form h4,
form#email-prefs-form h5,
form#email-prefs-form h6{
  color: #fff;
}
a#hs_login_reset,
a.hs-login-widget-show-password,
a.hs-register-widget-show-password,
a.hs-reset-widget-show-password {
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px) { 
  .systems-page .success { 
    min-width: 650px; 
  } 
} 


.one-modal-btn {
  font-weight: 500;
  background: #217263;
  font-size: 15px;
  border-radius: 3px;
  padding: 14px 12px;
  margin-top: 20px!important;
  color: white;
  transition: .1s ease-in-out all;
}

.one-modal-btn:hover {
  background: #42877A;
  color: white;
}