/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
img {
    vertical-align: middle;
  max-width: 100%;
}
p {
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 22px;
  position: relative;
}

h3 {
  color: #31a948;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}

h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 25px;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin:10px 0;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
   margin:10px 0;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {

}

.dnd-section p,
.dnd-section li,
.dnd-section {
  line-height: 1.8;
}

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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
}
ul.no-list.hs-error-msgs label {
    color: red;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: .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;
}


form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width:600px;
}

.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: 0;
    display: inline-block !important;
    width: auto !important;
}

.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;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.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:767px){
  form select,
  form textarea,
  .hs-input,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100% !important;
    width:100% !important;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
}
    .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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.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);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.container,
.dnd-section > .row-fluid ,
.content-wrapper,
.page-center{
  padding-left:20px;
  padding-right:20px;
  margin:0 auto;
  float:none;
  position: relative;
}
.dnd-section[class*="full-width"] {
  padding: 0;
}

.dnd-section[class*="full-width"]>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.body-wrapper {
  padding-top:75px;
  position: relative;
}


.cmn_content {
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 50px;
}
.cmn_tit_border {
  color: #35231a;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
.cmn_tit_border:after {
  content: '';
  background-color: #35231a;
  display: block;
  height: 3px;
  margin-left: -60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
}

.cmn_content_slash {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_bg_slash01.png);
  padding-bottom: 60px;
}
.custom-culture-row1 p,
.custom-culture-row3 p{
  line-height: 2.3;
  text-align: center;
  margin: 0;
}
.cmn_section {
  padding: 50px 0;
}
.cmn_content_slash h2,
.cmn_section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
  line-height: 1;
}
.cmn_content_slash h2:after,
.cmn_section h2:after {
  content: '';
  background-color: #111;
  height: 3px;
  margin-left: -60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
}
.cmn_content_slash h2 span,
.cmn_section h2 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.cmn_content_slash h3,
.cmn_section h3 {
  color: #31a948;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: center;
}
.cmn_section h4 {
  background-color: #31a948;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 25px;
  padding: 20px;
  line-height: 1;
}
.cmn_section h4:first-of-type {
  margin-top: 60px;
}
.cmn_content_slash p,
.cmn_section p{
  line-height: 2.3;
  margin: 0;
  text-align: center;
}
.custom-culture-row1 p +p,
.custom-culture-row3 p +p,
.cmn_section p+ p,
.cmn_content_slash p+p{
  margin-top: 35px;
}
.cross-talk-banner .banner {
  background-position: center top;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #35231a;
  font-weight: bold;
  min-height: 574px;
  padding-top: 30px;
  display: block;
  text-align: left;
}

.cross-talk-banner .banner p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px;
  line-height: 1;
}

.cross-talk-banner .banner h2 {
  font-size: 41px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #35231a;
  line-height: 1;
  padding: 0;
}

.cross-talk-banner .banner h3 {}



.cross-talk-banner .banner h3 {
  line-height: 1.2;
  font-size: 20px;
  color: #35231a;
  margin: 0;
}

.cross-talk-banner .banner h3 span {
  display: block;
  font-size: 46px;
  margin-top: 5px;
}

.custom-cross-talk-row1 {
  background-color: #f7f2eb;
  margin-bottom: 55px;
  padding: 25px 0;
}
.custom-cross-talk-row1 h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #111;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.custom-cross-talk-row1 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  /* font-size: 14px; */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  padding: 0;
}
.custom-cross-talk-row1 h2 span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 0.8em;
}
.custom-cross-talk-row1 p{
  line-height: 1.8;
  margin: 0;
}


.custom-cross-talk-row1 .span6{
  float: left;
  padding-right: 30px;
  width: 50%;
  margin-left:0 !important;
}
.custom-cross-talk-row1 .span6:last-child {
  border-left: 1px solid #111;
  padding-right: 0;
  padding-left: 30px;
}



.custom-cross-talk-row3 {
  margin-bottom: 55px;
}
.custom-cross-talk-row2 h2 {
  clear: both;
  color: #31a948;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-left: 35px;
}


.custom-cross-talk-row2 h2{
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/crosstalk_ico01.png) left 8px no-repeat;
  background-size: 24px;
  color: #35231a;
  padding-bottom: 0;
}

.custom-cross-talk-row2 p {
  line-height: 1.8;
  margin: 0;
}
.custom-cross-talk-row2 p + p {
  margin-top: 2.0em;
}
.custom-cross-talk-row2 img + img {
  margin-top: 10px;
}
.custom-cross-talk-row3 .widget-type-rich_text {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/crosstalk_bg01.png);
  clear: both;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 35px 40px;
}


.custom-cross-talk-row3 .widget-type-rich_text h2 {
  color: #35231a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px dashed #35231a;
  line-height: 1;
  line-height: 1.3;
  padding-bottom: 15px;
}

.custom-cross-talk-row3 .widget-type-rich_text p {
  line-height: 1.8;
  margin: 0;
}

