/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */

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

.banner-section .dnd-section > .row-fluid {
  padding: 0;
  max-width:100%;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "My Font Two"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/MuseoSans_500.woff") format("woff"); 
    font-style: normal; 
    font-weight: normal; 
    }


@font-face { 
  font-family: "Montserrat"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 200; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { 
  font-family: "My Font One"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/MuseoSans_500-webfont.woff") 
    format("woff"); 
    font-style: normal; 
    font-weight: normal; 
    }

@font-face { 
  font-family: "Open Sans";
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/OpenSans-Light-webfont.woff") format("woff"); 
    font-style: normal; 
    font-weight: 300; 
    }

@font-face { 
  font-family: "Open Sans"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/OpenSans-Regular-webfont.woff") format("woff"); 
    font-style: normal; 
    font-weight: 400;
    }

@font-face { 
  font-family: "Open Sans"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 700; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }

@font-face { 
  font-family: "Open Sans Condensed"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 300; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }

@font-face { 
  font-family: "SocialMedia"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/SocialMedia.woff") format("woff"); 
    font-style: normal; 
    font-weight: normal; 
    }

@font-face { 
  font-family: "blandes"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/blandes.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
    }

@font-face { 
  font-family: "icomoon"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/icomoon.woff") 
    format("woff"); 
    font-style: normal; 
    font-weight: normal; 
    }

@font-face { 
  font-family: "Roboto"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/KFOmCnqEu92Fr1Mu4mxK%284%29.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 400; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }

@font-face { 
  font-family: "Roboto"; 
  src: url("https://8978047.fs1.hubspotusercontent-na1.net/hubfs/8978047/raw_assets/public/Case%20Study%20Template/fonts/KFOlCnqEu92Fr1MmEU9fBBc4%281%29.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 500; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
    }



html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 125%;
}

h2 {
  font-size: 1.6rem;
  line-height: 115%;
}

h3 {
  font-size: 1.25rem;
  line-height: 125%;
}

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

h5 {
  font-size: 1rem;
  line-height: 24px;
}

h6 {
  font-size: .9rem;
  line-height: 22px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* ul li,
ol li {
line-height: 1.5rem;
} */

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

blockquote {
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 20px 20px 25px;
  background-color: #f5f5f5;
  border-left: 3px solid #eee;
  position: relative;
  margin-left: 20px;
}

blockquote, q {
  quotes: none;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
}

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



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

.hs-error-msgs label {
  margin-bottom: 4px;
  color: red !important;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-search-field__input,
input[type=password],
.hs-input {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  height: 40px !important;
  display: inline-block;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

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

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

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

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

.search-form-container form input:-moz-placeholder {
  color: #aaa;
}
.search-form-container form input::-webkit-input-placeholder {
  color: #aaa;
}
.search-form-container form input:focus:-moz-placeholder {
  outline: none!important;
  color: #222;
}
.search-form-container form input:focus::-webkit-input-placeholder {
  outline: none!important;
  color: #222;
}

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

.hs-search-field__input:focus ,
input[type=password]:focus ,
.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary {
  /*     float: left; */
  margin-left: 50px;
}

@media (max-width: 979px){
  .custom-menu-primary {
    display:none;
  }
}

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

.custom-menu-primary .hs-menu-wrapper > ul >li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: visible!important;
  margin: 0!important;
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul >li>a{
  text-decoration: none;
  display: inline-block;
  z-index: 10;
  margin: 0 40px 0 0;
  padding: 0px;
  letter-spacing: 0px;
  border-top: 2px solid transparent;
  transition: color 0.3s ease;
  /*     color: #666666; */
  font-size: 14px;
  line-height: 88px;
  height: 90px;
  font-weight: 400;
}

.shrinked .custom-menu-primary .hs-menu-wrapper > ul >li>a{
  line-height: 55px;
  height: 60px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin: -2px 0 0;
  padding: 0 0px 5px!important;
  background-color: white;
  background-color: rgba(255,255,255,0.97);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  border-top: 2px solid #3498db;
  text-align: left;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: rgba(255,255,255,0.97);
  border-top-color: #3498db;
  width:288px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  display: block;
  white-space: normal;
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 12px;
  text-transform: none;
  color: #777;
  padding: 0 5px;
  line-height: 45px;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans",Arial , sans-serif;
  border-bottom-color: #f1f1f1;
  float: none;
  width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #3498db;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child > a{
  border-bottom:none;
}



@media (max-width: 1065px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 0 25px 0 0;
  }
}


#toggle {
  display: none;
}

@media (max-width: 979px){
  #toggle {
    display: block;
    width: 15%!important;
  }
  .header-group {
    min-height: 107px;
  }
}

#toggle a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #999;
  width: auto;
  height: 59px;
  font-size: 20px;
  text-align: right;
  line-height: 60px;
  background: white;
  display: block;
  margin: 0;
  padding: 0 20px 0 20px;
}

