*, *: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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 576px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* 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 20px;
  line-height: 1.2;
}

/* Lists */

a:hover{
  text-decoration: underline;

}
ol {
  margin: 0 0 40px 20px;
  padding: 0;
}

.body-container-wrapper ul {
  list-style: none;
  margin: 0 0 40px 20px;
  padding: 0;
}
.body-container-wrapper ul li{
  margin:0;
  padding:0;
}
.body-container-wrapper ul li:before {
  content: '✓';
  color: #63C431;
  display: inline-block;
  margin-left: -23px;
  padding-right: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

img{
  max-width:100%;
  height:auto;
  vertical-align: middle;
  border-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 */
h3.form-title{  
  font-size: 2rem;
}
form,
.submitted-message {
  color:#fff;
}
.blog-comments form,
.hs_cos_wrapper_type_password_prompt form,
.form-container form,
.custom_error_message form,
.widget-type-form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription{
  padding: 20px;
  margin-bottom: 20px;
  display:block;
  max-width: 700px;
  position: relative;
}

/* Labels */

form label {
  font-weight: 400;
  text-align: left;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* Help text - legends */

form legend {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* 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:0 solid;
  outline: none;
  margin-bottom: 10px;
  cursor: text;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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-msgs{
  margin:0;
  padding:0;
}
.body-container-wrapper form ul li:before{
  display:none;
}
.hs-error-msgs li label {
  margin: 0;
  background-color: #EF2E4E;
  color: #FFF;
  font-size: 12.8px;
  margin-bottom: 10px;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block; 
}
.hs-error-msgs li {
  margin: 0 !important;
}


/* Submit button */
button, 
.button,
.hs-button, 
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
  font-weight: 400;
  margin:5px 0;
}
button:focus, 
.button:focus,
.hs-button:focus, 
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.body-container-wrapper ul.hs-error-msgs.no-list{
  margin:0;
}
/* Captcha */

.grecaptcha-badge {
  margin: 10px 0;
}


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

@media (max-width: 575px){
  h3.form-title{  
    font-size: 1.25em;
  }
}
/* 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 container */


.cm-menu-primary .hs-menu-wrapper>ul>li>ul {
  z-index: 1;
}
.cm-menu-primary  li.Portfolio ul,
.cm-menu-primary  li.Portfolio .child-trigger {
    display: none !important;
}

.cm-menu-primary  li.Careers ul,
.cm-menu-primary  li.Careers .child-trigger {
    display: none !important;
}
header.header.lp {
  padding-top: 4px;
}
header.header {
  padding-bottom: 12px;
}
.header__container {
  padding:0 15px;
}
.header-container-inner{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;  
  line-height: 0;
}
.header__logo{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  position: relative;
  top: 2px;
}
.header__logo img {
  height: 25px;
  width: auto !important;
  max-width:100%;
}
.right-section {
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.header-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.header-btn a {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin:0;
}
.header-btn a:foucs{
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
}
.cm-menu-primary {
  margin: 0 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul{
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
}
.cm-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0 10px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  padding: 0.5rem;
  font-weight: 400;
  line-height:1.5;
}
@media (min-width: 768px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul{
    padding:5px 0;
    line-height:1.5;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    display:block;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    display:block;
    padding:5px 15px;
  }
}


@media (max-width: 1199px){
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .header-btn a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler{
    display:None;
  }
}
@media (max-width: 991px) {
  header.header.lp {
    padding-top: 0;
  }
  .navbar-toggler{
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%;
    background:url(https://6447922.fs1.hubspotusercontent-na1.net/hubfs/6447922/raw_assets/public/Tarmac_December_2021/images/download.svg);
  }
  .header-container-inner {
    flex-wrap: wrap;
    height: unset;
  }
  .header__logo {
    top: 0;
  }
  .cm-menu-primary {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .cm-menu-primary .hs-menu-wrapper > ul{
    flex-wrap: wrap;
    margin-top:0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 10px;
    width:100%;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul{
    position:static !important;
    padding:0 15px;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:unset !important;
    display:none;
    line-height:1;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    display:blcok;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    display:blcok;
    font-size: 1rem;
    padding:10px;
  }
  .right-section {
    flex-wrap: wrap;
    display: none;
    width: 100%;
  }
  .header-btn {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }
  .cm-menu-primary span {
    width: 100%;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    cursor:pointer;
    font-size:18px;
    color:#212529;
    text-align: center;
  }
  .child-trigger:after{
    content:"+";
  }
  .child-trigger.child-open:after{
    content:"-";
  }
  .header-btn a {
    padding: .5rem 1.5rem;
  }
  header.header {
    padding-bottom: 0;
  }
  .header-container-inner {
    min-height: 56px;
  }
}


@media (max-width: 767px) {
  .header__logo {
    top: 0;
  }
}
.footer {
  line-height: 30px;
  padding: 50px 0;
}
.footer__container{
  padding:0 15px;
}
.footer-bottom{
  margin-top: 20px;
  font-size: 0.75em;
  line-height: 1.5em;
}
.footer-bottom-inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-bottom-in{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.footer-bottom-in p{
  margin:0 0 1rem;
}
.footer a{
  text-decoration:none;
}
.footer a:hover{
  text-decoration:underline;
}
.footer-middle{
  margin-top: 10px;
}
.footer-middle-inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid;
  padding-top: 20px;
}
.footer-middle-in{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 0;
}
.footer-logo{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-top: 5px;
}
.footer-logo img {
  height: 25px;
  width: auto !important;
  max-width:100%;
}
.footer-copyright {
  float: right;
  line-height: 30px;
}
.footer-top-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.top-item{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.top-item ul,
.footer-menu .hs-menu-wrapper > ul{
  list-style: none;
  margin: 0;
  display:block !important;
  padding: 0;
}
@media (max-width: 767px){
  .footer-copyright {
    margin-top: 10px;
  }
  .top-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px){
  .footer-copyright {
    margin-top: 0;
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .footer-logo {
    display: block;
    margin-right: 0;  
    text-align: center;
  }
  .top-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.privacy_wrapper .header-btn {
  display: none !important;
}
.techradar_page div#section-contact form {
  margin-bottom: 16px;
}.featured-content .btn-link a:hover {
  text-decoration: none;
}

.service-inner-section1 h1 {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.cm-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul {
  visibility: hidden;
}
header.header a:hover {
  text-decoration: none;
}
div#section-contact.section_cont {
  padding: 0;
}
.btn, .hs-button {
  text-decoration: none !important;
}
.industry_page div[class*='vertical-alignment'] [class*='vertical-alignment']>.row-fluid {
  display: flex;
  align-items: center;flex-wrap: wrap;
}
.techradar_page .hs_submit.hs-submit {
  margin-top: -6px;
}
body .row-fluid [class*="span"] {
  min-height: 0;
}
.container-fluid.case_study_page_row_1 {
  padding-bottom: 100px;
  overflow: auto;
  background: rgb(238,238,238);
  background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  background: -webkit-linear-gradient(
    0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  background: linear-gradient(
    0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
}
.container-fluid.team_page_row_1 {
  margin: 0 0 50px 0;
  background: rgb(238,238,238);
  background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  background: -webkit-linear-gradient(
    0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  background: linear-gradient(
    0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 15%);
  text-align: center;
}

.team_page .dnd-section {
  padding: 0;
}

.container-fluid.team_page_row_1 h1 {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.container-fluid.team_page_row_1 .dnd-section {
  margin-top: 75px;
}

.team_page .btn {
  color: #6F64B8;
  border-color: #6F64B8;
  background-color: transparent;
  margin-top: 24px;
}

.team_page .btn:hover {
  color: #fff;
  background-color: #6F64B8;
  border-color: #6F64B8;
}

.container-fluid.team_page_row_2 {
  margin: 50px 0;
}
.case_study_page .case_study_slider_wrapper {
  padding-bottom: 17px;
}
.case_study_page .dnd-section {
  padding: 0;
}

.case_study_page  blockquote {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgb(34 34 34 / 12%);
  color: #222;
  margin: 30px 0;
  min-height: 120px;
  overflow: hidden;
  padding: 20px;
  padding-left: 50px;
  position: relative;
  border: none;
}

.case_study_page  blockquote:before {
  font-family: Georgia,serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238,238,238,.8);
  font-weight: 400;
}


.case_study_page  blockquote:after {
  font-family: Georgia,serif;
  content: "”";
  position: absolute;
  color: rgba(238,238,238,.8);
  font-weight: 400;
  bottom: -80px;
  font-size: 9em;
  line-height: 133px;
  right: 0px;
}

.case_study_page  blockquote p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
  margin-bottom: 0;
}

.case_study_page  blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: .8;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}





.industry_page .image_gallery_wrapper .row {
  margin-top: 3rem !important;
}
.industry_page  .image_gallery_wrapper .txt {
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.industry_page  .image_gallery_wrapper h2 {
  margin-bottom: 12px;
}

.industry_page .image_gallery_wrapper img {
  max-height: 140px;
}
.industry_page .custom_button .btn {
  font-size: 1.25em;
  padding: 0.5rem 2rem;
}

.industry_page .custom_button {
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 30px;
}
.container-fluid.industry_page_row_2 .dnd-section {
  padding: 0 0 30px;
}
.techradar_page ul li {
  margin-bottom: 20px;
}
.techradar_page .btn {
  background-color: #5593D5;
  color: #FFF;
  border-color: transparent;
}

.techradar_page .btn:hover {
  background-color: #6F64B8;
  color: #FFF;
}
.container-fluid.techradar_page_row_3 {
  margin-bottom: 50px;
}
.industry_page.inner_industry .span6 img {
  margin-bottom: 0px;
}
.industry_page .span6 img {
  max-width: 90%;
  margin-bottom: 15px;
}
.container-fluid.techradar_page_row_3 {
  text-align: center;
}


.container-fluid.techradar_page_row_3  div[class*='vertical-alignment']> .row-fluid,
.industry_page div[class*='vertical-alignment']  [class*='vertical-alignment']> .row-fluid{
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

div#section-contact fieldset.form-columns-3 >div {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.gettouch_form  span.text-small {
  font-size: 0.80em;
  padding-left: 4px;
}

.gettouch_form  div#section-contact fieldset.form-columns-3 >div {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.gettouch_form  div#section-contact .hs-button {
  margin-top: 10px;
}

.gettouch_form  div#section-contact  .form-title {
  display: none;
}

.gettouch_form  div#section-contact .hs-richtext.hs-main-font-element {
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
  font-size: inherit;
  padding-right: 15px;
  padding-left: 15px;
}

.gettouch_form div#section-contact form {padding-top: 0;}

.gettouch_form div#section-contact .hs-richtext.hs-main-font-element h2,
.gettouch_form div#section-contact .hs-richtext.hs-main-font-element h3 {
  color: #fff;
}

.gettouch_form  div#section-contact .hs-button {
  margin-top: 10px;
}
.industry_page.inner_industry div[class*='vertical-alignment']  [class*='vertical-alignment']> .row-fluid ,
.container-fluid.career_page_row_1 div[class*='vertical-alignment']  [class*='vertical-alignment']> .row-fluid  {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}
.industry_page .span6 .widget-type-linked_image {
  text-align: center;
  line-height: 0;
}
.container-fluid.career_page_row_1 .dnd-section {
  padding-top: 0; 
  padding-bottom: 20px;
  background: rgb(238,238,238);
  background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  background: -webkit-linear-gradient(
    0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  background: linear-gradient(
    0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
  
}
.container-fluid.career_page_row_1 .btn {
  font-size: 1.25em;
  padding: 0.5rem 2rem;
  color: #6F64B8;
  border-color: #6F64B8;
  background-color: transparent;
}
div#section-contact form .hs-input:focus,.container-fluid.techradar_page_row_2 form .hs-input:focus {
  outline: auto;
  outline-color: #000;
}
.container-fluid.techradar_page_row_2  .hs-error-msgs li label{
  text-align:center;

}
.container-fluid.career_page_row_1 .btn:hover {
  color: #fff;
  background-color: #6F64B8;
  border-color: #6F64B8;
}
.container-fluid.career_page_row_1 .dnd-section img {
  max-width: 90%;
  vertical-align: top;
  width: 350px!important;
  height: auto;
}


.container-fluid.career_page_row_1 .widget-type-linked_image {
  text-align: center;
  line-height: 0;
  width: 100%;
}


div#section-contact .dnd-section {
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.case_study_page .hero_header h1 img {
  vertical-align: top;
  max-width: 100%!important;
  height: auto!important;
  margin: 0;
  padding: 20px 40px;
  width: 300px!important;
  background-color: #fff;
}



.case_study_page section.hero_header h1 {
  position: absolute;
  top: -80px;
  padding: 0;
  margin: 0 auto !important;
  display: block;
  width: 96% !important;
  background: none;
}


.case_study_page h2.no-image {
  position: relative;
  margin-top: 60px;
}
.industry_page.inner_industry .industry_inner_row_1 {
  padding-top: 30px;
  padding-bottom:0;
}

.privacy_page .body-container-wrapper ul {
  margin: 0 0 1rem;  
  list-style-type: disc;
  padding: 0 0 0 40px;
}
.privacy_page .body-container-wrapper ul ul{
  margin:0;
  list-style-type: circle;
}
.privacy_page .body-container-wrapper ul li:before{
  display:None;
}

.service-section1 {
  margin-top: 75px;
  text-align: center;
}
.service-section1 h1 {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
}
.service-section1 h2{
  font-size: 2rem;
  line-height: 1.2;
}
.service-section2 {
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}
.service-section2 h5 {
  margin-top: 1.5rem;
}
.service-section2 h5 span{
  font-weight: 700;
}
.body-container-wrapper .service-section2 ul{
  margin: 0 auto 40px;
  width: 350px;
  max-width:100%;
  padding-left: 25px;
  text-align:left;
}
.service-section2 .custom_button a{
  font-size: 1.25em;
  padding: 0.5rem 2rem;
}
.protfolio-section3,
.tarmac-section4,
.service-section4 {
  background-color: #6F64B8;
  padding: 50px 0;  
}
.protfolio-section3 .widget-type-form,
.tarmac-section4 .widget-type-form,
.service-inner-page .widget-type-form,
.service-page .widget-type-form{
  padding:0;
  margin:0;
  max-width: 100%;
}
.protfolio-section3 .actions,
.tarmac-section4 .actions,
.service-inner-page .actions,
.service-page .actions {
  text-align: center;
}

.protfolio-section3 .hs-button,
.protfolio-section3 .hs-button.primary,
.protfolio-section3 input[type="submit"],
.tarmac-section4 .hs-button,
.tarmac-section4 .hs-button.primary,
.tarmac-section4 input[type="submit"],
.service-inner-page .hs-button,
.service-inner-page .hs-button.primary,
.service-inner-page input[type="submit"],
.service-page .hs-button, 
.service-page .hs-button.primary, 
.service-page input[type="submit"]{
  margin:0;
}
.protfolio-section3 form textarea,
.tarmac-section4 form textarea,
.service-inner-page form textarea,
.service-page form textarea {
  min-height: 150px;
  width: 100% !important;
}
.protfolio-section3 fieldset.form-columns-1 .input,
.tarmac-section4 fieldset.form-columns-1 .input,
.service-inner-page fieldset.form-columns-1 .input,
.service-page fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.protfolio-section3 fieldset.form-columns-2,
.tarmac-section4 fieldset.form-columns-2,
.service-inner-page fieldset.form-columns-2,
.service-page fieldset.form-columns-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
  width: calc(100% + 30px) !important;
}
.protfolio-section3 fieldset.form-columns-2 .hs-form-field,
.tarmac-section4 fieldset.form-columns-2 .hs-form-field,
.service-inner-page fieldset.form-columns-2 .hs-form-field,
.service-page fieldset.form-columns-2 .hs-form-field {
  padding: 0 15px;
}
.protfolio-section3 form fieldset,
.tarmac-section4 form fieldset,
.service-inner-page form fieldset,
.service-page form fieldset {
  max-width: unset !important;
}
.protfolio-section3 fieldset.form-columns-2 .input,
.tarmac-section4 fieldset.form-columns-2 .input,
.service-inner-page fieldset.form-columns-2 .input,
.service-page fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.protfolio-section3 h3.form-title,
.tarmac-section4 h3.form-title,
.service-inner-page h3.form-title,
.service-page h3.form-title {
  margin: 0 0 60px;
  text-align: center;
  line-height: 1.2;
}
.service-section3 {
  padding: 0 0 60px;
}
.service-inner-section1 {
  margin-top: 75px;
  text-align: center;
}
.service-inner-section2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.service-inner-section2 .content_with_image_wrapper {
  margin: 0 -15px;
}
.service-inner-section3{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #6F64B8;
}
.service-inner-section1 h1 {
  margin: 0 auto 35px;
}
.service-inner-page .body-container-wrapper ul li::before{
  display:None; 
}
.service-inner-page .body-container-wrapper ul{
  margin: 0;
  margin-bottom: 1rem;
  padding:0 0 0 40px;
  display: block;
  list-style-type: disc;
}

.service-inner-page blockquote {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  color: #222;
  margin: 30px 0;
  min-height: 120px;
  overflow: hidden;
  padding: 20px;
  padding-left: 50px;
  position: relative;
  border: 0;
}
.service-inner-page blockquote:before {
  font-family: Georgia,serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238,238,238,.8);
  font-weight: 400;
}
.service-inner-page blockquote:after {
  font-family: Georgia,serif;
  content: "”";
  position: absolute;
  color: rgba(238,238,238,.8);
  font-weight: 400;
  bottom: -80px;
  font-size: 9em;
  line-height: 133px;
  right: 0px;
}
.service-inner-page blockquote p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.service-inner-page blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 400;
  opacity: .8;
}
.service-inner-section2 .hs_cos_wrapper_type_rich_text{
  margin:0 -15px;
  width:calc(100% + 30px);
  display: block;
}
.service-inner-page .content-column h5 em {
  font-style: normal;
  font-weight: 600;
}

.service-inner-section2 .image-column  {
  height: auto;
}
.service-inner-section2 .content-column ul{
  list-style: none;
  margin: 0 0 40px 20px;
  padding: 0;
}
.service-inner-section2 .content-column ul li:before {
  content: '✓';
  color: #63C431;
  display: inline-block;
  margin-left: -23px;
  padding-right: 10px;
}
.tarmac-section1 {
  text-align: center;
  margin-top: 75px;
}
.tarmac-section1 h1{
  margin:0 0 35px;
  width:100%;
}
.tarmac-section2 .image-column img{
  max-width: 90% !important;
  width: 600px !important;
  height: auto;
}
.tarmac-section2 .content_with_image_wrapper{
  margin: 0 -15px;
  width: calc(100% + 30px);
}   

.tarmac-section2{
  margin: 0 0 50px 0;
  background: rgb(238,238,238);
  background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  background: linear-gradient(0deg, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
}
.tarmac-section3{
  padding-bottom: 60px;
}
.protfolio-section1{
  margin-top: 75px;
}
.protfolio-section1 h1{
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 35px;
}



@media (min-width: 576px){
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .container {
    max-width: 720px;
  }

}
@media (min-width: 991px){
  .container {
    max-width: 960px;
  }

}
@media (min-width: 992px){
  .container {
    max-width: 960px;
  }

}
@media (min-width: 1200px){
  .container {
    max-width: 1140px;
  }
}
.container-fluid.industry_inner_row_2 {
  padding-bottom: 60px;
}
.banner-section .dnd-section {
  padding: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #6F64B8;
  border-color: #6F64B8;
}

.btn:hover,.btn:focus {
  color: #fff;
  background-color: #5C51A7;
  border-color: #4E4398;
}

.home_page .dnd-section {
  padding: 0;
}
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.carousel-control-prev-icon {
  background: no-repeat 50% / 100% 100%;
  background-image: url(https://6447922.fs1.hubspotusercontent-na1.net/hubfs/6447922/raw_assets/public/Tarmac_December_2021/images/left-arrow.svg);
}
.carousel-control-next-icon {
  background: no-repeat 50% / 100% 100%;
  background-image: url(https://6447922.fs1.hubspotusercontent-na1.net/hubfs/6447922/raw_assets/public/Tarmac_December_2021/images/right-arrow.svg);
}

.container-fluid.home_page_row_3 .dnd-section {
  padding: 68px 0 0 0;
  text-align: center;
}

.container-fluid.home_page_row_3 .btn {
  color: #6F64B8;
  border-color: #6F64B8;
  margin: 20px 0 30px;
  background-color: transparent;
}

.container-fluid.home_page_row_3 .btn:hover {
  color: #fff;
  background-color: #6F64B8;
  border-color: #6F64B8;
}

.container-fluid.home_page_row_3 img {
  width: 500px !important;
  display: block;
  margin: 0 auto;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.body-container-wrapper [class*='force-full'] >.row-fluid{
  padding: 0;
}
div#section-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #6F64B8;
  color: #FFF;
}

.container-fluid.home_page_row_5 {
  margin-bottom: 50px;
}

div#section-contact .form-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}


div#section-contact form {
  padding-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}



div#section-contact form fieldset.form-columns-2 >div {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
div#section-contact .hs-form-required {
  display: none;
}
div#section-contact form fieldset.form-columns-2 >div .input {
  margin: 0;
}

div#section-contact form .hs-input {
  padding: 10px 20px;
  color: #FFF;
  margin-bottom: 10px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width:100% !important;
}

div#section-contact form .hs-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.75;
}
@-moz-document url-prefix() { 
  div#section-contact form .hs-input::placeholder {
    color: white;
    opacity: 0.75;
  }
}

div#section-contact form fieldset.form-columns-1 >div {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

div#section-contact form textarea {
  width: 100%;
  height: 150px;
}

