/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
ul.hs-search-field__suggestions {
    display: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.cm-404 {
  padding: 140px 0px 140px;
}
.left-col.align-left h1, 
.left-col.align-left h2 {
  text-align: left;
  color:#000000;
}
.cm-404 .two-col-adjust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cm-404 .two-col-adjust .left-col.align-left,
.cm-404 .two-col-adjust .image-col{
  flex-basis: 50%;
}
.cm-404 .two-col-adjust .image-col img {
  width: 100%;
}
.cm-404 .two-col-adjust .left-col.align-left p {
  max-width: 485px;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.cm-404 .two-col-adjust .left-col.align-left .cta a.cta_button {
  border-radius: 6px;
  padding: 14px 45px;
}
.cm-404 .two-col-adjust .left-col.align-left .cta {
  margin-top: 31px;
}
@media (min-width:1200px) {
  .left-col.align-left h1 {
    font-size: 82px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .left-col.align-left h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 34px;
  }
}
/*=== LMN Partner Cm Css ===*/
.lmn-partners .two-col .right-col .form .actions, 
.lmn-member .two-col .right-col .form-col .form .actions,
.lmn-member .two-col .right-col .form-col .form .actions{
  text-align: center;
}
.lmn-partners .two-col {
  flex-wrap: wrap;
  display: flex;
}
.about-us-two-col.section-padding .two-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about-us-two-col.section-padding {
  overflow: hidden;
}
.gallery-popup img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.about-us-two-col img {
  width: 100%;
  height: 100%;
}
.lmn-partners .two-col .left-col .logo-text a.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.lmn-partners .two-col .left-col {
  flex-basis: 50%;
}
.lmn-partners .two-col .right-col {
  margin-left: 5%;
  flex-basis: 45%;
}
.lmn-partners .two-col .right-col .form,
.lmn-member .two-col .right-col .form-col .form{
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 7%);
  padding: 30px 40px;
}
.lmn-partners .two-col .right-col .form textarea,
.lmn-member .two-col .right-col .form-col .form textarea{
  width: 100% !important;
}
body .pages-heading {
  padding-bottom:0px;
}
.lmn-partners .two-col .left-col .partner_logo {
  padding-bottom: 20px;
}
.lmn-partners .two-col .left-col .partner_logo img {
  max-width: 180px;
  width: 100%;
}
.lmn-partners .two-col .left-col .logo-text {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 7%);
  border-radius: 6px;
  padding: 20px 30px;
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
  position:relative;
  top:0;
}
.lmn-partners .two-col .left-col .logo-text:hover {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 22%);
  top:-5px;
}
.lmn-partners .two-col .left-col .logo-text:not(:last-child) {
  margin-bottom: 30px;
}
.all-text-red,
.all-text-red p,
.all-text-red h1,
.all-text-red h2,
.all-text-red h3,
.all-text-red h4,
.all-text-red h5 {
  color:#e51919;
}

/*=== LMN Member CM ===*/

.lmn-member .two-col,
.lmn-member .two-col .left-col .image-col{
  display:flex;
  flex-wrap:wrap;
}
.lmn-member .two-col {
  align-items:flex-start;
}
.lmn-member .two-col .left-col,
.lmn-member .two-col .left-col .image-col .image{
  flex-basis: 50%;
}
.lmn-member .two-col .left-col .image-col .image:nth-child(2n+2) {
  margin-left:2%;
  flex-basis:48%;
}
.lmn-member .two-col .right-col {
  margin-left: 3%;
  flex-basis: 47%;
  box-shadow:0px 2px 15px rgb(0 0 0 / 7%);
}
.authors-group form[data-portal-id="5859635"] {
  box-shadow:0px 2px 15px rgb(0 0 0 / 7%);
  padding: 30px 40px;
}
.body-wrapper.authors-group .lmn-partners.section-padding .content-wrapper,
.body-wrapper.authors-group .blog_post_wrapeer.content-wrapper{
  padding: 0;
}
.authors-group form[data-portal-id="5859635"] .hs_submit.hs-submit .actions,
.authors-group form[data-portal-id="5859635"] .hs_submit.hs-submit {
  text-align: center;
}
.lmn-member .two-col .right-col .form-col .form {
  box-shadow:none;
}
.lmn-member .two-col .left-col .image-col .image {
  margin-bottom:2%;
}
.lmn-member .two-col .left-col .image-col .image:nth-last-child(1), 
.lmn-member .two-col .left-col .image-col .image:nth-last-child(2) {
  margin-bottom: 0;
}
.lmn-member .two-col .left-col h4,
.about-us-two-col .two-col  h4{
  margin-bottom: 0;
  margin-top: 20px;
}
.lmn-member .two-col .image-col img {
  width: 100%;
  height:100%;
}