#toggle a i{
  font-family: 'blandes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-list2:before {
  content: "\e696";
}


.mobile-menu{
  position: fixed;
  top: 0;
  right: -300px;
  max-width: 300px;
  width: 90%;
  height: 100%;
  background-color: #f5f5f5;
  color: #666666;
  display: block;
  z-index: 30;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  border-left: 1px solid #e5e5e5;
  overflow-y: scroll;
  right:0;
  transform: translateX(300px);
  transition: transform 0.3s;
}

.mobile-open .mobile-menu{
  /*   right: 0em; */
  transform: translateX(0px);
  transition: transform 0.3s;
}

.mobile-menu .hs-menu-wrapper > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 100%;
}

.mobile-menu .hs-menu-wrapper > ul >li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  display: block;
  width: 100%;
}

.mobile-menu .hs-menu-wrapper > ul >li>a{
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 13px;
  line-height: 55px;
  height: 55px;
  display: block;
  position: relative;
  font-family: "Open Sans" , sans-serif;
  border-bottom: 1px solid #e5e5e5;
  border-right: 3px solid transparent;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .hs-menu-wrapper > ul >li.active > a{
  color: #222;
  background-color: #fff;
}

.mobile-menu .hs-menu-wrapper > ul > li:hover>a{
  color: #222;
  background-color: #fff;
}

.mobile-menu .hs-menu-wrapper > ul >li >ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu .hs-menu-wrapper > ul >li >ul>li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mobile-menu .hs-menu-wrapper > ul >li >ul>li>a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #888;
  font-size: 12px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  padding: 0 20px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  position: relative;
}

.mobile-menu .hs-menu-wrapper > ul >li >ul>li>a:after {
  content: "";
  display: inline-block;
  width: 8px;
  left: 20px;
  height: 1px;
  background: #888;
  top: 10px;
  position: absolute;
}

.body-wrapper{
  /*   transform: translateX(0px); */
  transition: transform 0.3s;
  overflow-x: hidden;

}

.mobile-open .body-wrapper{
  transform: translateX(-300px);
  transition: transform 0.3s;
  overflow-x: hidden;
}

@media(max-width:340px){

  .mobile-open .body-wrapper {
    transform: translateX(-300px);
  }
}