.custom-cross-talk-row3 .widget-type-rich_text p+p {
  margin-top: 1.2em;
}
.layout_pc .mfp-movie.mfp-close-btn-in .mfp-close:hover {
  opacity: 0.8;
}
.custom-cross-talk-row3 .widget-type-rich_text p:nth-of-type(even) {
  color: #31a948;
}
.custom-cross-talk-row3 .hs_cos_wrapper_type_rich_text {
  display: block;
  border-bottom: 1px dashed #35231a;
  padding-bottom: 15px;
}

.custom-cross-talk-row4{
  margin-bottom: 70px;
}
body .mfp-bg {z-index: 20000;}
body .mfp-wrap {z-index: 30000;}
body .mfp-image-holder .mfp-close {
  background-color: #31a948;
  cursor: pointer;
  height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  width: 40px;
}
body .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
body .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
body .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .mfp-fade.mfp-wrap.mfp-ready .mfp-content,
body .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}
body .mfp-fade.mfp-wrap.mfp-removing .mfp-content,
body .mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}
body .mfp-movie.mfp-close-btn-in .mfp-close {
  background-color: #31a948;
  color: #fff;
  font-size: 30px;
  height: 23px;
  line-height: 23px;
  opacity: 1;
  padding: 0;
  top: -28px;
  right: 0;
  text-align: center;
  width: 23px;
}


.cross-talk-banner.interview-banner .banner {
  background-size: auto 100%;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  background-position: center bottom;
}


.cross-talk-banner.interview-banner .banner h3 {
  font-size: 26px;
}

.cross-talk-banner.interview-banner .banner p {
  margin: 0;
}
.cross-talk-banner.interview-banner .banner h2 {
  font-size: 60px;
  margin: 0;
}

.interview-body-container .custom-cross-talk-row2 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 35px;
  display: block;
}
.interview-body-container .custom-cross-talk-row2 h2{
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/interview_ico01.png) left 8px no-repeat;
  background-size: 24px;
  clear: both;
  color: #31a948;
}
.interview-body-container .custom-cross-talk-row2 h2.lvl2,
.custom-cross-talk-row2 h2.lvl2,
.custom-cross-talk-row3 .widget-type-rich_text h2.lvl2{
  color: #35231a !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #35231a !important;
  line-height: 1;
  line-height: 1.3;
  padding-bottom: 15px;
  padding-left:0 !important;
   background:none !important;
}

.interview-body-container .custom-cross-talk-row2 h1,
.custom-cross-talk-row2 h1{
    color: #35231a;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
.interview-body-container .custom-cross-talk-row2 h1::after,
.custom-cross-talk-row2 h1::after{
    content: '';
    background-color: #35231a;
    display: block;
    height: 3px;
    margin-left: -60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
}

.interview-body-container .custom-two-col-image .col.col-content {
  margin-bottom: 35px;
}

.interview-body-container .custom-cross-talk-row2{
  margin-bottom: 55px;
}
.interview-body-container .custom-crosstalk-pagination a {
  background-size: unset;
}
.interview-body-container .custom-crosstalk-pagination a {
  background-size: unset;
  text-shadow: none;
}

.interview-body-container .custom-crosstalk-pagination h4 {
  font-size: 50px;
  display: block;
  line-height: 0.8;
  letter-spacing: -0.03em;
  margin-top: 10px;
  color: #35231a;
}

.interview-body-container .custom-crosstalk-pagination h4 br {
  display: block;
}

.custom-accordion .acc_switch {
  background: #35231a url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/faq_ico_q01.png) 30px center no-repeat;
}

.custom-accordion .acc_switch:after {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_acc_ico01.png) no-repeat;
}

.custom-accordion .acc_panel{
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/faq_ico_a01.png) 30px center no-repeat;
}
.body-container__website .dnd-section {
  line-height: 1.3;
  padding: 75px 0;
}

.body-container__website .dnd-section .hs_cos_wrapper_type_rich_text p{
  font-size: 16px;
  line-height: 2.0;
  margin: 0;
}
.body-container__website .dnd-section .hs_cos_wrapper_type_rich_text h3 {
  color: #31a948;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.body-container__website .dnd-section .hs_cos_wrapper_type_rich_text h2 {
  color: #31a948;
  font-size: 32px;
  padding: 0;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;

}

.dnd-section .container {
  padding: 0;
}
.dnd-section[class*="full-width"] .container {
  padding-left: 20px;
  padding-right: 20px;
}
.body-container__website .dnd-section h3 br {
  display: none;
}
.body-container__website .custom-two-col-image {
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 50px;
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/message_bg01.png);
  padding-bottom: 50px;
}


.body-container__website .custom-two-col-image h2:after {
  content: '';
  background-color: #35231a;
  display: block;
  height: 3px;
  margin-left: -60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
}

.body-container__website .custom-two-col-image h2 {
  color: #35231a;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  line-height: 1;
}


.body-container__website .custom-two-col-image h2 {
  color: #35231a;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.body-container__website .custom-two-col-image h2:after {
  content: '';
  background-color: #35231a;
  display: block;
  height: 3px;
  margin-left: -60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
}

.body-container__website .custom-two-col-image .col-img {
  margin: 0;
  width: 41%;
}

.body-container__website .custom-two-col-image .col-content {
  margin: 0;
  width: 56%;
  line-height: 2.2;
}