/*== Blog Post Hero----*/
.section_bg{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}
.blog_post_hero_bg{
  min-height:526px;
  border-radius:6px;
  background-color:#eeeeee;

  position:relative;
}
.blog_post_hero_bg:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:rgba(0,0,0,0.1); 
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity:0;
  opacity:0;
  display:none;
}
.blog_post_hero_bg:hover:after{
  opacity:1;
}
.blog_heading_with_author{
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1233);
  border-radius: 6px;
  max-width: 651px;
  padding: 20px;
  margin-left: auto;
  margin-right: 44px;
  margin-top: -90px;
  position:relative;
  min-height:254px;
}
.blog_post_section{
  padding-top:30px;
  padding-bottom:100px;
}
.blog_heading_with_author .blog_tag a.blog_tag_link{
  font-size: 14px;
  line-height: 17px;
  color: #E51919;
  font-weight:400;
}
.blog_heading_with_author .blog_date{
  font-size: 14px;
  line-height: 17px;
  color: #B4B4B4;
  font-weight:400;
}
.blog_heading_with_author .blog_tag_date{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.blog_author_data .authour_details_fix h6{
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom:6px;
}
.blog_author_data .authour_details_fix p{
  margin-bottom:0px;
}
.blog_author_data .authour_img_fix img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color:#a7a7a7;
}
.blog_author_data .authour_img_fix {
  line-height: 0;
}
.blog_author_data .authour_data_fix {
  display:flex;
  align-items: center;
}
.blog_author_data .authour_img_fix{
  margin-right:12px;
}
.blog_heading_with_author .blog_tag_date .blog_tag a.blog_tag_link:not(:first-child) {
  display: none;
}
.blog_author_data .authour_details_fix a.author-link {
  color: #000;
}
.blog_author_data {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.authour_social ul.share-mod {
  margin: 0;
  padding: 0;
  display: flex;
}
.authour_social ul.share-mod li{
  list-style:none;
  margin:0;
  padding:0px 8px;
}
.authour_social ul.share-mod li a{
  color:#A7A7A7;
  display:block;
  margin:0;
}
.authour_social ul.share-mod li img {
  width: 100%;
  vertical-align: middle;
}
.authour_social {
  align-self: flex-end;
}

/*=== Blog Feeds CM ===*/
.blog_feed__cm.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-wrapper.overview .blog_feed__cm.section-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}
.blog__feeds_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_feed_col {
  -ms-flex-preferred-size: 31.55%;
  flex-basis: 31.55%;
  margin-right: 2.55%;
  margin-bottom: 55px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0733);
  border-radius: 6px;
}
.blog_feed_col:nth-child(3n) {
  margin-right: 0;
}

.blog_meta_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}
.blog_feed_tag a {
  font-size: 14px;
  line-height: 17px;
  color: #E51919;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.blog_feed_tag a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #e51919;
  left: 0;
  bottom: -2px;
  transition-duration: .3s;
}
.blog_feed_tag a:hover:after {
  width: 100%;
  transition-duration: .3s;
}
.blog_feed_date p {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #B4B4B4;
  margin-bottom: 0;
  font-family: 'Calibri';
}
.blog_feed_title {
  max-width: 359px;
  margin: 0 auto;
  padding: 0px 15px 17px;
  min-height:100px;
}
.blog_feed_title h4 {
  margin-bottom: 0;
  line-height: 26.86px;
  text-align: center;
  font-weight: normal;
}
.blog_feed_title h4 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_feed_thumbnail {
  position: relative; 
  line-height: 0;
}
.blog_feed_thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 0px;
  margin:0px;
}
.blog_feed_thumbnail a img {
  max-width: 100%;
  min-height: 254px;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height:100%;
  max-height:300px;
}
.blog_feed_thumbnail:before { 
  content: "";
  background: url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/shape-2.png);
  height: 77px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 5;
  background-position: center center;
  background-size: cover;
}
.blog_feed:hover .blog_feed_title h4 a {
  color: #2B4999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_feed:hover .blog_feed_thumbnail a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_feed_tag, .blog_feed_date {
  line-height: 0;
  height:auto!important;
}
.blog_cta {
  text-align: center;
}

