*, *: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 */
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 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 ;
    }
}

/* OneTrust Privacy Options */

body .privacy-options-ui-control,
body .ot-sdk-show-settings,
body .optanon-show-settings {
	padding: 0;
	color: inherit;
	border: none;
	font-size: inherit;
	line-height: inherit;
	background: transparent none;
	letter-spacing: 0;
	font-weight: inherit;
	cursor: pointer;
}

body .privacy-options-ui-control:after,
body .ot-sdk-show-settings:after,
body .optanon-show-settings:after {
	display: inline-block;
	content: "";
	width: 29px;
	height: 14px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAAA7CAYAAABbn/UTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAIGElEQVR4nO2dX2gcRRzHv3etfxoKSWpoxVZ7llIUxFz7ZEXo9UF88E/iH3wrvULgqD6YIlr/PPRKFVQoXBFbDyu51rdq2wsFsVAxFWuLYJuAYhEsibViIW2yIAnUyslvM5tedmd2Z2dnb+fO+0Joym52Z/azM/P7MzObqtVqiFupArIAugBk2E9bcxpnP9O1MkZj56AbdqpgQ83V/fRqvUFr6zRgQx+plVHVXVNtsFMFG2wewFYtF2zLAmzgJV2tPjLsVMEGXASw+n+PJz5Riy/WyhiJcgdl2Kwll9rddENF0PO1sj3Oh1Zo2GxMppb8isoN1y7HhEEPT6iZG7jzz2msMLR4u2tlm0EohYLNrOqqTJd9+2LMbrgPk329WPrIGnTn1kWoWgKqjgLPHjC6iGMA+sO0cmnYbGymbrvT77yH7sHVPX1Y0Z+VLYKZ2jqEK4fPYaXhxSQjLidrwEnBZqCH/M7JrcPkUB49mbtCFNVgrdyJqwZ34/Ui4IO1MipBJwbCDgLd3QHr2HZ0Nls37afxa8D9b5lbPoG2BQFP+x0MAv38Bly/9G5rgSad+gWzBhQjrErMphJKCJv9YUl0/JMtmP2igGVdHQlXMQYdv4DJJiw22VIjqYI4HM2FzdyrqsgYI9ADj2GJzpKapDO/YWmTFr2TceNK1LKFEbFWBz16GbBm0W1AUVTVmyrwfXAPbBYZ4wZMWh006aufMWVAMaJqF2/85rVs7jhNxlirgyYNj+FvA4qhQx6OC2Az69sT6yb36uAWLDO8clp0/nf0tEA1SJtYLz2vxa4TuH09+dEmWt3TM0C+YrdGW329QPUl9euN/ArcuOnfe5VeBLL33vp/5SxQ+V79nqT8o0B+o95rMhXZvAJb87DZW+Axyigylltn5tteDxpzXbBtYNXDCKMTY7gK+EfN6Nqb6uIKzu+qcAj0kGsGAL10mkStO+uEU+u78Tzv+hQC1XZrjRo8shC0o+kI4ZAvf8JNlb8jWAQtrHigY9Cgc0kbNvOrPbelpIaJsW5qRfu+5h+jlq0iGhIu/hWc+BC9TGGBNwg0qd/5xWnZOd5ZlL1qSHFCiLq4bYfE56uGbmW7Tho6xv7gH3OP58Jr+ICma5cEL7KiOlOFOeBC2JSPNi1NSa22f7/4OD1A1fH6+AVckTmPeoDcXj7wziXAyKv+ZfADPXFt7tp0D82y+Qph08QD7beMIMfytgTd6K6n1MZNR6cuejwToVSB+4GmevUfiAU0yW62DmyPb00zTGK5raLoQYi6z60bgeLT6temlGbY3HVY4EGg6Vqq9oaENtEpaVFajKYSxXbrkKIWfVowpvauAipcP0JeqilNWeAJg7ZFnNNspYZHpuSoyVg5dJZ/jEDTA42qKClNGeBJg2bqSpu8HIcm/e04wj9GD5JatI7I3qmL0WIJQcB5ajBoUoYL24TpvvQQ8j6TbIKs3jD3CQqRysgPOE9UtwaCJmWkLdAwouhWfUVk/U9HzoMTWd5RXCy3WEpTi33ilJteRBpiRKI4QTX2ZXxe+c5BUxWBJoPK+bEfgGTQIgh0VBfLLd0pTYo4BkUdk7KHuLBpNYTOmxC4zXvlkgXUK8TlYvF07hI09RFzvQ21atE47YjqEdWDUFGaLRFdoLjmS1P35QecQPtZ3rofkMbskjRoRwkAHyXY07wjUSI5NEaLKi0C7pfc0OViucVSmpEVBFr0AjcY+HSarfz3aFTSquQpqPJu4DTGi5IbOl0stz7/EYuiXkOmrmR5i+rXQODjabYwzHIfifrWyz6EcRb8F0mXi+UW9VyXp6L51/QCVrfLvdT0b4LALeLsGGiecVs1kV8vme4tu6cxLpZbUcdrAk11Wy2wvHnDVYLAF8xU8azop0S+jgxMEPBGuVhuyaY0eXJAi3xpP0M0IeA2Xwc2dxXBx9/qmUOtYqnqdrHcGh6DkhUQBbSjBIDbfG3YbEKaJ0T6wUl9QRdZ4HG4WG6RnaC66iO7KhpoR0HANWqCN+HQ07qnZtB58Dt9KxqDgMflYrkVxyrNMKAd+QHXqHmu9bC5K0FeP4obOu8sAk6GTlwullu6V2mqgHbUAODzXBcsxk8V7Legz332zidgvfec//YaKiKLmIxA6lZpknyjFiLc8TJmVTNdFPeuNxwpRqAjqUHz/eo9j+KJ6Nck06RWvjW71A2b5qJ94/6L2xZh5oc30RGXG9RIEZz17zR/PSS1vn6/lQUGGNtUzdOp/PMvOp75CJMxTYZrqFpklaaMDrk31uFZ20VeRI2iTQOf4XqSpdehFlql6SeLt27PA5uFT7kL/I6ex7IXys0NXGdK02AVefujcf3oWtm24IZ5x5oZuM6UpsEaZvw88gua5Nkueh4R8M17m28M15XSNFhjogWa8INdK9t57jxv/MZcK+lZ8zasZmotOlKaBsti21ty5ycgaA4as+ZyIuAUYaPpRgOHzW/lOlKaBsvZ1tJ3H9PA2HcQcNKnZ9Cz4jXMvnEMlqnQW3i8lt6/VCrRwS6UEY3hJIpIvX8Snd07gCc/xOUkpsr6KUpK02ARj4zWjWrnT1bYa/yBu3Hl8Qdx8+FVWL52eXK7LfXvx1ST72/m1j7mYgnHaLeUviTAwqqV9qciEtEE+5pA6E9IKOWr2Y1o9eduv7G8La2y2PPOqn4rRMcHYbrYJi2DQRvPt6Uki6UpS2G6bC4rnd/1Ynt35Jn13gavLovNG6vo/L5XbF/sY+N6jnX3mfZXgnxFVjX5yM4H3CJ90okrAP8B0Dc80UGpSvgAAAAASUVORK5CYII=') 0 0 no-repeat;
	background-size: contain;
	transform: translate(4px, 2px);
}
.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;
  }
}
@font-face {
    font-family: 'Poppins';
    src: url(://info.learning.com/hubfs/Learning_March_2022/Fonts/Poppins-Regular.eot) format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Regular.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Regular.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url(://info.learning.com/hubfs/Learning_March_2022/Fonts/Poppins-Medium.eot) format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Medium.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Medium.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url(://info.learning.com/hubfs/Learning_March_2022/Fonts/Poppins-SemiBold.eot) format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-SemiBold.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-SemiBold.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.eot');
    src: url('Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Bold.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Bold.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
  
}

@font-face {
    font-family: 'modules';
    src: url(://info.learning.com/hubfs/Learning_March_2022/Fonts/modules.eot) format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/modules.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/modules.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/modules.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url(://info.learning.com/hubfs/Learning_March_2022/Fonts/FontAwesome5Brands-Regular.eot) format('embedded-opentype'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/FontAwesome5Brands-Regular.woff2) format('woff2'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/FontAwesome5Brands-Regular.woff) format('woff'),
        url(https://2336109.fs1.hubspotusercontent-na1.net/hubfs/2336109/raw_assets/public/Learning_March_2022/Fonts/FontAwesome5Brands-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body {
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  color: #666;
}



/* Paragraphs */

p {
  font-size: 16px;
  line-height: 2;
  color: #22668d;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  letter-spacing: 1px;
}

/* 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 */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.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%;
  outline:none;
}

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

ul.no-list.hs-error-msgs.inputs-list > li > label {
    color: #EF6B51;
}

a.hs-button.primary {
    margin: 15px 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper {
    min-height: 158px;
    -webkit-transition: min-height 0.4s ease-in-out;
    transition: min-height 0.4s ease-in-out;
  }
.lp-header {
  min-height: 118px;
}
.lp-top-header{
  min-height: 40px;
}
.top_header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  color: #457b9d;
  background-color: #ddebf5;
  line-height: 1em;
  -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  z-index: 100000;
}


.top__container {
  line-height: 1em;
  padding-top: 0.75em;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.secondary-menu {
  float: right;
}

.secondary-menu .hs-menu-wrapper ul{
  display: inline-block;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

.secondary-menu .hs-menu-wrapper ul li{
  display: inline-block;
  position: relative;
  text-align: right;
  margin-right: 15px;
  word-wrap: break-word;
}

.secondary-menu .hs-menu-wrapper ul li:last-child{
  margin-right: 0;
}


.secondary-menu .hs-menu-wrapper ul li a {
  padding-bottom: 0.75em;
  display: block;
  font-size: 16px;
  color: #457b9d;
  transition: background-color 0.4s, color 0.4s ease-in-out;
}

.secondary-menu .hs-menu-wrapper ul li a:hover{
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



/* Bottom  header */


header.header {
  position: fixed;
  line-height: 23px;
  font-weight: 500;
  top: 40px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  z-index: 99999;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;

}


.header__container{
  text-align: left;
  position: relative;
  z-index: 99;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.search_container {
  text-align: left;
  position: relative;
  z-index: -1;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  min-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.logo_container a {
  margin-left: 4px;
}
.logo_container>*>*{
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.logo_container img {
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: auto;
  max-width: 100%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}
.navigation{
  float: right;
}

.custom_menu_primary {
  transition: all 0.4s ease-in-out;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  float: left;
  font-weight: 600;
}

.custom_menu_primary .hs-menu-wrapper>ul {
  float: left;
  line-height: 0;
  overflow-wrap: break-word;
  opacity:1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);

}

.custom_menu_primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 1em;
}

.custom_menu_primary .hs-menu-wrapper>ul>li:last-child{
  padding:0;
}

.mobile-trigger {
  float: right;
  display: none;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>a {
  letter-spacing: 1px;
  font-size: 19px;
  padding-bottom: 33px;
  color: rgba(0,0,0,0.69);
  display: block;
  font-weight: 600;
  position: relative;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.custom_menu_primary .hs-menu-wrapper>ul>li>a:hover,
.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  opacity:.7;
}

.custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
  padding-right: 20px;
}
.custom_menu_primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  font-family: 'modules';
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul{
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #1ca4dd;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;

}

.custom_menu_primary .hs-menu-wrapper>ul>li:hover>ul{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  line-height: 2em;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(0,0,0,0.82);
  padding: 6px 20px;
  width: 200px;
  font-size: 19px;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  font-weight: 600;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
  cursor: pointer;
}

.search_outer input[type="search" i]::-webkit-search-cancel-button {
  display:none !important;
}

.search_outer input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display:none !important;
  opacity:0;
}

span.search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: modules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 rgba(0,0,0,0.69);
  direction: ltr;
  color: rgba(0,0,0,0.69);
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



.search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}



.search_outer form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 422.156px;
}


.search_outer .da11y-screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 1em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}


.search_outer input.search-field {
  letter-spacing: 1px;
  width: 90%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  padding: 1px 2px;
  font-size: 19px;
  outline: none;
  line-height: normal;
  color: rgba(0,0,0,0.69);
}


input.search-field::-webkit-input-placeholder {
  color: rgba(0,0,0,0.69);
  letter-spacing: 1px;
}

.close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.close_search_field:after {
  font-family: 'modules';
  content: '\4d';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,0,0,0.69);
}


.show-form .custom_menu_primary .hs-menu-wrapper>ul {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77,0,0.175,1)

}

.show-form .search_container {
  opacity: 1;
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
  animation: fadeInTop 1s 1 cubic-bezier(0.77,0,0.175,1);
  min-height: 118px;
}

.show-form span.search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.fixed-header .search_container{
  min-height: 68px;
}

.fixed-header .lp-header {
  min-height: 68px;
}

@media only screen and (min-width: 981px){
  .navigation {
    padding: 52px 0 0 0;
  }

  .custom_menu_primary .hs-menu-wrapper>ul>li>a{
    padding-bottom: 52px;
  }
  .fixed-header header.header{
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);

  }
  .fixed-header .navigation{
    padding: 27px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .fixed-header .header-wrapper {
    min-height: 108px;
  }
 

  .fixed-header .custom_menu_primary .hs-menu-wrapper>ul>li>a{
    padding-bottom: 27px;
  }
}



@media (max-width: 980px){
  .header-wrapper {
    min-height: 82px;
  }
  .lp-header {
    min-height: 82px;
  }

  .top_header {
    display: none;
    position: absolute;
  }
  .navigation {
    padding-top: 24px;
    display: block;
    transition: all 0.4s ease-in-out;
    padding-left: 270px;
  }
  .custom_menu_primary .hs-menu-wrapper>ul{
    display: none;
  }
  header.header {
    position: absolute;
    top: 0;
    -webkit-transition: none;
    transition: none;
  }
  .top_search {
    margin: 0 35px 0 0;
    float: left;
  }
  .logo_container img{
    max-width: 50%;
  }
  .mobile-trigger{
    display: block;
  }
  .mobile_menu_bar:before {
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: modules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 rgba(0,0,0,0.6);
    direction: ltr;
    color: rgba(0,0,0,0.6);
  }
  span.mobile_menu_bar {
    z-index: 99;
    padding-bottom: 20px;
    display: block;
    opacity:1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  span.search_icon:before{
    top:7px;
  }
  .search_container{
    min-height: 80px;
  }
  .search_outer form{
    width: 50%;
    max-width: 50%;
  }

  .mobile-navigation {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>a {
    padding: 10px 5%;
    display: block;
    font-size: 14px;
    transition: all .2s ease-in-out;
    color: rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a{
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul {
    display: block;
    padding-left: 10px;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li {
    padding-left: 5%;
    position: relative;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    color: rgba(0,0,0,0.6);
    padding: 10px 5%;
    display: block;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>a:hover,
  .mobile-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover,
  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }

  input.search-field::-webkit-input-placeholder{
    color: rgba(0,0,0,0.6);
  }
  .show-form span.mobile_menu_bar{
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
}




@media(max-width:653px){
  .search_outer input.search-field{
    right:0;
    font-size:15px;
  }
}






@keyframes fadeInBottom{
  0% {
    opacity: 0;
    transform: translatey(60%);
  }

  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeInTop{
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }

  100% {
    opacity: 1;
    transform: translatey(0);
  }
}


@keyframes fadeOutTop{
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}


@keyframes fadeOutBottom{
  0% {
    opacity: 1;
    transform: translatey(0);
  }

  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}
footer.footer {
  background-color: #22668d;
}


.footer__container {
  text-align: left;
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.footer-top {
  padding: 6% 0 0;
}



.footer-bottom {
  background-color: #b1b3b6;
  padding: 15px 0 5px;
}




.footer-info{
  color: #ffffff;
  font-size: 17px;
  padding-bottom: 10px;
  float: left;
  line-height: 32px;
}

.footer-info a{
  color: #ffffff;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.footer-info a:hover{
  opacity: .7;
  color: #ffffff;
}

.footer_logo,
.footer_menu{
  float: left;
  color: #fff;
}
.contact_us{
  float: left;
  color: #fff;
  line-height: 1.7em;
  font-size: 17px;
  font-weight: 500;
}


.footer_logo img {
  width: 300px !important;
  max-width: 100%;
  height: auto;
}

.footer_menu .hs-menu-wrapper > ul > li> a {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
  overflow-wrap: break-word;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 1px;
  line-height: 1.3em;
  display: block;
  padding-bottom: 10px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul {
  line-height: 1.7em;
  overflow-wrap: break-word;
  font-size: 17px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 17px;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 17px;
  color: #fff;
  transition: none;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  opacity:0.7;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li:before{
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 11.45px;
  border-color: #ffffff;
}

.contact_us h4 {
  font-size: 18px;
  margin: 0;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  padding-bottom: 10px;
}

.contact_us a {
  color: #fff;
}
.contact_us a:hover{
  color: #fff;
}


.scroll_top {
  text-align: center;
  background: rgba(0,0,0,0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  font-family: modules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}
.scroll_top.show {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll_top:before{
  content: '2';
}

@media (min-width: 981px){
  .footer_logo,
  .footer_menu{
    width: 29.667%;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }
  .contact_us{
    width: 29.667%;
    margin-bottom: 5.5%;
  }

  .footer_menu .hs-menu-wrapper > ul > li> a,
  .contact_us h4{
    font-size: 23px;

  }
  .lp-footer{
    margin-bottom: 11.2%;
  }
}


@media (max-width: 980px){
  .footer-top{
    padding: 8% 0;
  }
  .footer_logo {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer_menu {
    width: 46.25%;
  }
  .contact_us {
    width: 46.25%;
    margin: 0 7.5% 0 0;
  }
  .footer-info {
    float: none;
    text-align: center;
  }

}
@media (max-width: 767px){
  .footer-top{
    padding: 10% 0;
  }
  .footer_logo,
  .footer_menu{
    margin: 0 0 9.5% 0;
    width: 100%;
  }
  .contact_us{
    margin:0;
    width: 100%;
  }
}

@media (max-width: 479px){
  .footer-top{
    padding: 12% 0;
  }
  .footer_logo,
  .footer_menu,
  .contact_us{
    margin-bottom: 11.5%;
  }
}

@keyframes fadeInRight{
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes  fadeOutRight{
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* Menu and simple menu */

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