div#section-contact form .input {
  margin: 0;
}

div#section-contact .widget-type-form {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

div#section-contact .hs-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 24px;
  background-color: #DFDCEF;
  color: #6F64B8;
  cursor: pointer;
  text-align: center;
  margin:0;
}



div#section-contact .hs_submit.hs-submit {
  text-align: center;
}

div#section-contact .hs-button:hover {
  background-color: #FFF;
  color: #6F64B8;
}
.industry_page.inner_industry .dnd-section {
  padding: 0;
}

.container-fluid.techradar_page_row_2 {
  margin-bottom: 50px;
  padding: 50px 0;
  background-color: #5593D5;
  color: #FFF;
  position: relative;
}

.container-fluid.techradar_page_row_2 .widget-type-form {
  padding: 0;
  max-width: 100%;
  background: none;
  border: none;
  margin: 0;
}

.container-fluid.techradar_page_row_2 .form-title {
  text-align: center;
  line-height: 1.2;
}

.container-fluid.techradar_page_row_2 form {
  width: initial;
  padding-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid.techradar_page_row_2 form fieldset.form-columns-3 >div {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid.techradar_page_row_2 form .input {
  margin: 0 !important;
}


.container-fluid.techradar_page_row_2 form fieldset.form-columns-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-fluid.techradar_page_row_2 form .hs-form-required {
  display: none;
}
.container-fluid.techradar_page_row_2 form .field >label {
  text-align: center;
  display: block;
}

.techradar_page .hs_error_rollup {
  display: none;
}

.container-fluid.contact_section .hs_error_rollup { display: none;}


.container-fluid.techradar_page_row_2 form .hs-input {
  background-color: #fff;
  color: #4d4b4b;
  width:100% !important;
}
.techradar_page .dnd-section {
  padding: 0;
}
.container-fluid.techradar_page_row_2 form .hs-input::-webkit-input-placeholder {
  color: #4d4b4b;
  opacity: 0.75;
}



.container-fluid.techradar_page_row_2 .hs_submit.hs-submit {
  margin: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
}

.container-fluid.techradar_page_row_2 .hs_submit.hs-submit .hs-button {
  background-color: #FFF;
  color: #5593D5;
  margin: 0;
}

.container-fluid.techradar_page_row_2 .hs_submit.hs-submit .hs-button:hover {
  background-color: #ddd9d9;
  color: #5593D5;
}



@media(max-width:1200px){
  .container-fluid.home_page_row_3 .dnd-section {
    padding-top: 130px;
  }

}



@media (max-width: 991.98px){
  div#section-contact form fieldset.form-columns-2>div {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .case_study_page .case_study_slider_wrapper {
    padding: 0;
  }
  .container-fluid.home_page_row_3 .dnd-section {
    padding: 50px 0 0 0;
  }
  .container-fluid.techradar_page_row_2 form fieldset.form-columns-3>div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
  }

  .container-fluid.techradar_page_row_2 form fieldset.form-columns-3 {
    display: block;
  }
  .gettouch_form div#section-contact fieldset.form-columns-3>div {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%;
  }
  .protfolio-section3 fieldset.form-columns-2 .hs-form-field,
  .tarmac-section4 fieldset.form-columns-2 .hs-form-field,
  .service-inner-page fieldset.form-columns-2 .hs-form-field,
  .service-section4 fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .service-inner-page {
    overflow: hidden;
  }
  .case_study_page .hero_header.style-2 h1 img {
    margin-top: 10px;
    padding: 0px 40px;
  }
}
@media (max-width: 767.98px){

  div#section-contact .form-title {
    font-size: 1.5em;
  }
  .case_study_page .hero_header h1 img {
    height: 100px !important;
    width: auto !important;
  }

  .case_study_page section.hero_header h1 {
    top: -50px;
    width: 90% !important;
  }
  .case_study_page .span6.content-column {
    text-align: center !important;
  }


  .case_study_page .span6.content-column ul {
    text-align: left;
  }
  .container-fluid.team_page_row_1 img {
    max-width: 90%;
  }

  .container-fluid.team_page_row_2 {
    text-align: center;
  }
  .service-section1 h1 {
    font-size: 2rem;
  }
  .service-section1 h2 {
    font-size: 1.5rem;
  }

  .tarmac-section1 {
    text-align: center;
    margin-top: 50px;
  }
}

