/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.dnd-section>.row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container{
  width: 80%;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: ETmodules;
  src: url(//5327587.fs1.hubspotusercontent-na1.net/hubfs/5327587/ThinkCyberSecurity_September2020/Fonts/modules.eot);
  src: url(//5327587.fs1.hubspotusercontent-na1.net/hubfs/5327587/ThinkCyberSecurity_September2020/Fonts/modules.eot) format("embedded-opentype"),
    url(//5327587.fs1.hubspotusercontent-na1.net/hubfs/5327587/raw_assets/public/ThinkCyberSecurity_September2024/fonts/modules.ttf) format("truetype"),
    url(//5327587.fs1.hubspotusercontent-na1.net/hubfs/5327587/raw_assets/public/ThinkCyberSecurity_September2024/fonts/modules.woff) format("woff"),
    url(//5327587.fs1.hubspotusercontent-na1.net/hubfs/5327587/raw_assets/public/ThinkCyberSecurity_September2024/fonts/modules.svg) format("svg");
  font-weight: 400; 
  font-style: normal
}

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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: none;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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 {
  /*margin: 10px 0; Wagada - removed margin for landing page buttons */
  margin: 0px 0px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  outline: 0;
}

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

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


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

form .hs-error-msgs label {
  margin-top: .5rem; 
  color: #f2545b;
}
.hs-form-field {
  margin-bottom: 18px;
  display: block;
}  
.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea{
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 600px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding: 8px 10px;
  border: 0; 
  border-bottom: 2px solid #cad5e2;
  outline: 0;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #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.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  position: fixed;
}


.hd_inr {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.hd_right {
  float: right;
  padding: 50px 0 0 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.hd_logo {
  float: left;
  margin-top: 10px;
  margin-left: 3px;
}
.hd_logo img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  height: 94px;
  width: 326.5px !important;
}
.hd_inr:after {
  clear: both;
  content: "";
  display: block;
}

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

nav.navigation-primary > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 16px;
  padding-bottom: 50px;
  font-weight: 600;
}
nav.navigation-primary > ul > li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 1em;
}
nav.navigation-primary > ul > li.has-submenu > a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
nav.navigation-primary > ul > li.has-submenu > a {
  padding-right: 20px;
}
div#et_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
}
span#et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  cursor: pointer;
}
.custom-menu-primary {
  float: left;
}
.hd_right:after {
  display: block;
  clear: both;
  content: "";
}
.header__container {
  margin: 0 auto;
}
nav.navigation-primary > ul > li:last-child {
  padding-right: 0;
}
nav.navigation-primary > ul {
  display: block;
  line-height: 1em;
}
.hd_search.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
form.et-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent;
  right: 0;
  max-width: 573.531px;
}
span.et_close_search_field:before {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_open .hd_search.et_search_outer .header__container {
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 1;

}
.hd_search.et_search_outer .header__container {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  position: relative;
  opacity: 0;
  z-index: 1;
  height: 114px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

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

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

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

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

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

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

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

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}



.search_open span#et_search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
form.et-search-form input.et-search-field {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  font-size: 16px;
  outline: 0;
}
.hd_top {
  position: relative;
  z-index: 9;
}



header.header.no_nav .hd_logo {
  padding-bottom: 10px;
}


@media(min-width:981px){
  .scroll header.header.no_nav .hd_logo {
    padding-bottom: 5px
  }
  .search_open nav.navigation-primary>ul {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }
  nav.navigation-primary>ul {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }
  .scroll .hd_search.et_search_outer .header__container {
    height: 54px;
  }
  .scroll .hd_group {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }

  form.et-search-form {
    right: 30px;
  }
  span.et_close_search_field {
    right: 30px;
  }
  .container.et_search_form_container.header__container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hd_top .header__container {
    width: 100%;
    max-width: 100%;
  }

  .hd_group {
    width: 100%;
    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);
    font-weight: 500;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  header.header {
    min-height: 114px;
  }
  .scroll  nav.navigation-primary>ul>li>a {
    padding-bottom: 20px;
  }
  .scroll .hd_right {
    padding: 20px 0 0 0;
  }
  .scroll .hd_logo img {
    height: 44.8px;
    width: 154.5px !important;
  }
  .scroll .hd_logo {
    margin-top: 5px;
  }
  .hd_logo {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  nav.navigation-primary>ul>li>a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary ul ul li a:hover {
    opacity: .7;
  }
  .custom-menu-primary ul ul li {
    position: relative;
    line-height: 2em;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
  }
  .custom-menu-primary ul ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 6px 20px;
    min-width: 200px;
    display: block;
    line-height: 28px;
  }
  .custom-menu-primary ul li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary ul ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2ea3f2;
    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);
    text-align: left;
  }







}