@media(max-width:320px){

  .mobile-open .body-wrapper {
    transform: translateX(-285px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.cm-banner-wrapper {
  position: relative;
  background-position: center center;
  background-color: #fafafa;
  background-attachment: fixed;
  background-size: cover;
  border-top: 1px solid #00adef;
  border-bottom: 1px solid #00adef;
  padding-top: 30px;
  padding-bottom: 25px;
}

.banner-container {
  margin: 0px auto;
  padding: 0px 5px 5px 30px;
  width: 100%;
  max-width: 1140px;
}

.banner-container >div{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.banner-container h1{
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 115%;
  width: 50%;
  float: left;
  text-align: left;
  letter-spacing: 0px;
  margin: 0px;
  color: #0077a2;
  text-transform: capitalize;
}

@media screen and (max-width: 767px){
  .banner-container h1{
    font-size: 48px;
  }
}

@media screen and (max-width: 500px){
  .banner-container h1{
    font-size: 21px;
    width: 100%;
    text-align: left;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.top-header {
  border-bottom: 1px solid transparent;
  height: 45px;
  line-height: 45px;
  /*     background-color: #333333; */
}

.header-group {
  position: relative;
  min-height: 135px;
}

@media screen and (max-width: 800px){
  .top-header {
    height: auto;
    text-align: center;
  }
  .header-group {
    min-height: auto !important;
  }
}

.header__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1600px !important;
  padding: 0 40px;
}

@media (max-width:890px) and (min-width:801px){
  .top-header .header__container {
    padding: 0 15px;
  }
}

.header-row{
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -20px;
}

@media (max-width:890px) and (min-width:801px){
  .header-row{
    margin:0;
  }
}

.header-contact {
  float: left;
  padding: 0 20px;
  position: relative;
  /*     width: 50%; */
}

@media (max-width:890px) and (min-width:801px){
  .header-contact{
    padding:0;
  }
}

@media screen and (max-width: 800px){
  .header-contact{
    width: 100%!important;
    float: none!important;
    height: auto!important;
  }
}

.contact-info>*>*>span{
  line-height: 1;
  padding: 0px 15px;
  border-right: 1px solid #555;
  font-size: 12px;
  /*     color: #aaaaaa; */
  border-right-color: #555555;
}

.contact-info>*>*>span:first-child{
  padding-left: 0;
}

.contact-info>*>*>span:last-child {
  border-right: 0;
}

.header-social {
  float: left;
  padding: 0 20px;
  position: relative;
  /*     width: 50%; */

  float: right;
}

@media (max-width:890px) and (min-width:801px){
  .header-social{
    padding:0;
  }
}

@media screen and (max-width: 800px){
  .header-social{
    width: 100%!important;
    float: none!important;
    height: auto!important;
  }
}

.header-social ul{
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: right;
}

@media screen and (max-width: 800px){
  .header-social ul{
    width: 100%;
    float: none;
  }
}

.header-social ul li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  list-style-type: none;
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  width: 35px;
  height: 45px;
}

.header-social ul li:last-child {
  margin-right: 0;
}

.header-social ul li a{
  text-decoration: none;
  background: transparent;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal!important;
  border-radius: 50%;
  border: 0!important;
  height: 45px;
  line-height: 45px;
  width: 35px;
  font-size: 15px;
  /*     color: #00adef; */
}

.bottom-header {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 1000;
}

@media (min-width:801px){
  .fix .bottom-header {
    position: fixed;
    top: 0;
  }
}

.header-wrapper {
  width: 100%;
  text-align: left;
  padding: 0;
  position: relative;
  -moz-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
  -webkit-box-shadow: 0px 0px 3px 0px rgb(41 43 51 / 25%);
  -ms-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
  box-shadow: 0px 0px 3px 0px rgb(41 43 51 / 25%);
  background: #ffffff;
  height: 90px;
  margin:0;
}

.shrinked .header-wrapper {
  height: 60px;
  background-color: rgba(255,255,255,0.95);
}

@media (max-width: 979px){
  .header-wrapper {
    height: 60px;
  }
}

.bottom-header .header__container {
  padding:0;
}

.header-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  display:flex;
}

@media (max-width: 979px){
  .header-inner {
    justify-content: space-between;
  }
}

.header__logo {
  width: auto;
  max-width: 30%;
  padding-left: 40px;
  padding-right: 40px;
  /*     float: left; */
  border-right: 1px solid #eee;
}

@media (max-width: 979px){

  .header-group {
    min-height: 107px;
  }

  .header__logo {
    width: 85%;
    padding: 0;
    padding-left: 20px;
    text-align: left;
    border-right: none;
  }
}

.header__logo a{
  color: #00adef;
  text-decoration: none;
  display: inline-block;
  max-height: 100%;
  transition: none;
  -webkit-transition: none;
  height: 90px;
  line-height: 90px;
}

.shrinked .header__logo a{
  line-height: 55px;
  height: 60px;
}

@media (max-width: 979px){
  .header__logo a{
    height: 60px;
    line-height: 60px;
  }
}

.header__logo a img{
  height: auto;
  vertical-align: middle;
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 979px) and (min-width:567px){
  .header__logo a img{
    height: 49px;
  }
}

.header-search-button {
  padding: 0px;
  font-size: 16px;
  /*     float: right; */
  height: 90px;
  line-height: 90px;
  width: 90px;
  text-align: center;
  border-left: 1px solid #eee;

  order:3;
  margin-right:0;
  margin-left: auto;
}

.shrinked .header-search-button {
  line-height: 55px;
  height: 60px;
}

@media (max-width: 979px){
  .header-search-button {
    display:none;
  }
}

.header-search-button a{
  text-decoration: none;
  display: inline-block;
  color: #666;
  transition: color 0.3s ease;
}

.header-search-button a:hover{
  color: #3498db;
}

.header-search-button a i{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased!important;
  white-space: normal;
}

.header-search-button a i:before {
  content: "\0030";
}

.header-searchbar {
  height: 120px;
  background-color: #f5f5f5;
  display:block;
  position: absolute;
  left: 0;
  z-index: 12;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  overflow-x:hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.search-open .header-searchbar {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.search-form-container {
  position: relative;
  width: 100%;
  height: 90px;
  min-height: 90px;
  transition: border-color 0.3s ease;
  border-bottom: 1px dotted transparent;
}

a.search-close {
  text-decoration: none;
  color: #fff !important;
  background-color: #222;
  width: 30px;
  line-height: 32px;
  font-size: 12px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 45px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: inline-block;
  z-index: 12;
}

a.search-close i{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased!important;
  white-space: normal;
}

a.search-close i:before {
  content: "\e003";
}

.search-form-container form>input{
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0;
  max-width: 100%;
  display: block;
  font-family: inherit;
  outline: none!important;
  transition: border-color 0.3s ease-in-out;
  box-shadow: inset 0px 0px 2px rgb(180 180 180 / 5%);
  width: 100%;
  height: 50px!important;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 36px!important;
  font-size: 36px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0px;
  border: none!important;
  background: transparent!important;
  position: absolute;
  left: 50px;
  padding-left: 20px;
  top: 30px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.search-form-container form>input:focus {
  outline: none!important;
  color: #222;
}

span.fake-submit-button {
  position: absolute;
  left: 0;
  top: 40px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #e5e5e5;
  font-size: 28px;
  color: #ddd;
  padding-right: 20px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

span.fake-submit-button i{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased!important;
  white-space: normal;
}

span.fake-submit-button input{
  font-family: inherit;
  background: #3498db;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased!important;
  font-weight: 600;
  box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  border: none!important;
  outline: none!important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0px rgb(255 255 255 / 25%);
  margin: 5px 0;
  min-width: 127px;
  font-size: 12px;
  background-color: #3498db;
  color: #ffffff;
  opacity: 0!important;
  width: 50px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}

span.fake-submit-button i:before {
  content: "\0030";
}

.search-form-container:hover {
  border-bottom: 1px dotted #ccc;
}

.search-form-container:hover a.search-close {
  opacity: 1;
}

.search-form-container:hover span.fake-submit-button{
  color: #444444;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.top-footer {
  font-weight: 300;
  font-size: 12px;
  width: 100%;
  position: relative;
  padding-top: 15px!important;
  padding-bottom: 0px!important;
  /*   color: #efefef; */
  /*   background-color: #0077a2; */
  border-bottom: 0px none #dbdbdb;
  border-top: 0px none;
}

.top-footer .footer-row{
  width: 100%;
  max-width: 100%;
  margin: 0 -15px!important;
}

.footer-col {
  width: 25%;
  float: left;
  position: relative;
  margin-top: 40px!important;
  margin-bottom: 40px!important;
  padding: 0 15px!important;
}

@media screen and (max-width: 800px){
  .footer-col {
    width: 50%!important;
    float: left!important;
  }
}

@media screen and (max-width: 500px){
  .footer-col {
    width: 100%!important;
    float: none!important;
  }
}

.heading h4{
  margin: 0 0 20px;
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  /*   color: #ffffff!important; */
  font-weight: 600;
  font-size: 16px;
}

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

.footer-terms-text a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  /*   color: #bbb!important; */
  text-decoration: underline;
  font-weight: bold;
}



.footer-menu >*>* >ul{
  padding:0;
  margin:0;
  list-style:none;
}

.footer-menu >*>* >ul>li>a{
  margin: 0 0 20px;
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  /*   color: #ffffff!important; */
  font-family: My Font One,Arial , sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.footer-menu >*>* >ul>li>ul{
  padding:0;
  margin:0;
  list-style:none;
  margin: 0 0 20px;
}

.footer-menu >*>* >ul>li>ul>li>a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  /*   color: white !important; */
}


.follow-on h4{
  margin: 0 0 20px;
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*   color: #ffffff!important; */
  font-family: My Font One,Arial , sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -0px !important;
  padding-top: 20px !important;
}

.follow-on p{
  padding: 0;
  margin: 0 0 20px;
}







.bottom-footer {
  padding: 10px 0 10px;
  /*   background: #0096bc; */
  /*   color: #ffffff; */
  padding-top: 16px;
  /*   overflow-x: hidden; */
}

.footer__container {
  margin: 0px auto;
  padding: 0px 5px 5px 30px;
  width: 100%;
  max-width: 1140px;
}

.footer-row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -20px;
}

.copyright-text {
  letter-spacing: 1px;
  font-size: 14px;
  float: left;
  padding: 0 20px;
  position: relative;
  width: 33.333%;
  line-height: 30px;
  font-weight: 400;
}

@media screen and (max-width: 800px){
  .copyright-text {
    margin-bottom: 14px;
    margin-left: 10px;
    /*     width: 100%!important; */
    float: none!important;
    height: auto!important;
    width: auto;
  }
}

.social-icons {
  text-align: right;
  float: left;
  padding: 0 20px;
  position: relative;
  width: 66.667%;
}

@media screen and (max-width: 800px){
  .social-icons {
    /*     width: 100%!important; */
    float: none!important;
    height: auto!important;
    text-align: left!important;
    width: auto;
  }
}

.social-icons ul{
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.social-icons ul li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 3px;
}

.social-icons ul li a{
  text-decoration: none;
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 29px;
  font-weight: normal!important;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  border-color: transparent!important;
  font-size: 16px;
  /*   color: #ffffff; */
}

.social-icons ul li a i{
  font-family: 'blandes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-twitter:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\260e";
}

.icon-googleplus:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2944";
}

.icon-linkedin:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2954";
}

.icon-youtube:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2621";
}

.social-icons ul li:last-child {
  margin-right: 0;
}


.tooltip{
  position: absolute;
  z-index: 1030;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.8;
  margin-top: -3px;
  padding: 5px 0;
  display:none;
}

.social-icons ul li:hover .tooltip{
  display:block;  
  top: -38px;
}



.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}


.blog-comments {
  margin: 30px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}








#breadcrumbs {
  margin: 0;
  font-weight: 400;
  width: 50%;
  text-align: right;
  float: right;
  margin-top: 2px;
  line-height: 20px;
  color: #555555;
  font-size: 12px;
}

