/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1080px) {
  
  .dnd-section > .row-fluid,.body-container-wrapper .content-wrapper,.body-container-wrapper .page-center{
    padding-left: 50px;
  padding-right: 50px;
  }
}
@media (max-width: 991px) {
  
  .dnd-section > .row-fluid,.body-container-wrapper .content-wrapper,.body-container-wrapper .page-center{
    padding-left: 30px;
  padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid,.body-container-wrapper .content-wrapper,.body-container-wrapper .page-center{
    padding-left: 15px;
  padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'Caveat';
  src: url("https://5263342.fs1.hubspotusercontent-na1.net/hubfs/5263342/raw_assets/public/SalesLogs_July2020/fonts/Wnz5HAc5bAfYB2Qz3RMNpS7R.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    }

@font-face {
  font-family: "Inter";
  src: url("https://5263342.fs1.hubspotusercontent-na1.net/hubfs/5263342/raw_assets/public/SalesLogs_July2020/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("https://5263342.fs1.hubspotusercontent-na1.net/hubfs/5263342/raw_assets/public/SalesLogs_July2020/fonts/Inter-SemiBold.woff") format("woff");
      font-style: normal;
      font-weight: 600;
      }


html {
  font-size: 24px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.text-center{ text-align: center }
.text-left{ text-align: left }
.text-right{ text-align: right }
.uppercase{ text-transform: uppercase }

/* Font Weight */
.Exbold, .Exbold h1, .Exbold h2, .Exbold h3, .Exbold h4, .Exbold h5, .Exbold h6  { font-weight:800; }
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form:not(#forQuizform) {
  width: 100%;
  padding: 30px;
  display: block;
  background-color: #fff;
  max-width: 767px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: 0px 6px 43px 0px rgba(33,150,243,0.4);
  margin-bottom:40px;
}

form fieldset{
  max-width: unset !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration:none !important;
  white-space:normal;
  border: 0;
  border-style: solid;
  line-height: 1.15;
  background: #2196f3;
  outline: 0;
  font-weight: 600;
  font-family: "Inter",sans-serif;
  color: #fff;
  letter-spacing: -0.2px;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 35px;
  text-align: center;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.hs-button:hover, .hs-button:focus {
  background: #2196f3;
  transform: scale(1.1);
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
ul.no-list.hs-error-msgs label {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #023182;
  font-family: 'Montserrat',sans-serif;
}
.hs-input,input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  background-color: #ebebeb;
  font-size: 15px;
  border-radius: 10px;
  font-family: "Inter",sans-serif;
  padding: 17px 12px;
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 1px inset;
  display: block;
  margin: 0;
  width: 100% !important;
  outline: 0;
  color: #afafaf;
  line-height: 1.15;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field,.hs-form-field,.hs-search-module input,input#hs-pwd-widget-password {
  margin-bottom: 15px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
main.body-container-wrapper {
    padding-top: 71px;
}
body {
  overflow-x: hidden;
}

header.header {
  background-color: transparent;
}

.Fixed .HeaderSection {
  background-color: #fff;
  position: fixed;
  animation: animates .5s;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(88,89,91,0.2);
}
header.header.HeaderSection.lp-header {
    padding: 11px 0 10px 0;
}
.HeaderSection {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.wrapper {
  width: 100%;
  float: none !important;
  display: block;
  margin: 0 auto !important;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.Logo_Site {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.Logo_Site a {
  display: block;
  width: 100%;
  height: 47px;
}

.NavigationRow {
  width: calc(100% - 250px);
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.w50 {
  width: 50%;
}

.NavigationColRight {
  text-align: right;
}

.noListStyle ul,
.listStyle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.NavigationRow ul.level-1 > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  padding: 12px 0px;
}

.NavigationRow ul li a {
  display: block;
  color: rgba(2,49,130,1.00);
  font-size: 15px;
  font-weight: 400;
  padding: 11px 20px;
  min-width: 110px;
  text-decoration: none;
}

.NavigationRow ul li.innerChildList > a {
  transition: none;
}

.NavigationCol li.btn {
  box-shadow: none;
}

.NavigationRow ul li.btn a {
  display: block;
  border: 0;
  margin: 0px;
  color: #fff;
  font-weight: 600;
  outline: 0;
  letter-spacing: -0.2px;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 15px;
  text-align: center;
  background: #ff0844;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;
}
.NavigationRow ul li.btn a:hover {
    background: #2196f3;
    transform: scale(1.1);
    color: #fff;
}
.NavigationRow ul li .SubMenuBox {
  border-top: 1px solid #93a5cf;
  width: 100%;
  top: 100%;
  position: absolute;
  padding: 30px 15px;
  left: 0px;
}

li.no-submenu.menu-item.SubMenuBoxLeft.navigation__dropdown__item {}.SubMenuBoxLeft {
  width: 223px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

.SubMenuBoxRight {
  width: calc(100% - 223px);
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding-left: 20px;
}

.SubMenuBoxRight {
  position: relative;
}

.NavigationRow ul .level-2 > li > div > a {
  margin: 0;
  padding: 0;
  color: #023182;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  cursor: text;
}

.SubMenuBoxRight:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 242px;
  left: 0;
  background: #023182;
  top: 0;
}

.SubMenuBoxRight.V2:before {
  left: auto;
  right: 0;
}

.SubMenuBoxRight.V3:before {
  display: none
}

.SubMenuBoxRight.V2 {
  width: 50%;
  padding-left: 0px;
  padding-right: 20px;
}

.SubMenuBoxRight.V3 {
  width: 50%;
  padding-left: 20px;
}

.pt10, .p10-0 {
  padding-top: 10px;
}

ul.submenu.level-3 li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  padding: 12px 0px;
}

.SubMenuBoxLeft ul.submenu.level-3 li {
  display: block;
  padding: 6px 0;
}

.SubMenuBox ul.level-3 > li > a {
  display: block;
  width: 207px;
  max-width: 100%;
  border-radius: 15px;
  padding: 11px 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.SubMenuBoxLeft ul.level-3 li:nth-child(1) a {
  margin-top: 6px;
}

.SubMenuBoxLeft ul.level-3 > li > a:before {
  display: block;
  content: '';
  background: rgba(147,165,207,0.2);
  width: 207px;
  border-radius: 15px;
  Height: 42px;
  position: absolute;
  margin: -12px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.SubMenuBox ul.level-3 > li > a svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.SubMenuBoxRight ul.level-3 > li > a svg {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.SubMenuBoxLeft ul.level-3 > li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  padding-left: 15px;
}

.SubMenuBoxLeft ul.level-3 > li > a:hover:before {
  content: '';
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.SubMenuBoxRight ul.level-3 {
  margin: 0px -14px;
  padding-top: 8px;
}

.SubMenuBoxRight ul.level-3 > li {
  width: 25%;
  padding: 12px 15px;
  animation: fadeIn 500ms ease-in both;
}

.SubMenuBoxRight ul.level-3 > li > a {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  padding: 11px 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.SubMenuBoxRight.V3 ul.level-3 > li {
  width: 33.33%;
  padding: 12px 15px;
}

.SubMenuBoxRight ul.level-3 > li > a {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  padding: 11px 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.SubMenuBoxRight.V3 ul.level-3 > li > a {
  background: transparent;
  padding: 0;
}

.SubMenuImgBox {
  display: block;
  width: 182px;
  height: 147px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
}

.SubMenuBoxRight ul.level-3 > li > a span {
  display: block;
  vertical-align: middle;
  padding-top: 10px;
}

.SubMenuBoxRight.V3 ul.level-3 > li > a span {
  display: block;
  vertical-align: middle;
  padding-top: 10px;
  line-height: 1.5;
}

.SubMenuBoxRight ul li a:before,.invert_transitions .innerChildList1 .SubMenuBoxRight ul.level-3>li.curious-to-know-more a:before {
  display: block;
  content: '';
  background: rgba(147,165,207,0.2);
  width: 90%;
  border-radius: 15px;
  Height: 82px;
  position: absolute;
  margin: -10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.SubMenuBoxRight ul li a:hover:before {
  content: '';
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

span.font11 {
  font-size: 11px;
  font-weight: 400;
}

.SubMenuBoxRight ul.level-3 > li.curious-to-know-more > a {
  display: block;
  width: 100%;
  max-width: 100%;
/*   background: rgba(147,165,207,0.2); */
  border-radius: 15px;
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.SubMenuBoxRight ul.level-3 > li.curious-to-know-more > a:before {
  display: none;
}

.SubMenuBoxRight ul.level-3 > li.curious-to-know-more > a span.font11 {
  min-width: 110px;line-height: 1;margin-top: 13px;font-weight: 600;
  font-family: "Inter",sans-serif;color: #fff;letter-spacing: -0.2px;
  font-size: 14px;border-radius: 30px;padding: 5px 15px;text-align: center;
  background: #30a443;transition: all .3s ease;display: inline-block;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;
  max-width: 120px;height: 26px;width: 100%;
}

.SubMenuBoxRight ul.level-3 > li.curious-to-know-more > a span {
  padding: 0;
}

.SubMenuBoxRight.V2 ul.level-3 > li {
  width: 50%;
  padding: 12px 15px;
}

.SubMenuBoxRight ul li span.btn a:before,
.SubMenuBoxRight.V3 div ul li a:before {
  background: 0;
  content: '';
}

.child-Expand {
  display: none;
}
li.has-submenu.menu-item.benefits-by-role.SubMenuBoxRight.V3 ul > li > a:before {
    display: none;
    content: none;
}









@media (max-width: 1230px) {
  .NavigationRow ul.level-1 > li > a {
    min-width: 1px;
  }
  .NavigationRow ul li a {
    padding: 9px 12px;
  }
  .SubMenuBoxRight ul.level-3>li>a {
    padding: 9px 12px;
  }
  .SubMenuBoxRight.V2:before {
    display: none;
  }
  .SubMenuImgBox {
    width: 100%;
    height: 140px;
  }
}

@media (max-width: 1080px) {
  .SubMenuBoxRight.V2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .SubMenuBoxRight.V3 {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .HeaderSection {
    padding: 12px 0px;
  }

  .wrapper {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  a.expandMenu {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }

  a.expandMenu i {
    position: relative;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    width: 25px;
    left: 0;
    height: 2px;
    opacity: 1;
    display: block;
    background: #003182;
    margin: 5px 0;
  }

  .NavigationRow {
    max-height: 400px;
    overflow-y: auto !important;
    padding: 15px 0;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 5px 7px rgba(88,89,91,0.2);
  }

  .NavigationCol {
    width: 100%;
    text-align: left;
  }

  .HeaderSection.Bgwhite {
    box-shadow: 0px 2px 6px rgba(88,89,91,0.2);
    background-color: #fff;
    /*     animation: animatesout .5s; */
  }
header.header.HeaderSection.lp-header {
    padding: 12px 0 12px 0;
}
  a.expandMenu.open i:first-child {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 10px;
    position: relative;
  }

  a.expandMenu.open i:nth-child(2) {
    position: relative;
    left: -46px;
    opacity: 0;
  }

  a.expandMenu.open i:last-child {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -4px;
    position: relative;
  }

  .NavigationCol ul.level-1>li {
    padding: 0;
  }

  .NavigationRow ul.level-1>li {
    display: block;
    position: relative;
  }

  ul.List_Row>li {
    border-bottom: 1px solid #2196f3;
  }

  .NavigationRow ul li.btn {
    padding: 10px;
  }

  ul.List_Row>li.btn {
    border-bottom: 0;
  }

  .NavigationRow ul li.btn a {
    display: inline-block;
  }

  .NavigationRow ul li .SubMenuBox {
    top: auto;
    position: relative;
    box-shadow: 0px 4px 6px rgba(88,89,91,0.2);
  }

  .NavigationRow ul li .SubMenuBox {
    display: none;
  }

  .NavigationRow ul.level-1 > li > .child-Expand {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    text-align: center;
    height: 24px;
    margin: 0;
    padding: 15px 20px 25px;
    cursor: pointer;
    z-index: 999;
  }

  .child-Expand i {
    position: relative;
    width: 15px;
    left: 0;
    height: 1px;
    opacity: 1;
    display: block;
    background: #023182;
    margin: 6px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
  }

  .child-Expand i {
    left: inherit;
    right: 0;
    margin: 6px 0 6px auto;
    width: 19px;
  }

  .child-Expand i+i {
    position: relative;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: -7px;
  }

  .NavigationRow ul li.Bold a {
    font-weight: 700;
  }

  .SubMenuBox ul.level-3 > li > a {
    padding: 9px 12px;
  }

  .child-Expand.open i+i {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }

  .SubMenuBoxRight ul.level-3>li {
    position: relative;
    display: inline-block;
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .SubMenuBoxRight ul.level-3 > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .SubMenuBoxRight ul.level-3 > li {
    width: 100%;
  }
  .SubMenuImgBox {
    width: 100%;
    height: 142px;
  }
  .HeaderSection .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 640px) {
  .SubMenuBoxLeft {
    width: 100%;
  }

  .SubMenuBoxRight {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }

  .SubMenuBox ul.level-3>li>a {
    width: 100%;
    max-width: 100%;
  }

  .SubMenuBoxRight:before {
    display: none;
  }

  .SubMenuBoxRight.V3 ul.level-3>li {
    width: 50%;
  }

  .SubMenuBoxLeft ul.level-3>li>a {
    position: relative;
  }

  .SubMenuBoxLeft ul.level-3>li>a:before {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .SubMenuBoxRight.V2 ul.level-3>li {
    width: 100%;
    padding: 12px 15px;
  }

  .SubMenuBoxRight.V3 ul.level-3>li {
    width: 100%;
  }
}





@media (min-width: 768px) {
  .ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
  }
}

@media (min-width: 1081px) {
  .HeaderSection > span.stripBg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
    will-change: transform;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);
    visibility: hidden;
  }
  .HeaderSection > span.stripBg {
    transform: translateY(0px);
  }
  .HeaderSection > div {
    position: relative;
    z-index: 2;
  }
  .NavigationRow ul li .SubMenuBox {
    pointer-events: none;
  }
  .HeaderSection .innerChildList .SubMenuBox {
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);
  }
  .SubMenuBoxInner>li {
    opacity: 0;
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
    transform: translateY(-15px);
  }
  .SubMenuBoxInner>li:first-child {
    transition-delay: 180ms;
  }
  .SubMenuBoxInner>li:last-child {
    transition-delay: 230ms;
  }
  .invert_transitions .SubMenuBoxLeft {
    transform: translate(0) !important;
    opacity: 1 !important;
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
  }
  .invert_transitions .SubMenuBoxRight {
    transform: translate(0) !important;
    opacity: 1 !important;
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
  }
  .innerChildList.activeList .SubMenuBoxInner>li {
    opacity: 1;
    transform: translateY(0);
  }
  .SubMenuBox ul.level-3 > li > a,
  .SubMenuBoxRight ul.level-3 > li > a,
  .SubMenuBoxRight.V3 ul.level-3 > li > a {
    font-weight: 700;
  }



  .HeaderSection.active {
    background: #fff;
  }
  .HeaderSection.active>span.stripBg {
    transform: translateY(305px);
    background: #fff;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);
  }

  .HeaderSection.active>span.stripBg {
    box-shadow: 0px 300px 250px -2px rgba(36,50,66,.35);
    margin-top: -305px;
    visibility: visible;
  }
  .HeaderSection .innerChildList.activeList .SubMenuBox {
    opacity: 1;
    visibility: visible;
    will-change: transform;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96);
  }
  .HeaderSection.invert_transitions .NavigationRow ul li.activeList > a,
  .SubMenuBoxRight ul.level-3 > li.curious-to-know-more > a span.font11 {
    font-weight: 700;
  }
  .innerChildList.activeList .SubMenuBox {
    pointer-events: auto;
  }
  .invert_transitions li.SubMenuBoxLeft > div > a, 
  .invert_transitions .SubMenuBoxLeft li, 
  .invert_transitions li.SubMenuBoxRight > div > a, 
  .invert_transitions .SubMenuBoxRight ul.level-3 > li, 
  .invert_transitions .SubMenuBoxRight:before {
    transform: translatex(20px);
    opacity: 0;
    animation: none !important;
    transition: transform 120ms cubic-bezier(1,0.01,1,0.99) 0s,opacity 120ms cubic-bezier(1,0.01,1,0.99) 0s;
  }
  .invert_transitions .activeList li.SubMenuBoxLeft > div > a, 
  .invert_transitions .activeList .SubMenuBoxLeft li, 
  .invert_transitions .activeList li.SubMenuBoxRight > div > a, 
  .invert_transitions .activeList .SubMenuBoxRight ul.level-3 > li, 
  .invert_transitions .activeList .SubMenuBoxRight:before {
    transform: translatex(0);
    opacity: 1;
    transition-delay: 100ms;
    transition: opacity .45s cubic-bezier(0,0,.16,.96),transform .4s cubic-bezier(0,0,.16,.96);
  }
  .invert_transitions .SubMenuBoxRight.V2:before,
  .invert_transitions .SubMenuBoxRight.V3 h6,
  .invert_transitions .SubMenuBoxRight.V3 li:nth-child(3n+1) {
    transition-delay: 150ms;
  }
  .invert_transitions .innerChildList1 .SubMenuBoxRight ul.level-3 > li:nth-child(4n+2) {
    transition-delay: 200ms;
  }
  .invert_transitions .innerChildList1 .SubMenuBoxRight ul.level-3 > li:nth-child(4n+3) {
    transition-delay: 250ms;
  }
  .invert_transitions .innerChildList1 .SubMenuBoxRight ul.level-3 > li:nth-child(4n) {
    transition-delay: 300ms;
  }
}

 .NavigationRow ul.level-1>li + li {
    position: relative;
    left: 2px;
}
.NavigationRow ul.level-1>li + li + li {
    position: relative;
    left:3px;
}
.NavigationRow ul.level-1>li + li + li + li {
    position: relative;
    left:4px;
}
.NavigationColRight li + li {
    position: relative;
    left: 1px !important;
}
.NavigationColRight li+li+li {
    left: 2px !important;
}










@keyframes animates {
  from {
    opacity: 0;
    transition: opacity .3s ease-in-out
  }

  to {
    opacity: 1;
    transition: opacity .3s ease-in-out
  }
}

@keyframes animatesout {
  from {
    opacity: 1;
    transition: opacity 3s ease-in-out
  }

  to {
    opacity: 0;
    transition: opacity 3s ease-in-out
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0,-15%,0);
    will-change: transform;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96)
  }

  to {
    opacity: 1;
    transform: translate3d(0,0,0);
    will-change: transform;
    transition: transform .35s cubic-bezier(0,0,.16,.96),opacity .35s cubic-bezier(0,0,.16,.96)
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
	width: 100%;
	
}
.clear-fix::after, .clear-fix::before {
	content: '';
	display: table;
	clear: both;
}
.footer-content.pt40.pb20 {
	
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer .wrapper {
	width: 100%;
	float: none !important;
	display: block;
	margin: 0 auto !important;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer .fopoterinner{
  font-size:20px;
  line-height:30px;
}

.footer .ib.vt {
	vertical-align: top !important;
}
.footer .ib {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.w33 {
	width: 33.33%;
}
.footer .wrapper img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
.footer .w66 {
	width: 66.66%;
}
.text-right {
	text-align: right;
}
.footer .rightFollowUs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .rightFollowUs ul li {
	display: inline-block;
	padding: 0 0 0 40px;
	vertical-align: middle;
	list-style: none;
}
.rightFollowUs ul li.followTitle span {
    font-size: 30px;
    font-family: 'Caveat',cursive;
    color: #fff;
    font-weight: 700;
}
.footer a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
}
.footer .rightFollowUs ul li a svg {
	height: 36px;
	width: 36px;
  fill: #fff;
}
.footer .pt40 {
	padding-top: 40px;
}
.footer .pb30 {
	padding-bottom: 36px;
}
.footer .firstColumnv1 {
	width: 17%;
}
.footer .bold {
	font-weight: 700;
}
.footer .fontWhite {
	color: #fff;
}
.footer h5 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin: 0;
}
.footer .columnFirst {
	padding-top: 5px;
}
.footer .columnFirst ul {
	margin-bottom: 0;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .columnFirst ul li {
	display: block;
	line-height: 0;
	float: none;
	list-style-type: none;
	list-style: none;
}
.footer .columnFirst ul li a {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 21px;
	padding: 6px 0;
	font-weight: 500;
	color: #fff;
	max-width: 100%;
	white-space: normal;
	text-decoration: none;
  font-family:Montserrat, sans-serif;
}
.footer .FiveColumn.pt40.pb30{
  line-height: 22.5px;
    font-size: 15px;
  
}

.footer .firstColumnv2 {
	width: 23%;
  
}
.w20 {
	width: 20%;
}
.text-right {
	text-align: right;
}
.footer .pb10 {
	padding-bottom: 10px;
}
.footer .rightSideCta {
	padding-left: 25px;
	text-align: center;
}
.footer .btnfooter a {
	border: 0;
	color: #fff;
	font-weight: 600;
	outline: 0;
	resize: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	letter-spacing: -0.2px;
	font-size: 14px;
	border-radius: 30px;
	padding: 8px;
	text-align: center;
	background: #77a7fb;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
	transform: none;
	width: 130px;
	display: inline-block;
  font-family:Montserrat, sans-serif;
  font-weight:600;
}
.footer .btnfooter a:hover{
  transform: scale(1.1);
  background: #07f;
  color: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;
}
.footer .fontWhite {
	color: fff;
}
.footer .FooterCta.btnfooter.btnfooterV2 a {
	background: #30a443;
}
.footer .ctaTitle {
	padding: 15px 0 10px;
}
.footer .FooterCta.btnfooter.btnfooterV3 a {
	background: #ff0844;
}
.footer .copyRight.text-center {
	border-top: 1px solid #93a5cf;
	text-align: center;
}
.footer .pt20 {
	padding-top: 20px;
}
.footer .innerCopyRight.fontWhite p {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
  line-height: 18px;
  font-family: Montserrat, sans-serif;
}
.footer span.fontWhite{
  line-height: 22.5px;
    font-size: 15px;
}
.footer .FooterCta.btnfooter.text-center{
  font-size:15px;
  line-height:21px;
}
.FooterCta.btnfooter a:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 16px;
}
.footer .FooterCta.btnfooter.btnfooterV2 a:hover{
  background: #07f;
}
.footer .FooterCta.btnfooter.btnfooterV3 a:hover {
    background: #07f;
}
.footer .FiveColumn.pt40.pb30 {
    line-height: 22.5px;
    font-size: 15px;
}
.footer.lp-foooter .copyRight.text-center {
    border-top: none;
}











@media (max-width: 1230px){
  .footer .wrapper {
    max-width: 1000px;
}
  .wrapper {
    max-width: 1000px;
}
  .footer .footerFiveColumn .w20 {
    width: 25%;
    padding-bottom: 20px;
}
}



@media(max-width:1080px){
  .footer .rightSideCta {
    padding-left:0px;
  }
  .wrapper {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
  .footer .wrapper {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
}










@media(max-width:991px){
  .footer-content.pt40.pb20 {
    padding-top: 25px;
}
  .footer .footerFiveColumn .w20{
    padding-bottom: 20px;
    width: 100%;
  }
  .footer .rightFollowUs ul li {
    padding: 0px 0 0 20px;
}
  .footer .rightFollowUs ul li.followTitle span {
    font-size: 25px;
}
  .footer .pt40 {
    padding-top: 25px;
}
  .footer .wrapper {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
  .wrapper {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
  
  .footer .footerFiveColumn .w20 {
    width: 33.33%;
    padding-bottom: 20px;
}
  
}







@media(max-width:767px) {
 .footer .wrapper {
  max-width:100%;
  padding-left:15px;
  padding-right:15px
 }
  .footer h5{
    text-align: center;
  }
  .footer .w66 {
    width: 100%;
}
 .footer .rightFollowUs {
    text-align: center;
}
 
 .mpt0,
 .mp0 {
  padding-top:0 !important
 }
 .mpb0,
 .mp0 {
  padding-bottom:0 !important
 }
 .mobile-center {
  text-align:center
 }
 .footer .mobile-center.text-right {
  text-align:center
 }
 .footer .rightFollowUs ul li.followTitle span {
    font-size: 20px;
}
  
 .mw100 {
  width:100%
 }
 .ibOn {
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px
 }
 a.expandMenu {
  right:15px
 }
 .SubMenuBoxRight ul li {
  width:100%
 }
 
 .TeamColInner {
  max-width:300px;
  padding-bottom:20px
 }
 .TeamCol {
  padding:0
 }
 .footer .rightFollowUs {
  text-align:center
 }
 .footer .footerLogo {
  text-align:center;
  padding-bottom:20px
 }
 .footer .footerFiveColumn .w20 {
  width:100%
 }
 .rightFollowUs ul li.followTitle span {
  font-size:20px
 }
 
 
 .MultilevelCol {
  padding:0
 }
 
 .SupportRightImg {
  margin-top:20px
 }
 .BxsImg {
  border-radius:5px
 }
 .MultilevelColMaxw.V2 {
  max-width:450px;
  width:100%;
  margin:0;
  text-align:left
 }
}



@media(max-width:480px){
  .footer .rightFollowUs ul li {
    padding: 0 4px 0 4px;
}
 .footer .rightFollowUs ul li a svg {
    height: 20px;
    width: 20px;
   font-weight: 400;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination a{
  vertical-align:middle;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.post-item h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.comment-date {
  display: block !important;
}
.blog-recent-posts__list {
  flex-wrap: wrap;
}
@media(max-width: 767px){
  .post-item .page-center {
    display: block;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.blog-header__inner h4.blog-header__subtitle {
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#email-prefs-form .email-edit.hs-input {
  padding: 17px 12px !important;
}
/* Megnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}