









































*, *: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: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: 'niveau-grotesk';
  src: url("//use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: niveau-grotesk;
  src: url("//use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("//use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("//use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'niveau-grotesk';
  src: url("//use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: 'lmt';
  src: url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Fonts/lmt.eot');
  src: url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Fonts/lmt.eot') format('embedded-opentype'),
  url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/raw_assets/public/LmtTechnology_March2020/Fonts/lmt.woff) format('woff'), 
  url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/raw_assets/public/LmtTechnology_March2020/Fonts/lmt.ttf) format('truetype');
}



html {
  font-size: 100%;
}

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

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

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: 600px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background:#494A52;
  border-color: #fff;
  color:#fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  border-radius: 1.5625rem;
  font-size: .8125rem;
  border: .125rem solid #c84b38;
  min-width: 12rem;
  margin-bottom: .9375rem;
  padding: 1rem ;  
  transition: .33s all ease;
  
  text-decoration: none;
}

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

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


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

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

.hs-input {
  display:block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 1.875rem;
  border:0;  
  height: 3rem;
  color: #33475b;
  transition: .33s all ease !important;
  border-bottom: 2px solid rgba(139, 139, 139, 1.0) ;;
  box-sizing: border-box;
  font-weight: normal;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  background-color: #fff;
  border:0;
  padding: 1rem;  
  box-shadow: 0 0 5px rgba(94, 93, 97, 1.0);  
  outline: auto !important;
}

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: rgba(200, 75, 56, 1.0);	
  outline-color: rgba(200, 75, 56, 1.0);
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: inherit;
    padding: .9375rem 1.625rem;
    border: .125rem solid;
    text-align: center;
    text-transform: uppercase;
    border-radius: 1.5625rem;
    cursor: pointer;
    transition: .33s all ease;
    font-family: "niveau-grotesk","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    /* width: 100%; */
    background-color: #fff;
    border-color: #5e5d61;
    color: #5e5d61;
    float: none;
    font-size: .8125rem;
    font-weight: normal;
    min-width: 12rem;
    display: inline;
    margin: 0px 1rem 0 0;
    width: fit-content;

}

.hs_upload_resume {
    display:  flex;
    flex-direction:  column;
}

.hs_upload_resume legend {
    order:  2;
}

::-webkit-file-upload-button:hover:hover {background:  #5e5d61;color:  #fff;}
.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 */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}

/* --------------------------------------  Homepage ---------------------------------------- */


.home-banner-section .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.home_section_one-row-0-vertical-alignment>.row-fluid {
  background-image: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/quiz-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 3rem;
  color: #fff;
  border-bottom:1rem solid rgb(239, 239, 239);
}
.home_section_one-row-0-vertical-alignment>.row-fluid form{
  border:0;
}
.home-banner-section .slick-vertical .slick-slide {
  border: 0;
}
.home_section_one-row-0-vertical-alignment h5{
  font-size: 1.25rem;
  color:#fff;
}
.hs-home-section-one form {
  max-width: 100%;
}
.hs-home-section-one form .hs-form-field {
  width: 25%;
  float: left;
  margin-bottom: 1rem;
  padding: 0 .9375rem;
}
.hs-home-section-one form .hs-form-field > label {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin:0;
  padding: 0 0 1rem 0;
}
.hs-home-section-one form .hs-form-field > label strong {
  display: block;
  font-size: 1.875rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.hs-home-section-one .dnd-section > .row-fluid > .widget-span:first-child {
  width: 20%;
  padding-right: .9375rem;
}
.home-banner-section .slick-slide-inner-wrapper > img {
  display: none !important;
}
.hs-home-section-one .dnd-section > .row-fluid > .widget-span:last-child {
  width: 80%;
  margin-left: 0;
  padding-right:0;
  padding-left: 10px;
}
.hs-home-section-one p {
  margin-bottom: 1.875rem;
}
.hs-home-section-one .hs_submit.hs-submit {
  width: 100%;
  text-align: center;
  display: block;
  width: 100%;
  clear: both;
}
.hs-home-section-one .hs_submit.hs-submit input.hs-button.primary.large {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 8px;
  padding-bottom: 14px;
}
.hs-home-section-one .hs_submit.hs-submit input.hs-button.primary.large:focus,
.hs-home-section-one .hs_submit.hs-submit input.hs-button.primary.large:hover {
  color: #435363;  
  background-color: #fff;
}
.hs-home-section-one li.hs-form-checkbox label,
.hs-home-section-one li.hs-form-radio label {
  font-size: 1rem;
  color:inherit;
}
.hs-home-section-one ul.inputs-list.multi-container {
  padding-top: 20px;
  padding-left: 8px;
  display:-webkit-flex;
  display:flex;
  align-items:center;
}
.hs-home-section-one ul.inputs-list.multi-container li {
  width: 50%;
  vertical-align:top;
}
.hs-home-section-one ul.inputs-list.multi-container li:last-child {
  padding-right:0;
}
.hs-home-section-one ul.inputs-list.multi-container li input {
  margin-right: 23px;
  margin-left: 4px;
}
.home-banner-section{
  margin-top: -1px;
  margin-bottom: 18px;
}
.home-banner-section .slick-slide {
  height: 600px !important;
  max-height: 85vh;
  transition: 500ms all ease;
}
.home-banner-section .slick-slide-inner-wrapper {
  width: 100%;
  height: 600px;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 -200px 300px -50px rgba(0,0,0,.8);
  transition: 500ms all ease;
}
.home-banner-section .slick-slide-inner-wrapper .caption {
  position: absolute;
  bottom: 0;
  background: transparent;
  max-width: 38.75rem;
  color: #fff;
  margin: 0;
  left: 11%;
  border-width: 0;
  border-style: none;
  border: 0;
  text-align: left;
  padding:2.5rem .9375rem;
}
.home-banner-section .slick-slide-inner-wrapper .caption > span{
  padding:0 .9375rem;
  display:block;
}
.home-banner-section .slick-slide-inner-wrapper .caption h4{
  display: inline-block;
  margin-bottom: 0;
  background: #c84b38;
  padding: 0 1rem;
  color:#fff;
  margin-bottom: .9375rem 
}
.home-banner-section .slick-slide-inner-wrapper .caption h3{
  font-size: 1.5rem;
  color:#fff;
  margin-bottom:23px;
}
.home-banner-section .slick-slide-inner-wrapper .caption .button {
  color: #fff;
  min-width: 12rem;
  padding-top:17px;
  padding-bottom:17px;
  margin-bottom:16px;
}
.home-banner-section .slick-slide-inner-wrapper .caption .button:hover {
  background-color: #fff ;
  border-color: #fff;
  color: #c84b38;
}
.home-banner-section .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.home-banner-section .dnd-section .row-fluid {
  border: 0;
  padding: 0;
}
.home-banner-section .slick-prev:before {
  content: '\64';
  font-size: 2.5rem ;
  font-family: 'lmt';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  opacity: .75;
  speak: none;
  color: #fff !important;
}
.home-banner-section .slick-prev {
  top: 70% !important;
  left: inherit;
  right: inherit;
  width: auto !important;
  height: auto !important;
  margin-top:-19px;
}
.home-banner-section .slick-next {
  top: 80% !important;
  left: inherit;
  right: inherit;
  width: auto !important;
  height: auto !important;
  margin-top: -19px;
}
.home-banner-section .slick-prev,
.home-banner-section .slick-next {
  top: inherit;
  left: 5% !important;
  right:auto;
  z-index: 5;
}
.home-banner-section .slick-next:before {
  content: '\61';
  font-size: 2.5rem ;
  font-family: 'lmt';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  opacity: .75;
  color: #fff !important;
}
.home-banner-section .slick-next:hover:before,
.home-banner-section .slick-prev:hover:before {
  opacity:1;
  color:#fff;
}
.home-banner-section .slick-slider .slick-dots button:before {
  display:none;
}
.home-banner-section .slick-slider .slick-dots button {
  display:none;
}
.home-banner-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #fff !important;
  opacity: 1 !important;
  width: 20px;
  height: 20px;
  transition: .5s all ease;
  border-radius:50%;
}
.home-banner-section .slick-slider .slick-dots {
  z-index: 1;
  margin:0;
  bottom: 17px !important;
  padding-left: 5px;
  margin-top:-18px;
}
.home-banner-section .slick-dots li {
  width: 15px !important;
  height: 14px !important;
  margin: 0 7.7px;
}
.home-banner-section .slick-dots li.slick-active {
  background: #c84b38 !important;
  width: 14px;
  height: 14px;
}
.hs-left-icon-with-content-inner-group .hs-form-required {
  display: none;
}


/* ---------------------------------- Support Layout ----------------------------------------*/


.hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1{
  width: 16.66667%;
}
.hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1 .icon {
  padding: 1.25rem 36px 1.25rem 42px;
  margin: 0;
}
.hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1 .icon:before {
  margin:0;
}
.hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col2{
  width: 83.33333%;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}
