*, *: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: "ElegantIcons"; 
   src: url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/Irrationalagency_September2022/fonts/ElegantIcons.eot) format("embedded-opentype"),
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/ElegantIcons.woff) format("woff"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/ElegantIcons.ttf) format("truetype"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/ElegantIcons.svg#ElegantIcons) format("svg");
   font-style: normal; 
   font-weight: normal;
}
@font-face {
   font-family: "FontAwesome";
   src: url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/fontawesome-webfont.woff) format("woff"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/fontawesome-webfont.ttf) format("truetype"), 
      url(https://8675862.fs1.hubspotusercontent-na1.net/hubfs/8675862/raw_assets/public/Irrationalagency_September2022/fonts/fontawesome-webfont.svg) format("svg");
   font-style: normal;
   font-weight: normal; 
}


body {
   line-height: 1.688;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
}

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;
}
h1{
   line-height: 50px;
}
h2{
   line-height: 38px;
}
h3{
   line-height: 40px;
}
h4{
   line-height: 40px;
}
h5{
   line-height: 30px;
}
h6{
   line-height: 35px;
}
/* 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 {
   display: inline-block;
   width: auto;
   height: 47px;
   line-height: 43px;
   padding: 0 37px;
   border: 2px solid #3a6ee8;
   font-size: 12px;
   letter-spacing: .6px;
   font-weight: 700;
   font-family: inherit;
   cursor: pointer;
   text-transform: uppercase;
   transition: all .15s ease-out;
   margin:10px 0;
   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-bottom: 0rem;
}
/*.systems-page form,
 .body-container form{
   background-color:#f8f8f8;
   padding:15px;
   margin-bottom:15px;
} */
/* Labels */

form label {
   display: inline-block;
}

