









































*, *: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;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1400px) {
  .dnd-section {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-area .dnd-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), 
    url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "futura-pt";
  src: url("//use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("//use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: ETmodules;
  src: url("../Fonts/modules.eot") format("embedded-opentype"), 
    url("../Fonts/modules.ttf") format("truetype"),
    url("../Fonts/modules.woff") format("woff"), 
    url("../Fonts/modules.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}



html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.7em;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height:12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-family:helvetica;
  padding: 15px 53px;
  
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: normal;
  margin-top: 20px;
}


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

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 18px;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 10px;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 767px){
  .hs-input, input#hs-pwd-widget-password{
    width: 100% !important;
  }
}
@media (max-width: 400px){
  .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.section.post-footer label.hs-error-msg,
.section.post-footer label.hs-main-font-element{
  margin-top: 0;
  color: #f2545b !important;
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */

.banner-area {
  padding: 50px 0 30px;
  background-color: #0E5A99;
  color: #fff;
  font-weight: 300;
  background-size: cover;
  background-position: 50%;
  margin-top: -1px;
}
.banner-area .banner-content.page-center {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  padding: 27px 0;
  width: 80%;
  align-items: center;
}
.banner-area-inner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 57.8%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}
.banner-area-inner .banner-content {
  margin-bottom: 4.758%;
  text-align: left;
}
.banner-area-inner .banner-content .banner-content_inner {
  position: relative;
  padding-bottom: 0;
}
.banner-area-inner .banner-content .banner-content_inner h1 {
  color: #fff;
  font-weight: 300;
  font-size: 70px;
  line-height: 75px;
  font-family: futura-pt, sans-serif;
}

@media(max-width: 980px){
  .banner-area {
    padding: 90px 0 0 0;
    margin-top: 0;
  }
  .banner-area-inner .banner-content .banner-content_inner h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
  }
  .banner-area-inner .banner-content {
    margin-bottom: 30%;
    text-align: left;
  }
  .banner-area-inner {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .banner-area-inner .banner-content {
    margin-bottom: 30px;
    text-align: left;
  }
  .banner-area .banner-content.page-center {
    min-height: unset;
    padding: 30px 0;
  }
}


@media (max-width: 767px) {
  .banner-area-inner {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

/** Pillar Modules **/
h2.pillar__title {
   font-size: 45px;
   line-height: 55px;
}

ul.nav__items {
    padding-left: 0;
}
/* Missing Template at Path: \'transcepta\/Transcepta_April2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container-wrapper {
  padding: 55px 0;
}
.body-container-wrapper .dnd-section {
  padding: 0;
}
.body-container-wrapper .dnd-section > .row-fluid {
  padding: 27px 0;
  width: 80%;
}
.body-container-wrapper .dnd-section > .row-fluid .widget-type-cell {
  padding: 0;
}
.body-container__landing .widget-type-rich_text p {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.body-container__landing .main-section-row-1-vertical-alignment p {
  color: #404040;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  padding-bottom: 1em;
}
.et_pb_text_inner h1 {
  line-height: 75px;
}
.main-section-row-1-vertical-alignment .widget-type-cell {
  width: 47.25%;
  margin: 0;
}
.main-section-row-1-vertical-alignment .widget-type-cell:first-child {
  margin-right: 5.5%;
}
.body-container-wrapper .main-section-row-1-vertical-alignment > .row-fluid {
  display: block !important;
  margin-top: -10px;
}
.body-container-wrapper .body-container-wrapper .dnd-section>.row-fluid {
  display: block !important;
}
.lp_top_txt {
  margin-top: 8px;
}

.main-section-row-1-vertical-alignment .hs-form label {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: none;
}
  .main-section-row-1-vertical-alignment img {
    margin-bottom: 22px;
}


@media (max-width: 1374px){
  .body-container-wrapper {
    padding: 4% 0;
  }
  .body-container-wrapper .dnd-section > .row-fluid {
    padding: 2% 0;
    width: 100%;
  }
  .widget-type-rich_text p {
    margin-top: 5px;
  }
  .main-section-row-1-vertical-alignment > .row-fluid {
    margin-top: 0px;
  }
  .lp_top_txt {
    margin-top: 10px;
}
  .body-container-wrapper .main-section-row-1-vertical-alignment>.row-fluid {
    margin-top: -3px;
}

}


@media (max-width: 980px){
  .body-container-wrapper {
    padding: 50px 0;
  }
  .body-container-wrapper .dnd-section > .row-fluid {
    padding: 30px 0;
  }
  .et_pb_text_inner h1 {
    line-height: 60px;
    font-weight: 300 !important;
    font-size: 50px;
  }
  .widget-type-rich_text p {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }
  .main-section-row-1-vertical-alignment .widget-type-cell {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .main-section-row-1-vertical-alignment .widget-type-cell:first-child {
    margin-right: 0;
  }
  .et_pb_text_inner h1 {
    margin: 0;
  }
  .main-section-row-1-vertical-alignment p {
    color: #404040;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    padding-bottom: 1em;
  }
  .widget-type-rich_text p {
    margin-top: 0;
  }
  .lp_top_txt {
    margin-top: 0;
  }
  .dnd-section .lp_top_txt {
    margin: 0;
  }
  .body-container-wrapper .main-section-row-1-vertical-alignment>.row-fluid {
    margin-top: 0;
  }

  

}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.header {
  background-color: #F8FAFC;
}
.header-lp .header__container {
  margin: 0 auto;
  width: 80%;
  padding: 15px 0;
}
.no-banner .header__column {
  background-color: rgba(12,12,12,0.9) !important;
}
.header {
  background: #000;
}
.header .header__container {
  margin: 0 auto;
  width: 80%;
}
.no-banner .header {
  min-height: 86px;
}
.banner-section > .container-fluid.banner-area {
  padding: 0;
  background: transparent;
}
.header-logo-lp a {
  display: block;
}
.header-logo-lp a img.hs-image-widget {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
div#top-header {
  position: fixed;
  left: 0;
  right: 0;
  line-height: 1em;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 100000;
  font-size: 12px;
  color: #fff;
}
div#top-header .header__container {
  line-height: 1em;
  padding-top: 0.92em;
  font-weight: 600;
}
div#top-header .header__container div#cm-secondary-menu {
  float: right;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav {
  margin: 0;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  display: inline-block;
  list-style: none;
  padding: 0;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav li {
  position: relative;
  text-align: right;
  display: inline-block;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav li a {
  padding-bottom: .75em;
  display: block;
  color: #fff;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav li a span {
  font-size: 16px;
  margin-left: 15px;
  font-weight: 600;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav li a span span {
  font-size: 16px;
}
div#top-header .header__container div#cm-secondary-menu ul#cm-secondary-nav li a:hover span span {
  opacity: 0.7;
}


.header__column {
  position: fixed;
  padding: 15px 0;
  top: 0px !important;
  z-index: 99999;
  width: 100%;
  line-height: 23px;
  font-weight: 500;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}
.header-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header .header__container:after, .header .header__container:before {
  content: "";
  display: block;
  clear: both;
}
.header-logo img.hs-image-widget {
  height: 100% !important;
  max-height: 100% !important;
  display: inline-block;
  float: none;
  vertical-align: middle;
  max-width: 191.09px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  left: 3px;
}
.header__row-2 {
  padding: 38px 0 0 0;
  padding-left: 221px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: right;
  font-weight: 600;
  width: auto;
}
.header-inner-content:after, .header-inner-content:before {
  content: "";
  display: block;
  clear: both;
}
.header-inner-content {
  position: relative;
  line-height: 0;
}

@media(min-width: 981px){
  .fixed .header__column {
    padding: 15px 0 13px;
  }
  .fixed .header__row-2 {
    padding: 23px 0 0 0;
  }
  .fixed .header-logo img.hs-image-widget {
    max-width: 138.06px;
  }
}



@media (max-width: 980px) {
  .header-logo img.hs-image-widget {
    max-width: 152.67px !important;
    width: auto !important;
    height: 54% !important;
    max-height: 54% !important;
    position: relative;
    left: 4px;
  }
  span.mobile-trigger {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }
  span.logo_helper {
    display: inline-block;
    height: 23%;
    vertical-align: middle;
    width: 0;
  }

  span.mobile-trigger:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
  }
  .header__column {
    position: absolute;
    padding: 0;
  }
  .header__row-2 {
    padding-top: 24px;
  }
  div#top-header {
    display: none;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__column {
    background-color: rgba(12, 12, 12, 0.9)!important;
  }
}



@media (max-width: 400px) {
  .header-logo img.hs-image-widget {
    max-width: 50% !important;
  }
}

@media (max-width: 400px) {
  span.logo_helper {
    display: inline-block;
    height: 29%;
    vertical-align: middle;
    width: 0;
  }
}
.footer {
  background-color: transparent;
  text-align: center;
}
.footer .footer__container {
  margin: 0 auto;
  width: 80%;
}
.footer-copyright {
  position: relative;
}
.footer-copyright .footer__container {
  padding: 27px 0;
  line-height: 0;
}
.footer-copyright-inner {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  text-align: left;
}
.footer-copyright-inner p {
  margin: 0;
  line-height: 1.7em;
}
.footer-mid .footer__container {
  padding: 0;
}
.footer-copyright-inner p a {
  color: #fff;
}
.footer-mid {
  border: 0 solid #333;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
  padding: 55px 0;
}
.footer-mid .footer__container {
  padding: 0;
}
.footer-mid .footer-mid_passthrough {
  width: 20.875%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  text-align: left;
  margin-right: 5.5%;
}
.footer-mid_passthrough.footer-mid-last-child {
  margin: 0;
}
.footer-mid .footer__container:after, .footer-mid .footer__container:before {
  content: "";
  display: block;
  clear: both;
}
.footer-mid .footer-mid_passthrough p {
  margin: 0;
}
.footer-mid_text_inner.first p {
  margin-bottom: 20px;
  line-height: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-mid_text_inner a {
  color: #fff;
}

a.footer-mid_layout_light {
  font-size: 18px;
  border: 2px solid transparent;
  border-width: 0px !important;
  border-radius: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding: .38em 2em .4em .7em;
  padding-left: 1em !important;
  padding-right: 2.2em !important;
  transition: .3s;
  display: inline-block;
}
a.footer-mid_layout_light:after {
  line-height: inherit;
  font-size: inherit!important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  content: attr(data-icon);
  transition: all 300ms ease 0ms;
  position: absolute;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
}
a.footer-mid_layout_light:hover {

}

.footer-top {
  padding: 55px 0;
  position: relative;
}
.footer-top .footer__container {
  padding: 27px 0;
}
.footer_top_passthrough {
  width: 20.875%;
  margin-right: 5.5%;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}
.footer-menu {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  text-align: left;
  z-index: 2;
  min-height: 1px;
}
.footer-menu.last {
  margin: 0;
}
.footer-top .footer__container:after, .footer-top .footer__container:before {
  display: block;
  content: "";
  clear: both;
}
.footer-logo {
  margin-bottom: 13.174%;
  width: 80%!important;
  text-align: left;
  margin-left: 0;
  display: block;
  margin-right: auto;
  line-height: 0;
}
span.footer-logo_wrap {
  display: block;
}
span.footer-logo_wrap img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.footer_headquaters_layout_light {
  margin-bottom: 13.174%;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
}
.footer_headquaters_text_inner p {
  margin-bottom: 20px;
}
.footer_headquaters_layout_light-last {
  margin-bottom: 13.074%;
}
.footer_headquaters_layout_light-last p {
  margin: 0;
  padding-bottom: 1em;
  line-height: 1.7em;
}
ul.footer-social-share {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.footer-social-share li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.footer-menu p {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 0px;
}
ul.footer-social-share li a {
  border-radius: 3px;
  height: 32px;
  width: 32px;
  padding: 0;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #fff;
}
ul.footer-social-share li a span {
  display: none;
}
li.et-social-facebook a {
  background-color: #3b5998!important;
}
ul.footer-social-share li.et-social-twitter a {
  background-color: #00aced!important;
}
ul.footer-social-share li.et-social-linkedin a {
  background-color: #007bb6!important;
}
ul.footer-social-share li a:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
}
li.et-social-facebook a:before {
  content: "\e093";
}
ul.footer-social-share li.et-social-twitter a:before {
  content: "\e094";
}
ul.footer-social-share li.et-social-linkedin a:before {
  content: "\e09d";
}
.footer-menu ul {
  display: block;
  margin: 0;
  padding-bottom: 1em;
}
.footer-menu ul li a {
  padding: 0;
  line-height: 26px;
  font-weight: 500;
}
.footer_headquaters_layout_light-last p:last-child {
  padding: 0;
}
.footer-menu-title {
  margin-bottom: 13.174%;
}
.footer_headquaters_layout_light.first p {
  font-size: 18px;
  font-weight: 700;
}
footer.footer.lp {
  padding: 30px 0;
}
.lp .footer-copyright .footer__container {
  padding: 15px 0;
  text-align: center;
}
.lp .footer-copyright-inner p {
  text-align: center;
}
.lp .footer-logo {
  margin: 0 auto;
  padding: 15px 0;
}
.lp .footer-logo_wrap {
  display: block;
  text-align: center;
}
.lp span.footer-logo_wrap img {
  max-width: 160px;
}

@media (max-width: 1375px){
  .footer-copyright .footer__container {
    padding: 1.95% 0 2%;
  }
  .footer-mid {
    padding: 4% 0;
  }
  .footer-top {
    padding: 3.8% 0;
  }
  .footer-top .footer__container {
    padding: 2% 0;
  }
}

@media (max-width: 1100px){
  .footer-copyright .footer__container {
    padding: 2.05% 0 2.05%;
  }

}

@media (max-width: 980px){
  .footer-copyright .footer__container {
    padding: 30px 0;
  }
  .footer-mid {
    padding: 50px 0;
  }
  .footer-mid .footer-mid_passthrough {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .footer-mid .footer-mid_passthrough:nth-child(2) {
    margin: 0;
  }
  .footer-mid .footer-mid_passthrough:nth-child(1) {
    margin-bottom: 30px;
  }
  .footer-mid_passthrough.footer-mid-last-child {
    display: none;
  }
  .footer-top {
    padding: 50px 0;
  }
  .footer-top .footer__container {
    padding: 30px 0;
  }
  .footer_top_passthrough {
    width: 47.25%;
    margin-bottom: 30px;
  }
  .footer-menu:nth-child(2) {
    margin: 0;
  }
  .footer-menu-title {
    margin-bottom: 0;
  }
  .footer_headquaters_layout_light-last {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .footer_headquaters_layout_light{
    margin-bottom: 0;
  }
  .footer-menu {
    width: 47.25%;
  }
}


@media (max-width: 479px){
  .footer-mid .footer-mid_passthrough {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  .footer-menu {
    width: 100%;
    margin: 0 0 30px;
  }
  .footer-menu:nth-child(2) {
    margin: 0 0 30px;
  }
  .footer_top_passthrough {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-index__post.blog-index__post--small {
  /*   -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; */
  display: flex;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  flex-flow: column nowrap;
  width: 29.6667%;
  margin-right: 5.5%;
  margin-bottom: 54px!important;
}
h4.blog-header__subtitle {
  font-family: futura-pt;
  font-size: 16px;
  line-height: 27px;
  color: #494a52;
  font-weight: 500;
}
.blog-outer-wrapper {
  padding: 55px 0;
  position: relative;
  background-color: #fff;
}
.featured-image-wrapper.span4 {
  max-height: 163px;
  overflow: hidden;
  margin-bottom: 15px!important;
  text-align: left;
  margin-left: 0;
}
.post-item-inner .categories {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
}
.post-item-title {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.post-item-title a {
  line-height: 35px;
  font-size: 25px;
  font-weight: 500;
  color: #0E5A99;
}
.post-item-content {
  margin-bottom: 9.27%;
  padding-right: 15px;
  padding-left: 15px;
}
.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module {
  margin-top: 28px;
}
.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module a {
  padding-bottom: 15px!important;
  padding-left: 15px!important;
  display: inline-block;
  padding-right: 2.2em!important;
  width: 100%;
  transition: all 300ms ease 0ms;
  color: #0E5A99;
  font-size: 14px!important;
  padding: .3em 1em;
  line-height: 1.7em!important;
  font-weight: 700;
}
.post-item-content p {
  margin: 0;
}
.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module a:after {
  font-size: 24px!important;
  opacity: 1!important;
  margin-left: 0!important;
  transition: all 300ms ease 0ms;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  position: absolute;
  line-height: 1em;
  content: "\35";
  font-family: ETmodules!important;
}
.blog-index__post.blog-index__post--small:nth-child(3n) {
  margin: 0;
}
.blog-outer-wrapper .content-wrapper {
  padding: 27px 0;
  width: 80%;
}
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   direction: ltr; */
  flex-flow: row wrap;
  justify-content: flex-start;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.section.post-footer input.hs-button.primary {
  background: #146194;
  border-color: #146194;
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
}
.section.post-footer input.hs-button.primary:hover {
  background: #146194;
  border-color: #146194;
  color: #ffffff;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.post-item-inner .categories p {
  display: inline-block;
  margin-right: 10px;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.blog-post h1 {
  line-height: 35px;
  font-size: 25px;
  font-weight: 500;
  color: #0e5a99;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_module a:hover {
  color: #0d0d0d;
}
.topic-section {
  background-color: #0E5A99;
  color: #fff;
  position: relative;
}
.blog-pagination a:hover {
  background-color: rgba(255, 186, 11, 0.8)!important;
  color: #0D0D0D;
}
.topic-section .content-wrapper {
  width: 80%;
  padding: 0;
}
.topic-section .content-wrapper .topic-section-menu {
  width: 100%;
}
.topic-section__wrap .topic-section_menu__menu nav.topic-section-menu-nav ul li a:hover {
  background-color: transparent!important;
  color: #FFBB0A!important;
  text-decoration: underline;
  opacity: 1;
}
.banner-area.blog {
  margin: 0;
}
.topic-section__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  margin: 0 -11px;
}
.topic-section__wrap .topic-section_menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  margin-left: 11px;
  margin-right: 11px;
  justify-content: flex-start;
}
.topic-section__wrap .topic-section_menu__menu nav.topic-section-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 calc(67%/2) !important;
  }
}