@media (max-width: 575.98px){
  .service-page .hs-input {
    width: 100% !important;
  }
  .case_study_page .hero_header.style-2 h1 img {
    padding: 0;
    margin-top: 20px;
  }
  div#section-contact .form-title {
    font-size: 1.25em;
  }
  .container-fluid.home_page_row_3 img {
    width: 300px !important;
    max-width: 100%;
  }
  .container-fluid.career_page_row_1 .dnd-section img {
    max-width: 70%;
  }
  .container-fluid.team_page_row_1 img {
    max-width: 70%;
  } 

  .container-fluid.team_page_row_1 .dnd-section {
    margin-top: 50px;
  }

  .case_study_page .span6.content-column {
    width: 100%;
  }
  .team_page .btn {
    margin-bottom: 20px;
  }
  .techradar_page ul {
    text-align: left;
  }
  .service-section1 h1 {
    font-size: 1.75rem;
  }
  .service-section1 h2 {
    font-size: 1.25rem;
  }
  .service-section1 {
    margin-top: 50px;
  }
  .service-inner-section1 { 
    margin-top: 50px;
  }
  .protfolio-section1 {
    margin-top: 50px;
  }
  .tarmac-page .content_with_image_wrapper .row img {
    max-width: 70% !important;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .protfolio-section3 .form-columns-2 .hs-form-field .hs-input,
  .tarmac-section4 .form-columns-2 .hs-form-field .hs-input,
  .service-inner-page  .form-columns-2 .hs-form-field .hs-input{
    width: 100% !important; 
  }
  .service-page form.hs-form-e6fc20b9-7a58-4d56-8bbd-8d07415f02b8_1989902a-eb45-4b8f-b8ee-a799b92bbb53:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
  .service-page form.hs-form-e6fc20b9-7a58-4d56-8bbd-8d07415f02b8_1989902a-eb45-4b8f-b8ee-a799b92bbb53:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}