@media(max-width:980px){
  header.header.no_nav .hd_logo {
    padding-bottom: 18px;
  }
  .custom-menu-primary ul ul {
    display: none;
  }
  .hd_inr {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  header.header {
    min-height: 80px;
  }
  .hd_group {
    position: fixed;
    width: 100%;
    top: 0;
    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);
    z-index: 99;
  }
  .hd_logo img {
    height: auto;
    width: 148.5px !important;
  }
  .hd_logo {
    float: left;
    margin-top: 19px;
    margin-left: 3px;
    padding-bottom: 18px;
  }
  .hd_right {
    padding-top: 24px;
  }
  span.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    margin-bottom: 24px;
  }
  span.mobile_menu_bar:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #008080;
  }
  .mb_trigger {
    float: right;
  }
  div#et_top_search {
    margin: 10px 35px 0 0;
    float: left;
  }

  .custom-menu-primary {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    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);
    top: 80px;
    border-color: #008080;
    background-color: #fcfcfc;
  }

  nav.navigation-primary>ul>li.has-submenu>a:after {
    display: none;
  }
  nav.navigation-primary>ul li {
    display: block;
    padding: 0;
  }
  nav.navigation-primary>ul li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666 !important;
    padding: 10px 5%;
    display: block;
    line-height: 23px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  nav.navigation-primary>ul li.has-submenu>a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }
  nav.navigation-primary>ul ul li {
    padding-left: 5%;
  }
  nav.navigation-primary>ul ul {
    display: block;
    height: auto;
    padding-left: 10px;
  }
  nav.navigation-primary>ul li a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }

  form.et-search-form {
    max-width: 50%;
    width: 50%;
  }
  .hd_search.et_search_outer .header__container {
    height: 80px;
  }
  .search_open span.mobile_menu_bar {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

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

  .hd_logo {
    float: left;
    margin-top: 19px;
    margin-left: 3px;
    padding-bottom: 18px;
    width: 50.5%;
  }
  .hd_logo img {
    max-width: 100%;
  }
  form.et-search-form {
    width: 38%;
  }
  header.header.no_nav .hd_logo {
    padding-bottom: 22px;
  }

}

@media(max-width:350px){
  .hd_logo {
    margin-top: 22px;
  }
}
/**first line of the menu: logo and CTA**/
* {
  box-sizing: border-box;
}

header {
  display: block;
}

.progress-header {
  position: fixed;
}

.header {
  width: 100%;
  /**  position: fixed; **/
  z-index: 99990;
}