/* 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-radius: 25px;
   width: 100%;
   margin-bottom: 23px;
   padding: 10px 15px;
   border: 2px solid #f0f0f0;
   outline: 0;
   font-family: Ubuntu,sans-serif;
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
   background-color: #fff;
   color: #5a5a5a;
}

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

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 {
}

.hs-error-msg {
   color: #dc3232;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   display: inline-block;
   width: auto;
   min-height: 47px;
   padding: 0 37px;
   border: 2px solid #3a6ee8;
   font-size: 12px;
   letter-spacing: .6px;
   font-weight: 700;
   font-family: inherit;
   cursor: pointer;
   text-transform: uppercase;
   transition: all .15s ease-out;
   margin:10px 0;
   white-space: normal!important;
}
form input::-webkit-input-placeholder {
   color: #afafaf;
}
/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs-error-msg,ul.no-list.hs-error-msgs label {
   color: #dc3232;
   font-size: 1em;
   font-weight: normal;
   display: inline-block;
   font-family: Raleway;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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;
}
.top-bar {
   color: #fff!important;
   background-color: rgba(235, 235, 235, 1);
   height: 40px;
   width: 100%;
   position: relative;
   font-weight: 400;
   overflow: hidden;
   z-index: 110;
}

.top-grid {
   height: 100%;
   margin: 0 auto;
   max-width: 1100px;
}

.top-vertical-align-containers {
   padding-left: 0;
   padding-right: 0;
   position: relative;
   height: 100%;
   width: 100%;
}

.top-position-left {
   position: relative;
   float: left;
   z-index: 2;
   height: 100%;
}

.top-position-left-inner {
   vertical-align: middle;
   display: inline-block;
}

.top-bar-widget {
   color: #fff;
}

.top-right {
   color: #3E3E3D;
}

.top-textwidget {
   vertical-align: middle;
   display: inline-block;
}
.top-position-left:before ,
.top-position-right:before,
.header-position-left:before,
.header-position-right:before,
.position-center:before{
   content: "";
   display: inline-block;
   vertical-align: middle;
   height: 100%;
   margin-right: 0;
}
.top-position-center {
   height: 100%;
   width: 100%;
   position: absolute;
   left: 0;
   text-align: center;
   z-index: 1;
}

.top-position-center-inner {
   vertical-align: middle;
   display: inline-block;
}

.top-position-right {
   position: relative;
   float: right;
   z-index: 2;
   height: 100%;
   text-align: right;
}

.top-position-right-inner {
   vertical-align: middle;
   display: inline-block;
}
header.header {
   display: inline-block;
   margin: 0;
   position: relative;
   vertical-align: middle;
   width: 100%;
   z-index: 110;
}

.header-menu-area {
   background-color: rgba(255, 255, 255, 1);
   color: #fff;
   height: 125px;
   position: relative;
   transition: background-color .3s ease;
}
header.header {
   display: inline-block;
   margin: 0;
   position: relative;
   vertical-align: middle;
   width: 100%;
   z-index: 110;
}

.header-menu-area {
   background-color: rgba(255, 255, 255, 1);
   color: #fff;
   height: 125px;
   position: relative;
   transition: background-color .3s ease;
}
.header-vertical-align-containers {
   transition: background-color .3s ease;
   position: relative;
   height: 100%;
   width: 100%;
}

.header-position-left {
   position: relative;
   float: left;
   z-index: 2;
   height: 100%;
}

.header-position-left-inner {
   vertical-align: middle;
   display: inline-block;
}

.header-logo-wrapper {
   display: inline-block;
   vertical-align: middle;
}

.header-logo-wrapper a {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   max-width: 100%;
   max-height: 112.5px;
   height: 112px;
}

.header-logo-wrapper img {
   display: block;
   transition: opacity .2s ease;
   height: 100%;
   width: 134px!important;
}
.header-logo-wrapper span {
   display: block;
}


.header-position-right {
   height: 100%;
   position: relative;
   float: right;
   z-index: 2;
   text-align: right;
}

.header-position-right-inner {
   height: 100%;
   vertical-align: middle;
   display: inline-block;
}

.header__navigation nav {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

.header__navigation nav>ul {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   height: 100%;
   list-style: none;
   margin: 0;
   padding: 0;
   text-align: left;
}

.header__navigation nav>ul>li {
   height: 100%;
   position: relative;
   display: inline-block;
   float: left;

}

.header__navigation nav>ul>li>a {
   display: inline-block;
   vertical-align: middle;
   border-style: solid;
   border-width: 0;
   position: relative;
   border-color: transparent;
   height: 100%;
   padding: 0 20px;
   font-size: 19px;
   line-height: 24px;
   font-weight: 500;

}

.header__navigation .item_outer:before,
.header__navigation .item_outer:after {
   content: "";
   display: block;
   position: absolute;
   left: 0;
   bottom: -2px;
   height: 2px;
   width: 0;
   transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
   background: #fff;
}
.header__navigation, .header__navigation div {
   display: block;
   height: 100%;
}
.header__navigation .item_outer {
   display: block;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}
.header__navigation nav>ul>li:hover>a {
   color: #ea5c11;
}
.header__navigation nav>ul>li:hover ul{
   visibility: visible;
   opacity: 1;
}
.header__navigation nav>ul>li>ul{
   top: 80%;
   visibility: hidden;
   opacity: 0;
   overflow: visible;
   left: 0;
   margin: 0;
   position: absolute;
   display: none;
   border-top: 5px solid #3e3e3d;
   transition: top .15s ease-out;
   padding: 15px 0;
   background-color: #fff;
   min-width: 240px;
}
.header__navigation nav>ul>li>ul>li {
   -webkit-transition: background-color .15s ease-out;
   display: block;
   position: relative;
   float: none;
   height: auto;
   background: 0;
}

.header__navigation nav>ul>li>ul>li>a {
   display: block;
   color: #5a5a5a;
   height: auto;
   font-size: 14px;
   line-height: 25px;
   font-weight: 400;
   margin: 0;
   padding: 10px 27px;
   transition: color .2s ease-out,background-color .2s ease-out;
   border-bottom: 1px solid transparent;
   float: none;
}
header.mobile-header {
   display: none;
}
.header-fixed-wrapper.et-fixed {
   width: 100%;
   position: fixed;
   left: 0;
   top: 0;
   -webkit-backface-visibility: hidden;
}
.header-wraper {
   min-height: 125px;
}
@media only screen and (min-width: 1300px){
   .top-grid {
      max-width:1200px;
   }  
}
@media only screen and (max-width: 1200px){
   .top-grid {
      max-width:950px;
   }
}
@media only screen and (max-width: 1024px){
   .mobile-wrapper{
      min-height:140px;
   }
   .header-hide header.mobile-header {
      width: 100%;
      -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
   }
   body.header-show header.mobile-header {
      top: 0;
      left: 0;
      width: 100%;
      position: fixed;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
   }
   .header-wraper{
      min-height: 0;
   }
   .mobile-nav .top-grid ul>li a:hover {
      color: #3e3e3d;
   }
   .mobile-header-inner.et-hidden {
      top: 0;
      left: 0;
      width: 100%;
      position: fixed;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
   }
   .mobile-header-inner.et-visible {
      width: 100%;
      -webkit-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -moz-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -o-transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
   }

   header.header {
      display: none;
   }
   .top-grid{
      max-width: 768px; 
   }
   header.mobile-header {
      display: block;
      position: relative;
      z-index: 101;
   }

   .mobile-header-inner {
      background-color: #fff;
      position: relative;
      height: 140px;
   }

   .mobile-header-holder {
      position: relative;
      z-index: 2;
      height: 100%;
   }

   .vertical-align-containers {
      position: relative;
      height: 100%;
      padding: 0;
      width: 100%;
   }

   .mobile-menu-opener {
      float: left;
      position: relative;
      z-index: 2;
      height: 100%;
   }

   .mobile-opener-icon-holder {
      font-size: 26px;
      height: 100%;
      padding-right: 10px;
      color: #000;
      transition: color .2s ease-out;
      cursor: pointer;
      display: table;
      vertical-align: middle;
   }
   .fa {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
   }
   .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
   }
   .position-center {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      text-align: center;
      z-index: 1;
   }

   .position-center-inner {
      vertical-align: middle;
      display: inline-block;
   }

   .mobile-logo-wrapper a {
      max-height: 126px;
      display: block;
      height: 120px ;
   }
   .mobile-logo-wrapper img {
      height: 100%;
      width: auto;
      max-width: 143.56px;
   }
   .mobile-nav {
      background-color: #fff;
      display: none;
   }

   .mobile-nav .top-grid {
      height: 100%;
   }
   .mobile-nav .top-grid ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;
   }

   .mobile-nav .top-grid ul>li {
      position: relative;
   }

   .mobile-nav .top-grid ul>li>a {
      font-size: 18px;
      line-height: 22px;
      font-style: normal;
      font-weight: 600;
      border-bottom: 1px solid #eaeaea;
      color: #8d8d8d;
      padding: 9px 0;
      display: block;
      position: relative;
      text-transform: none;
      letter-spacing: 0;
   }
   .mobile-nav .mobile_arrow {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 35px;
      height: 35px;
      padding-right: 10px;
      width: 50px;
      text-align: right;
      cursor: pointer;
   }

   .mobile-nav .mobile_arrow i {
      transition: transform .2s ease-in-out;
   }
   .fa-angle-right:before {
      content: "\f105";
   }
   .mobile-nav  i.fa.fa-angle-down {
      display: none;
   }
   .mobile-nav .top-grid ul ul {
      margin-left: 20px;
      display:none;
   }
   .mobile_arrow.child-open i {
      transform: rotate(90deg);
   }
   .mobile-opener-icon-col {
      display: table-cell;
      vertical-align: middle;
   }
}
@media only screen and (max-width: 768px){
   .top-grid {
      max-width: 600px;
   }

}
@media (min-width: 769px) and (max-width: 820px){
   .top-grid {
      padding: 0px 15px;
   }
}
@media (min-width: 500px) and (max-width: 640px){
   .top-grid {
      padding: 0px 15px;
   }
}
@media only screen and (max-width: 600px){
   .top-grid {
      max-width:420px;
   }
}
@media only screen and (max-width: 480px){
   .top-grid {
      max-width: 300px;
   }
}
@media only screen and (max-width: 320px){
   .top-grid {
      max-width: 95%;
   }
}
footer.footer {
   display: block;
   width: 100%;
   margin: 0 auto;
   z-index: 100;
   position: relative;
}

.footer-inner {
   position: relative;
}
.footer-form label {
   display: block;
}
.footer-top-holder {
   display: block;
   background-color: #202C55;
   position: relative;
   background-position: center center;
   background-size: cover;
}

.footer-container {
   background-color: inherit;
   position: relative;
   padding: 0;
   width: 100%;
   z-index: 100;
}

.footer-container-inner {
   padding: 90px 0 70px;
   position: relative;
   margin: 0 auto;
   max-width: 1100px;

}


.footer-four-columns {
   width: 100%;
}

.footer-four-columns-inner {
   margin: 0 -15px;
}

.footer-column {
   width: 25%;
   float: left;
}

.footer-column-inner {
   padding: 0;
   margin: 0 15px;
   border-bottom: none;
   /*    min-height: 372.2px; */
}
.footer-column-1 {
   box-sizing: border-box;
   color: #b1b1b1;
   padding-bottom: 23px;
}