.body-container__website .custom-two-col-image .col-content p {
  line-height: 2.2;
  margin: 0;
}

.body-container__website .custom-two-col-image .col-content h3 {
  color: #31a948;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
}

.body-container__website .custom-two-col-image .col-content h5 {
  margin-top: 15px;
  line-height: 2.2;
  color: #111;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.body-container__website .custom-two-col-image .col-content h5 span {
  font-size: 20px;
  font-weight: bold;
}

.students-body-container-wrapper .dnd-section {
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0;
}
.cmn_table_wrap {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_bg_slash01.png);

}
.students-body-container-wrapper .dnd-section h2 {
  color: #35231a;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  line-height: 1;
}
.students-body-container-wrapper .dnd-section h2:after{
  content: '';
  background-color: #35231a;
  display: block;
  height: 3px;
  margin-left: -60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
}
.students-body-container-wrapper .custom-accordion img {
  margin: -45px 0 20px;
}
.students-body-container-wrapper .custom-accordion h3 {
  color: #31a948;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  margin: 0;
}
.students-body-container-wrapper .dnd-section .hs_cos_wrapper_type_header h2 {
  margin-top: 80px;
}

.students-body-container-wrapper .custom-accordion {
  padding: 25px;
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_bg_slash01.png);
  margin: 0;
}

.students-body-container-wrapper .custom-accordion h3 {
  color: #31a948;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  margin: 0;
}

.students-body-container-wrapper .custom-accordion img {
  margin: -45px 0 20px;
}

.students-body-container-wrapper .custom-accordion .acc_switch {
  background-color: #31a948;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  padding: 15px 20px;
  background-image: none !important;
  line-height: 1;
  border: none;
}

.students-body-container-wrapper .custom-accordion .item:first-child .acc_switch {
  margin-top: 0;
}
.students-body-container-wrapper .custom-accordion .acc_panel {
  background-color: #fff;
  line-height: 1.8;
  padding: 15px 20px 20px;
  background-image: none;
}

.students-body-container-wrapper .custom-accordion .acc_panel ol {
  color: #31a948;
  margin-top: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.students-body-container-wrapper .custom-accordion .acc_panel ol li {
  padding-left: 4.6em;
  text-indent: -4.6em;
}
.device_com .top_mv_scroll a:hover {
  opacity: 0.8;
}

.custom-cross-talk-row1 .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.custom-culture-row2 {
  margin-bottom: 60px;
}
.custom-culture-row2 .hs_cos_wrapper_type_rich_text{
  background-color: #f6f6f6;
  padding: 35px 10px 35px;
  text-align: center;
  display:block;
}
.custom-culture-row2 .dnd-row + .dnd-row{
  margin-top: 10px;
}
.custom-culture-row2 h3 {
  color: #31a948;
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;

  line-height: 1;
}
.custom-culture-row2 h3:after {
  content: '';
  border-bottom: 1px dotted #31a948;
  height: 1px;
  margin-left: -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
}
.custom-culture-row2 p {
  line-height: 2.3;
  margin: 0;
}
.business_content img {
  margin-top: 15px;
  text-align: center;
}
.custom-culture-row2 p span {
  font-weight: bold;
}
.mfp-gallery .mfp-content {
  padding-top: 35px;
}
.custom-culture-row3 .custom-accordion {
  margin: 0;
  padding: 0;
}

.custom-culture-row3 .custom-accordion .acc_switch {
  background-color: #dcefe0;
  margin-top: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 70px 16px 2.5em;
  position: relative;
  color: #111;
  background-image: none;
  border-top: 0;
}

.custom-culture-row3 .custom-accordion  .item {
  counter-increment: values;
}
.custom-culture-row3 .custom-accordion .item:first-child .acc_switch {
  margin-top: 0;
}
.custom-culture-row3 .custom-accordion .acc_switch:before {
  content: counter(values)'.';
  position: absolute;
  top: 16px;
  left: 15px;
}
.custom-culture-row3 .custom-accordion {
  margin: 0;
}
.custom-culture-row3 .custom-accordion .acc_switch:after {
  content: '';
  background-size: auto 18px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 30px;
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_acc_ico02.png);
}
.custom-culture-row3 .custom-accordion .acc_panel {
  background-color: #fff;
  background-size: auto 32px;
  color: #35231a;
  line-height: 1.9;
  padding: 16px;
  position: relative;
  background-image: none;
}
.custom-code-of-conduct .code_list .item a {
  background: #31a948 url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/culture_ico_arrow01.png) center 88% no-repeat;
  background-size: 30px;
  border: 4px solid #ddd;
  color: #fff;
  display: block;
  height: 100%;
  outline: none;
  padding: 50px 0 80px;
  text-align: center;
}