.header-section-sub {
  max-width: 1280px;
  background-color: white;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.3);

  overflow-x: visible;
  overflow-y: visible;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 8;
  left: 0;
  right: 0;
}
.header-first-line {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.header-section-sub2 {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.logo {
  float: left;
  margin-bottom: 0;
  max-height: auto;
  width: 50%;
}

@media (min-width: 1025px) {
  .logo {
    width: 20%;
  }
}

.header-section-sub2 img {
  max-width: 180px;
  height: auto;
}

.span-logo {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 5px auto auto 50px;
}

.logo-image {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 250px;
}

.empty-column {
  display: none;
}

@media (min-width: 1025px) {
  .empty-column {
    display: flex;
    justify-content: center;
    width: 60%;
  }
}

.demo-cta-wrapper {
  width: 50%;
  margin-right: 0 !important;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1025px) {
  .demo-cta-wrapper {
    width: 20%;
  }
}

.book-a-demo {
  font-family: Raleway;
  text-decoration: none;
  color: #ffffff;
  border-width: 0px;
  border-radius: 0;
  background-color: #008080;
  /* letter-spacing: 5px; */
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px !important;
  padding-right: 36px !important;
  padding-bottom: 20px !important;
  padding-left: 36px !important;
  display: inline-block;
  position: relative;
}

@media (min-width: 1025px) {
  .book-a-demo {
    border-radius: 0 0 50px 0;
  }
}

.book-a-demo:hover {
  background-image: linear-gradient(180deg, #008080 0%, #005757 100%);
  background-color: #008080;
  color: #ffffff !important;
}

/**desktop menu style**/
nav {
  display: block;
  text-align: center;
}
nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
ul.sub-menu {
  padding: 20px 0;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.menu-primary > li > ul > li {
  padding: 0 20px;
}

.menu-primary a {
  display: block;
  background: transparent;
  color: #3b3838;
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 0 16px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}
.menu-primary {
  vertical-align: top;
  display: inline-block;
  box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
  border-radius: 6px;
}
.menu-primary li {
  position: relative;
}

.menu-primary > li {
  float: left;
}

.menu-primary > li > .sub-menu {
  transition: all 0.2s ease;
  opacity: 0;
  visible: hidden;
}

.menu-primary > li:hover > .sub-menu {
  opacity: 1;
  visible: visible;
}

.menu-primary > .with-sub {
  margin-right: 1px;
}
.menu-primary > li > a {
  margin-bottom: 1px;
}
.menu-primary > li:hover,
.menu-primary > li:hover > a {
  border-bottom-color: #008080;
}
.menu-primary li:hover > a {
  opacity: 0.5;
}
.menu-primary > li:first-child {
  border-radius: 4px 0 0 4px;
}
.menu-primary > li:first-child > a {
  border-radius: 4px 0 0 0;
}
.menu-primary > li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}
.menu-primary > li:last-child > a {
  border-radius: 0 4px 0 0;
}
.menu-primary li li a {
  margin-top: 1px;
}

.menu-primary li a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  top: 50%;
  right: 5px;
}

/* submenu positioning*/
.menu-primary ul {
  position: absolute;
  z-index: 1;
  left: -99999em;
}
.menu-primary > li:hover > ul {
  border-top: 4px #008080 solid;
  background: #fff;
  left: auto;
  margin-top: 0;
  min-width: 100%;
}
.menu-primary > li li:hover > ul {
  left: 100%;
  margin-left: 1px;
  top: -1px;
  padding: 20px 0;
}
.sub-menu-item {
  text-align: left;
}

.sub-menu-item a {
  padding: 6px 20px;
  letter-spacing: 0 !important;
}

.sub-menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.menu-primary > li > a:first-child:nth-last-child(2):before {
  border: 1px solid #3b3838;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-top: -2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/**mobile menu settings **/
.mobile-menu-nav {
  display: none;
}

.mobile-menu-primary {
  display: none;
  list-style: none;
  z-index: 99998;
  padding: 0px;
}

.mobile-menu-primary a {
  display: none;
  font-size: 15px !important;
  letter-spacing: 1px;
}

.sub-menu {
  list-style: none;
  background-color: #fff;
}

/**first line of the menu: logo and CTA - Tablets**/
@media screen and (max-width: 1024px) {
  .book-a-demo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px !important;
    padding-right: 36px !important;
    padding-bottom: 20px !important;
    padding-left: 36px !important;
    font-size: 17px !important;
    line-height: 1.7;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  .logo-image {
    width: 100%;
  }

  .span-logo {
    margin: 0px 20px auto 20px;
    display: flex;
  }

  .span-logo a {
    display: inline-flex;
  }

  .menu-nav {
    display: none;
  }

  .mobile-menu-nav {
    display: block;
  }

  .burger-line {
    width: 25px;
    height: 3px;
    background-color: #008080;
    margin: 6px 0;
    padding: 2px;
  }
  /* mobile menu fixed on screen*/
  .mobile-menu-primary {
    display: none;
    position: relative;
    border-top: 4px #008080 solid;
    background-color: white;
    margin: auto;
    width: 80%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 31.5px
  }

  .sub-menu-item {
    width: 100%;
  }

  .mobile-menu-primary a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 28.5px ;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500 !important;
  }

  .sub-menu-item a {
    padding: 10px 28.5px 10px 42px;
  }

  .mobile-menu-primary a.a-with-sub {
    font-weight: 700 !important;
  }

  .mobile-menu-primary a.a-icon-with-sub {
     padding: 4px 8px !important;
  }


  .button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
}

/**first line of the menu: logo and CTA - smaller Tablets**/
@media screen and (max-width: 666px) {
  .book-a-demo {
    padding-top: 20px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
    font-size: 8px !important;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    width: 85.6px;
    height: 63.6px;
  }

  .logo-image {
    width: 100%;
  }

  .span-logo {
    margin: 0px 20px auto 20px;
  }
}
/**first line of the menu: logo and CTA - phones**/
@media screen and (max-width: 450px) {
  .book-a-demo {
    padding-top: 20px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
    font-size: 8px !important;
    letter-spacing: 0.5px;
    font-weight: 300 !important;
  }
  .logo-image {
    width: 63.6px;
    height: 63.6px;
  }
  .span-logo {
    margin: 0px 20px auto 20px;
  }
}

@media screen and (max-width: 674px) {
  .mobile-menu-primary {
    width: 100% !important;

    margin-top: 0;
  }
}

@media screen and (max-width: 357px) {
  .mobile-menu-primary {
    width: 100% !important;
  }
  .mobile-menu-primary a {
    font-size: 15px !important;
    letter-spacing: 1px;
    position: relative;
    overflow-wrap: break-word;
  }
}

/**progress bar style**/
.progress-header {
  top: 0;
  position: absolute;
  z-index: 99999;
  width: 100%;
  background-color: white;
  display: none !important;
}

.progress-header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: white;
}

.progress-bar {
  height: 8px;
  background: #008080;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 0px auto 0 auto;
  width: 80%;
}

/* .sub-menu-dropdown {
    display: none;
  } */

.mobile-with-sub-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-with-sub-links .a-icon-with-sub:focus {
  outline: none !important;
}

.sub-menu-dropdown {
  display: grid;
  grid-template-rows: 0fr;
}

.sub-menu-dropdown.is-open {
  grid-template-rows: 1fr;
}

.sub-menu-dropdown .sub-menu {
  overflow: hidden;
  padding: 0;
}

.a-icon-with-sub.is-open {
  transform: rotate(180deg);
}

.a-icon-with-sub {
  color: #ee5744 !important;
}

.a-icon-with-sub svg {
  width: 16px;
  height: 16px;
}

.mobile-menu-primary ul.sub-menu {
  width: 100%;
}

@media (max-width: 1024px) {
  .menu-page-home.menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

.header-section-sub-top {
  background-color: #474747;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-section-sub-top p {
  margin: 0 !important;
}

@media (min-width: 1025px) {
  .header-section-sub-top {
    display: none;
  }
}

.desktop-logo {
  display: none;
}

@media (min-width: 1025px) {
  .desktop-logo {
    display: block;
  }

  .mobile-logo {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .book-a-demo {
    padding-top: 1rem !important;
    padding-right: 10px !important;
    padding-bottom: 1rem !important;
    padding-left: 10px !important;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300 !important;
  }
}

@media screen and (max-width: 666px) {
  .book-a-demo {
    padding-top: 1rem !important;
    padding-right: 10px !important;
    padding-bottom: 1rem !important;
    padding-left: 10px !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700 !important;
  }
}

.burger button:focus,
.a-with-sub:focus {
  outline: none !important;
}

@media (max-width: 1024px) {
  .header-second-line {
    min-height: 48px;
  }
}

/* Burger Menu */
#burger-menu {
  position: relative;
  width: 20px;
  display: inline-flex;
  padding-top: 0.625rem;
}

#burger-menu:focus {
  outline: none !important;
}

#burger {
  cursor: pointer;
  display: block;
}

