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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ETmodules; 
  src: url("https://dyo2e8l844-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.eot?#iefix") format("embedded-opentype"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Time2Track_November2021/fonts/modules.ttf) format("truetype"),
    url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Time2Track_November2021/fonts/modules.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face { 
  font-family: "Open Sans"; 
  src: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Time2Track_November2021/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400;
  font-stretch: normal;
  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"; 
  src: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Time2Track_November2021/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format("woff2");
  font-style: normal; 
  font-weight: 600;
  font-stretch: normal;
  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"; 
  src: url(//5155768.fs1.hubspotusercontent-na1.net/hubfs/5155768/raw_assets/public/Time2Track_November2021/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-stretch: normal;
  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;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
  word-break: break-word;
  background-repeat: no-repeat!important;
  background-attachment: fixed;
  background-position: top center!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  background-size: cover!important;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.2em;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin:15px 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
/* Labels */
ul.no-list.hs-error-msgs{
  padding:0px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
  color: #ef6b51;
}
form label {
  font-family: Arial;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0.35rem;
}
ul.no-list.hs-error-msgs.inputs-list  li label{
  color: #ef6b51;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #ccc !important;
  resize: vertical;
  border-radius: 2px;
  float: left;
  width: 100%!important;
  padding: 10px;
  line-height:18px;
  margin-bottom:10px;
  outline:none;
  color: #4e4e4e;
  background: #f5f5f5!important;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 14px;
  color: #333;
  align-items: flex-start;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px 9px;
  border-radius: 4px;
  margin:15px 0;
  cursor: pointer;
  max-width: 120px;
  background: #e4792b;
  min-width: 130px; 
  white-space: normal;
  margin-right: 5px;
  line-height: normal;
  display: inline-block;
}

.migration a.hs-button.large.primary {
  margin-bottom: 15px;
  display: inline-block;
}
/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper{
  padding-top: 99px;
  margin-top: -1px;
}
.top-header{
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  color: rgba(255,255,255,0.8);
  background-color: #2b3f33;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  line-height:1em;
  z-index: 100000;
  font-size:12px;
}
.top-header-container{
  padding-top: 0.75em;
  font-weight: 600;
  position: relative;
  text-align: left;
  line-height:1em;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}
.clearfix:before{
  display:none;
}
.header-info{
  display: block;
  padding-bottom: 0.75em;
  float: left;
  line-height: 1em;
}
.header-info-phone{
  margin-right: 13px;
  position:relative;
}
.header-info-phone::before{
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  color:#fff;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
}
.header-secondary-menu{
  float:right;
}
.header-info .hs_cos_wrapper{
  display:inline-block;
}
ul.header-social-icons{
  display: inline-block;
  float: none;
  list-style:none;
  padding:0px;
  margin:0px;
}
li.header-social-icon{
  margin-top: -2px;
  display: inline-block;
  margin-left: 12px;
}
li.header-social-icon a:hover{
  opacity:.7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
li.header-social-icon a{
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #fff;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease 0s;
}
li.header-social-icon a span{
  display:none;
}
ul.header-social-icons .header-social-twitter a:before{
  content: "\e094";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
ul.header-social-icons .header-social-rss a:before{
  content: "\e09e";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
ul.header-social-icons .header-social-facebook a:before{
  content: "\e093";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.header-mobile-social-links{
  display:none;
}
ul.header-secondary-nav{
  list-style:none;
  margin:0px;
  padding:0px;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  display:inline-block;
}
ul.header-secondary-nav li:last-child{
  margin-right:0px;
}
ul.header-secondary-nav li{
  position: relative;
  text-align: right;
  margin-right: 15px;
  display: inline-block;
  word-wrap: break-word;
}
ul.header-secondary-nav li a:hover{
  opacity:.7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
ul.header-secondary-nav li a{
  display: block;
  padding-bottom: 0.75em;
  color: rgba(255,255,255,0.8);
  font-weight:600;
  transition: background-color .4s,color .4s ease-in-out;
}




/*main-header-css*/
.main-header{
  top:31px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  font-weight: 500;
  line-height: 23px;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}

.main-header-container{
  position: relative;
  text-align: left;
  width: 80%;
  z-index: 99;
  max-width: 1080px;
  margin: auto;
}
.header-search_outer{
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-active .header_search_form_container{
  z-index: 999;
  opacity: 1;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
}
.header_search_form_container{
  position: relative;
  height: 68px;
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  width: 80%;
  text-align: left;
  max-width: 1080px;
  margin: auto;
}
.logo_container{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.logo_container .hs_cos_wrapper{
  display: inline-block;
}

.logo_container img{
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  height:auto;
  max-width:186px;
  position: relative;
  top: 9px;
  left: 4px;
}
@media(max-width:360px){
  span.logo_helper {
    display:none;
  }
  .logo_container img{
    max-width:50% !important;
    position:relative;
    top:25px;
  }
}
.header-top-navigation>.hs_cos_wrapper{
  float:left;
}
.header-top-navigation{
  padding-left: 216px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: right;
  padding-top:33px;
  font-weight: 600;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary{
  float: left;
  line-height:0;
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0);
  }

  100% {
    opacity: 0;
    transform: translatey(-60%);
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }

}
.search-active .header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1{
  float: left;
  line-height:0;
  list-style:none;
  padding:0px;
  margin:0px;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.header-mobile-nav-menu{
  display:none;
  float:right;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li{
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  line-height: 1em;
}

.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li:last-child a:hover{
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li:last-child a{
  color: #e4792b!important;
  font-weight: bold!important;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li.has-submenu>a:after{
  position: absolute;
  top: 0;
  right: 0;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  content: "3";
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li.has-submenu>a{
  padding-right: 20px;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li>a:hover{
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li>a{
  padding-bottom: 33px;
  color: #666666;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li:hover ul.submenu.level-2{
  opacity:1;
  visibility:visible;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary ul.submenu.level-2{
  border-color: #e47a2b;
  text-align: left;
  -webkit-transform: translate3d(0,0,0);
  visibility: hidden;
  z-index: 9999;
  width: 240px;
  position: absolute;
  list-style:none;
  margin:0px;
  padding: 20px 0;
  border-top: 3px solid #e47a2b;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary ul.submenu.level-2>li{
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  line-height: 2em;
  word-wrap:break-word;
  font-size: 14px;
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary ul.submenu.level-2>li>a:hover{
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}
.header-top-navigation>.hs_cos_wrapper>nav.navigation-primary ul.submenu.level-2>li>a{
  width: 200px;
  padding: 6px 20px;
  color: #666666;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header_top_search{
  display: block;
  float: right;
  position: relative;
  cursor:pointer;
  width: 18px;
  margin: 3px 0 0 22px;
}
.search-active .header_search_icon:before{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.header_search_icon:before{
  color: #666666;
  text-shadow: 0px 0px;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 17px;
  content: "\55";
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
form.header-search-form{
  border-color: #e47a2b;
  background: rgba(0,0,0,0)!important;
  position: absolute;
  z-index: 1000;
  top: 0;
  max-width: 632.422px;
  right: 0;
  bottom: 0;
  width: 100%;
}
form.header-search-form input::placeholder{
  color: #666666;
}
form.header-search-form input{
  color: #666666;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 90%;
  margin: auto;
  border: none;
  outline:none;
  background: 0 0;
}
span.header_close_search_field{
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
}
span.header_close_search_field::after{
  color: #666666;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: "\4d";
  speak: none;
}
.mobile_menu_bar {
  display: block;
  position: relative;
  line-height: 0;
  padding-bottom: 24px;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.search-active .mobile_menu_bar {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.mobile_menu_bar::before{
  color: #e47a2b;
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;

}
.mobile-nav ul.submenu.level-1{
  border-color: #e47a2b;
  visibility: visible;
  display:none;
  list-style: none;
  margin:0px;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 5%;
  border-top: 3px solid  #e47a2b;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.mobile-nav ul.submenu.level-1>li:nth-child(9),
.mobile-nav ul.submenu.level-1>li:nth-child(10),
.mobile-nav ul.submenu.level-1>li:nth-child(11),
.mobile-nav ul.submenu.level-1>li:nth-child(12),
.mobile-nav ul.submenu.level-1>li:nth-child(13),
.mobile-nav ul.submenu.level-1>li:nth-child(14),
.mobile-nav ul.submenu.level-1>li:nth-child(15),
.mobile-nav ul.submenu.level-1>li:nth-child(16),
.mobile-nav ul.submenu.level-1>li:nth-child(17){
  display:none;
}
.mobile-nav ul.submenu.level-1>li.has-submenu>a{
  background-color: rgba(0,0,0,.03);
  font-weight: 700;
}
.mobile-nav ul.submenu.level-1>li>a{
  color: #666666;
  display: block;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0,0,0,.03);
}
.mobile-nav ul.submenu.level-1>li:nth-child(6) a:hover,.mobile-nav ul.submenu.level-1>li:nth-child(10) a:hover{
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}

.mobile-nav ul.submenu.level-1>li>a:hover{ 
  opacity:.7;
  background-color: rgba(0,0,0,.03);
}
.mobile-nav ul.submenu.level-1>li ul.submenu.level-2{
  display: block!important;
  visibility: visible!important;
  padding-left: 10px;
  margin:0px;
  list-style:none;
}
.mobile-nav ul.submenu.level-1>li ul.submenu.level-2>li{
  padding-left: 5%;
}
.mobile-nav ul.submenu.level-1>li ul.submenu.level-2>li>a{
  color: #666666;
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0,0,0,.03);
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mobile-nav ul.submenu.level-1>li ul.submenu.level-2>li>a:hover{
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}
@media(min-width:981px){
  .logo_container img{
    max-height: 75%;

  }
  .header-top-navigation{
    padding-top:27px; 
  }
  .header-top-navigation>.hs_cos_wrapper>nav.navigation-primary>ul.submenu.level-1>li>a{
    padding-bottom:27px;
  }
  .main-header.fixed  .header-top-navigation>.hs_cos_wrapper>nav.navigation-primary ul.submenu.level-2{
    background-color: rgba(255,255,255,0.84);
  }
  .main-header.fixed{
    background-color: rgba(255,255,255,0.84);
    box-shadow: none!important;
  }
}
@media(max-width:980px){
  .top-header{
    position:absolute;
  }
  .header-secondary-menu{
    display:none;
  }
  .top-header-container{
    padding:0px;
  }
  .header-info{
    padding-top:0.75em;
  }
  .logo_container img{
    max-width:57.58%;
    top:19px;
  }
  .main-header{
    position:absolute;
  }
  .header-top-navigation{
    display:block;
    padding-top:24px;
  }
  .header-top-navigation>.hs_cos_wrapper>nav.navigation-primary{
    display:none;
  }
  .header_top_search{
    float: left;
    margin: 0 35px 0 0;
  }
  .header-mobile-nav-menu{
    display:block;
  }
  .header_search_icon:before{
    top:7px;
  }
  .header_search_form_container{
    height:80px;
  }
  form.header-search-form{
    width:50%;
    max-width:50%;
  }
  .header-wrapper{
    padding-top: 110px;
    margin-top: -1px;
  }
}
@media(max-width:960px){


}
@media(max-width:767px){
  .header-info{
    display: block;
    float: none;
    text-align: center;
  }
  ul.header-social-icons{
    display:none;
  }
  .header-top-navigation{
    padding-left:158px;
  }
}
@media(max-width:350px){
  form.header-search-form input { 
    width: 70%; 
  }
  .logo_container img {
    top: 22px;
}
}
footer.footer {
  background-color: #2e2e2e;
  line-height:1.4;
}
.footer-inner {
  position: relative;
  text-align: left;
}
.footer-inner {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.footer-menu {
  padding: 6% 0 0;
}
h4.title {
  color: #e47a2b;
  margin-top: 25px!important;
  margin-bottom: 10px!important;
  font-size: 21px;
  line-height: 1.2em;
  padding-bottom: 10px;
  font-weight:500;
}
.features ul, .solutions ul, .professions ul, .pricing ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.menu {
  margin-right: 5.5%;
  margin-bottom: 5.45%;
}
.features, .solutions, .professions, .pricing {
  width: 20.875%;
  float: left;
}
.menu ul li a:hover , .pricing ul li a:hover{
  color:#e47a2b;
}
.menu ul li a , .pricing ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.menu ul li {
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.7em;
}
.pricing ul li {
  margin-bottom: 5px;
  padding: 0; 
  line-height: 1.7em;
}
.footer-bottom {
  padding: 15px 0 5px;
  background-color: rgba(0,0,0,.32);
}
.footer-info {
  padding-bottom: 10px;
  color: #666;
  text-align: left;
  float: left;
  line-height: 24px;
  margin-bottom: 0;
}
.et-social-icons {
  float: right;
}

.footer-info a {
  color: #666;
  font-weight: 700;
}
ul.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
.pricing a.hs-button {
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid #e47a2b;
  border-radius: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  color: #fff;
}
.pricing ul {
  margin-bottom: 60px;
}

.pricing a.hs-button:hover{
  color: #fff;
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid transparent;
  background-color: rgba(255,255,255,.2);
}
.pricing a.hs-button:after{
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-family: ETmodules!important;
}

.pricing a.hs-button:hover:after{
  margin-left: 0;
  opacity: 1;
  color: #e47a2b;
}


@media (max-width: 980px){
  .features, .solutions, .professions, .pricing {
    width: 46.25%;    
  }
  ul.et-social-icons {
    margin: 0 0 -1px;
    float: none;
    text-align: center;
  }
  .footer-info {
    float: none;
    text-align: center;
  }
  .menu{
    margin: 0 7.5% 7.5% 0;
  }
  .menu:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .menu:nth-child(2n) {
    margin-right: 0;
  }
  .footer-menu {
    padding: 8% 0;
  }
}

@media (max-width: 768px){
  .features, .solutions, .professions {
    width: 100%;
    margin-bottom: 9.5%!important;
  }
  .pricing {
    width: 100%;
  }
  .menu:nth-last-child(-n+2) {
    margin-bottom: 9.5% !important;
  }
  .footer-menu {
    padding: 10% 0;
  }
  ul.et-social-icons {
    margin: 0;
    float: none;
    text-align: center;
  }
  .pricing ul {
    margin-bottom: 9.5%;
  }
}

@media (max-width: 479px){
  .menu, .pricing, .menu:nth-last-child(-n+2) {
    margin-right: 0;
    margin-bottom: 11.5%!important;
  }
  .footer-menu {
    padding: 12% 0;
  }
}