.footer-textwidget {
   font-size: 14px;
   color: #b1b1b1;
   font-family: Ubuntu,sans-serif;
   font-weight: 400;
   line-height: 27px;
}

.footer-textwidget p {
   color: #3e3e3d;
   font-family: Raleway;
   font-size: 16px;
   line-height: 30px;
   font-style: normal;
   font-weight: 500;
   margin-bottom: 0;
}

.footer-textwidget p span {
   color: #0090A5 ;
   font-size: 24px;
}
.footer-content p span {
   color: #fff;
   font-size: 16px;
}
.footer-column-2 {
   box-sizing: border-box;
   color: #b1b1b1;
   padding-bottom: 23px;
}

.footer-bottom-holder {
   display: table;
   width: 100%;
   background-color: #141E3F;
   vertical-align: middle;
   text-align: center;
   height: 65px;
}

.footer-bottom-holder-inner {
   display: table-cell;
   width: 100%;
   vertical-align: middle;
}

.footer-bottom-container {
   background-color: inherit;
   position: relative;
   padding: 0;
   width: 100%;
   z-index: 100;
}

.footer-bottom-container-inner {
   position: relative;
   margin: 0 auto;
}
.footer-bottom-column-inner {
   text-align: center;
   vertical-align: middle;
}

.footer-bottom-text {
   box-sizing: border-box;
   color: #b1b1b1;
}