#burger span {
  background: #008080;
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  top: 0;
  border-radius: 2px;
}

#burger-menu.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

#burger-menu.open span:nth-child(3) {
  transform: rotate(45deg);
  top: -6px;
}

#burger-menu.open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 6px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  margin: 0 auto;
}
.ft_bottom {
  padding: 15px 0 5px;
}
.footer__container:after {
  content: "";
  display: block;
  clear: both;
}
.ft_copyright {
  float: left;
  text-align: left;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 23.8px;
}
.ft_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft_social {
  float: right;
}
.et-social-icons li {
  display: inline-block;
  margin-left: 20px
}

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

.et-social-icon span {
  display: none
}
.ft_social ul li a:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}
.et-social-twitter a.icon:before {
  content: "\e094";
}
.et-social-linkedin a.icon:before {
  content: "\e09d";
}
.footer a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.ft_menu ul {
  padding: 15px 0;
  font-size: 12px;
  line-height: 24px;
}
.ft_menu {
  position: relative;
  z-index: 1;
}
.ft_top {
  background-color: hsla(0,0%,100%,.05);
}
.ft_menu ul li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 12px;
}
.ft_menu ul li {
  font-weight: 600;
  display: inline-block;
  font-size: 14px; 
  padding-right: 22px;
}
.ft_menu ul {
  padding: 15px 0;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}