mfp-gallery .mfp-content {
  padding-top: 35px;
}
.mfp-gallery button.mfp-arrow {
  height: 60px;
  margin-top: -15px;
  opacity: 1;
  position: fixed;
  width: 60px;
}
.layout_pc .mfp-gallery button.mfp-arrow:hover {opacity: 0.8;}
.mfp-gallery button.mfp-arrow:active {
  margin-top: -15px;
}
.mfp-gallery button.mfp-arrow:before {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/culture_ico_arrow01.png) no-repeat;
  background-size: 30px;
  border: none;
  height: 30px;
  margin-top: 15px;
  margin-left: 0;
  opacity: 1;
  width: 30px;
}
.mfp-gallery button.mfp-arrow:after {
  display: none;
}
.mfp-gallery button.mfp-arrow-left {
  margin-left: -410px;
  left: 50%;
}
.mfp-gallery button.mfp-arrow-right {
  margin-right: -410px;
  right: 50%;
}
.mfp-gallery button.mfp-arrow-left:before {
  left: 20px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mfp-gallery button.mfp-arrow-right:before {
  left: 10px;
}

.mfp-gallery.mfp-close-btn-in .mfp-close {
  background-color: #31a948;
  color: #fff;
  font-size: 30px;
  height: 23px;
  line-height: 23px;
  margin-right: -350px;
  opacity: 1;
  top: 5px;
  right: 50%;
  width: 23px;
}
.layout_pc .mfp-gallery.mfp-close-btn-in .mfp-close:hover {opacity: 0.8;}


.code_panel {
  background-color: #fff;
  border: 2px solid #31a948;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.code_panel h2 {
  background-color: #31a948;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 20px;
  margin: 0;
}
.code_panel h2 span {
  border-right: 1px solid #98d88f;
  color: #98d88f;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 20px;
}
.code_panel_inner {
  padding: 25px;
}
.code_panel h3 {
  color: #31a948;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.code_panel h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.code_panel p {
  line-height: 1.8;
  margin: 0;
}
.business_content {
  padding-bottom: 20px;
}
.business_content .img {
  margin-top: 15px;
  text-align: center;
}

.custom-career-row2.cmn_content_slash {
  margin-bottom: 10px;
}
.career_pass_wrap .career_pass_growth ol li:after {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/car_ico_arrow01.png) no-repeat;
}

.career_support {}

.career_support .dnd-section {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  float: none;
  position: relative;
  max-width: 1040px;
}

.career_support .dnd-section>.row-fluid {
  margin: 30px -1.9% 0 0;
  overflow: hidden;
  width: auto;
  padding: 0;
}
.students-body-container-wrapper .custom-accordion figure {
  margin: 0;
  display:none;
}
.career_support .dnd-section>.row-fluid .span4 {
  margin: 0 1.9% 0 0;
  width: 31.37%;
}
.students-body-container-wrapper .custom-accordion p + p {
  margin-top: 1.0em;
}
.career_support h3 {
  background-color: #31a948;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}
.custom-career-row3.cmn_section h2 {
  margin-bottom: 0;
}
.career_support ul {
  list-style-type: none;
  margin: 0;
  background-color: #fff;
  border: 1px solid #31a948;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 15px 20px 20px;
  line-height: 1;
}

.career_support ul li {
  color: #31a948;
  line-height: 1.7;
  list-style: disc;
  margin-left: 1.0em;
}

.career_support h3 {
  margin: 0 !important;
}

.custom-home-banner #top_mv_title .top_mv_art {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_art01.png);
}

.custom-home-banner #top_mv_title .top_mv_art_move {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_art02.png);

}
.custom-home-banner #top_mv_title .top_mv_management {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_management01.png);

}

.custom-home-banner #top_mv_title .top_mv_management_move {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_management02.png);

}
.custom-home-banner #top_mv_title .top_mv_management_move2 {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_management03.png);
}

.custom-home-banner #top_mv_title .top_mv_science {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_science02.png);
}

.custom-home-banner #top_mv_title .top_mv_science_move {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_science01.png);
}


.custom-home-banner .top_mv_comm {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_circle_comm01.png);

}
.custom-home-banner .top_mv_collabo {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_circle_collabo01.png);

}
.custom-home-banner .top_mv_combi {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_circle_combi01.png);
}

.custom-home-banner #top_mv_lead .top_mv_lead_art {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_art01_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_multiply {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_multiply01_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_management {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_management01_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_multiply2 {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_multiply02_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_science {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_science01_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_plus {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_plus01_pc.png);

}
.custom-home-banner #top_mv_lead .top_mv_lead_you {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_you01_pc.png);
}
.custom-home-banner #top_mv_lead .top_mv_lead_logo {
  background-image: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_lead_logo01_pc.png);
}

.custom-home-banner .top_mv_scroll a {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/mv_btn01.png) no-repeat;
}

.cmn_btn {
  height: 60px;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.cmn_btn a {
  border: 2px solid transparent;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 56px;
  position: relative;
  text-align: center;
  width: 100%;
}


.btn_anim a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}