.bottom-textwidget {
   font-size: 14px;
   color: #b1b1b1;
   font-family: Ubuntu,sans-serif;
   font-weight: 400;
   line-height: 27px;
}

.bottom-textwidget p {
   color: #3e3e3d;
   font-family: Raleway;
   font-size: 16px;
   line-height: 30px;
   font-style: normal;
   font-weight: 500;
   margin: 0;
}

.bottom-textwidget p span {
   color: #ffffff;
}

.bottom-textwidget p a {
   color: #ffffff;
   text-decoration: underline;
}
a#back-to-top {
   position: fixed;
   width: 36px;
   right: 36px;
   bottom: 65px;
   margin: 0;
   z-index: 10000;
   opacity: 1;
   visibility: visible;
   transition: opacity .15s ease-out,visibility .15s ease-out;
}

a#back-to-top .qodef-icon-stack {
   background-color: #3e3e3d;
   height: 36px;
   line-height: 36px;
   text-align: center;
   display: block;
   color: #fff;
   font-size: 22px;
   transition: background-color .15s ease-out,color .15s ease-out;
   box-sizing: border-box;
   border-radius: 3px;
}

a#back-to-top .arrow_carrot-up {
   display: block;
   line-height: inherit;
   position: relative;
   left: -1px;
   font-family: 'ElegantIcons';
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
}
a#back-to-top .arrow_carrot-up:before {
   content: "\32";
}
.footer-column-2 ul {
   display: block;
}

.footer-column-2 ul>li {
   position: relative;
}