@media (max-width: 979px){
  #breadcrumbs {
    margin-top: 10px;
    width: 100%!important;
    text-align: left;
  }
}

span.breadcrumb-title {
  display: inline-block;
  padding: 0 5px 0 0;
}

#breadcrumbs span {
  padding: 0 1px;
  display: inline-block;
}

#breadcrumbs a {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #222222;
}
#breadcrumbs a:hover {
    color: #444444;
}

span.divider {
  padding: 0 1px;
  display: inline-block;
  color: #ccc;
}

span.divider i {
  font-family: 'blandes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

span.divider i::before {
  content: "\e6d4";
}

span.current {
  padding: 0 1px;
  display: inline-block;
}








.blog-left-content {
  float: left;
  position: relative;
  width: 75%;
  padding: 70px 20px 20px;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 800px){
  .blog-left-content {
    float: none!important;
    height: auto!important;
    width: 100%!important;
    border: none!important;
  }
}

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

.post-item {
  margin-bottom: 60px;
}

.post-left-container {
  position: relative;
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 25px;
}

.post-date-container {

}

.post-date-container .date {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #f4f4f4;
  box-shadow: 0 0px 2px 0 rgb(180 180 180 / 20%);
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.post-date-container span.day {
  font-size: 33px;
  color: #666;
  font-weight: 300;
  position: absolute;
  right: 3px;
  width: 100%;
  bottom: 20px;
  text-align: center;
  display: inline-block;
}

.post-date-container span.th {
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  top: -10px;
  right: 7px;
}

.post-date-container span.month {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 12px;
}

.post-meta-container {
  margin: 25px 0px 20px 0;
  padding: 15px 0 10px;
  position: relative;
}

.post-meta-container:before {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 1px;
  background: #ddd;
  top: 0;
}

.post-meta-container:after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 1px;
  background: #ddd;
  bottom: 0;
}

.post-meta-container > div {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
  color: #aaa;
}

.post-meta-container > div span.label {
  line-height: 16px;
  padding-right: 4px;
  display: block;
  clear: both;
}

.post-meta-container > div span {
  line-height: 16px;
  padding-right: 4px;
}

.post-meta-container span a {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #555;
}

.post-meta-container span a:hover{
  color: #71af36;
}

.post-right-container {
  margin-left: 100px;
}

.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-bottom: 30px;
}

ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