@media (max-width: 980px) {
  .blog-outer-wrapper .content-wrapper {
    padding: 30px 0;
    width: 80%;
  }
  .topic-section {
    display: none;
  }
  .blog-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-index__post.blog-index__post--small {
    width: 100%;
    margin-right: 0;
  }
  .banner-area.blog .banner-content.page-center {
    min-height: 300px;
    display: block;
  }
}

@media (max-width: 767px) {
  .blog-recent-posts__list {
    display: block !important;
  }
  .blog-post__body img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://test.transcepta.com/hubfs/transcepta/boilerplate/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-pagination {
  padding: 27px 0;
  text-align: center;
}
.blog-pagination a {
  font-size: 18px;
  padding-left: 1em!important;
  padding-right: 2.2em!important;
  border-width: 0px!important;
  border-radius: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease 0ms;
  background-color: #FFBB0A;
  color: #0D0D0D;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  padding: .3em 1em;
  line-height: 1.7em!important;
}
.blog-pagination a:after {
  line-height: inherit;
  font-size: inherit!important;
  left: auto;
  opacity: 1!important;
  margin-left: 0!important;
  content: attr(data-icon);
  transition: all 300ms ease 0ms;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  font-family: ETmodules!important;
  speak: none;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.topic-section__wrap .topic-section_menu__menu nav.topic-section-menu-nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.7em;
  margin-left: -11px;
  margin-right: -11px;
  list-style: none;
  list-style-type: disc;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.topic-section__wrap .topic-section_menu__menu nav.topic-section-menu-nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}
.topic-section__wrap .topic-section_menu__menu nav.topic-section-menu-nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 14px;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-post__tags {
  margin-bottom: 30px;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.systems-page form#email-prefs-form p.header {
  background: transparent;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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