.footer-column-2 ul>li>a {
   color: #ffffff ;
   font-family: Raleway;
   font-size: 16px;
   line-height: 30px;
   font-style: normal;
   font-weight: 500;
}
.footer-column-2 .social-links span>span:nth-child(1) {
   display: none;
}
.footer-column-2 .qodef-icon-shortcode.normal a span{
   font-size: 22px;
}
.footer-column:nth-child(3) .footer-column-2:nth-child(2) p>span {
   color: #fff;
   font-family: Raleway;
   font-size: 16px;
   line-height: 30px;
   font-style: normal;
   font-weight: 500;
}
footer.footer  input[type=text], footer.footer  select{
   width: 100%;
   overflow: hidden;
   border: 1px solid #e9e9e9;
   background-color: #f6f6f5;
   padding: 0 10px;
   height: 35px;
   outline: 0;
   color: #7f8385;
   font-family: inherit;
   border-radius: 25px ;
   margin-bottom: 23px;
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
}
footer.footer form input[type=submit],
footer.footer form .hs-button {
   margin: 0;
   width: auto; 
   user-select: none;
   white-space: pre;
}
footer.footer .qodef-icon-shortcode.normal,footer.footer .qodef-icon-shortcode.normal a span{
   color: #fff;
}
a#back-to-top:hover>span {
   background-color: #121212;
}
.footer-form .hs-error-msg, .footer-form .hs-error-msgs label {
   font-family: Ubuntu, sans-serif !important;
   font-size: 14px !IMPORTANT;
   text-align: left !important;
}
@media only screen and (min-width: 1300px){
   .footer-container-inner {
      max-width:1200px;
   }
   .footer-bottom-container-inner ,.footer-bottom-container-inner{
      max-width: 1200px;
   }
}
@media only screen and (max-width: 1200px){
   .footer-container-inner ,.footer-bottom-container-inner{
      max-width: 950px;
   }
}
@media only screen and (max-width: 1024px){
   .footer-container-inner ,.footer-bottom-container-inner{
      max-width: 768px;
   }
   .footer-column {
      width: 49.5%;
      float: none;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 50px;
      padding: 0 30px;
   }
}

@media only screen and (max-width: 768px){
   .footer-container-inner ,.footer-bottom-container-inner{
      max-width: 600px;
   }
   .footer-column {
      width: 100%;
      text-align: center;
   }
   .footer-column-inner{
      min-height:0;
   }
   footer.footer form .hs-button, footer.footer form input[type=submit]{
      margin-right: 70px;
   }

}
@media  (min-width: 767px)  and (max-width: 823px){
   .footer-four-columns-inner {
      margin: 0px;
   }
}
@media  (min-width: 601px)  and (max-width: 656px){
   .footer-four-columns-inner {
      margin: 0px;
   }
}
@media only screen and (max-width: 600px){
   .footer-container-inner ,.footer-bottom-container-inner{
      max-width:420px;
   }
}
@media only screen and (max-width: 480px){
   .footer-container-inner,.footer-bottom-container-inner {
      max-width: 300px;
   }
   footer.footer form .hs-button, footer.footer form input[type=submit]{
      margin-bottom: 33px;
      margin-right: 0px;
   }
   .footer-column-inner {
      margin: 0;
   }
}
@media only screen and (max-width: 360px){
   .footer-four-columns-inner {
      margin: 0px;
   }
}
@media only screen and (max-width: 320px){
   .footer-container-inner,.footer-bottom-container-inner{
      max-width: 95%;
   }
}

/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding-left: 0;
}





/* update  */
/* blog */