ul.slides li{
  line-height: 23px;
  margin: 0;
  list-style: none;
  position: relative;
}

.image.hoverlay {
  overflow: hidden;
  display: block;
  position: relative;
}

.image.hoverlay img{
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.image.hoverlay .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  border-radius: 6px;
}

.hoverlay:hover .overlay {
  opacity: 1;
}

.image.hoverlay .overlay a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.85;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #e8e8e8;
  color: #444;
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  text-align: center;
  -webkit-font-smoothing: antialiased!important;
  -webkit-backface-visibility: hidden!important;
  display: inline-block;
}

.image.hoverlay .overlay a i{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased!important;
  white-space: normal;
}

.icon-blandes-search:before {
  content: "\0030";
}

.post-info-container {
  padding-bottom: 40px;
}

.post-info-container h2{
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-size: 38px!important;
  font-weight: 300!important;
  margin: 0 0 20px;
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 125%;
  letter-spacing: 0px;
  color: #3498db;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px){
  .post-info-container h2{
    font-size: 19px!important;
  }
}

.post-info-container h2 a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}

.post-info-container h2 a:hover{
  color: #71af36;
}

.post-info-container p{
  padding: 0;
  margin: 0 0 20px;
}

a.readmore {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #00adef;
  display: inline-block;
  padding-bottom: 0px;
  font-size: 13px;
  line-height: 1;
}