.cmn_btn a:before {
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 9px;
}
.btn_anim a:before {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.btn_anim a:after {
  content: '';
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: -1;
}

.btn_anim a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_anim a:hover:before {
  border-color: #35231a;
}

.cmn_btn a:hover {
  text-decoration: none;
}

.btn_anim a:hover {
  color: #35231a;
}

.grid_3col {
  list-style-type: none;
  padding: 0;
  margin: 0 -5.05% -5.05% 0;
  overflow: hidden;
}
.grid_3col > .item,
.grid_3col > .items,
.grid_3col > li{
  float: left;
  margin: 0 5.05% 5.05% 0;
  width: 28.28%;
}
.custom-home-row4{
  margin-bottom: 40px;
}
.custom-home-row4 h2{
  color: #35231a;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  padding: 0;
  font-family: "Montserrat",sans-serif;
  line-height: 1;
}
.custom-home-row7 h2 {
  color: #35231a;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0;
  font-family: "Montserrat",sans-serif;
  line-height: 1;
}
.custom-home-row5 p {
  margin: 0;
  line-height: 1;
}
.custom-home-row7 {
  margin-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}

.custom-home-row5 {
  margin-bottom: 40px;
}
/* ========================================================================*/
/* Media Queries */
/* ========================================================================*/

@media screen and (max-width: 767px){
  .custom-cross-talk-row1 .dnd-section>.row-fluid {
    display: block;
  }
  .custom-home-row7 {
    margin-bottom: 60px;
    padding-top: 40px;
  }
  .career_support .dnd-section>.row-fluid .span4 {
    margin: 0;
    width: 100%;
  }
  .career_support .dnd-section>.row-fluid {
    margin: 15px 0 0;
  }
  .career_support .dnd-section>.row-fluid .span4+.span4 {
    margin-top: 10px;
  }
  .career_support h3 ,
  .cmn_content_slash .career_support h3{
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    padding: 3px;
  }
  .career_support ul {
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
  }
  .career_support ul li {}
  .custom-culture-row3 .custom-accordion .acc_switch {
    font-size: 14px;
    padding: 15px 40px 15px 35px;
  }
  .custom-culture-row3 .custom-accordion .acc_switch:after {
    background-size: auto 12px;
    height: 12px;
    margin-top: -6px;
    right: 10px;
    width: 20px;
  }
  .custom-culture-row3 .custom-accordion .acc_switch:before{
    top: 15px;
    left: 10px;
  }
  .custom-culture-row3 .custom-accordion .acc_panel {
    line-height: 1.8;
    padding: 15px;
  }
  .custom-culture-row2 {
    margin-bottom: 30px;
  }
  .custom-culture-row2 .hs_cos_wrapper_type_rich_text {
    padding: 15px;
    text-align: left;
  }
  .custom-culture-row2 h3 {
    font-size: 22px;
    text-align: center;
  }
  .custom-culture-row2 p {
    line-height: 1.8;
  }
  .cmn_content {
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .cmn_tit_border {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .cmn_tit_border:after {
    height: 2px;
    margin-left: -50px;
    width: 100px;
  }
  .cmn_content_slash {
    padding-bottom: 25px;
  }
  .cmn_section {
    padding: 30px 0;
  }
  .cmn_content_slash h2,
  .cmn_section h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 17px;
  }
  .cmn_content_slash h2:after,
  .cmn_section h2:after {
    height: 2px;
    margin-left: -40px;
    width: 80px;
  }
  .cmn_content_slash h2 span,
  .cmn_section h2 span {
    font-size: 15px;
  }
  .cmn_content_slash h3,
  .cmn_section h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .cmn_section h4 {
    font-size: 18px;
    margin: 25px 0 15px;
    padding: 10px;
  }
  .cmn_section h4:first-of-type {
    margin-top: 25px;
  }
  .custom-culture-row1 p,
  .custom-culture-row3 p {
    line-height: 1.8;
    text-align: left;
  }
  .custom-culture-row1 p +p,
  .custom-culture-row3 p +p {
    margin-top: 15px;
  }
  .cmn_content_slash p, .cmn_section p {
    line-height: 1.8;
    text-align: left;
  }
  .cmn_content_slash p+ p, .cmn_section p+ p {
    margin-top: 15px;
  }
  .students-body-container-wrapper .dnd-section{
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .students-body-container-wrapper .dnd-section h2:after {
    height: 2px;
    margin-left: -50px;
    width: 100px;
  }
  .students-body-container-wrapper .dnd-section h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .interview-body-container .custom-crosstalk-pagination h4 {
    font-size:34px;
  }
  .cross-talk-banner.interview-banner .banner {
    text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
    min-height: 350px;
    padding:30px 0 0;
  }

  .students-body-container-wrapper .custom-accordion .acc_panel {
    padding: 15px;
  }
  .interview-body-container .custom-cross-talk-row2{
    margin-bottom: 35px;
  }
  .students-body-container-wrapper .custom-accordion .acc_switch {
    font-size: 18px;
    padding: 15px;
  }
  .cross-talk-banner.interview-banner .banner h3 {
    font-size: 16px;
  }
  .interview-body-container .custom-cross-talk-row1 h3 {
    font-size: 14px;
  }
  .cross-talk-banner.interview-banner .banner p {
    margin: 0;
    font-size: 16px;
  }
  .interview-body-container .custom-cross-talk-row1 h2 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 0.8em;
    display: inline;
  }
  .interview-body-container .custom-crosstalk-pagination a span.crosstalk_menu_txt {
    padding: 0;
    background: transparent;
    display: block;
    min-width: 100%;
  }
  .interview-body-container .custom-crosstalk-pagination a {
    background-position: 100% center !important;
    padding: 25px 20px;
    background-size: auto 100%;
  }
  .interview-body-container .custom-crosstalk-pagination .inner>div {
    float: none;
    height: 160px;
    width: 100%;
    padding: 0;
    border: none;
  }
  .interview-body-container .custom-cross-talk-row2 h2 {
    background-position: left 2px;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .interview-body-container .custom-cross-talk-row2 h2.lvl2{
  font-size: 18px !important;
}

.interview-body-container .custom-cross-talk-row2 h1{
    font-size: 25px;
    padding-bottom: 15px;
}
.interview-body-container .custom-cross-talk-row2 h1::after {
    height: 2px;
    margin-left: -50px;
    width: 100px;
}
  
  .cross-talk-banner.interview-banner .banner h2 {
    font-size: 32px;

    margin-bottom: 5px;
  }
  .custom-cross-talk-row4{
    margin-bottom: 60px;
  }
  .custom-cross-talk-row3 .widget-type-rich_text {
    padding: 15px;
  }
  .interview-body-container .custom-cross-talk-row1 h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .custom-cross-talk-row3 .widget-type-rich_text h2{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .custom-cross-talk-row3 .widget-type-rich_text p {
    line-height: 1.6;
  }

  .custom-cross-talk-row3{
    margin-bottom: 35px;
  }
  .custom-cross-talk-row2 h2 {
    background-position: left 2px;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .custom-cross-talk-row2 p {
    line-height: 1.6;
  }
  .custom-cross-talk-row2 p + p {
    margin-top: 1.0em;
  }

  .custom-cross-talk-row2 h2 {
    background-position: left 2px;
    background-size: 20px;
  }
  .custom-cross-talk-row1 .span6{
    float: none;
    font-size: 12px;
    padding-right: 0px;
    width: 100%;
    margin-left:0 !important;
  }

  .custom-cross-talk-row2 h2 {
    background-position: left 2px;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .custom-cross-talk-row2 p {
    line-height: 1.6;
  }
  .custom-cross-talk-row2 p + p {
    margin-top: 1.0em;
  }
  .custom-cross-talk-row1 .span6+.span6 {
    padding-top: 20px;
  }
  .custom-cross-talk-row2 h2 {
    background-position: left 2px;
    background-size: 20px;
  }
  .custom-cross-talk-row1 .span6:last-child {
    padding-left: 0px;
    border-left: none;
  }
  .custom-cross-talk-row1  {
    margin-bottom: 25px;
    padding: 20px 0;
  }
  .custom-cross-talk-row1 h3  {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .custom-cross-talk-row1 h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .custom-cross-talk-row1 p {
    line-height: 1.6;
  }
  .container,
  .dnd-section > .row-fluid ,
  .content-wrapper,
  .page-center{
    padding-left:15px;
    padding-right:15px;
  }
  .cross-talk-banner .banner p {
    font-size: 16px;
  }
  .cross-talk-banner .banner h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cross-talk-banner .banner h3 span {
    font-size: 20px;
    margin-top: 5px;
  }
  .body-wrapper {
    padding-top:50px;
  }
  .cross-talk-banner .banner h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .cross-talk-banner .banner {
    background-color: #f7f2eb;
    background-position: center bottom;
    background-size: contain;
    height: auto;
    padding: 20px 0 44.84%;
    text-shadow: none;
    min-height: 1px;
  }
  .custom-cross-talk-row1 h2 span {
    display: block;
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
  .custom-cross-talk-row1 h3{
    font-size: 12px;
  }
  .body-container__website .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .body-container__website .dnd-section h3 br {
    display: block;
  }
  .body-container__website .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .dnd-section[class*="full-width"] .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-container__website .dnd-section .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left !important;
  }
  .body-container__website .custom-two-col-image {
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .body-container__website .dnd-section .hs_cos_wrapper_type_rich_text h3 br {
    display: block;
  }
  .body-container__website .custom-two-col-image h2:after {
    height: 2px;
    margin-left: -50px;
    width: 100px;
  }
  .body-container__website .custom-two-col-image .col-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }

  .body-container__website .custom-two-col-image .col-content h5 span {
    font-size: 18px;
  }
  .studentsinterviewinterview02 .cross-talk-banner.interview-banner .banner {
    background-position: right center;
    padding-top: 240px;
  }
  .body-container__website .custom-two-col-image .col-content h5 {
    margin-top: 1.0em;
    line-height: 1.6;
  }
  .body-container__website .custom-two-col-image .col-content p+p {
    margin-top: 1.0em;
  }
  .body-container__website .custom-two-col-image .col-content p {
    line-height: 1.6;
  }
  .body-container__website .custom-two-col-image h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .body-container__website .custom-two-col-image .col-content {
    float: none;
    width: 100%;
    margin: 0;
  }
  .body-container__website .dnd-section .hs_cos_wrapper_type_rich_text p br {
    display:none;
  }
  .custom-cross-talk-row1 h2 {
    font-size: 18px;
  }
  .body-container__website .dnd-section {
    padding: 30px 0;
  }
  .custom-code-of-conduct .code_list .item a {
    background: #31a948 url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/culture_ico_arrow01.png) 95% center no-repeat;

  }
  .body-container__website .custom-two-col-image .col-img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .custom-culture-row1 p br {
    display: none;
  }
  .mfp-gallery button.mfp-arrow {
    margin-top: -22px;
  }
  .mfp-gallery button.mfp-arrow-left {
    margin-left: 0;
    left: -10px;
  }
  .mfp-gallery button.mfp-arrow-right {
    margin-right: 0;
    right: -10px;
  }
  .custom-culture-row1 p br {
    display: none;
  }
  .mfp-gallery.mfp-close-btn-in .mfp-close {
    margin-right: 0;
    right: 9%;
  }
  .code_panel {
    max-width: 700px;
    width: 82%;
  }
  .code_panel h2 {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
  }
  .code_panel h2 span {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
  }
  .code_panel_inner {
    padding: 15px;
  }
  .code_panel h3 {
    font-size: 18px;
  }
  .code_panel h3 span {
    font-size: 14px;
  }
  .code_panel p {
    line-height: 1.5;
  }
  br.pc {
    display: none;
  }
  .custom-business-row2.business_content.cmn_content.cmn_content_slash {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .students-body-container-wrapper .custom-accordion h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.business_content.cmn_content_slash {
    margin-bottom: 0;
  }
  .students-body-container-wrapper .custom-accordion {
    padding: 12px;
  }
  .custom-career-row3.cmn_section h2 {
    margin-bottom: 15px;
  }
  .students-body-container-wrapper .dnd-section .hs_cos_wrapper_type_header h2 {
    margin-top: 20px;
    padding-top: 30px;
  }
  .custom-career-row2.cmn_content_slash {
    margin-bottom: 0;
  }
  .custom-career-row1.cmn_section {
    padding-bottom: 25px;
  }
  .grid_3col {
    margin: 0;
  }
  .grid_3col>.item, .grid_3col>.items, .grid_3col>li{
    float: none;
    margin: 0;
    width: 100%;
  }
  .cmn_btn {
    height: 40px;
  }
  .cmn_btn a {
    border: 1px solid transparent;
    line-height: 38px;
  }
  .grid_3col > li + li,
  .grid_3col>.item + .item, .grid_3col>.items +.items{
    margin-top: 25px;
  }
  .top_col_left,
  .top_col_right {
    height: 100%;
    width: 100%;
  }
  .top_row {
    background-size: auto 250px;
    height: auto;
  }
  .top_col_left,
  .top_row_reverse .top_col_left {
    display: block;
    padding: 25px 15px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .custom-home-row5 {
    margin-bottom: 20px;
  }
  .custom-home-row7 h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .custom-home-row4 {
    margin-bottom: 20px;
  }
  .top_col_left .inner {
    display: block;
    height: auto;
    padding-left: 0;
  }
  .custom-home-row5 img {
    width: 235.6px !important;
  }
  .studentsmessage .banner {
    background-position: 88% center;
  }
  .top_col_right {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
    height: 160px;
    position: static;
  }
  .custom-home-row4 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .body-container__website .custom-two-col-image .col.col-content {
    margin-bottom: 0;
  }
  .students-body-container-wrapper .custom-accordion figure {
    margin: 0;
    background-size: contain;
    height: 0;
    margin: 0 0 20px;
    padding-top: 46.66%;
    width: 100%;
    position: relative;
    display:block;
  }
  .studentsprofile .banner {
    background-position: 12% center;
    text-shadow: 1px 1px 10px rgba(1,1,1,0.8);
  }
  .students-body-container-wrapper .custom-accordion .top-content img{
    display:none;
  }
  .students-body-container-wrapper .custom-accordion .top-content figure img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  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: 22px;
  margin-right: auto;
  overflow: hidden;
}
.device_com a:hover img {
    opacity: 0.8;
    text-decoration: none;
}
.header__logo img {
  max-width: 100%;
}
header .logo a:hover img {
    opacity: 0.8;
    text-decoration: none;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}
header .hs-button {
    transition: none;
}
.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;
  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 {
  background-color: #fff;
  min-height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
header .container {
  max-width: 1040px;
  width: 100%;
}
header .logo {
  height: 63px;
  padding-top: 10px;
  width: 283px;
}


.header_utility {
  letter-spacing: -.5em;
  position: absolute;
  top: 19px;
  right: 92px;
}
.header_utility li {
  display: inline-block;
  height: 37px;
  letter-spacing: normal;
  margin-left: 4px;
  vertical-align: top;
  width: 170px;
}
.header_utility a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 37px;
  text-align: center;
  width: 100%;
  padding: 0;
  border: none;
  font-size: 14px;
  margin:0;
}
.header_utility a:hover {
  color: #fff;
  text-decoration: none;
}
.header_utility a:hover {
  opacity: 0.8;
}
.header_movie a {
  background-color: #35231a;
  outline: none;
}
.header_entry a {
  background-color: #31a948;
  padding: 0 30px;
  position: relative;
}
.header_entry a:before {
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 8px;
  position: absolute;
  top: 14px;
  right: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

#header_switch {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  position: absolute;
  top: 23px;
  right: 20px;
  text-indent: -9999px;
  width: 36px;
  z-index: 10000;
}
#header_switch.open {
  height: 36px;
  top: 16px;
  z-index: 10001;
}
#header_switch:after {
  content: 'MENU';
  color: #31a948;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -1.4em;
  left: 0;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
#header_switch.open:after {
  display: none;
}
#header_switch a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

#header_switch:before,
#header_switch a:before,
#header_switch a:after {
  content: '';
  background-color: #31a948;
  height: 5px;
  position: absolute;
  left: 0;
  width: 36px;
}
#header_switch:before {top: 12px;}
#header_switch a:before {top: 0;}
#header_switch a:after {bottom: 0;}
#header_switch.open:before {
  display: none;
}
#header_switch.open a:before,
#header_switch.open a:after {
  height: 4px;
  top: 4px;
  left: 3px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 30px;
}
#header_switch.open a:before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header_switch.open a:after {
  margin-top: 16px;
  bottom: inherit;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.device_com #header_switch:hover {
  opacity: 0.8;
}
ul.header_utility {
  margin: 0;
}
header .logo img {
  width: 100% !important;
}

.header_cover {
    content: '';
    background-color: rgba(1,1,1,0.5);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header p {
    margin: 0;
}

.header_visitsob a {
  background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/header_visitsob01.png) no-repeat;
	background-size: contain;
}
.header_facebook a {
	background: url(https://7767776.fs1.hubspotusercontent-na2.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/header_facebook01.png) no-repeat;
	background-size: contain;
}


/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  header {
    min-height: 50px;
  }
  header .logo {
    height: 37px;
    padding-top: 7px;
    width: 194px;
  }
  .header_cover {
    top: 50px;
  }

  .header_utility {
    display: none;
  }

  #header_switch {
    height: 25px;
    top: 18px;
    width: 32px;
  }
  #header_switch.open {
    height: 32px;
    top: 10px;
  }
  #header_switch:after {
    font-size: 10px;
  }
  #header_switch:before,
  #header_switch a:before,
  #header_switch a:after {
    width: 32px;
  }
  #header_switch:before {top: 10px;}
  #header_switch.open a:before,
  #header_switch.open a:after {
    left: 1px;
  }
  #header_switch.open a:before {
    background-color: #31a948;
  }
  #header_switch.open a:after {
    background-color: #31a948;
  }
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

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

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

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

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

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

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

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