/*====Home Hero ====*/
.latest-news-cm.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.latest-news-cm .link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.latest-news-cm .home_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.latest-news-cm .hero-left-col{
  position:relative;
  -ms-flex-preferred-size: 54.5%;
  flex-basis: 54.5%;
  margin-right: 2.5%;
  line-height: 0;
}
.latest-news-cm .hero-right-col {
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}
.latest-news-cm .hero-left-col_img {
  overflow: hidden;
  display: block;
  line-height: 0;
  border-radius: 6px;
}
.latest-news-cm .hero-left-col_img img {
  max-width: 100%;
  min-height: 533px;
  object-fit: cover;
  background: #C4C4C4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.latest-news-cm .hero-left-col .author-image{
  width:60px;
  height:60px;
  border-radius:100%;
  background-size:cover;
  background-repeat:no-repeat;
  margin-right:10px;
  background-color:#c4c4c4;
}
.latest-news-cm .left-inner-col{
  background: #ffffff;
  width: 83.6%;
  margin: 0 auto;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  z-index:5;
}
.left-inner-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 18px;
}
.left-inner-meta-tag a, .left-inner-meta-date p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17.09px;
  font-weight: normal;
  font-family: 'Calibri';
}
.left-inner-meta-tag a {
  color: #e51919;
  text-decoration: none;
  position: relative;
}
.left-inner-meta-tag a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #e51919;
  left: 0;
  bottom: -1px;
  transition-duration: .3s;
}
.left-inner-meta-tag a:hover:after {
  width: 100%;
  transition-duration: .3s;
}
.left-inner-meta-date p {
  color: #B4B4B4;
}
.left-inner-col-title h5.post-title {
  font-size: 24px;
  line-height: 29.3px;
  font-family: 'Calibri';
  font-weight: normal;
}
.left-inner-col-title h5.post-title a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.author-name a.author-link {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21.97px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-family: 'Calibri';
}
.author-name p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.53px;
  font-weight: 400;
  color: #b4b4b4;
  font-family: 'Calibri';
  margin-top: 5px;
}
.latest-news-cm .hero-left-col:hover .hero-left-col_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.latest-news-cm .hero-left-col:hover h5.post-title a {
  color: #2B4999;
  transition: 0.3s;
}
.latest-news-cm .right-col-inner{
  position: relative;
  border-top: 1px solid #b4b4b4;
  padding-bottom: 15px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
.latest-news-cm .right-col-inner:last-child
{
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.latest-news-cm .right-col-inner:first-child {
  border-top: none;
  padding-top: 0;
}
.latest-news-cm .hero-right-col .featured-image {
  overflow: hidden;
  display: block;
  line-height: 0;
  border-radius: 6px;
  max-width: 120px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 3%;
  position:relative;
}
.latest-news-cm .hero-right-col .right-col-data {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
  margin-top: 15px;
  margin-top:0px;
}
.latest-news-cm .hero-right-col .featured-image img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.latest-news-cm .hero-left-col .author-module{
  position: relative;
  padding-left: 0px;
  margin-top: 20px;
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items:center;
  -webkit-align-items:center;
  display:none;
}
.latest-news-cm .latest-news-button{
  margin-top:30px;
}
.right-col-data-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 0;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.video_cm_title>h1 {
  margin-bottom: 20px;
}
.hs-search-results ul#hsresults li a.hs-search-results__title {
  color: #e51919;
}
.systems-page.systems-page--search-results>.widget-type-rich_text {
  padding-bottom: 30px;
}
.right-col-data-meta .right-col-data-tag {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
}
.right-col-data-meta .right-col-data-date {
  flex-basis: 28%;
  -webkit-flex-basis: 28%;
  margin-left: 2%;
}
.right-col-data-tag h6,
.right-col-data-date p,
.right-col-data-title h5 {
  margin-bottom: 0;
}
.right-col-data-tag h6 a,
.right-col-data-date p {
  font-size: 14px;
  line-height: 17.09px;
  font-weight: normal;
  font-family: 'Calibri';
}
.right-col-data-tag h6 a {
  color: #E51919;
  text-decoration: none;
  position: relative;
}
.right-col-data-tag h6 a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #e51919;
  left: 0;
  bottom: -1px;
  transition-duration: .3s;
}
.right-col-data-tag h6 a:hover:after {
  width: 100%;
  transition-duration: .3s;
}
.right-col-data-date p {
  color: #b4b4b4; 
  text-align:right;
}
.right-col-data-title {
  padding-top: 13px;
}
.right-col-data-title a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
  font-family: 'Calibri';
}
.latest-news-cm .right-col-inner:hover .featured-image img {
  transform: scale(1.1);
}
.right-col-data-tag h6 a:last-child span {
  display: none;
}
.right-col-data-tag h6 {
  line-height: 0;
}
.latest-news-cm .right-col-inner:hover .right-col-data-title a {
  color: #2b4999;
  transition: 0.3s;
}
.latest-news-cm.section-padding h5 {
  text-align: left;
}
.right-col-data-tag h6 a {
  display: inline-block;
  margin:0px;
}
/* Video CM  Starts */
section.video_cm.section-padding {
  padding: 80px 0;
}
.video_cm_title {
  max-width: 968px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.video_cm_title h2 {
  text-align: center;
}
.video_cm .video-module {
  max-width: 968px;
  margin: 0 auto;
}
.mp4,.wistia,.responsive.vidyard {
  position:relative;
}
.video_cm .video-module .wistia_click_to_play{
  position: static !important;
}
.video_cm .video-module .wistia,
.video_cm .video-module .mp4,
.video_cm .video-module.wistia .vidyard,
.video_cm .video-module.mp4 .vidyard{
  display: none;
}
.video_cm .video-module.wistia .wistia,
.video_cm .video-module.mp4 .mp4{
  display: block;
  font-size: 0;
}
.video_cm .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_cm .play-button img {
  max-width: 148px;
  border-radius: 0;
  transition: 0.3s;
}
.video-module .vidyard_wrapper:before, 
.video-module .wistia:before, 
.video-module .mp4:before {
  content: "";
  position: absolute;
  background-color: rgba(163,186,43,0.0);
  border-radius: 100%;
  width: 46px;
  height: 46px;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  transition: all .35s;
}
/* .video-module .vidyard_wrapper:hover:before, 
.video-module .wistia:hover:before, 
.video-module .mp4:hover:before {
width: 100%;
height: 100%;
background-color: rgba(15,48,87,0.3);
border-radius: 0px;
z-index: 0;
} */
.video_cm .video-module .vidyard_wrapper:hover .play-button img, 
.video_cm .video-module .wistia:hover .play-button img, 
.video_cm .video-module .mp4:hover .play-button img {
  transform: scale(1.3);
  transition: 0.3s;
}
.sd_about_hero_video img {
  max-width: 100%;
  border-radius: 6px;
}


@media(max-width: 992px) {
  section.video_cm.section-padding {
    padding: 55px 0 50px;
  }
  .video_cm .play-button img {
    max-width: 74px;
  }
}

/* Video Cm Ends */

/*==== Responsive CSS ===*/

@media (min-width:786px) and (max-width:1024px) {
  body .cm-404 {
    padding: 80px 0px 80px;
  }
}
@media(max-width: 600px) {
  .blog_feed_thumbnail:before {
    height: 108px;
  }
}
@media(max-width: 480px) {
  .blog_feed_thumbnail:before {
    height: 83px;
  }
}
@media(max-width: 390px) {
  .blog_feed_thumbnail:before {
    height: 77px;
  }
}
@media(max-width:992px){
  .blog_heading_with_author {
    max-width: calc( 100% - 40px );
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -81px;
  }
  .blog_post_hero_bg{
    min-height: 288px;
  }

  .blog_heading_with_author h1{
    font-size: 23px;
    line-height: 34px;
  }
  .blog_author_data{
    display:block;
  }
  .authour_social{
    padding-top:20px;
  }
  .blog_post_section{
    padding-top:30px;
    padding-bottom:32px;
  }
  .blog_feed__cm.section-padding {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .body-wrapper.overview .blog_feed__cm.section-padding {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .blog_cta {
    margin-top: 40px;
  }
  .blog_feed_thumbnail:before {
    height: 140px; 
  }
  .latest-news-cm .home_hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  } 
  .latest-news-cm .hero-left-col{
    height:300px;
    margin-bottom: 60px;
    margin-right: 0%;
  }
}
@media(min-width:768px){
.blog-post-flex-news{
  display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .blog-post-flex-news .blog-post-flex-news-lt {
    flex-basis: 67.2%;
    max-width: 780px;
}
  .blog-post-flex-news .blog-post-flex-news-rt{
  flex-basis: 31%;
    margin-left: 30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
}

@media (max-width:767px) {
  
  body .cm-404 .two-col-adjust .left-col.align-left,
  body .cm-404 .two-col-adjust .image-col {
    flex-basis: 100%;
  }
  .cm-404 .two-col-adjust .image-col {
    margin-top: 30px;
  }
  body .cm-404 {
    padding: 50px 0px 50px;
  }
  .blog_feed__cm.section-padding>.content-wrapper {
    max-width: 400px;
  }
  body .lmn-partners .two-col {
    display: block;
  }
  body .lmn-partners .two-col .right-col {
    margin-left: 0%;
    margin-top:30px;
  }
  body .section-padding {
    padding: 30px 0px;
  }
  .pages-heading {
    padding: 30px 0px;
  }
  .lmn-member .two-col .left-col, 
  .lmn-member .two-col .left-col .image-col .image {
    flex-basis: 100%;
  }
  .lmn-member .two-col .right-col {
    margin-left: 0;
    flex-basis: 100%;
  }
  .lmn-member .two-col .left-col .image-col .image:nth-last-child(1), 
  .lmn-member .two-col .left-col .image-col .image:nth-last-child(2),
  .lmn-member .two-col .left-col .image-col .image{
    margin-bottom: 5%;
  }
  .lmn-member .two-col .left-col .image-col .image:nth-child(2n+2) {
    margin-left: 0;
    flex-basis: 100%;
  }
  body .pages-heading {
    padding: 20px 0px;
  }
  .lmn-partners .two-col .right-col .form, 
  .lmn-member .two-col .right-col .form-col .form {
    padding:30px 20px;
  }
  .about-us-two-col.section-padding .two-col .span6:first-child {
    margin-bottom:30px;
  }
  .blog__feeds_main {
    display: block;
  } 
  .blog_feed_col {
    margin-bottom: 26px;
    margin-right: 0;
  }
  .blog_feed_thumbnail a img {
    width:100%;
  }
  .latest-news-cm.section-padding {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .latest-news-cm .hero-left-col_img img {
    min-height: 371px;
  }
  .latest-news-cm .left-inner-col {
    width: 90%; 
    bottom: -125px;
  }
  .latest-news-cm .hero-right-col {
    margin-top: 110px;
  }
  .latest-news-cm .hero-right-col .featured-image {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin-right: 3%;
  }
  .latest-news-cm .hero-right-col .right-col-data {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    margin-top: 0px;
  }
  .right-col-data-title {
    padding-top: 8px;
  }
  .right-col-data-title a {
    font-size: 16px;
    line-height: 26px;
  }
  .latest-news-cm .right-col-inner {
    padding-bottom: 13px; 
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header.header .content-wrapper{
  padding: 0px 20px;
}
/* body.topic-page .language-switcher>.hs_cos_wrapper_type_language_switcher {
    display: none;
} */
header.header {
  box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
  /*   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  position: relative;
  z-index: 99999;
}
.header__container .header__search.header--element{
  opacity:0;
}
.header__container .main__search_lmn .header__search.header--element{
  opacity:1;
}
.global__header_fix .logo__lmn img{
  max-width:288px;
  width:100% !important;
}
.global__header_fix .logo__lmn a{
  display:block;
  margin:0;
  line-height: 0;
}
.global__header_fix .main__menu_lmn ul {
  padding: 0;
  margin: 0;
}
@media (min-width:401px) {
  .lang_switcher_class .globe_class {
    background: none;
    width: 0;
    height: 0;
  }
  .global__header_fix .main__search_lmn .language-switcher {
    width: 100%;
    max-width: 23%;
  }
  .globe_class ul.lang_list_class {
    display: flex !important;
    position: relative;
    left: 0;
    transform: none;
    padding: 0;
    top: 0;
    width: 60px;
    list-style-type:none;
  }
  .globe_class ul.lang_list_class::before,
  .globe_class ul.lang_list_class::after{
    display: none;
  }
  .globe_class ul.lang_list_class li {
    padding: 0px;
    border: none;
    background: none;
  }
  .globe_class ul.lang_list_class li:nth-child(1) {
    padding-right: 7px;
  }
}
.lang_switcher_class.topic .globe_class {
    height: 24px;
}
.globe_class ul.lang_list_class li a {
  text-decoration: none;
  color: #2b4999;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}
.globe_class:hover .lang_list_class {
  display:flex;
}
.globe_class ul.lang_list_class li:nth-child(1) a.lang_switcher_link,
ul.lang_list_class.german li:nth-child(2) a.lang_switcher_link{
  color: #e41919;
  text-decoration: underline;
}
ul.lang_list_class.german li:nth-child(1) a.lang_switcher_link {
    text-decoration: none;
    color: #2B49A3;
}
.global__header_fix .main__search_lmn .header__search.header--element {
  width: 100%;
  max-width: 78%;
}
.heade
.global__header_fix .main__menu_lmn li {
  padding: 0;
  margin: 0;
  list-style:none;
}
.global_header {
  padding: 14px 0;
}
.global__header_fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global__header_fix .main__menu_lmn {
  padding-right:22.5px;
  position:relative;
}
.global__header_fix .menu_fix_lmn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 75%;
}
.global__header_fix .logo__lmn {
  flex-basis: 25%;
}
.global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul{
  display:flex;
} 
.global__header_fix .linked_in__log a,
.global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li a{
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  font-weight:400;
  position:relative;
}
.global__header_fix .main__menu_lmn ul li.hs-menu-item.hs-menu-depth-1 > a{
  letter-spacing:0.3px;
}
.global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 a:hover,
.global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul li.hs-menu-item.active>a{
  color:#E51919;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1 {
  padding: 11px 7.5px;
  list-style-type:none;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  padding:11px 17.5px 11px 7.5px;
  list-style-type:none;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
  content:"";
  position:absolute;
  background-image:url(https://www.leading-minds-network.com/hubfs/Leading%20Minds%20Network/LMN_social_logos/Chlild%20Nav%20arrow.svg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width:8px;
  height:5px;
  top: 9px;
  right: -13px;
  transition: .3s all ease-in-out;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover:after{
  transform: rotate(180deg);
}

.global__header_fix .main__search_lmn {
  max-width: 31.8%;
  width: 100%;
  position: relative;
  margin-right: 15px;
  display:flex;
  align-items:center;
}
.global_header input.hs-search-field__input {
  border: 1px solid #2B4999 !important;
  padding: 11px;
}
.global__header_fix .linked_in__log img {
  vertical-align: middle;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper{
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0733);
  border-radius: 6px;
  max-width:274px;
  position:absolute;
  width:100%;
  padding: 20px;
  top:70px;
  opacity:0;
  visibility:hidden;
  transition: all .3s ease-in-out;
  z-index:-1;
}
.global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{
  color:#B4B4B4;
  line-height:20px;
}
.global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-2:hover a{
  color:#2B4999;
}
.global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover{
  border-bottom: 1px solid #2B4999;
}
.global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #B4B4B4;
  line-height:20px;
  transition: all .3s ease-in-out;
  list-style-type:none;
}
.global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:none;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  top:46px;
  opacity:1;
  visibility:visible;
  z-index:5;
}
.main__search_lmn input.hs-search-field__input:focus {
  outline: none;
}
.main__search_lmn  .search_icon {
  line-height: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 5;
  right: 9px;
  top: 9px;
  cursor: pointer;
}
.global__header_fix li.hs-menu-item.hs-menu-depth-2.heading_menu{
  display:none;
}
.main__search_lmn > .search_icon{
  display:none;
}
.global__header_fix .hs-search-field--open .hs-search-field__suggestions{
  border: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0733);
}
.global__header_fix .hs-search-field--open .hs-search-field__suggestions li a:hover{
  background-color: rgba(0,0,0,0);
  outline:0;
  text-decoration:none;
  color:#e51919;
}
.global__header_fix .header__search.header--element {
  position:relative;
}
@media(max-width:1150px){
  .global__header_fix .logo__lmn {
    flex-basis:23%;
  }
  .global__header_fix .logo__lmn img {
    max-width: 250px;
  }
}
@media(max-width:1090px){
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding: 11px 15px 11px 5px;
  }
  .global__header_fix .main__menu_lmn{
    padding:0;
  }
}
@media(max-width:1024px){
  .global__header_fix .main__search_lmn{
    max-width:30%;
  }
}
/* @media(max-width:900px){
.global__header_fix .main__search_lmn{
max-width:16%;
}
.global__header_fix .logo__lmn img {
max-width:180px;
}
.global__header_fix li.hs-menu-item.hs-menu-depth-1 > a {
font-size:14px;
}
.global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1{
padding:11px 5px;
}
} */
@media(max-width:992px){
  body .lang_switcher_class {
    left:-50px;
  }
  .global__header_fix .menu_fix_lmn{
    margin-right: 50px;
  }
  .global__header_fix .logo__lmn{
    flex-basis:100%;
  }
  .global__header_fix .logo__lmn img{
    max-width:154px;
  }
  .search_icon img {
    vertical-align: middle;
  }
  .global_header{
    padding: 18px 0;
  }
  .main__search_lmn .search_icon {
    line-height: 0;
    position: relative;
    width: auto;
    height: auto;
    z-index: 5;
    right: auto;
    top: auto;
    display: inline-block;
  }
  .global__header_fix .main__menu_lmn{
    position:static; 
  }
  .global__header_fix .main__search_lmn{
    max-width:35px;
  }
  .header__container .main__search_lmn .header__search.header--element {
    /* display: none; */
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 7%);
    border-radius: 6px;
    max-width: 335px;
    width: 100%;
    right:-350px;
    padding: 15px;
    top:60px;
    transition: all .3s ease-in-out;
  }
  .header__container .main__search_lmn.open__search .header__search.header--element{
    right:20px;
  }
  .header__container .main__search_lmn .header__search.header--element > .search_icon {
    line-height: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 5;
    right: 24px;
    top: 24px;
  }
  .global__header_fix .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    position: fixed;
    max-width: 274px;
    width: 100%;
    top: 60px;
    right:-350px;
    background-color: #fff;
    padding: 28px 18px 20px 22px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 7%);
    border-radius: 6px;
    transition: all .3s ease-in-out;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper{
    opacity:1;
    visibility:visible;
    transition: all .3s ease-in-out;
    z-index:10;
    position: fixed;
    top: 60px;
    right:-350px;
    z-index:10;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    top: 60px;
    right:-350px;
    z-index:10;
  }

  .mobile-open .global__header_fix .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal.menu_open_wrapper{
    right: 20px;
  }
  .mobile-open .global__header_fix .main__menu_lmn li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.open_child_menu:hover,
  .mobile-open .global__header_fix .main__menu_lmn li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.open_child_menu{
    right: 20px;
  }
  .mobile-open.mobile-open-child .global__header_fix .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal.menu_open_wrapper{
    right:-350px;
  }

  .global__header_fix .main__menu_lmn .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul{
    display:block;
  }

  .global__header_fix li.hs-menu-item.hs-menu-depth-1>a{
    font-size:16px;
    line-height:20px;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-item-has-children{
    position:relative;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children,
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1{
    padding:0;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b4b4b4;
    line-height: 20px;
    transition: all .3s ease-in-out;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1:last-child{
    padding:0;
    margin:0;
    border:none;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after{
    content:none;
  }
  .global__header_fix .main__menu_lmn li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger:after{
    content:"";
    position:absolute;
    background-image:url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/Chlild%20Nav%20arrow.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:11px;
    height:5.5px;
    top: 9px;
    right:0px;
    transition: .3s all ease-in-out;
    transform:rotate(-90deg);
  }
  .global__header_fix li.hs-menu-item.hs-menu-depth-2.heading_menu{
    display:block;
  }
  .global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.heading_menu{
    border-bottom:none;
    padding: 0;
    margin-bottom: 14px;
    text-align:right;
    position:relative;
  }
  .global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.heading_menu a{
    color:#2b4999;
    display:inline-block;
  }
  .global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.heading_menu .arrow_inner:after{
    content:"";
    position:absolute;
    background-image:url(https://www.elpro.cloud/hubfs/Leading%20Minds%20Network%202021/Chlild%20Nav%20arrow.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:11px;
    height:5.5px;
    top: 9px;
    left:0px;
    transition: .3s all ease-in-out;
    transform:rotate(90deg);
  }
  .global__header_fix .main__menu_lmn ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.heading_menu .arrow_inner {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    min-width: 30px;
    height: 20px;
    padding: 0;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 20px;
    width: auto;
    height: auto;
    /*     padding: 7px 10px 8px 10px; */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i {
    display: inline;
    position: relative;
    transition: all .5s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 31px;
    height: 3px;
    display: inline-block;
    background-color:#B4B4B4;
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #B4B4B4;
  }

  /* Toggle Button Icon Open
  ========================================================================== */
  .mobile-open .mobile-trigger,
  .mobile-trigger {
    z-index: 10;
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #B4B4B4;
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    transition: all .3s ease-in;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background: #E51A1B;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    background:#2B4999;
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    min-width: 30px;
    height: 25px;
    padding: 0;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
}
@media (max-width:400px) {
  body .lang_switcher_class {
    left: -7px;
    top: 2px;
  }
  .global__header_fix .menu_fix_lmn {
    margin-right: 45px;
  }
  .globe_class:hover .lang_list_class {
    display: block;
    width: 60px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 12%);
    top: 46px;
    padding-top: 0;
}
  .globe_class:hover .lang_list_class {
  width:60px;
  }
  .lang_switcher_class ul.lang_list_class::before, 
  .lang_switcher_class ul.lang_list_class::after {
    display: none;
  }
}
@media(max-width:375px){
  .header__container .main__search_lmn .header__search.header--element{
    max-width:90%;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 0 65px;
}
.footer_main .footer__btm_main .footer__btm li::before {
    display: none;
}
.footer_main .footer__btm_main .footer__btm li {
    margin-left: 0;
}
.footer_main .content-wrapper {
  padding: 0px 20px;
}
.footer__top_left {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  margin-right: 2%;
}
.footer__top_right {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}
.footer__top_left h3 {
  font-family: Calibri , sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 39.06px;
  margin-bottom: 0;
  text-align:left;
}
.footer__btm_main {
  background-color: #394393;
  padding: 20px 0;
}
.footer__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_links.all-text-white {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.footer_social {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.footer_note {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.footer__btm ul, .footer__btm li {
  list-style: none;
  margin-bottom: 0;
}
.footer__btm ul {
  padding-left: 0; 
  margin-left: -5px;
  line-height: 0;
}
.footer__btm li {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
.footer__btm li a {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.footer_links li a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13.43px;
  font-family: Calibri , sans-serif;
  text-decoration: none;
  padding: 0px 10px 0 5px;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
.footer_links li:last-child a {
  border: none;
}
.footer_links li a:hover {
  color: #e51919;
  transition: 0.3s;
}
.footer_social ul {
  margin-left: 0;
}
.footer_social ul li:not(:last-child) {
  margin-right: 15px;
}
.footer_note p {
  font-size: 11px;
  color:#ffffff;
  line-height: 13.43px;
  font-weight: 700;
  font-family: Calibri , sans-serif;
  margin-bottom: 0;
}
.footer_social img:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}

@media(max-width: 1199px) {
  .footer_links {
    max-width: 750px;
    margin:0 auto;
    width:100%:
  }
  .footer_social {
    max-width: 75px;
    width: 100%;
    margin-right: 15px;
  }
  .footer_note {
    max-width: 286px;
  }
}
@media(max-width: 992px) {
  .footer__top {
    display: block;
    text-align: center;
    padding: 45px 0 40px;
  }
  .footer__top_right img {
    max-width: 231.32px;
    margin: 0 auto;
  }
  .footer__top_left {
    padding-bottom: 50px;
    margin-right: 0%;
  }
  .footer__top_left h3
  {
    text-align:center;
  }
  .footer__btm {
    display: block;
    text-align: center;
  }
  .footer_links li a {
    font-size: 14px;
    line-height: 17.09px;
  }
  .footer__btm_main {
    padding: 48px 0 50px;
  }
  .footer__btm li {
    margin-bottom: 15px; 
  }
  .footer_social {
    max-width: 100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer_note {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer_note p {
    font-size: 14px;
    line-height: 17.09px;
  }
}
@media(max-width: 480px) {
  .footer__top_left {
    max-width: 303px;
    margin: 0 auto;
  }
}
@media(max-width:767px) {
/*   .footer__top_left h3 {
    text-align: center;
} */
  .footer__top_left {
    -ms-flex-preferred-size: 75%;
    flex-basis: 100%;
    text-align: center;
}
  .systems-page.lms-password {
    padding: 100px 0;
}
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.66);
  z-index: -1;
}

.grey-bg{
  background:#f7f8f8;
}
.red-bg{
  background: ;
}
.white-bg{
  background:#fff;
}

/*========Start==================*/

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.font-weight-nine,
.font-weight-nine h1,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine li,
.font-weight-nine p,
.font-weight-nine a {
  font-weight:900;
}

.font-weight-eight,
.font-weight-eight h1,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight li,
.font-weight-eight p,
.font-weight-eight a {
  font-weight:800;
}

.font-weight-seven,
.font-weight-seven h1,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven li,
.font-weight-seven p,
.font-weight-seven a {
  font-weight:700;
}

.font-weight-six,
.font-weight-six h1,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six li,
.font-weight-six p,
.font-weight-six a {
  font-weight:600;
}

.font-weight-five,
.font-weight-five h1,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five li,
.font-weight-five p,
.font-weight-five a {
  font-weight:500;
}

.font-weight-four,
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four li,
.font-weight-four p,
.font-weight-four a {
  font-weight:400;
}

.font-weight-three,
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three li,
.font-weight-three p,
.font-weight-three a {
  font-weight:300;
}

/*========End==================*/

/*========Basic Section Styling=========*/

.section-bg{
  background-size: cover!important;
  background-position:center center!important;
  background-repeat: no-repeat!important
}

.section-bg .bg-image{
  display:none!important;
}

.slick-slide:focus{
  outline: 0px;
}

.heading-wrapper {
  max-width: 750px;
  margin: 0 auto;
}



/*=======End of Basic Section Styling=======*/