a.readmore i{
  font-family: 'blandes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: -2px;
  margin-left: 3px;
  font-size: 110%;
  text-align: center;
  transition: margin-left 0.3s ease;
}

.icon-arrow-right8:before {
  content: "\e6d8";
}

.page-nav-container {
  margin-bottom: 50px!important;
}

.page-nav span {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-shadow: 0 1px 1px 0 rgb(180 180 180 / 10%);
  color: #999;
  border: 1px solid #eee;
  margin-left: -1px;
  background: transparent;
  overflow: hidden;
  float: left;
  font-size: 12px;
}

.page-nav span a {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  display: block;
  color: #444;
}

.page-nav span a:hover {
  background: #fafafa;
}

.page-nav span.page-next, .page-nav span.page-prev {
  width: auto;
}

.page-nav span:last-child, .page-nav span:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-nav span.page-next a, .page-nav span.page-prev a {
  padding: 0 10px;
}

.page-nav span.active{
  border-color: #444444 !important;
  background-color: #444444 !important;
}
.page-nav span.active > a{
  color: #fff;
  background: transparent;
  pointer-events: none;
}

.page-nav span:first-child, .page-nav span:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}








.blog-body-wrapper .content-wrapper {
  margin: 0px auto;
  padding: 0px 5px 5px 30px;
  width: 100%;
}