.back {
  font-style: normal;
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff !important;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}
.back.active {
  opacity: 1 !important;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  display: inline;
}
.back:before {
  content: "2";
}


@media(max-width:980px){
  .ft_bottom .footer__container > div {
    float: none;
    text-align: center;
  }
  .ft_social {
    margin: 0 0 6px;
  }
  .ft_menu ul {
    text-align: center;
  }





}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}
.b_post_page .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  right: 20.875%;
}
.b_post_page .content-wrapper {
  position: relative;
  padding-top: 6rem;
 display: flex;
}

@media(max-width: 1024px) {
  .b_post_page .content-wrapper {
    padding-top: 14rem;
  }
}



.post_left h1 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}
p.post-meta a {
  text-decoration: none;
  color: #666;
}
p.post-meta {
  margin-bottom: 6px;
  font-size: 14px;
  padding-bottom: 15px;
}
.post_left {

  width: 79.125%;
  padding-bottom: 23px;
  padding-right: 5.5%;
}
.post_right h3 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  margin: 0;
}
.post_right {
  width: 20.875%;
  padding-left: 1em;
}
.post_right ul li a:hover {
  color: #008080;
}
.post_right ul li a {
  text-decoration: none;
  color: #666;
}
.post_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft_menu ul {
  margin: 0;
}
.blog-comments .hs-input {
  max-width: 100% !important;
}
.blog-comments {
  padding-bottom: 25px;
  margin-bottom: 27px;
}
.comment-date {
  display: block !important;
  padding-bottom: 5px;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
.blog-post__body img {
  max-width: 100%;
}

.b_banner_bg {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  padding-top: 49px;
}
.b_banner {
  background-blend-mode: multiply;
  background-position: 50%;
  background-size: cover;
}
.b_banner h1 {
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  color: #3b3838;
  font-weight: 700;
  font-size: 36px;
}
.blog_banner_inr {
  padding: 10px 0;
}
.b_banner p {
  color: #3b3838;
  margin: 0;
}
.b_listing .content-wrapper {
  padding: 27px 0;
}
.b_listing {
  padding: 27px 0;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-small:nth-child(3n) {
  margin-right: 0;
}
.blog-small img {
  max-width: 100%;
}
.blog-small {
  width: 29.667%;
  margin-right: 5.5%;
}
.bl_inr {
  margin-bottom: 18.539%;
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
a.blog-index_img img {
  min-height: 200px;
  object-fit: cover;
}
a.blog-index_img {
  display: block;
  margin: -20px -20px 29px;
  position: relative;
}
.bl_inr h2 a {
  color: inherit;
}
.bl_inr h2 {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 20px;
  margin: 0;
}
.date {
  visibility: hidden;
  font-weight: 300;
  font-size: 10px;
  color: #666666;
  margin-bottom: 6px;
  line-height: 24px;
}
.bl_inr p {
  font-weight: 300;
  margin: 0;
}
a.more-link {
  font-weight: 300;
}
.b_bottom_inr {
  padding: 40px 60px;
  text-align: center;
}
.b_bottom_pane .page-center {
  padding: 27px 0;
  width: 100%;
  max-width: 100%;
}

.b_bottom_pane {
  background-color: #666666;
  padding-top: 27px;
}

.b_bottom_inr h2 {
  padding-bottom: 30px;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  color: #fff;
  margin: 0;
}
.b_bt_btn a:hover {
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
  border-color: #ffffff;
}
.b_bt_btn a:hover:after {
  margin-left: 0;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
.b_bt_btn a:after {
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  opacity: 0;
  position: absolute;
  content: attr(data-icon);
  color: #ffffff;
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
}
.b_bt_btn a {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  display: inline-block;
  color: #ffffff!important;
  border-color: #ffffff;
  border-radius: 0px;
  background-color: #ef5744;
}
.blog-pagination a {
  color: #008080;
}
.blog-pagination:after {
  display: block;
  clear: both;
  content: "";
}
.blog-pagination__prev-link {
  float: right;
}





@media(max-width:1349px){
  .b_listing {
    padding: 2% 0;
  }
  .b_listing .content-wrapper {
    padding: 2% 0;
  }
  .b_bottom_pane .page-center {
    padding: 2% 0;
  }


}







a.blog-index_img img {
  display: block;
}
/**
.blog-pagination {
  margin-top: -28px;
}
*/
@media(max-width:980px){
  .post_left {
    width: 100%;
    padding-bottom: 23px;
    padding-right: 0;
  }
  .post_right {
    position: relative;
    top: 0;
    left: 10px;
    width: 60%;
    padding-bottom: 28px;
    padding-left: 0;
    margin-bottom: 30px;
    margin: auto;
  }
  .b_post_page .content-wrapper {
    display: block;
  }

  .b_post_page .content-wrapper:before {
    display: none;
  }
  .b_listing {
    padding: 50px 0;
  }
  .b_listing .content-wrapper {
    padding: 30px 0;
  }

  .blog-small {
    width: 47.25%;
    margin-right: 5.5% !important;
  }
  .blog-small:nth-child(even) {
    margin-right: 0 !important;
  }
  .bl_inr {
    margin-bottom: 16.21%;
  }
  .b_bottom_pane {
    background-color: #666;
    padding-top: 50px;
  }
  .b_bottom_pane .page-center {
    padding: 30px 0;
  }

  .blog-pagination {
    margin-top: -27px;
    position: relative;
    z-index: 9;
  }

}
@media(max-width:767px){
  .blog-small {
    width: 100%;
    margin-right: 0 !important;
  }
  .blog_banner_inr {
    margin: 20px 2%;
  }
  .bl_inr {
    margin-bottom: 9.5%;
  }

  .blog-pagination {
    margin-top: -22px;

  }
  .b_banner_bg {
    padding-right: 10px;
  }

  .post_right {
    width: 80%;

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

  .blog-pagination {
    margin-top: 0;
  }
  a.blog-index_img img {
    min-height: auto;
  }

}






.et_pb_promo_button{
font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    color: #fff !important;
    border-color: #fff;
    border-radius: 0px;
background-color: #ef5744;}


a.et_pb_promo_button:hover {
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
  border-color: #ffffff;
}
a.et_pb_promo_button:hover:after {
  margin-left: 0;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

a.et_pb_promo_button:after {
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  opacity: 0;
  position: absolute;
  content: attr(data-icon);
  color: #ffffff;
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;}
/* ******************************************************************************
*********************************************************************************
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: 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: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}
input#hs-register-widget-email {
  background: transparent;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}

@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }


}