.hs-support-layout  .hs-service-main-section-1 .hs-button{
  margin-top:0;
  min-width: 12rem;
  padding: 16px 26px 14px;
}
.hs-support-layout .hs-service-main-section-1 .hs-button.cta_button {
  padding: 17px 22px 16px 22px;
  min-width: 11.2rem;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon .hs-left-icon-with-content-col2 {
  width: 100%;
  margin-bottom: 1rem;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon {
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  outline:0;
  padding-left: 0;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon .top-heading{
  line-height:1.5;
}
.hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio > label {
  color: #8b8b8b;
}
.hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col2 h2 a {
  color: inherit;
  pointer-events: none;
  cursor: text;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group form{
  max-width:100%;
  border:0;
}
.hs-service-main-layout .hs-left-icon-with-content-group .hs-button {
  min-width: auto;
}
.service_section_one-row-0-background-color > .row-fluid {
  background: #fff !important;
}
.service_section_one-row-1-background-color > div{
  background-color: rgba(255, 255, 255, 1) !important;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.service_section_one-row-0-vertical-alignment.service_section_one-row-0-background-color > .row-fluid {
  border-top: .9375rem solid #efefef;
  border-bottom: .9375rem solid #efefef;
}
.row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.service_section_one-row-1-margin.service_section_one-row-1-background-color > .cell_15859084052662-padding{
  border-bottom: .9375rem solid #efefef;
}


/* --------------------------------  Service Layout ---------------------------------------- */

.hs-service-section-1 .span3 .hs-button {
  padding: 1.5625rem;
  background: #ffffff;
  text-align: center;
  border-radius: 0;
  border: 0;
  color: #8b8b8b;
  text-transform: none;
  display: flex;
  border:0;
  text-align:left;
  margin-bottom: .9375rem;
  font-size: 16px;
  padding: 1.5625rem;
  line-height:24px;
}
.hs-service-section-1 .span3 .hs-button:hover {
  background:#ffffff;
  color: #8b8b8b;
  border:0;
}
.hs-service-section-1 .span3 .hs-button:before {
  content: '\66';
  margin: 0 .3125rem;
  font-family: 'lmt';
  font-style: normal;
  vertical-align: text-bottom;
  padding-right: .5rem;
}
.icon-service-managed:before {
  content: '\6e';
}
[class^='icon-']:before, [class*=' icon-']:before {
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dnd-section .widget-type-cell {
  background: #fff;
  padding: 1rem 2.0625rem;
}
.hs-service-section-1 .hs-menu-wrapper {
  border: 2px solid #8b8b8b;
  padding: 1.5625rem;
}
.hs-service-section-1 .hs-menu-wrapper > ul{
  margin:0 0 1rem;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row,
.service_section_one-column-4-row-2-padding{
  position:relative;
  z-index:1;
  margin-left:-2.0625rem;
  margin-right:-2.0625rem;
  margin-top: 31px;
  margin-bottom:-1rem;
  font-weight:500;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row{
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom:1rem;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row > div,
.service_section_one-column-4-row-2-padding >  div{
  position:relative;
  z-index:1;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row:after,
.service_section_one-column-4-row-2-padding:after {
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: right;
  padding: .625rem .9375rem;
  color: #8b8b8b;
  margin-bottom: .625rem; 
  font-size: .875rem;
  font-weight: 500;
  align-items:center;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper ul li a:after{
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper_type_custom_widget.widget-type-rich_text,
.hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text,
.hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper_widget > .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_menu) ,
.hs-service-inner-layout .hs-service-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper_type_custom_widget.widget-type-rich_text,
.hs-service-inner-layout .hs-service-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text,
.hs-service-inner-layout .hs-service-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper_widget > .hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_menu) {
  border: 2px solid #8b8b8b;
  padding: 1.5625rem;
  margin-top: 16px;
  display: block;
}
.hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text{
  margin-top:0;
  margin-bottom:16px;
}
.hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text >.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_menu),
.hs-service-inner-layout .hs-service-section-1 .dnd-section>.row-fluid > .span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text >.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_menu){
  border:0;
  padding:0;
  margin:0;
}
.service_section_one-column-4-row-2-vertical-alignment.dnd-row .widget-type-cell .widget-type-cell {
  padding-top: 0;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row h5,
.service_section_one-column-4-row-2-padding h5 {
  line-height: 1.2;
  padding-bottom: 8px;
}
.hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio .input li {
  padding: 0 1rem;
  border-radius: 100px;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  display: inline-flex;
  padding-left: 0.6rem;
  padding-right: 0.9rem;
  min-width: 93px;
  margin-right: 8px;
}
.hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio .input li input {
  margin-right: 7px;
}
.hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio li.hs-form-radio label {
  margin: 0;
  padding: .5rem;
}
.service_section_one-column-4-row-2-vertical-alignment.dnd-row .cell_1585732183159-row-0-vertical-alignment > .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-service-section-1 .span3.dnd-column ul ul li a:hover,
.hs-service-section-1 .span3.dnd-column ul li.active > a {
  background: #c84b38;
  color: #fff;
}

/* .hs-service-section-1 .span3.dnd-column ul ul li a:hover,
.hs-service-section-1 .span3.dnd-column ul li.active > a {
  background: #c84b38;
  color: #fff;
}  */
.hs-service-section-1 .span3.dnd-column {
  background:transparent;
  padding:0;
  margin-bottom:1rem;
}
.hs-service-section-1 .hs-menu-wrapper ul li {
  display: block;
  width: 100%;
}
.hs-service-section-1 .hs-menu-wrapper ul li a:before {
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 .625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hs-service-section-1 .span3.dnd-column ul li .managedservices:before {
  content: '\6e';
}
.hs-service-section-1 .hs-menu-wrapper ul li .businesssolutions:before {
  content: '\72';
}
.hs-service-section-1 .hs-menu-wrapper ul li .cloudcomputing:before {
  content: '\70';
}
/*.hs-service-section-1 .hs-menu-wrapper ul li .voiptelephony:before {
  content: '\71';
}*/

/* .hs-service-section-1 .hs-menu-wrapper ul li a.riskmanagement:before {
  content: '\76';
} */

.hs-service-section-1 .hs-menu-wrapper ul li a.cybersecurity:before {
  content: '\76';
}

/* .hs-service-section-1 .hs-menu-wrapper ul li a.vcio:before {
  content: '\77';
} */


.hs-service-section-1 .hs-menu-wrapper ul li a.virtualciovcio:before {
/*   content: '\44'; */
    content: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/vCIO-Website-Icon-40x40-1.png);

}

.hs-service-section-1 .hs-menu-wrapper ul li.active a.virtualciovcio:before {
/*   content: '\44'; */
    content: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/vCIO-Website-Icon-40x40-white.png);
  z-index: 100;
}

.hs-service-section-1 .hs-menu-wrapper ul li:hover a.virtualciovcio:before {
/*   content: '\44'; */
    content: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/vCIO-Website-Icon-40x40-white.png);
  z-index: 100;
}



.hs-left-icon-with-content-group .top-heading {
  display: inline-block;
  color: #c84b38;
}
.service_section_one-column-4-row-2-vertical-alignment.dnd-row .dnd-column {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-left: 0;
  width: 33.333%;
  position:relative;
  background:transparent;
  padding-bottom:0;
  z-index:2;
}
.hs-service-section-1 .span9.dnd-column {
  margin-bottom: 1rem;
}
.service_section_one-column-4-row-2-vertical-alignment.dnd-row .cell_1585732183159-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
}
.hs-service-section-2 .dnd-section > .row-fluid > .dnd-column {
  padding-bottom: 16px;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row h5:before,
.service_section_one-column-4-row-2-padding h5:before {
  content: '\6a';
  font-family: 'lmt' !important;
  font-style: normal !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .5625rem;
  font-weight: bold;
  color: #c84b38;
}
h1 .icon:before {
  font-size: 3.5rem;
}
.page-section--thinnest {
  padding-top: .625rem;
  padding-bottom: .625rem;
}
.icon.icon-spaced-between {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.body-container .flex {
  display: flex;
}
.body-container .columns,
.body-container .row {
  position: relative;
}
.icon-caret-right:before {
  content: '\6a';
}
.bottom-pane-section2 h4 {
  color: #fff;
}
.bottom-pane-section2 {
  padding:0;
  background-color: #c84b38;
  color: #fff;
}
.contact-us {
  box-shadow: 0 0 7.84px 0.16px rgba(0,0,0,.3);
}
.hs-contact-inner-layout .hs-service-section-1 .span9.dnd-column {
  margin-bottom: 0;
}
.card {
  margin-bottom: 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #8b8b8b;
  margin-bottom: 1rem;
  border: 0;
}
.bottom-pane-section2 .card.card-padding {
  padding: 1rem 3rem;
  background-color: #c84b38;
  margin-bottom:0;
}
.bottom-pane-section2 ul.column-count-2 {
  column-count: 2;
  column-gap: 5rem;
  margin-top:0;
}
.bottom-pane-section2 .white {
  color: #fff;
}
.page-section--thinnest {
  padding: .625rem .9375rem;
}
.contact-dark-red:after{
  margin-top:1px;
}
.card.card-padding {
  padding: 1rem 3rem;
}
.contact-us {
  box-shadow: 0 0 7.84px 0.16px rgba(0,0,0,.3);
}
.bottom-pane-section2 h4 span {
  position: relative;
  z-index: 1;
}
.bottom-pane-section3 {
  margin-top: 1rem;
}
.bottom-pane-wrapper .row .column.row.row, 
.bottom-pane-wrapper .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.hs-cta-wrapper {
  display: inline-block;
}
.hs-cta-wrapper a.cta_button {
  box-sizing: border-box !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.columns.row.white-bg h2 {
  margin: 0;
}
.card-section {
  padding: 1rem;
}
.text-center {
  text-align: center;
}
.red-bg {
  background-color: #c84b38 ;
}
.red {
  color: #c84b38;
}
.icon-small:before {
  font-size: .5625rem !important;
  font-weight: bold !important;
}
.flex {
  display: flex;
}
.flex.flx-algn-cntr {
  align-items: center;
}
.flex.flx-inline {
  display: inline-flex;
}
.blue-bg {
  background-color: #435363;
}
.striped {
  font-weight: 500;
  padding: .625rem .9375rem;
  position:relative;
}
.bottom-pane-wrapper .bottom-pane-section2 .striped:after {
  content: '';
  display: block;
  background-image: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/red-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.bottom-pane-section3 h4{
  color:#fff;
}
.bottom-pane-wrapper .striped:after{
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index:-1;
}
.bottom-pane-wrapper h4 span {
  position: relative;
}
.bottom-pane-section3 .hs-input {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #8b8b8b;
  box-shadow: none;
  padding: 0;
  height: 3rem;
  transition: .33s all ease !important;
  color: #fff;
  border-color: #fff;
  margin: 0;
  padding: 0 1rem;
}
.bottom-pane-section3 .hs-input::placeholder {
  color:#fff;
  opacity:.75;
}
.bottom-pane-section3 .hs-input:focus {
  padding: 0 1rem !important;
  outline: auto !important;
  border: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 5px #5e5d61;
  color:#8b8b8b !important;
}
.bottom-pane-section3 form {
  max-width: 100% !important;
  border:0;
}
.bottom-pane-section3 .hs-form-required {
  display: none;
}
.bottom-pane-section3 fieldset.form-columns-3 {
  max-width: 100%;
}
.bottom-pane-section2 .columns.span5 {
  margin-left: 0;
  width: 41.66667%;
}
.bottom-pane-section2 .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
.bottom-pane-section2 .columns {
  width: 100%;
}
.bottom-pane-section3 form input.hs-button.primary.large {
  background-color: #435363;
  border: 2px solid #fff;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 0;
  top: 4px;
  font-weight:500;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 14px;
}
.bottom-pane-section3 ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 6px !important;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper>ul>li ul {
  margin: 0;
}
.bottom-pane-section3 form {
  position: relative;
  padding-right: 190px;
  margin-top: 18px;
  padding-left: 15px;
}
.bottom-pane-section3 .columns.span12 {
  margin-left: 0;
}
.bottom-pane-section3 .hs-form-field {
  margin-bottom: 0;
}
.bottom-pane-section3 input.hs-button.primary.large:hover {
  background: #fff;
  color: #435363;
  border-color: #fff;
  border-width: 0.125rem;
}
.hs-service-section-2 h6 {
  color: #c84b38;
  position: relative;
  font-weight: 500;
  padding: .625rem .9375rem;
  font-size: 1.875rem;
  z-index: 2;
  margin-top: 0;
  margin-bottom: .5rem;
}

.hs-service-section-2 h6:after {
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: -1;
}
.hs-service-section-2 h3 {
  font-size: 1.5rem;
  color: #c84b38;
}

.icon-arrow-circle-down:before {
	content: '\61'
}
.icon-arrow-circle-left:before {
	content: '\62'
}
.icon-arrow-circle-right:after {
	content: '\63'
}

.icon-arrow-circle-up:before {
	content: '\64'
}
.icon-arrow-down:before {
	content: '\65'
}
.icon-arrow-left:before {
	content: '\66'
}
.icon-arrow-right:after {
	content: '\67'
}
.icon-arrow-up:before {
	content: '\68'
}
.icon-bubble-question:before {
	content: '\69'
}
.icon-caret-right:before {
	content: '\6a'
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper a.accounting:before,
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper a.financialaccounting:before,
.icon-industry-financial:before {
	content: '\6b'
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper a.healthcare:before,
.icon-industry-healthcare:before {
	content: '\6c'
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper a.legal:before,
.icon-industry-law:before {
	content: '\6d'
}
.icon-service-managed:before {
	content: '\6e'
}
.icon-service-consult:before {
	content: '\6f'
}
.icon-service-cloud:before {
	content: '\70'
}
.icon-phone:before {
	content: '\71'
}
.icon-service-business:before {
	content: '\72'
}
.icon-map-pin:before {
	content: '\73'
}
.icon-linkedin:before {
	content: '\74'
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper a.manufacturing:before,
.icon-industry-manufacturing:before {
	content: '\75'
}
.icon-service-risk:before {
	content: '\76'
}
.icon-service-voip:before {
	content: '\77'
}
.icon-sub-service-busintell:before {
	content: '\78'
}
.icon-sub-service-crm:before {
	content: '\79'
}
.icon-sub-service-dev:before {
	content: '\7a'
}
.icon-sub-service-sysinteg:before {
	content: '\41'
}
.icon-sub-service-security:before {
	content: '\42'
}
.icon-sub-service-backup:before {
	content: '\43'
}
.icon-sub-service-cio:before {
  content: '\44'
}
.icon-sub-vciso:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/vCISO%20Icon-40x40.png');
}
.icon-risk-assessment:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/Risk%20Assessment-40x40.png');
}
.icon-soc-services:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/SOC-Services-Icon-40x40.png');
}

.icon-protect-detect:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/Protect-and-Detect-Icon-40x40.png');
}

.icon-incident-response:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/Incident%20Response%20Icon-40x40.png');
}

.icon-compliance:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/Compliance-Icon-40x40.png');
}

.icon-security-awareness-training:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/Security%20Awareness%20Training%20Icon-40x40.png');
}

.icon-vcio:before {
  content:url('https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/vCIO-Website-Icon-40x40.png');
}


.capitalize {
  text-transform: uppercase;
}
.icon {
  display: flex;
  align-items: center;
}
.icon--circle {
  display: inline-block;
  vertical-align: middle;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 4.375rem;
  display: block;
  margin: 0 auto;
  padding-top: .9375rem !important;
  border: 2px solid transparent;
}
.icon--circle:before {
  font-size: 2rem;
}
.spacer {
  padding: 1rem;
}
.button {
  display: inline-block;
  padding: .9375rem 1.625rem;
  border: .125rem solid;
  border-color: inherit;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1.5625rem;
  font-size: .8125rem;
  font-weight: 500;
  color: #5e5d61;
  margin-bottom: .9375rem;
  cursor: pointer;
  transition: .33s all ease;
}
.button.icon-button {
  display: block;
  border: 2px none;
  font-size: .875rem;
  color: #8b8b8b;
  text-transform: none;
  text-align: center;
  padding: 0;
}
.button.icon-button:hover > .icon.icon--circle {
  background: #c84b38;
  border-radius: 0;
  transition: .33s all ease;
  color: #fff;
  font-weight: bold;
}
.button.icon-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c84b38;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.bottom-pane-section1 .icon {
  display: flex;
  align-items: center;
}
.margin-bottom--none {
  margin-bottom: 0 !important;
}
.button.icon-button > .icon {
  margin-bottom: 1rem;
}
.bottom-pane-section1 .button.icon-button {
  line-height: 1.5;
}
.bottom-pane-section1 .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
.button.icon-button > .icon:before {
  margin: 0 auto;
}
.bottom-pane-wrapper {
  margin-top: -1px;
}
.widget-type-header h1 {
  color: #8b8b8b;
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom:10px;
}
.widget-type-header h1:after {
  content: "";
  background: #8b8b8b;
  position: absolute;
  height: 2px;
  width: 32px;
  bottom: 0;
  left: 0;
}
.hs-service-section-2 .span6.widget-type-cell.dnd-column {
  width: 50%;
  margin-left: 0;
  padding-left: 3rem;
  padding-bottom: 3px;
}
.hs-service-section-1 .row-number-1.dnd-section > .row-fluid {
  padding-top: 1rem;
}
.hs-service-section-2 .span6.widget-type-cell.dnd-column + .span6 {
  padding-left: 1rem;
}
.hs-service-section-2 .dnd-section .widget-type-cell.span12 {
  padding-bottom: 8px;
}
.hs-service-section-2 .dnd-section .row-fluid {
  background: #fff;
}
.bottom-pane-section1 {
  margin-top: 1rem;
}
.hs-service-section-1 .dnd-section,
.hs-service-section-2 .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper > ul > li {
  display: none;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper > ul > li.active-branch {
  display: block;
  font-style: normal;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper > ul > li.active-branch > a {
  border-bottom: 2px solid #8b8b8b;
  padding: 0;
  color: #8b8b8b;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase; 
  line-height: 22px;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.hs-service-section-1 .span3.dnd-column .hs-menu-wrapper > ul > li.active-branch > a:after {
  display: none;
}
.red-border-left {
  border-left: 2px solid #c84b38 !important;
}
.hs-left-icon-with-content-group {
  border-left: 2px solid #c84b38;
  padding: .7rem .7rem .1rem 0;
  overflow: hidden;
  outline: .9375rem solid #efefef;
  border-radius: 0;
}
.hs-left-icon-with-content-col1 {
  width: 16.66667%;
  float: left;
}
.hs-left-icon-with-content-col2 {
  float: left;
  width: 83.33333%;
  padding: 1rem 3rem;
}
.hs-left-icon-with-content-inner-group {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
  overflow: hidden;
}
.hs-left-icon-with-content-col1 .icon {
  color: #c84b38;
  padding: 1.25rem 1.875rem 1.25rem 3.125rem;
  display: flex;
  align-items: center;
  background-color: #efefef;
  justify-content: center;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}
.hs-left-icon-with-content-col1 .icon:after {
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index:-1;
}
.striped {
  position: relative;
  z-index: 1;
}
.hs-left-icon-with-content-bottom .left-group, 
.hs-left-icon-with-content-bottom .right-group {
  width: 50%;
  float: left;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.hs-left-icon-with-content-bottom ul {
  margin-top: 0;
}
.hs-left-icon-with-content-inner-group {
  padding-bottom: 32px;
}
.contact-dark-red {
  background-color: #8f3324;
  padding:.625rem .9375rem 1.156rem;
  font-family: "niveau-grotesk","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.21;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-dark-red:after {
  content: '\63';
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}


/* -------------------------------------------- About Us ------------------------------------------- */


.hs-about-section-1 .span3.dnd-column > div,
.hs-about-section-1 .span3.dnd-column {
  background:transparent;
  padding:0;
  margin-bottom:1rem;
}
.hs-about-section-1 .span3.dnd-column h3 {
  border-bottom: 2px solid #8b8b8b;
  padding: 0;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  color: #5e5d61; 
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.hs-about-section-1 .span3.dnd-column h5{
  color: #5e5d61 ;
  font-weight: 500;
  margin-bottom: 0;
  margin-top:0;
}
.hs-about-section-1 .span3.dnd-column h5 {
  font-size: 1.25rem;
  color: #5e5d61;
}
.hs-about-section-1 .span3.dnd-column h5 a{
  color: #5e5d61
}
.hs-about-section-1 .span3.dnd-column > .dnd-row .hs-button{
  padding: 1.5625rem;
  background: #fff;
  text-align: center;
  border-radius: 0;
  border: 0;
  color: #8b8b8b;
  text-transform: none;
  display: flex;
  border: 0;
  text-align: left;
  margin-bottom: .9375rem;
  font-size: 16px;
  padding: 1.5625rem;
  line-height: 24px;
  padding-left:10px;
  min-width:auto;
}
.hs-about-section-1 .dnd-section form {
  max-width:100%;
}
.hs-about-section-1 .dnd-section form .hs-form-required {
  display: none;
}
.hs-about-section-1 .span3.dnd-column > .dnd-row .hs-button:before{
  content: '\66';
  margin: 0 .3125rem;
  font-family: 'lmt';
  font-style: normal;
  vertical-align: text-bottom;
  padding-right: .5rem;
}
.hs-about-section-1 .span3.dnd-column > .dnd-row .hs-button:hover {
  background: #fff;
  color: #8b8b8b;
  border: 0;
}
.hs-about-section-1 .span3.dnd-column > .dnd-row .hs_cos_wrapper_type_rich_text{
  display:block;
  border: 2px solid #8b8b8b;
  padding: 1.5625rem;
}
.hs-about-section-1 .span3.dnd-column > .dnd-row p {
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hs-about-section-1 table {
  margin-top: .625rem;
  width: 100%;
  border: 0;
}
.hs-about-section-1 table tr td {
  border: 0;
  border-bottom: 2px solid #efefef;
  padding: 0;
  font-weight:500;
}
.hs-about-section-1 table tr td:first-of-type {
  width: 35%;
}
.hs-about-section-1 table tr td {
  vertical-align: middle;
}
.hs-about-section-1 table tr td:first-of-type div {
  display: flex;
  align-items: center;
  position:relative;
  line-height: 1.5;  
  padding: .3125rem .625rem;
  margin-right: .625rem;
}
.hs-about-section-1 table tr td:first-of-type div:before {
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  content: '\6a';
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c84b38;
  font-size: .5625rem !important;
  font-weight: bold !important;
}
.hs-about-section-1 table tr td div:first-of-type:after {
  content: '';
  display: block;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index:-1;
}
.hs-about-section-1 .dnd-section .widget-type-cell {
  background:transparent;
  padding: 0;
}
.hs-about-section-1 .dnd-section .span9.widget-type-cell > .dnd-row{
  background:#fff;
  margin-bottom:1rem;
  padding: 2rem 1rem 1rem;
}
.hs-about-section-1 .dnd-section h6 {
  color: #c84b38;
  margin: 0;
}
.hs-about-section-1 .widget_1585834500524-flexbox-positioning{  
  align-items: inherit !important;
}
.hs-about-section-1 table tr td:first-of-type {
  width: 35%;
  color: #8b8b8b;
  position: relative;
  z-index: 4;
  text-transform: uppercase;
}
.hs_cos_wrapper_type_linked_image img.hs-image-widget {
  max-width: 100%;
  height:auto;
}
.about-us-banner .banner {
  height: 605px;
}
.hs-about-section-1 .dnd-section .row-number-6 h6 {
  line-height:1.5;
}
.hs-about-section-1 .dnd-section .row-number-6 hr {
  margin-bottom:14px;
}
.hs-about-section-1 .dnd-section .span9.widget-type-cell .row-number-6 {
  margin-bottom: 0;
}


/* -----------------------------Career -------------------------------  */

.hs-service-section-1.careers-one h6 {
  line-height: 24px;
  margin: 0;
  color: #c84b38;
}
.hs-service-section-1.careers-one  .hs-form-required {
  display: none;
}
.hs-service-section-1.careers-one form {
  max-width: 100%;
}
.hs-service-section-1.careers-one hr {
  margin-bottom: 5px;
}
.hs-service-section-1.careers-one .span3 .hs-button {
  padding-left: 10px;
}
.hs-service-section-1.careers-one ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type="radio"],
.hs-service-section-1.careers-one ul.inputs-list.multi-container li.hs-form-checkbox .hs-input[type="checkbox"] {
  display: inline-block;
  margin-right: 15px;
}
.hs_choose_an_area_of_interest_below_ {
  padding-top: 18px;
}
.hs_choose_an_area_of_interest_below_ > label{
  padding-bottom: 3px;
}

/* ---------------------------- Contact Layout ---------------------------------- */

.contact-body .hs-left-icon-with-content-group {
  border: 0;
  margin-top: 15px;
  line-height: 1.5;
  padding-bottom: 0;
  outline: 0;
  padding-top: 25px;
}
.contact-body .hs-left-icon-with-content-col1 {
  width: 25%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  float:left;
}
.contact-body .hs-left-icon-with-content-col2 {
  width: 75%;
  float:left;
  padding-right: .9375rem;
  padding-left: .9375rem;
  padding-top: 0;
  padding-bottom:0;
}
.contact-body .hs-left-icon-with-content-group .top-heading {
  line-height: 1.5;
}
.contact-body .hs-left-icon-with-content-group h2 {
  margin-bottom: 7px;
}
.contact-body .hs-left-icon-with-content-group hr {
  margin-bottom: 10px;
}
.contact-body .hs-left-icon-with-content-inner-group {
  padding-bottom: 0;
}
.contact-body .dnd-section .widget-type-cell {
  padding: 0 1.6rem;
}
.contact-body .hs-left-icon-with-content-col2 p:last-of-type {
  margin-bottom: 0;
}
.hs_do_you_have_an_internal_it_department_ > label {
  color: #8b8b8b;
  padding-top: 18px;
  display: block;
}
.google-map {
  border-top: 0.9375rem solid rgb(239, 239, 239);
  border-bottom:0;
  margin-top: 0;
}
.hs-contact-section-2 .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 !important;
}
.hs-contact-section-2 .dnd-section > .row-fluid,
.hs-contact-section-4 .dnd-section > .row-fluid {
  border-top: 20px solid #efefef;
  padding: 1rem 3rem;
  background: #fff;
}
.hs-contact-section-2 .span6 h6 {
  color: #c84b38;
  margin: 0;
}
.hs-contact-section-2 h4 {
  margin-top: 20px;
}
.hs-contact-section-2 .hs-button {
  min-width: auto;
  padding-top: 18px;
  padding-bottom: 17px;
}
.hs-contact-section-4 .icon {
  color: #c84b38;
  font-size: 2.5rem;
  margin-right: 7px;
  margin-top: -5px;
}
.hs-contact-section-4 hr{
  margin-bottom: 6px;
}
.hs-service-section-5 .hs-button {
  padding-top: 18px;
  padding-bottom: 17px;
  margin-bottom: 31px;
  margin-top: 13px;
}
.hs-contact-section-4 {
  line-height: 1.5;
}
.hs-contact-section-4 p {
  line-height: 1.5;
  position: relative;
  padding-left: 66px;
}
.service_contact_four-module-2-vertical-alignment.dnd-module {
  padding-top: 60px;
}
.hs-contact-section-4 p .icon {
  position: absolute;
  left: 0;
}
.hs-contact-section-4  .icon.icon-phone {
  margin-left: -14px;
  top: -3px;
}
.service_contact_four-module-2-vertical-alignment p {
  padding-left: 52px;
  padding-top: 2px;
}
.bottom-pane-section2 .hs-cta-wrapper {
  display: block;
}
.about_main .why_lmt_two-column-1-padding.why_lmt_two-column-1-vertical-alignment.dnd-column {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.hs-service-main-layout .service_section_one-row-5-background-color > div {
  background-color: rgba(255, 255, 255, 1) !important;
}
.hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section * {
  background: #fff;
}
.hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11 p {
  padding-left: 65px;
  padding-top: 0;
  position: relative;
  line-height: 1.5;
}
.hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11 .custom-team-member p{
  padding-left: .9375rem;
  line-height: 1.2;
}
.hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11 .icon.icon-phone {
  margin-left: -14px;
  top: -3px;
}
.hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11 .icon {
  color: #c84b38;
  font-size: 2.5rem;
  margin-right: 7px;
  margin-top: -5px;
  position: absolute;
  left: 0;
}
.service_contact_four-module-2-vertical-alignment.dnd-module {
  padding-top: 60px;
}
.hs-service-main-layout .cell_15858929837632-padding .span12.dnd-module .hs-left-icon-with-content-inner-group {
  padding-bottom: 0;
}
.hs-service-main-layout .row-number-5.service_section_one-row-2-background-color.service_section_one-row-2-margin > .row-fluid {
  border-top: .9375rem solid #efefef;
}
.hs-service-main-layout .widget-span.widget-type-cell.cell_15858929837632-margin.cell_15858929837632-padding.dnd-column .hs-left-icon-with-content-group {
  min-height: auto !important;
  padding-bottom: 0;
}
.hs-service-main-layout  .span12.widget-span.widget-type-cell.why_lmt_two-column-1-margin.why_lmt_two-column-1-padding{
  margin-bottom: 0 !important;
}
.hs-service-main-layout  .span12.widget-span.widget-type-cell.why_lmt_two-column-1-margin.why_lmt_two-column-1-padding > div,
.why_lmt_two-column-1-row-1-vertical-alignment>.row-fluid{
  padding:0;
}

/* ----------------------------- Service Main ------------------------------  */


.hs-service-main-section-1 .hs-left-icon-with-content-col1 {
  width: 25%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.hs-service-main-section-1 .hs-left-icon-with-content-col2 {
  width: 75%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  padding-top:0;
}
.hs-service-main-section-1 .hs-button{
  margin-top: 10px;
  padding: 18px 26px 17px;
  margin-bottom: 0;
}
.hs-service-main-section-1 .hs-button:hover {
  border: 2px solid transparent;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group {
  margin-bottom: 0;
  background: #fff;
  margin-top: 1rem;
  border:0;
}
.hs-service-main-section-1 .dnd-section .widget-type-cell {
  background: transparent;
}
.hs-service-main-section-1 .hs-left-icon-with-content-inner-group {
  padding-bottom: 0;
}
.hs-service-main-layout .span12.widget-span.widget-type-cell.why_lmt_two-column-1-margin.why_lmt_two-column-1-padding h2 {
  margin-bottom: 11px !important;
}


.hs-service-main-layout .about_us_one-module-1-vertical-alignment.dnd-module .widget-type-linked_image,
.hs-service-main-layout .hs-service-main-section-1 .dnd-section .cell_1586191757239-padding .widget-type-cell > .row-fluid-wrapper.dnd-row,
.hs-service-main-layout .hs-service-main-section-1 .dnd-section .cell_1586191757239-padding .widget-type-cell > .row-fluid-wrapper.dnd-row > div {
  height: 100%;
}
.hs-service-main-layout .about_us_one-module-1-vertical-alignment.dnd-module .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* ----------------------------------  Why Lmt -------------------------------  */

.custom-team-member .left-group{
  padding-left: .9375rem;
  width: 54%;
  float: left;
}
.custom-team-member .right-group {
  padding-right: .9375rem;
  padding-left: .9375rem;
  width: 46%;
  float: left;
}
.custom-team-member .team-member-content {
  font-weight: 500;
  padding: .625rem 0;
  position: relative;
  overflow:hidden;
  z-index:2;
}
.custom-team-member .team-member-content:after {
  content: "";
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/LmtTechnology_March2020/Images/grey-striped-background.png);
  background-repeat: repeat;
  border-radius: inherit;
  position: absolute;
  margin: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index:-1;
  display: block;
}
.team-member-content h5 {
  color: #5e5d61;
  font-size: 1.25rem;
  margin:0;
}
.team-member-content{
  z-index:1;
  position:relative;
}
.team-member-content h5 a{
  color: #c84b38;
}  
.team-member-content h5 a:hover{
  color: #ac4030;
}  
.why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid {
  align-items: flex-start;
  padding: 0 8px;
}
.why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .widget-type-cell {
  width: 20%;
  float: left;
  margin-left: 0;
  padding-right: .9375rem;
  padding-left: .9375rem;
  align-items: flex-start;
  position:relative;
}
.why_lmt_two-column-1-vertical-alignment h2 {
  margin-bottom: 27px !important;
}
.custom-team-member .right-group .icon-4x {
  font-size: 2.5rem !important;
}
.hs-why-lmt-3 h6 {
  line-height: 1.2;
}
.hs-why-lmt-3 h2 {
  margin-top: 16px;
  margin-bottom: 27px;
}
.team-member-content .mobile {
  display: none;
}
.team-member-content p.desktop {
  clear: both;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.custom-team-member {
  margin-bottom: 1rem;
}
.hs-about-us-1 .row-fluid .row-fluid {
  background: #fff;
  padding: 2rem 1rem;
  border-top: 1rem solid rgb(239, 239, 239);
}
.hs-about-us-1 h1{
  color:#8b8b8b;
}
.hs-about-us-1 .about_us_one-module-1-vertical-alignment > div {
  flex-shrink: 0 !important;
  display: flex;
  height: 100%;
}
.hs-about-us-1 .about_us_one-module-1-vertical-alignment > div img {
  display: flex;
  height: 100% !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hs-about-us-2 .dnd-section > .row-fluid {
  border-top: 1rem solid rgb(239, 239, 239);
}
.hs-about-us-2 .dnd-section>.row-fluid h2 {
  width: 77.33333%;
  margin-left: auto;
  margin-right: auto;
}
.hs-about-us-2 .dnd-section > .row-fluid h6 {
  line-height: 1.5;
  margin-bottom: 15px;
}
.hs-why_lmt_layout.about_main .bottom-pane-section1 {
  display: block;
}
.hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon .actions,
.hs-support-layout .cell_15858975233313-padding .actions {
  text-align: right;
}
.hs-support-layout .cell_15858975233312-padding a.hs-button::after {
  content: '\63';
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top:1px;
}
.hs-support-layout .cell_15858975233312-padding a.hs-button {
  padding-bottom: 17px !important;
  min-width: auto !important;
  padding-right: 33px !important;
}
.service_contact_four-row-0-vertical-alignment > .row-fluid {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.icon.icon-spaced-between .page-section--thinnest {
  padding-right: 0;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row .span6.widget-span,
.service_section_one-column-4-row-2-padding .span6.widget-span{
  background: transparent;
  padding: 0;
}
.about_main .hs-about-us-1 .span3 {
  width: 26.3% !important;
}
.about_main .hs-about-us-1 .span9 {
  width: 76% !important;
  padding-right:2rem;
  padding-left:3px;
}
.hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio li.hs-form-radio label {
  padding: 0.7rem 0.5rem 0.8rem;
}
.custom-team-section-col2 hr {
  font-size: 0;
  box-shadow: none;
  color: transparent;
  display: block;
  height: 0;
}
.hs-service-section-2 .dnd-section ul {
  margin-top: 10px;
}
.row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row .icon-arrow-down,
.service_section_one-column-4-row-2-padding .icon-arrow-down {
  flex-direction: row-reverse;
  display: inline-flex;
}
.span12.widget-span.widget-type-cell.cell_15859084052662-padding.dnd-column,
.cell_15858276293112-margin {
  border-bottom: .9375rem solid #efefef;
  padding-bottom: 16px !important;
}
.hs-service-main-layout .service_section_one-row-2-background-color > div {
  background-color: rgba(255, 255, 255, 1) !important;
}
.hs-service-main-layout .body-container-wrapper .hs-form-required {
  display: none;
}
.hs-service-main-layout .body-container-wrapper form {
  max-width: 100%;
  border:0;
}
.hs-service-main-layout .span12.widget-span.widget-type-cell.cell_15859084052662-padding.dnd-column h2{
  width: 83.333%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hs-service-main-layout .hs-left-icon-with-content-group form .hs-button {
  min-width: 12rem;
  margin-top:0;
}

/* ---------------------------------- Error Page ------------------------------- */

.hs-error-404-layout .banner {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 600px;
  padding: 0;
  border-bottom: thick solid #c84b38;
  margin-bottom: 1rem;
}
.hs-error-404-layout .banner.top.left {
  background-position: top;
}
.hs-error-404-layout .banner-section .widget-type-cell.dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.hs-error-404-layout .banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-left: 0; 
  background:#fff;
}
.hs-error-404-layout .banner-section .dnd-module {
  background: #fff;
}
.hs-body-container-group .content-wrapper{
  background:#fff;
  padding: 1rem 3rem;
}
.hs-body-container-group h6{
  margin-bottom: .9375rem;
  line-height:1.5;
}
.hs-body-container-group .row-fluid {
  border-top: 0.9375rem solid rgb(239, 239, 239);
}
.hs-bookmark-link{
  position:relative;
  top:-120px;
  display: block;
  height: 0;
}
.hs-about-inner-layout .body-container hr {
  margin-bottom: 15px;
}
.custom-team-section-col2 hr {
  margin-bottom: 10px !important;
}
.hs_do_you_have_an_internal_it_department_.hs-do_you_have_an_internal_it_department_ > label {
  color: inherit;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page input.email-edit.hs-input,
.systems-page input#hs-pwd-widget-password {
  height: 3.2rem !important;
  display: block;
  margin: 0 0 10px;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 1.875rem;
  border: 0;
  height: 3rem;
  color: #33475b;
  transition: .33s all ease !important;
  border-bottom: 2px solid rgba(139,139,139,1.0);
  box-sizing: border-box;
  font-weight: normal;
}
.systems-page input.email-edit.hs-input:focus,
.systems-page input#hs-pwd-widget-password:focus {
  border-color: rgba(94,93,97,1.0);
  box-shadow: 0 0 5px rgba(94,93,97,1.0);
  padding-left:1rem;
  padding-right:1rem;
  border:0;
  outline:0 !important;  
}
.hs-system-page .content-wrapper .error-page,
.hs-system-page .content-wrapper .systems-page {
  border-left: 0.9375rem solid rgb(239, 239, 239);
  border-right: 0.9375rem solid rgb(239, 239, 239);
  border-top: 0.9375rem solid rgb(239, 239, 239);
}
.hs-system-page .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hs-website-page .body-container .row-number-1.dnd-section > .row-fluid {
  border-top: .9375rem solid #efefef;
}
.body-container.migration .dnd-section > .row-fluid {
  background: transparent;
  padding: 1rem;
  border-top: .9375rem solid #efefef;
}
.hs-system-page .content-wrapper .error-page,
.hs-system-page .content-wrapper .systems-page {
  border-left: 0.9375rem solid rgb(239, 239, 239);
  border-right: 0.9375rem solid rgb(239, 239, 239);
  border-top: 0.9375rem solid rgb(239, 239, 239);
}
.body-container__landing .dnd-section>.row-fluid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hs-cta-wrapper a.cta_button .icon:after {
  font-style: inherit;
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-span.widget-type-cell.cell_15858929837632-margin.cell_15858929837632-padding.dnd-column .hs-left-icon-with-content-group .top-heading {
  line-height: 1.5;
}
.hs-service-inner-layout .hs-left-icon-with-content-group.equal-height {
  min-height: auto !important;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .widget-type-cell{
    display:block !important;
  }
  body .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid{
    display:block !important;
  }
  [class^='icon-']::before, [class*=' icon-']::before{
    display:block;
  }
}


@media print, screen and (max-width: 1220px){
  .dnd-section {
    padding-left:0;
    padding-right:0;
  }
}

@media (min-width: 1025px) and (max-width: 1200px){
  .bottom-pane-section1 .button.icon-button{
    font-size: 0.775rem;
  }
}

@media print, screen and (max-width: 1024px){
  .systems-page input#hs-pwd-widget-password {
    height:auto !important;
  }
  .home_section_one-row-0-vertical-alignment > .row-fluid{
    flex-wrap:wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid>.span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text{
    margin-top:16px;
  }  
  .hs-service-inner-layout .hs-service-section-1 .service_section_one-column-4-row-2-padding .span3.dnd-column{
    display:block;
  }
  .hs-home-section-one .dnd-section>.row-fluid > .widget-span:first-child {
    width: 100%;
    padding-right: 0;
  }
  .hs-why_lmt_layout.why-lmt .why_lmt_one-column-1-margin {
    margin-top: 16px !important;
  }
  .hs-home-section-one .dnd-section>.row-fluid > .widget-span:last-child {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .hs-service-inner-layout .service_section_one-column-4-row-2-padding{
    margin-left: -1rem;
    margin-right: -1rem;
  }  
  .hs-service-inner-layout .service_section_one-column-4-row-2-padding {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  body .service_section_one-column-4-padding {
    padding-bottom: 0px !important;
    padding-left: 17px !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row{
    margin-left: -18px;
    margin-right: -18px;
  }
  .service_section_one-column-4-row-2-padding {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-contact-inner-layout .service_section_one-row-0-vertical-alignment > .row-fluid{
    flex-wrap:wrap;
  }
  .hs-contact-inner-layout .hs-service-section-1.careers-one .span3.dnd-column {
    padding-right:0;
  }
  .hs-contact-inner-layout .hs-service-section-1.careers-one .span3.dnd-column ,
  .hs-contact-inner-layout .hs-service-section-1.careers-one .span9.dnd-column {
    width: 100%;
  }
  .hs-about-inner-layout .hs-about-section-1 .span3.dnd-column a.hs-button {
    margin-top: 16px;
  }
  .hs-about-section-1 .span3.dnd-column,
  .hs-service-section-1 .span3.dnd-column{
    display:none;
  }
  .hs-about-inner-layout .hs-about-section-1 .span3.dnd-column > div{
    margin:0 !important;
  }
  .hs-about-inner-layout .hs-about-section-1 .span3.dnd-column {
    display: block;
    margin: 0 !important;
    min-height: 0 !important;
  }
  .hs-about-inner-layout .hs-about-section-1 .span3.dnd-column>.dnd-row .hs_cos_wrapper_type_rich_text{
    display:none;  
  }
  .hs-about-inner-layout .cell_1585834482299-row-0-padding .hs_cos_wrapper_type_rich_text {
    display: block !important;
    margin-top: 16px;
  }
  .hs-about-inner-layout .hs-about-section-1 .span3.dnd-column *{
    min-height:auto;
  }
  .hs-contact-section-2 h4 {
    margin-top:0;
  }
  .hs-service-section-1.careers-one form {
    margin-bottom: 2.5rem;
  }
  .hs-contact-section-4 .service_contact_four-row-0-vertical-alignment > .row-fluid{
    flex-wrap: wrap;
  }
  .service_contact_four-module-2-vertical-alignment p {
    padding-left: 66px;
    padding-top: 2px;
  }
  .hs-contact-section-4 .icon.icon-phone {
    margin-left:0;
    top:0;
  }
  .hs-contact-section-2 .service_contact_two-row-0-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
    padding: 1rem 2rem !important;
  }
  .hs-contact-section-4 .service_contact_four-row-0-vertical-alignment .span6,
  .hs-contact-section-2 .span6 {
    width: 100%;
    margin-left:0;
  }
  .hs-service-section-1 .span9.dnd-column {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .dnd-section,
  .hs-service-section-2 .dnd-section,
  .hs-service-section-1 .dnd-section {
    padding-left:0;
    padding-right:0;
  }
  .dnd-section .widget-type-cell {
    background: rgb(255, 255, 255);
    padding: 1rem 1rem;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 17px;
  }
  .hs-service-section-2 .span6.widget-type-cell.dnd-column,
  .hs-service-section-2 .span6.widget-type-cell.dnd-column + .span6 {
    padding-left: 2rem;
    padding-right: 2rem;
    width:100%;
    float:none;
    padding-bottom: 4px;
  }
  .bottom-pane-section1 .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .bottom-pane-section1 .columns.span7, 
  .bottom-pane-section1 .columns.span5 {
    width: 50%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .bottom-pane-section1 .columns.span7, .bottom-pane-section1 .columns.span5 {
    width: 50%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-pane-section2 .column .column, .bottom-pane-section2 .columns .columns {
    width: 100%;
  }
  .bottom-pane-section2 .row.flex {
    flex-direction: column;
  }
  .bottom-pane-section2 .card.card-padding {
    padding: 1rem 2rem;
  }
  .card.card-padding {
    padding: 1rem 2rem;
  }
  footer .footer__main .container-fluid {
    padding: 1rem 2rem;
  }
  footer.footer .columns.large-6:last-child, 
  footer.footer .columns.large-6 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-left-menu-group {
    padding-left: 22px;
  }
  footer .footer .footer-left-menu-group .hs-menu-wrapper ul ul {
    max-width: 272px;
  }
  .hs-left-icon-with-content-col1, .hs-left-icon-with-content-col2 {
    width: 100%;
    float: none;
  }
  .hs-left-icon-with-content-col1 {
    margin-bottom:15px;
  }
  .hs-left-icon-with-content-col2 {    
    width: 83.3%;
    margin: 0px auto;
    padding: 1rem 2rem;
    padding-right:0;
  }
  .hs-service-section-1.careers-one .span3.dnd-column {
    width: 25%;
    padding-right: 22px;
  }
  .hs-service-section-1.careers-one .span9.dnd-column {
    width: 75%;
  }
  .hs-service-section-1.careers-one .span3 .hs-button {
    min-width: auto;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-col1 {
    width: 100%;
    margin-bottom:0;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-col2 {
    float: right;
    width: 83.33333%;
  }
  .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .widget-type-cell,
  .hs-why-lmt-3 .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .dnd-column {
    width: 33.333%;
  }
  .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid ,
  .hs-why-lmt-3 .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid {
    flex-wrap:wrap;
    padding:0;
  }
  .hs-why-lmt-3 .why_lmt_two-column-1-padding {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  .team-member-content p.desktop {
    display:none;
  }
  .team-member-content p.mobile{
    display:block;
  }
  .custom-team-member .left-group,
  .custom-team-member .right-group {
    width:100%;
    float:none;
  }
  .custom-team-member .right-group {
    text-align:center;
  }
  .hs-why_lmt_layout .why_lmt_one-column-1-padding {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .hs-why_lmt_layout .why_lmt_one-column-1-margin {
    margin-top: 0 !important;
  }
  .hs-support-layout .service_section_one-row-0-vertical-alignment > .row-fluid{
    flex-wrap:wrap;
  }
  .hs-support-layout .hs-service-main-section-1 .dnd-section .widget-type-cell {
    width: 100%;
    margin-left:0;
    float:none;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1{
    width:100%;
  } 
  .cell_15858929837632-padding .hs-left-icon-with-content-col1{
    margin-bottom:10px;
  } 
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col2 {
    width: 91.66667%;
    padding: 2rem 2rem 1rem;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-group {
    padding-right: 1.56rem;
  }
  .hs-left-icon-with-content-group form{
    max-width:100%;
  }
  .hs-input {
    height:auto;
    padding-bottom:0;
  }
  .mac select.hs-input{
    height:27px !important;
  }
  .hs-input:focus {
    padding-top:0;
    padding-bottom:0;
  }
}


@media print, screen and (min-width:1025px){
  .bottom-pane-section3 form .form-columns-3 .hs-form-field {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 26.1% !important;
  }
  .bottom-pane-section3 form .form-columns-3 .hs-form-field .input {
    margin-right: 0;
  }
  .bottom-pane-section3 form .form-columns-3 .hs-form-field:last-child {
    width: 47.6% !important;
  }
  .bottom-pane-section3 form {
    padding-left:0;
  }
  .hs-service-inner-layout .hs-service-section-1 .row-number-1.dnd-section > .row-fluid {
     display: flex;
  }
  .hs-service-inner-layout .hs-service-section-1 .span9.dnd-column {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .hs-service-inner-layout .service_section_one-column-4-row-2-padding {
    margin-top: auto;
  } 
  .hs-service-inner-layout .hs-service-section-1 .span9.dnd-column > .dnd-row.row-depth-1:last-child {
    margin-bottom: auto;
    margin-bottom: 0;
  }
  
}

@media (min-width:768px) and (max-width:1024px){
  .bottom-pane-section3 form .form-columns-3 .hs-form-field {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 28.4% !important;
  }
  .bottom-pane-section3 form .form-columns-3 .hs-form-field .input {
    margin-right: 0;
  }
  .bottom-pane-section3 form .form-columns-3 .hs-form-field:last-child {
    width: 43.2% !important;
  }
  .bottom-pane-section3 form {
    padding-left:0;
  }
  .bottom-pane-section3 form .form-columns-3 .hs-form-field .input .hs-input {
    height: auto;
    margin-bottom: 9px;
    margin-top: 13px;
  }
  .hs-contact-inner-layout.carrers-layout .hs-service-section-1.careers-one .span3.dnd-column {
    width: 26%;
    padding-right: 30px;
  }
  .hs-contact-inner-layout.carrers-layout .hs-service-section-1.careers-one .span9.dnd-column {
    width: 74%;
  }
}

@media print, screen and (min-width:768px){
  .hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio.field.hs-form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 4px;
  }
  .hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio.field.hs-form-field .inputs-list:first-child {
    margin: 0;
    padding: 0;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon .hs-left-icon-with-content-col2 {
    padding-right:0;
    margin-bottom:0;
  }
  .bottom-pane-section3 .hs_error_rollup{
    padding: 0 1rem;
    display:inline-block;
  }
}

@media print, screen and (max-width:767px){
  .hs-service-inner-layout .service_section_one-column-4-row-2-padding {
    margin-left: -17px !important;
    margin-right: -22px !important;
  }
  .contact-dark-red{
    font-size: 1.375rem;
    padding: .625rem .9375rem 1.124rem;
  }
  .contact-dark-red:after{
    top:0;
  }
  .hs-about-inner-layout .cell_1585834482299-row-0-padding .hs_cos_wrapper_type_rich_text {
    display: none !important;
  }
  .hs-about-inner-layout .hs-about-section-1 .dnd-section>.row-fluid>.span3 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text {
    display: none;
  }
  .body-container.migration .dnd-section > .row-fluid {
    background: transparent;
    padding: 1rem;
    border-top: .9375rem solid #efefef;
  }
  body.hs-system-page.no-banner .header {
    min-height: 117px;
  }
  .service_contact_four-module-2-vertical-alignment.dnd-module {
    padding-top:10px;
  }
  .hs-system-page .content-wrapper .error-page,
  .hs-system-page .content-wrapper .systems-page {
    border-left: 0.625rem solid rgb(239, 239, 239);
    border-right: 0.625rem solid rgb(239, 239, 239);
    border-top: 0.625rem solid rgb(239, 239, 239);
    padding:1rem;
  }
  .content-wrapper .systems-page {
    padding-left: 0;
    padding-right: 0;
  }
  .systems-page .success {
    min-width: 100% !important;
  }
  .hs-contact-inner-layout.carrers-layout .hs-service-section-1.careers-one .span3.dnd-column {
    display: block;
  }
  .team-member-content h5{
    font-size: 1.0625rem;
  }
  .hs-about-section-1 table {
    margin-bottom: 0;
  }
  .hs-error-404-layout .banner-section .banner {
    height: 50vmax;
    margin-top: 6rem;
    margin-bottom:0;
  }
  .hs-service-inner-layout .service_section_one-column-4-row-2-padding {
    margin-bottom:0px;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }  
  .hs-body-container-group h6{
    font-size:1rem;
  }
  .hs-contact-inner-layout .hs-service-section-1.careers-one .span3.dnd-column {
    display:none;
  }
  .hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio > label {
    margin-bottom: 24px;
  }
  .hs-service-main-layout .cell_15858976055093-padding {
    margin: 0;
    display: none !important;
  }
  .hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio>label {
    margin-bottom: 26px;
  }
  .hs_choose_priority_.hs-choose_priority_.hs-fieldtype-radio.field.hs-form-field {
    padding-top: 18px;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon .hs-left-icon-with-content-col2 {
    padding:0 !important;
  }
  .about_main .hs-about-us-1 .span3{
    width:100% !important;
  }
  .about_main .hs-about-us-1 .span9 {
    width:100% !important;
    padding-right:0;
    padding-left:0;
  }
  h6 {
    font-size:1rem;
  }
  .hs-contact-section-2 .span6 h6 {
    font-size:1rem;
  }
  .hs-service-section-1.careers-one form {
    margin-bottom: 0;
  }
  .contact-body .hs-left-icon-with-content-group {
    margin-top: 0;
  }
  .contact-body .hs-left-icon-with-content-col1 {
    padding-left: 0;
    width: 33.33333%;
  }
  .hs-contact-section-2 .hs-button {
    min-width: auto;
    padding-left: 26px;
    padding-right: 26px;
  }
  .contact-body .hs-left-icon-with-content-col1 {
    padding-left: 0;
    width: 33.33333%;
  }
  .contact-body .dnd-section .widget-type-cell {
    padding: 0 .625rem;
  }
  .contact-body .hs-left-icon-with-content-col2 {
    width: 66.66666%;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-group {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-col1 {
    padding-right:.625rem;
    padding-left:.625rem;
  }
  .hs-service-main-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1 {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-service-main-layout .hs-service-main-section-1 .hs-left-icon-with-content-col2{
    float: none;
    width: 100%;
    padding: 2rem 2rem !important;    
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-col2 {
    padding-right:.625rem;
    padding-left:.625rem;
  }
  .about-us-banner .banner{
    height: calc(50vmax + 5px);
    margin-bottom: 0;
  }
  .hs-about-us-2 .dnd-section>.row-fluid h6,
  .hs-about-section-1 .dnd-section h6 {
    font-size: 1rem;
  }
  .hs-about-section-1 .dnd-section .span9.widget-type-cell > .dnd-row {
    padding: 1rem;
  }
  .hs-left-icon-with-content-inner-group {
    margin-right: 0;
    margin-left: 0;
  }
  .hs-left-icon-with-content-col2{
    width:100%;
    padding: 1rem 2rem;
  }
  .hs-left-icon-with-content-bottom .left-group,
  .hs-left-icon-with-content-bottom .right-group {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-left-icon-with-content-group {
    padding: 0;
  }
  .bottom-pane-section3 form .hs-form-field {
    width: 100% !important;
  }
  .bottom-pane-section3 form .actions {
    text-align: center;
  }
  .body-container .dnd-section > .row-fluid {
    border-left: .625rem solid rgb(239, 239, 239);
    border-right: .625rem solid rgb(239, 239, 239);
  }
  .bottom-pane-section1 .columns.span7, .bottom-pane-section1 .columns.span5 {
    width: 100%;
    float: none;
    padding-left:0;
    padding-right:0;
  }
  .small-up-2 > .column, .small-up-2>.columns {
    float: left;
    width: 50%;
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .bottom-pane-section2 .row {
    margin-right:0;
    margin-left:0;
  }
  .bottom-pane-section2 ul.column-count-2 {
    column-count: 1;
  }
  .bottom-pane-section2 .paragraph h4 {
    padding-left: 10px;
  }
  .page-section--thinnest {
    padding-left: 10px;
  }
  .cta_button.contact-dark-red {
    font-size: 1.375rem;
  }
  .bottom-pane-section3 form {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 2px;
  }
  .bottom-pane-section3 form input.hs-button.primary.large {
    margin-top: 16px !important;
    position:static;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .hs-service-section-1 .row-number-1.dnd-section > .row-fluid {
    padding-top:0;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row .span4.dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .widget-type-header h1{
    font-size: 1.625rem;
  }
  .hs-service-section-2 h6 {
    font-size: 1.625rem;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row h5 {
    font-size:1rem;
  }
  .hs-why-lmt-3 h6{
    font-size:1rem;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row {
    text-align: center;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row h5 {
    text-align: left;
  }
  .service_section_one-column-4-row-2-vertical-alignment.dnd-row .cell_1585732183159-row-0-vertical-alignment > .row-fluid {
    margin-left: 0;
    margin-right: 0;
  }
  .dnd-section .widget-type-cell {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  .hs-service-section-2 h3 {
    font-size: 1.375rem;
  }
  .hs-about-us-1 .row-fluid .row-fluid {
    padding: 1rem 1rem;
    border-top: 0;
  }
  .hs-service-section-1.careers-one .span3.dnd-column {
    width: 100%;
    padding-right: 0;
    display:block;
  }
  .hs-service-section-1.careers-one .span9.dnd-column {
    width:100%;
  }
  .hs-about-us-2 .dnd-section > .row-fluid h2 {
    width: 83.3333%;
  }
  .row-number-11.dnd-section.service_section_one-row-4-background-color.service_section_one-row-4-vertical-alignment .row-fluid {
    padding: 1rem 3rem;
    background: none;
  }
  
  .hs-service-main-layout .row-fluid-wrapper.row-depth-1.row-number-11 .icon.icon-phone {
    margin-left: 0;
    top: 0;
  }
  .hs-service-main-layout #hs_cos_wrapper_service_contact_four-module-1 {
    padding-left: 0 !important;
  }
  .hs-service-section-1.careers-one .span3 .hs-button {
    min-width: auto;
    padding-left: 15px;
  }
  .hs-service-section-1.careers-one h6 {
    font-size:1rem;
  }
  .hs_choose_an_area_of_interest_below_ > label {
    margin-bottom: 26px;
  }
  .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .widget-type-cell,
  .hs-why-lmt-3 .why_lmt_two-column-1-row-1-vertical-alignment > .row-fluid > .dnd-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-team-member {
    max-width: 310px;
    margin: 0px auto 1rem;
    display: block;
  }
  .custom-team-member .team-member-content {
    min-height: auto !important;
  }
  .home-banner-section .slick-prev, .home-banner-section .slick-next {
    display: none !important;
  }
  .home-banner-section .slick-slide {
    height: 70vh !important;
  }
  .home-banner-section .slick-slide-inner-wrapper .caption {
    left: 0;
    padding-left:.625rem;
    padding-right:.625rem;
  }
  .home-banner-section .slick-slide-inner-wrapper .caption > span {
    padding: 0 0.625rem;
  }
  .home-banner-section .slick-slide-inner-wrapper {
    height:70vh;
  }
  .home-banner-section {
    padding-top: 6rem;
  }
  .home-banner-section .slick-slide-inner-wrapper .caption h3{
    font-size: 1.375rem;
  }
  .hs-home-section-one .dnd-section > .row-fluid > .widget-span:last-child, 
  .hs-home-section-one .dnd-section > .row-fluid > .widget-span:first-child {
    width:100%;
    float:none;
    padding-right:0;
    padding-left:0;
  }
  .hs-home-section-one form .hs-form-field {
    width:100%;
    float: non;
    margin-bottom: 1rem;
    padding: 0px 0;
  }
  .home_section_one-row-0-vertical-alignment > .row-fluid {
    padding: 3.5rem 2rem;
  }
  .home_section_one-row-0-vertical-alignment h5{
    font-size: 1.0625rem;
  }
  .hs-home-section-one form {
    padding: 0 .9375rem;
  }
  .hs-home-section-one form .hs-form-field > label strong {
    font-size:1.625rem;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-group {
    padding-right: 0;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col2 {
    width: 100%;
    padding: 2rem 2rem 0;
  }
  .hs-support-layout .hs-service-main-section-1 .hs-left-icon-with-content-col1 .icon {
    padding-left: 55px;
  }
  .hs-home-section-one ul.inputs-list.multi-container li > label {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .hs-home-section-one ul.inputs-list.multi-container {
    min-height: 4rem;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .hs-home-section-one ul.inputs-list.multi-container li.hs-form-radio, 
  .hs-home-section-one ul.inputs-list.multi-container li {
    width: 50% !important;
    text-align: center;
    display: flex;
  }  
  .row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 1rem;
    margin-left: -1.35rem;
    margin-right: -1.35rem;
    padding-top: 1rem;
  }
  .row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row .span4 {
    padding-top: 0;
  }
  .bottom-pane-section3 .hs-input {
    height: auto;
    margin: 1rem 0;
    margin-bottom: 16px;
    width: 100% !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-6.service_section_one-column-4-row-2-vertical-alignment.dnd-row h5,
  .service_section_one-column-4-row-2-padding h5{
    font-size:1rem;
  }
  .hs-service-inner-layout .row-fluid-wrapper.row-depth-1.row-number-5.dnd-row center p a img{
    width: auto !important;
  }
  .hs-service-main-layout .widget-span.widget-type-cell.cell_15858929837632-margin.cell_15858929837632-padding.dnd-column .hs-left-icon-with-content-group{
    outline:0;
    margin-bottom: 0;
  }
  .hs-service-main-layout .row-fluid-wrapper.service_section_one-row-0-vertical-alignment.service_section_one-row-0-background-color .cell_1586191757239-padding {
    padding-top: 16px !important;
  }
  .hs-service-main-layout .cell_15858929837632-margin.cell_15858929837632-padding.dnd-column .hs-left-icon-with-content-group .hs-left-icon-with-content-col2 {
    padding-bottom: 0 !important;
  }
  .hs-service-main-section-1 .hs-left-icon-with-content-group.no-icon {
    padding: 10px;    
  }
}

@media print, screen and (max-width:479px){
  .hs-home-section-one .hs_submit.hs-submit input.hs-button.primary.large {
    padding-bottom: 16px;
  }
  .hs-about-section-1 table tr td {
    padding-right: 0;
    font-size: 14px;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: text-top;
  }
  .hs-about-section-1 table tr td:first-of-type {
    width: 40%;
  }
}


@media print, screen and (max-width:400px){
  .hs-about-section-1 table tr td {
    padding-left: 6px;
    font-size:12px;
  }  
  .hs-about-section-1 table tr td:first-of-type {
    width: 46%;
  }
  h1 .icon.icon-spaced-between {
    flex-direction: column;
    display: block;
  }
  .icon.icon-spaced-between .page-section--thinnest {
    padding-right: 0;
    display: block;
    padding-left: 0;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 48em){
  .bottom-pane-section2 .column .column,
  .bottom-pane-section2 .columns .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .spacer {
    padding: 2rem 1rem;
  }
  .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }
}

@media print, screen and (min-width: 64em){
  .bottom-pane-section2 .large-5 {
    width: 41.66667%;
  }
  .bottom-pane-wrapper .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), 
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
}


@media screen and (min-width: 100em){
  .bottom-pane-wrapper .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}
.header {}

.header__container {
  background-color: #F8FAFC;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left:0;
  margin-right:0;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
.header__container {
  position: fixed;
  left: 50%;
  transform: translate3d(-50%,0,0);
  max-width: 100%;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  transition: .5s all ease;
  max-width: 73rem !important;
  display: flex;
  padding: 0;
  margin-top: 16px;
}
.homepage .header__container {
  margin-top: 17px;
}
.header-left-group {
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 75%;
  padding-bottom: 14px;
}

.header-left-group .header__column {
  width: 83.33333%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.header__logo--main  {
  padding-right: .9375rem;
  padding-left: .9375rem;
  width: 16.66667%;
  max-width:100%;
}

.header-left-group .header__column .header__row-2 {
  display: block;
}

#support-center-block .hs_cos_wrapper_type_text:before {
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\69';
  border-right: 2px solid #fff;
  padding-right: 1.3rem;
  font-size: 2rem;
}
#support-center-block {
  background-color: #c84b38;
  color: #fff;
  transition: .5s all ease;
  float: right;
  padding-right: .9375rem;
  padding-left: .9375rem;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-center-block a {
  line-height: 1.4;
  font-size: 1.375rem;
  color: #fff;
  padding-left: 0.7rem;
  padding-top:1px;
}
#support-center-block .hs_cos_wrapper_type_text {
  display: flex;
}
body.no-banner .header {
  min-height: 87px;
}
body.no-banner.homepage .header {
  min-height:0;
}
.header.no-navigation .header-left-group {
  min-height: 70px;
}

@media screen and (min-width: 768px){
  header.header.sticky .header__container {
    max-width: 100% !important;
    top: 0;
    margin-top: 0;
  }
  header.header.sticky .header-left-group{
    padding-bottom: 12px;
    padding-top: 14px;
  }
  .header__logo--main .widget-type-logo {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: 2px;
  }   
}

@media print, screen and (max-width: 1025px ){
  .header__container{
    margin-top: 1rem;
    max-width: 46rem !important;
  }  
  .header.no-navigation .header-left-group {
    min-height: 57px;
  }
}

@media screen and (max-width: 63.9375em){
  header.header.sticky .header-left-group,
  .header-left-group {
    padding: 0 ;
  }
  #support-center-block a {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) and (min-width: 767px) {
  #support-center-block .hs_cos_wrapper_type_text {
    align-items: center;
  }
  .header__column {
    width: 100%;
  }   
}

/* Mobile Styles */

@media (max-width: 767px) {
  #support-center-block{
    width:100%;
  }
  .hs-landing-page .banner-section .banner {
    margin-top: 3.6rem;
  }
  .header.open #support-center-block{
    margin-top: -2px;
    position: relative;
  }
  .homepage .header__container {
    margin-top: 0;
  }  
  #support-center-block .hs_cos_wrapper_type_text {
    align-items: center;
    padding: 8px;
  }
  .header__logo.header__logo--main img {
    max-width:86px;
  }
  header.header.sticky .header-left-group,
  .header-left-group {
    display:block;
    width:100%;    
    padding:0;  
  }
  #support-center-block a {
    padding-bottom: 2px;
    font-size: 1.125rem;
  } 
  .header__navigation.open {
    margin-top:0;
  }
  .header__logo.header__logo--main{
    padding:12px 12px 0.55rem;  
    position: relative;
    z-index: 9;
  }
  .header.open #support-center-block {
    z-index: 999;
  }
  .open .header__logo.header__logo--main,
  .sticky .header__logo.header__logo--main{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
  }
  .homepage .header__logo.header__logo--main {
    padding-top:13px;
  }
  .header-left-group .header__column {
    width:100%;    
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .header__container {
    flex-direction: column;
    padding:0;
    margin-top:0;
    max-width:100% !important;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }
  .header__navigation.open{
    position: relative;
    display:block;
    top:0;
  }
  .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__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 0;
  }

  .header__navigation--toggle {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    cursor: pointer;
    font-size: 2rem;
    color: #8b8b8b;
    position: absolute;
    top: -48px;
    right: 9px;
    margin: 0;
    height: 40px;
    width: 36px;
    text-align: center;
    padding: 0;
    cursor:pointer;
    z-index:99;
  }

  .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;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
  .sticky #support-center-block .hs_cos_wrapper_type_text {
    transform: translate3d(0,-3rem,0);
    visibility: hidden;
    transition: .5s all ease;
    margin-top: -32px !important;
  }
  .sticky.open #support-center-block .hs_cos_wrapper_type_text {
    margin-top:0 !important; 
    visibility: visible;
    transform: translate3d(0px, 0, 0px);
  }
  .triangle.level-2{
    display:None !important;
  }
  
  
}
.footer {}

.footer__container {
  padding:0;
  margin: 0 auto;
  background-color: transparent;
  max-width: 75rem;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0 0 !important;
  background: url(https://5032426.fs1.hubspotusercontent-na1.net/hubfs/5032426/raw_assets/public/LmtTechnology_March2020/images/blue-striped-background.png);
  text-align: center;
  font-size:16px;  
}
.footer__copyright p {
  padding-top: .625rem;
  padding-bottom: .625rem;
  margin: 0;
  line-height: 1.5;
  display:inline-block;
}
.footer__copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0.8rem .5rem 0.7rem 0.4rem;
  display: inline-block;
  align-items: center;
}

.footer__copyright ul li {
  display: inline-block;
}
.footer__copyright ul li img {
  max-height: 2rem;
  margin: 0 0.91rem;
  border-radius: 100%;
  transition: .33s all ease;
  -wekbit-transition: .33s all ease;
  opacity: .5;
}
.footer__copyright ul li a:hover img{
  padding: 0;
  opacity: 1;
  background: none;
}
footer .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  line-height: inherit;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}
.footer__copyright ul li a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -2px;
}
.footer .hs-menu-wrapper * {
  background: transparent;
  border: 0;
}
.footer .hs-menu-wrapper ul ul {
  position: relative;
  line-height: 1.2;;
}
.footer .hs-menu-wrapper ul ul li {
  background: transparent;
}
.footer ul ul {
  background: transparent !important;
}
.footer__main .hs-menu-wrapper ul ul a {
  background: none;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  display: inline-block;
  
}
.footer__main .hs-menu-wrapper ul ul li {
  border: 0;
}
.footer ul.hs-menu-children-wrapper ul {
  box-shadow: 0 !important;
}
.footer .hs-menu-wrapper ul ul {
  box-shadow: none !important;
  position: static !important;
  border: 0;
  visibility: visible !important;
  opacity: 1 !important;
  left: 0 !important;
  transform: none;
}
.footer .hs-menu-wrapper ul ul > li{
  line-height: 1.2;
  width:100%;
  float:none;
}
.footer__main .hs-menu-wrapper > ul > li > a:hover,
.footer__main .hs-menu-wrapper > ul > li > a {
  cursor: text;
  background: transparent !important;
  pointer-events: none;
  margin-bottom: 8px !important;
  display: inline-block;
  padding-left:0;
  padding-top: 3px;
}
.footer .columns.large-6 {
  width: 50%;
  float: left;
}
[class^='icon-']:before, [class*=' icon-']:before {
  font-family: 'lmt' !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  margin: 0 .3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .icon-map-pin:before {
  content: '\73';
}
.footer .icon-phone:before,
.footer .icon-map-pin:before {
  align-self: flex-start;
}
.footer .icon {
  display: flex;
  align-items: center;
}
.footer .icon-phone:before {
  content: '\71';
}
.footer  p.icon-phone-pin,
.footer  p.icon-map-pin {
  display: flex;
  align-items: center;
}
.footer p.icon-map-pin{
  margin-bottom: 15px;
}
.footer__main .container-fluid {
  padding: 1rem 3rem;
}
.footer__main {
  padding-right: .9375rem;
  padding-left: .9375rem;
  padding-bottom: 8px;
}
.footer .columns.large-6:last-child {
  float: right;
  padding-right: .9375rem;
  padding-left: 1.5375rem;
  white-space: nowrap;
}
.footer .columns.large-6:last-child h4 {
  padding-left: 14px;
}
.footer .submenu.level-1 > li > a,
.footer__main h4 {
  margin: 0;
  line-height:19.2px;
  font-weight: bold;
}
.footer__main .submenu.level-1 > li {
  padding: 0;
  padding-right: .9375rem;
  padding-left: .9375rem;
  font-weight: normal;
}
.footer .hs-menu-wrapper ul ul{
  margin:0;
}
.footer .footer-left-menu-group .hs-menu-wrapper ul ul{
  column-count: 2;
  width:100%;
  margin:0;
  display:inline-block;
}
.footer__main .hs-menu-wrapper > ul {
  width: 100%;
  margin:0;
}
.footer__main h4 {
  margin-bottom: 16px;
  padding-left: 26px;
}
.footer__main .hs-menu-wrapper {
  display: block;
  margin-top: -3px;
}
.footer-left-menu-group {
  padding-left: 21px;
}
.footer-right-menu-group{
  padding-left: 9px;
}
.footer-right-menu-group ul.submenu.level-1 > li {
  padding-left: 9px;
}
.footer h4{
  font-size: 1rem;
}
footer.footer.no-navigation .footer__copyright {
  margin: 0 !important;
  padding-top: 7px;
  min-height: 59px !important;
}

@media(max-width:767px){
  .footer__copyright ul {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    display:block;
    padding-left:10px;
  }  
  .footer .footer-left-menu-group .hs-menu-wrapper ul ul {
    display: block;
    visibility: visible;
    max-width: 100%;
    column-count: 1;
  }
  .bottom-pane-section1 .row-fluid{
    margin-left:0;
    margin-right:0;
  } 
  .footer .columns.large-6:last-child {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer .columns.large-6 {
    width: 100%;
    float: none;
  }
  .footer__main .container-fluid {
    padding: 1rem 2rem;
  }
  .footer__main {
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .footer .hs-menu-wrapper ul ul {
    display: block !important;
  }
  .footer-right-menu-group ul.submenu.level-1 > li {
    padding-left: 25px;
    border: 0;
    padding-top: 26px;
    padding-bottom: 27px;
    padding-right: 25px;
  }
  .footer .submenu.level-1> li > a,
  footer h4 {
    padding: 0;
  }
  .footer .submenu.level-2 .menu-item .menu-link{
    display: inline-block;
    width:auto;
  }
  .footer__copyright p {
    margin-top: 5px;
  }
  .footer__main .footer-left-menu-group .submenu.level-1 > li {
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    padding-top: 15px;
  }
  .footer-left-menu-group {
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 6px;
  }
  .footer__main h4 {
    padding-left: 0;
    font-size: 1rem;
}
  .footer .columns.large-6 {
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer .columns.large-6:last-child {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .footer__main {
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-right-menu-group {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 27px;
  }
}
/* 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-listing-banner {
  padding: 100px 0px;
  background-position: center;
  background-size: cover;
}
.blog-listing-banner h1 {
  font-family: 'Montserrat',sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
.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;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .blog-sidebar{
    padding: 3.3rem 0 0;
  } 
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: 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;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@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://cdn2.hubspot.net/hubfs/6326501/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 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  vertical-align: middle;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 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;
  flex-wrap:wrap;
}
.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 #comments-listing{
  max-width: 960px;
  margin: 0 auto 50px;
  border: 1px solid #ccc;
  padding: 20px;
}
#comments-listing .comment-date {
  display: block;
  margin-bottom: 10px;
}
.blog-comments form {
  max-width: 960px;
  margin: 0 auto 50px;
}
.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;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.blog-pagination.span12 {
  margin-left: 0;
}
.read-more {
  margin-top: 7px;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
  flex-wrap:wrap;
}
.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%;  
}
.post-item{
  border-bottom:1px solid #ccc;
  margin-bottom:20px;
  padding-bottom:20px;
}
.blog-sidebar .blog-sidebar-module {
  margin-bottom: 20px;
}
.blog-sidebar ul li {
  margin-bottom: 9px;
}
img.featured-image {
  height: 100% !important;
  width:auto !important;
  object-fit: cover;
}
.post-description.span12 {
  margin-left: 0;
  padding-top: 15px;
}
.post-item img.featured-image {
  width: auto !important;
}

@media(max-width:767px){
  .blog-post .blog-post__body img {
    float: none !important;
    margin: 0 0 20px !important;
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.systems-page .hs-input {
  display: block;
  width: 100%;
  margin: 0 0 1.875rem;
  border: 0;
  height: 3rem;
  transition: .33s all ease !important;
  box-sizing: border-box;
  font-weight: normal;
}


h1,h2,h3,h4,h5,h6{
  line-height: 1.4;
  font-weight:500;
}
ul,
ol, 
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.2;
  padding:0;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol{
  margin-left: 1.25rem;
}
ul li, ol li {
  line-height:inherit;
}
hr {
  max-width: 2rem;
  border-bottom: 2px solid #8b8b8b;
  margin: 0;
  margin-bottom: .625rem;
  height:0;
}

.dnd-section > .row-fluid {
  max-width: 75rem;
  background-color: #efefef;
  border-left: .9375rem solid #efefef;
  border-right: .9375rem solid #efefef;
}

ul.no-list.hs-error-msgs.inputs-list label {
  padding: 0 1rem;
  margin: 0 0 1.875rem;
  background: #c84b38 !important;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.8;
  font-weight:bold;
}
.hs-input::placeholder,
.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder{
  opacity:0.75;
}
ul.inputs-list.multi-container li.hs-form-checkbox label {
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: bold;
}
ul.inputs-list.multi-container input {
  cursor: pointer;
}
ul.inputs-list.multi-container li.hs-form-radio,
ul.inputs-list.multi-container li.hs-form-checkbox {
  display: inline-block;
  width: auto;
  padding-right: 30px;
  margin-bottom: 7px;
  font-weight: bold;
  cursor:pointer;
}
ul.inputs-list.multi-container li.hs-form-radio input,
ul.inputs-list.multi-container li.hs-form-checkbox input{
  box-shadow:none;
}
ul.inputs-list.multi-container li.hs-form-radio label,
ul.inputs-list.multi-container li.hs-form-checkbox label {
  font-weight:bold;
}
.hs-form-field > label {
  font-size: 1rem;
}
.hs_upload_resume label {
  font-size: 1rem;
  font-weight: bold;
}
form select {
  border: 1px solid #8b8b8b !important;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.25rem !important;
  font-weight: normal;
  line-height: 1.5 !important;
  color: #8b8b8b;
  height: 3.6875rem !important;
  padding: 0 0 0 .9375rem;
}
form textarea{
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #8b8b8b;
  box-shadow: none;
  padding: 0;
  height: 3rem !important;
  transition: .33s all ease !important;
  font-family: "niveau-grotesk","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.hs-input[type="checkbox"], .hs-input[type="radio"] {
  display:inline-block;
}
li.hs-form-radio label {
  font-size: 1rem;
  color: #5e5d61;
}
img {
  max-width: 100%;
}
.hs-button:hover, .button--primary:hover{
  border:2px solid transparent;
}


@media(max-width:767px){
  .dnd-section > .row-fluid {
    border-left:.625rem solid #efefef;
    border-right:.625rem solid #efefef;
  }
  ul.inputs-list.multi-container li.hs-form-checkbox {
    width: 100%;
    line-height: normal;
    margin-bottom: 0;
    padding-right: 0;
  }

}