.blog-listing-wrapper {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -20px;
}

.blog-sidebar-content {
  width: 25%;
  float: left;
  position: relative;
  min-height: 100%;
  border-left: 1px solid #e5e5e5;
  padding: 70px 20px 20px;
  margin-left: -1px!important;
  padding-bottom: 70px;
  padding-left: 30px;
}

@media screen and (max-width: 800px){
  .blog-sidebar-content {
    padding: 20px;
    float: left!important;
    padding-top: 0;
    width: 100%!important;
    border: none!important;
  }
}

.blog-recent-posts,
.blog-categories{
  margin-bottom: 40px;
}
.blog-categories select{
  background: transparent;
  padding: 8px 15px;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #666;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  width: 180px;
  color: #999;
  border: 1px solid #ddd;
  font-family: inherit;
  outline: none!important;
  transition: border-color 0.3s ease-in-out;
  box-shadow: inset 0px 0px 2px rgb(180 180 180 / 5%);
}
.blog-recent-posts h3,
.blog-categories h3{
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 125%;
  margin: 0;
  margin-bottom: 20px!important;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #454545;
  font-size: 14px;
  font-family: My Font Two;
  font-weight: 400;
}

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

.blog-recent-posts ul li{
  list-style: disc;
  list-style-position: outside;
  line-height: 23px;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 12px;
}

.blog-recent-posts ul li a{
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #444;
  padding: 3px 0 3px 20px;
  position: relative;
  display: block;
  padding-left: 0px!important;
  line-height: 110%;
}

.blog-recent-posts ul li a:hover{
  color: #71af36;
}

.blog-categories ul.l_tinynav1{
  display:none;
}
.blog-newsletter-form {
  margin-bottom: 40px;
}

.blog-newsletter-form h3{
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 125%;
  margin: 0;
  margin-bottom: 20px!important;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #454545;
  font-size: 14px;
  font-family: My Font Two;
  font-weight: 400;
}

.blog-newsletter-form p{
  margin: 0;
}

.sidebar-tweet {
  margin-bottom: 40px;
}

.sidebar-tweet h3{
  padding: 0;
  -webkit-font-smoothing: antialiased!important;
  line-height: 125%;
  margin: 0;
  margin-bottom: 20px!important;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #454545;
  font-size: 14px;
  font-family: My Font Two;
  font-weight: 400;
}

.standard-post-divider {
  overflow: hidden;
  margin-right: -30px!important;
  position: relative;
  clear: both;
  height: 1px;
}

.standard-post-divider:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  left: 100px;
  background: #e5e5e5;
}







.blog-newsletter-form-inner h3{
  display:none;
}

.blog-newsletter-form-inner form .hs_email{
  margin: 0;
}