footer {
  background-color: #eee;
  min-height: 360px;
  padding-top: 50px;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

.footer_bnr ul {
  margin: 0;
  letter-spacing: -.5em;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.footer_bnr li {
  display: inline-block;
  letter-spacing: normal;
  width: calc(( 100% / 3) - 1% );
}


/*
.footer_bnr li:first-child {
  margin-right: 40px;
}
*/

.footer_logo {
  height: 57px;
  margin: 0 auto 25px;
  width: 58px;
}
.footer_copyright {
  color: #35231a;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
.footer_logo img {
  width: 100% !important;
}

.btn_pagetop {
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  z-index: 100;
  margin: 0;
}
.btn_pagetop.stop {
  position: absolute;
  bottom: 360px;
}
.btn_pagetop a {
  background-color: #31a948;
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}
.btn_pagetop a:after {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-25%, -40%);
  transform: rotate(-45deg) translate(-25%, -40%);
  width: 20px;
}
.btn_pagetop a:hover {opacity: 0.8;}

footer p {
  margin: 0;
}

footer.footer-no-nav {
  min-height: 1px;
}
@media (min-width:768px) and (max-width:830px) {
  .footer_bnr li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer_bnr li {
    display: block;
  }
}
@media screen and (max-width:767px) {
  footer {
    min-height: 355px;
    padding-top: 15px;
    position: static;
    padding-bottom: 27px;
  }
  .footer_bnr ul{
    letter-spacing: normal;
    margin: 0 auto 20px;
    max-width: 260px;
  }
  .footer_bnr li {
    display: block;
  }
  .footer_bnr li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer_logo {
    height: 40px;
    margin-bottom: 15px;
  }
  .footer_logo img {
    height: 40px;
    width: auto!important;
  }
  .btn_pagetop {
    height: 40px;
    bottom: 10px;
    right: 15px;
    width: 40px;
  }
  .btn_pagetop.stop {
    bottom: 355px;
  }
  .btn_pagetop a:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 15px;
    width: 15px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.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-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-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/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;
}
.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: #fff;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.hs-blog-listing .content-wrapper p,
.hs-blog-post .content-wrapper p,
.blog-recent-posts{
      line-height: 1.8;

}

.hs-blog-listing .content-wrapper ul,
.hs-blog-post .content-wrapper ul{
      line-height: 1.8;

}
@media (max-width: 767px) {
	.blog-post {
		width:100%;
		padding:30px 15px;
	}
  
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.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 input {
  margin: 10px 0;
}
.systems-page .hs-form-field {
  margin: 10px 0;
}
.systems-page p.header {
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  /* font-size: .75rem; */
  color: #4f7d24;
  padding: 0.9rem .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;
}
.error-page.custom-error-page {
    text-align: left;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width: 767px) {
.systems-page h1 {
    font-size: 30px;
}
  .systems-page h2 {
    font-size: 27px;
  }
}