/* .custom-search-input input.hs-search-field__input {margin: 0;width: 100%;border: 0;border-radius: 0;left: 0;padding: 1px 20px 0 75px;color: #000;font: normal normal normal 17px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  background: transparent;transition: all .5s ease; height: 48px;}
.custom-search-group>.search-input {border: 2px solid #000; height: 50px; margin: 0; position: relative;}
.custom-search-input { position: absolute; top: 0; border-bottom: 1px solid hsla(0,0%,100%,.5); width: 100%;}
button._1AdwT.search-input__clear-button { display: none;}
.blog-desktop-header-search-icon-fill {cursor: pointer; top: 50%; position: absolute; left: 12px;font-weight: 700; width: 33px; transform: translateY(-50%);}
section.blog-index { margin: 0 -25px;}
.blog-index .blog-index__post--small {  padding: 15px 25px;}

   .blog-index .feature-width { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%;flex: 0 0 100%; margin-bottom:50px;}
    .blog-index .feature-width .blog-index__post-inner-card {display: flex; flex-wrap:wrap; width: 100%; flex-flow: unset; flex: 0 0 100%; max-width: 100%; }
    .blog-index .feature-width a.blog-index__post-image {min-height: auto; height: 492px; background-position: 0; padding-bottom: 34%; width: 100%; max-width: 65%; border-radius:0; }
    .blog-index .feature-width .blog-index__post-content {width: 100%; max-width: 35%; padding: 0px 0px 0 45px; height: auto; }
  .blog-index .feature-width .blog-index__post-content h2 a {font-size: 50px; line-height: 54px; font-family: 'Raleway'; color: #2090a3; }
  .blog-listing-section { margin: 60px auto; display: block;width: 100%;}
  .custom-topics ul.blog-tags { margin: 0 0 30px -7px; padding: 0;}


.blog-index .feature-width .blog-index__post-content .blog-post__tags {margin: 10px -7px; }

.blog-post__tags a {display: inline-block; width: auto; height: auto; margin: 0; cursor: pointer; letter-spacing: .03em; white-space: normal; word-break: break-word; text-align: center;
  text-decoration: none; position: relative; transition: background-color .15s linear,border-color .15s linear,color .15s linear; padding: 12px 18px; border-radius: 0px; text-transform: capitalize;
  line-height: 1; font-size: 12px; color: #fff; background-color: #e65d2f; border: 1px solid #e65d2f; font-weight: 500; margin: 1px; padding: 7px 10px;}

.blog-index .feature-width .blog-index__post-content .blog-post__tags a {padding: 12px 18px;margin: 6px 7px;font-size: 16px; }

.blog-post__tags a:hover {  background-color: #232e53; color: #fff !important; border-color: #232e53;}
.blog-index .blog-index__post-content .descrption { font-size: 16px; line-height: 24px;margin: 12px 0;}
.blog-index .feature-width .blog-index__post-content h2 { margin-top: 0;}
.blog-index .feature-width .blog-index__post-content .blog-post__read-more a { color: #2090a3; font-size: 18px; margin-top: 2px; display: inline-block; font-weight: 700;text-transform: uppercase; }
.blog-index .feature-width .blog-index__post-content .blog-post__meta-section { margin: 0px 0 0;}
.blog-index__post-inner-card h2 a { color: #2090a3; font-family: Raleway; font-size: 20px;line-height: 24px;}
.blog-index__post-content .blog-post__meta-section {  padding: 0;  margin: 0;}
.blog-post__read-more a { color: #2090a3;display: inline-block;font-size: 16px;font-weight: 700;margin-top: 5px; text-transform: uppercase;}
.feature-width .blog-post__read-more a:after {margin-left: 0px;}
.blog-post__read-more a:after { content: ">"; margin-left:4px;}
.blog-index .feature-width .blog-index__post-content .blog-post__read-more a:hover { color: #3e3e3d;}


.pagination-section {display:inline-block; width:100%; margin:30px auto 115px}

.pagination-section nav.blog-pagination a.blog-pagination__link {border: 0; color: #2090a3; }
.pagination-section nav.blog-pagination a.blog-pagination__link--active, .pagination-section nav.blog-pagination a.blog-pagination__link:hover {border: 0; color: #e65d2f; }
.pagination-section .blog-pagination__link {color: #2090a3; font-size: 20px; font-family: 'Raleway';    border: 0 !important; }
.pagination-section nav.blog-pagination a.blog-pagination__prev-link--disabled { color: #b0c1d4;}
.pagination-section nav.blog-pagination svg { display: none;}
.pagination-section nav a.blog-pagination__next-link {margin-left: 80px; }
.pagination-section nav a.blog-pagination__prev-link {margin-right: 80px; }
 */



.hs-search-results__title{
color: #fff;
}