.blog-newsletter-form-inner form .hs_email label{
  margin: 0;
  padding: 0;
  color: #231f20!important;
  line-height: 150%!important;
  font-weight: 300!important;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.blog-newsletter-form form label.hs-error-msg,
.blog-newsletter-form form label.hs-main-font-element{
  color: red !important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:400!important;
}

.blog-newsletter-form-inner form .hs_email label .hs-form-required{
  display:none;
}

.blog-newsletter-form-inner form .hs_email .input input{
  background: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0;
  max-width: 100%;
  display: block;
  width: 180px;
  color: #999;
  border: 1px solid #ddd;
  font-family: inherit;
  outline: none!important;
  transition: border-color 0.3s ease-in-out;
  box-shadow: inset 0px 0px 2px rgb(180 180 180 / 5%);
}

.blog-newsletter-form-inner form .actions input{
  -webkit-font-smoothing: antialiased!important;
  font-weight: 600;
  box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  opacity: 0.85;
  border: none!important;
  outline: none!important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0px rgb(255 255 255 / 25%);
  margin: 5px 0;
  text-transform: uppercase;
  font-family: inherit;
  background: #3498db;
  display: inline-block;
  padding: 15px 40px;
  min-width: 127px;
  font-size: 12px;
  background-color: #3498db;
  color: #ffffff;
}

.blog-newsletter-form-inner form .actions input:hover{
  opacity: 1;
  color: #fff;
}











.blog-post__body a {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none; 
  color: #00adef;
}

.blog-post__body a:hover {
  color: #71af36;
}

.hs-blog-post .post-info-container {
  padding-bottom: 0px;
  border-bottom: 0;
}

.hs-blog-post .standard-post-divider {
  display:none;
}

.post-extra-box {
  display: block;
  padding: 40px 0;
  margin-right: -30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -1px;
}

.post-extra-left-content {
  width: 30%;
  float: left;
  padding-right: 20px;
}

.post-extra-left-content h4{
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: My Font Two,Open Sans,sans-serif;
}

.post-extra-left-content h4.textuppercase{
  margin-bottom: 0;
}

.post-extra-right-content {
  width: 70%;
  float: left;
}

.post-share {
  display: block;
  margin-bottom: -20px;
  /*     opacity: 0; */
  float: right;
}

.post-share > span {
  display: inline-block;
  padding: 2px 15px!important;
  border-left: 1px solid #eee;
  margin-bottom: 20px;
}

.post-share > span:last-child {
  border-right: 1px solid #eee;
}

.post-share > span a {
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #444;
  display: inline-block;
  font-size: 15px!important;
}

.post-share > span a:hover {
  color: #71af36;
}

.post-share > span a i{
  font-family: 'blandes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

.icon-facebook:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\292d";
}

.icon-twitter:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\260e";
}

.icon-linkedin:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2954";
}

.icon-pinterest:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2969";
}

.icon-reddit:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2975";
}

.icon-google:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2942";
}

.post-extra-box .textuppercase {
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: My Font Two,Open Sans,sans-serif;
}

.avatar {
  width: 80px;
  height: 80px;
  float: left;
}

.avatar img{
  max-width: 100%;
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgb(180 180 180 / 20%);
}

.post-extra-box .avatar + p {
  padding: 0;
  margin: 0 0 20px;
  margin-left: 100px;
  font-size: 12px;
}

#comments {
  padding-top: 35px;
}

#comments > h4 {
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: My Font Two,Open Sans,sans-serif;
  margin-bottom: 0px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.systems-page .hs-form-field{
  margin-bottom: 18px;
}

.systems-page .no-list.hs-error-msgs{
  margin:0;
  padding:0;
}

.systems-page .hs-button.primary.large{
  margin-top: 18px;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 0;
}

.systems-page .hs-input[type=checkbox]{
  vertical-align:middle;
  display:inline-block;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  color: #4F7D24;
  padding: 5px 10px;
}

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

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

@media(max-width:575px){

  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 24px;
  }
  .systems-page h3 {
    font-size: 22px;
  }

}