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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}

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

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/CIP_January2021/fonts/fa-brands-400.eot);
    src: url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/CIP_January2021/fonts/fa-brands-400.eot) format("embedded-opentype"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-brands-400.woff2) format("woff2"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-brands-400.woff) format("woff"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-brands-400.ttf) format("truetype");
}



.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/CIP_January2021/fonts/fa-solid-900.eot);
    src: url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/CIP_January2021/fonts/fa-solid-900.eot) format("embedded-opentype"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-solid-900.woff2) format("woff2"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-solid-900.woff) format("woff"),
      url(https://514277.fs1.hubspotusercontent-na1.net/hubfs/514277/raw_assets/public/CIP_January2021/fonts/fa-solid-900.ttf) format("truetype");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  margin: 0;
  line-height: 1.5;
  background-color: #fff;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

img {
    max-width: 100%;
    height: auto;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
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.23404255319;
}

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
@media only screen and (min-width: 1560px){
  html {
    font-size: 17px;
  }
}

@media (max-width:1024px) {
  body {
    font-size: 1.125rem !important;
    line-height: 1.625em;
  }
}

@media (max-width:767px) {
  body {
    font-size: 1.125rem !important;
    line-height: 1.625em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
      border-style: solid;
  
  text-decoration: none;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
a.hs-button.primary{
      margin-top: 15px;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

.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 {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  border-bottom:1px solid rgba(215, 215, 217, 0.33);
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: fixed;
    width: 100%;
    z-index: 2;
  top:0;
}

.landing-logo a{
  margin:13px 0;
}

.fix header.header {
   position: fixed;
    width: 100%;
    background: rgba(10,34,64,0.81);
    z-index: 2;
}
.header__container {
  max-width: unset !important;
      width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  margin:0 auto;
}

.header-logo {
  max-width: 15%;
      width: 100%;
      position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      align-items: center;
    justify-content: center;
}

.header-logo a{
  display:inline-block;
}

.header-logo a img{
  max-width:100px;
      vertical-align: middle;
    display: inline-block;
}

.custom-menu-primary {
  max-width:58%;
      width: 100%;
      position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-menu-primary>div{
      width: 100%;
}

.custom-menu-primary ul{
      list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
      position: relative;
    z-index: 2;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  vertical-align: baseline;
}

.custom-menu-primary ul li{
      display: block;
  line-height: normal;
       position: relative;
      -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
      margin-right: 1px;
}

.custom-menu-primary ul li:last-child{
      margin-right: 0;
}

.custom-menu-primary ul li a{
      position: relative;
   padding:30px 18px;
         font-family: "Open Sans", Sans-serif;
    font-size: 0.925rem;
  line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
      white-space: nowrap;
      -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom-menu-primary ul ul,
.last-nav ul ul{
  visibility:hidden;
  opacity:0;
      font-size: 13px;
      position: absolute;
  top: auto;
    left: 0px;
      box-shadow: 3px 7px 9px 0px rgba(0, 0, 0, 0.15);
}

.custom-menu-primary ul ul li,
.last-nav ul ul li {
    display: block;
  border:none;
      margin: 0;
}

.custom-menu-primary ul ul li a,
.last-nav ul ul li a{
   font-family: "Open Sans", Sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  padding:17px 25px;
  white-space: nowrap;
      text-shadow: none;
    border-left: 8px solid transparent;
  justify-content: unset;
}

.custom-menu-primary ul li.has-submenu:hover>ul,
.last-nav ul li:hover>ul{
  visibility:visible;
  opacity:1;
}

.last-nav {
  max-width: 7%;
      width: 100%;
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.last-nav>div {
 width:100%; 
}

.last-nav ul{
      border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: rgba(215, 215, 217, 0.4);
      width: 100%;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
      position: relative;
    z-index: 2;
}

.last-nav ul li{
 position: relative;
      -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  border:none;
}

.last-nav ul li a{
     padding: 30px 18px;
      font-family: "Open Sans", Sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  white-space: nowrap;
      -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  line-height: 20px;
  position: relative;
}

.last-nav ul ul{
  min-width:10em;
  width:auto;
}

.last-nav ul ul li a{
 justify-content: unset;
}

.last-tab{
      max-width: 19.934%;
      width: 100%;
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  align-content: center;
    align-items: center;
}

.last-tab>div{
  width:100%;
}

.last-tab h5{
  padding: 0em 0em 0em 1.25em;
      font-size: 0.75rem;
  line-height:1;
  font-weight:400;
  text-transform: uppercase;
}

.last-tab h6{
  padding: 0em 0em 0em 1em;
      font-size: 0.75rem;
  line-height:1;
      font-weight: 400;
    text-transform: uppercase;
}
.last-tab h5,
.last-tab h6{
      position: relative;
    top: 6px;
    left: 10px;
  
}

.last-tab h6{
    top: 9px;
  left: 8px;
}

.last-tab a{
  text-decoration:none;
}

.elementor-element, .mobile-section{
  display:none;
}


@media (max-width:1029px) and (min-width:769px) {
  
  .landing-logo a {
    margin: 10px 0;
}
  
  .header-logo a img{
    max-width: 75px;
    Width:100% !important;
  }
  
  .custom-menu-primary ul li a{
    padding: 20px 5px;
        font-size: 0.875rem;
  }
  
  .last-nav {
    max-width:6%;
    
  }
  
  .last-nav ul li a{
    padding: 20px 5px;
        font-size: 0.875rem;
  }
  
  .last-tab{
    max-width:21%;
  }
  
  .last-tab h5,
.last-tab h6{
      position: relative;
    top: 6px;
    left: 1px;
  
}

.last-tab h6{
      top: 6px;
    left: 4px;
}
  
}

@media (max-width:768px) {
  .last-tab, .last-nav, .custom-menu-primary {
    display:none;
  }
  
  .header__container {
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-logo {
    max-width: 100%;
    justify-content: unset;
  }
  
  .header-logo a{
    margin: 15px 15px 5px 15px;
  }
  
  .elementor-element{
    max-width: 100%;
    position: relative;
    display:block;
        top: -4px;
  }
  
  .elementor-container{
    margin: 5px 15px 0px 5px;
    padding: 5px 5px 5px 5px;
  }
  
  .elementor-icon-wrapper {
        text-align: right;
  }
  
  .navbar-toggle{
        background-color: #FFFFFF00;
    color: #FFFFFF;
    font-size: 30px;
    padding: 0px;
    fill: #fff;
        line-height: 1;
    display:block;
  }
  
  .navbar-toggle svg{
    fill: #FFFFFF;
        width: 1em;
    height: 1em;
    position: relative;
    display: block;
  }
  
  .mobile-section {
        position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    flex-direction: column;
    background-color: #fff;
}
  
  .open .mobile-section {
    display:flex;
    align-items:center;
  }
  
  .mobile-wrap{
        width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
  }
  
  .mobile-scroll{
        width: 100vw;
        height: 100vh;
       max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
        font-size: 12px;
    line-height: 1.5;
  }
  
  .mobile-contain {
        position: relative;
    padding: 0.5em 1em 14em 0.25em;
    display: flex;
    align-items: center;
        flex-direction: column;
}
  
  .mobile-top {
        display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .close-element {
    max-width: 100%;
        position: relative;
    top: -9px;
  }
  
  .close-widget-container {
       padding: 1em 0.625em 0em 0em;
  }
  
  .close-icon-wrapper {
    text-align: center;
}
  
  .close-icon {
    font-size: 32px;
        line-height: 1;
    display:block;
  }
  
  .close-icon svg{
        width: 1em;
    height: 1em;
    position: relative;
    display: block;
  }
  
  
  .mobile-menu{
        padding: 4em 0em;
        width: 100%;
  }
  
  .mobile-menu ul{
    margin:6px 0 0;
    padding:0;
      list-style:none;
        font-size: 13px;
        display: block;
    position: relative;
    z-index: 2;
  }
  
  .mobile-menu ul li{
        position: relative;
    width:100%;
  }
  
  .mobile-menu ul li a{
         font-size: 2rem;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding:16px 14px;
    line-height: 20px;
    position: relative;
    display:block;
    color:#14223F;
  }
  
  .mobile-menu ul li a:hover{
    color:#2D5A95;
  }
  
  .mobile-menu ul ul {
    display:none;
    margin:0;
  }
  
  .mobile-menu ul ul li:last-child{
        margin: 0 0 1em 0;
  }
  
  .mobile-menu ul ul li a{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.25rem;
        border-left: 8px solid transparent;
    position: relative;
    color: #2D5A95;
  }
  
  
  
  .child-trigger{
display: block !important; /* Hide button on Desktop */
cursor: pointer; /* Mouse pointer type on hover */
position: absolute;
top: 0px;
right: 0px;
width: 55px !important; /* Button width */
height: 52px !important;
padding: 0 !important;
}
.child-trigger:hover{
text-decoration: none;
}
.child-trigger i{
position: relative;
top: 50%; /* Centers icon inside button */
margin: 0 auto !important;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.child-trigger i:after{
position: absolute;
content: '';
}
.child-trigger i, .child-trigger i:after{
width: 10px; /* Icon line width */
height: 1px; /* Icon line height */
background-color: #000; /* Icon color */
display: block;
}
.child-trigger i:after{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
  
  
  .mobile-bottom {
    width:100%;
  }
  
  .mobile-bottom .mobile-btn{
        margin: 0px 0px 0px 16px;
    padding: 1em 0em 0.5em 0em;
  }
  
  .mobile-bottom .mobile-btn a{
    padding: 0.5em 1em;
        background-color: #FFFFFF00;
    font-size: 1.25rem;
    border:1px solid #14223F;
        font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
        display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color:#14223F;
  }
  
  .mobile-bottom .mobile-btn a:hover{
        background-color: #FFFFFF00;
    color:#831D70;
    border:1px solid #831D70;
  }

  
  
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-top {
  padding: 1.5em 1em 2em;
}

.footer__container {
  margin: 0 auto;
}

.footer-top .row {
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-top .row .location{
  width: 100%;
  max-width: 24%;
}

.footer-top .row .location>div{
  padding: 0.75em 1em 0.5em 0.5em;
}




.footer-top .row .programs{
  width: 100%;
  max-width: 25.34%;
}

.footer-top .row .programs>div{
  padding: 0.75em 1em 0.5em 0.5em;
}

.footer-top h4{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
  margin:0;
      padding: 0px 0 0 0.105em;
}

.footer-top ul{
       list-style: none;
    margin: 0 0 0 -10px;
      padding: 0.75em 0em 0em;
}

.footer-top ul li{
      margin-top: calc(25px/2);
      padding-bottom: calc(25px/2);
      font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
  text-align: left;
  position:relative;
}

.footer-top ul li:first-child{
      margin-top: 0;
}

.footer-top ul li:last-child{
    padding-bottom: 0;
}

.footer-top ul li::after{
      content: "";
    width: 100%;
    border-color: #DADADA;
      border-top-style: dotted;
    border-top-width: 2px;
         position: absolute;
    bottom: 0;
      left: 0;
}

.footer-top ul li:last-child::after{
    display:none;
}

.footer-top ul li a{
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
      display: flex;
      -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  padding-left: 13px;
}

.footer-top .row .elementor-column-wrap {
  width: 100%;
  max-width: 49.992%;
      border-radius: 2px 2px 2px 2px;
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0.75em 1em 0.5em 1em;
}

.footer-top .row .elementor-column-wrap p{
     padding: 0.5em 0em 0em; 
  font-size: 1rem;
    line-height: 1.625em;
      font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.elementor-column-wrap .elementor_inner .col.col-one{
  width: 49.634%;
      position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor_inner .col.col-one p{
  padding:0;
}

.elementor-column-wrap .elementor_inner .col.col-two{
  width: 50.048%;
      position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-direction:column;
}

.elementor_inner .col.col-two .box-btn{
  display:block;
  text-align: center;
      padding-top: 2px;
}

.elementor_inner .col.col-two .box-btn>a{
      padding: 10px 20px;
  width:auto;
      display: inline-block;
      text-align: center;
      border-radius: 4px;
      font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
      font-size: 0.875rem;
    line-height: 1em;
      -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.elementor_inner .col.col-two>.elementor-divider{
      text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.elementor_inner .col.col-two>.elementor-divider>span{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      direction: ltr;
      -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        width: 30%;
    margin: 0 auto;
  text-align: center;
}

.elementor_inner .col.col-two>.elementor-divider>span::before,
.elementor_inner .col.col-two>.elementor-divider>span::after{
       display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #2c2c2c;
}

.elementor_inner .col.col-two>.elementor-divider>span>span{
      font-size: 15px;
    line-height: 1;
    max-width: 95%;
      -ms-flex-negative: 0;
    flex-shrink: 0;
  margin:0 10px;
}

.elementor_inner .col.col-two .button-content-wrapper {
  width: 100%;
      position: relative;
      text-align: center;
}

.elementor_inner .col.col-two .button-content-wrapper a{
  font-family: "Open Sans", Sans-serif;
    font-size: 1.375rem;
      font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  line-height: 1;
      margin: 0em 0em 0em -0.5em;
    position: relative;
    top: 1px;
    left: .5px;
}


.footer_middle {
  text-align:center;
}

.footer_middle .row{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
      justify-content: center;
      position: relative;
    width: 100%;
}

.footer_middle .footer-image{
  margin: 0em 0em 1em;
  width:100%;
}

.footer_middle .footer-image>div .hs_cos_wrapper_type_rich_text{
      display: flex;
    justify-content: center;
}

.footer_middle .footer-image img{
  max-width:285px;
}

.footer_middle .social-icon{
      padding: 0.125em;
  margin-top: 3px;
}

.footer_middle .social-icon a{
    display:flex;
}

.footer_middle .social-icon a img{
    max-width:32px;
}

.footer_middle .social-icon:hover img{
       filter: brightness( 130% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.footer_middle .bottom_row{
      font-size: 0.875rem;
    line-height: 2em;
      width: 100%;
      position: relative;
}

.footer_middle .bottom_row .bottom_wrapper{
   padding: 1em 0em 3em;
}

.footer_middle .bottom_row .bottom_wrapper>div{
   position:relative;
     top:-1px;
}

.bottom_row .bottom_wrapper ul{
       list-style: none;
    padding: 0;
  margin:0;
}

.bottom_row .bottom_wrapper ul li{
       display: inline-block;
    padding: 0.5rem;
}

.bottom_row .bottom_wrapper ul li a{
    font-size: 0.875rem;
  text-decoration: underline;
  line-height: 2em;
}

.bottom_row .bottom_wrapper p{
      font-size: 0.875rem;
    line-height: 2em;
      margin-bottom: 0.875em;
}

.button-row{
   padding: 1px 5px;
}

.button-row .button-wrapper{
   margin: -5px;
}

.button-row .button-wrapper a{
   font-size: 1rem;
    line-height: 2.5em;
    fill: #EDEDED;
    color: #EDEDED;
    border-radius:0px;
    padding: 4px;
      font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
      width: 100%;
      display: inline-block;
      text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button-row .button-wrapper a>span{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-row .button-wrapper a>span>span{
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.footer-mega-menu{
  display:none;
      position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    flex-direction: column;
    background-color: #223E54;
}

.footer-mega-menu.accordian_open {
  display:block;
}

.mega-menu-wrap{
      width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
}

.mega-menu-scroll {
    width: 100vw;
        height: auto;
       max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
}

.mega-menu {
      position: relative;
    width: 100%;
  display:block;
  padding: 3em 0 5.3em;
}

  .mega-menu-row {
        position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
        padding: 10px;
}

.footer-mega-menu .mega-top{
  margin:0 0 1.2em;
}

.footer-mega-menu .mega-top,
.footer-mega-menu .mega-bottom{
  width:100%;
      position: relative;
}

.footer-mega-menu ul{
  margin:0;
  padding:0;
  list-style:none;
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-mega-menu ul li{
  position:relative;
  max-width:20%;
  width:100%;
  padding:10px;
}

.footer-mega-menu ul li:nth-child(2),
.footer-mega-menu ul li:nth-child(3){
  max-width:18.806%;
}

.footer-mega-menu ul li:nth-child(4){
  max-width:22.368%;
}

.footer-mega-menu ul li a{
  color: #F3F3F3;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
  padding:0 0 0 8px;
  display:block;
      cursor: default;
}

.footer-mega-menu ul ul{
  position:relative;
}

.footer-mega-menu ul ul li{
  position:relative;
  max-width:100% !important;
  width:100%;
  padding:0;
}

.footer-mega-menu ul ul li a{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
      font-size: 1rem;
  font-weight: 400;
    text-decoration: none;
    line-height: 1em;
  padding:10px 8px;
      -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  text-transform: unset;
  cursor: pointer;
}

.footer-mega-menu .mega-bottom ul li:nth-child(3){
  max-width:21.99%;
}

.footer-mega-menu .mega-bottom ul li:nth-child(4){
  max-width:19.185%;
}

.close-felement{
      position: absolute;
      top: -40px;
      width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.close-felement a{
   font-size: 16px;
    padding: 8px;
    border-radius: 2px 2px 2px 2px;
  fill: #fff;
  background-color: #14223F;
}

.close-felement a svg{
      width: 1em;
    height: 1em;
    position: relative;
    display: block;
}


@media (max-width:1200px) {
     .footer_middle .footer-image img {
    max-width: 300px;
    width: 25%;
}
}

@media (max-width:1024px) {
  
  .footer-top {
    padding: 1em 1em 2em 0em;
}
  
  .footer-top h4 {
        font-size: 1.375rem;
  }
  
  .footer-top .row .location{
        max-width: 28%;
  }
  
  .footer-top .row .programs{
    max-width: 33%;
  }
  
.footer-top .row .location>div,
  .footer-top .row .programs>div{
    padding: 0.75em 0.25em 0.75em 0.75em;
}
  
  .footer-top ul{
        padding: 0.625em 0.75em 0em 0em;
  }
  
  .footer-top ul li {
    margin-top: calc(26px/2);
    padding-bottom: calc(26px/2);
}
  
    .footer-top ul li a{
    font-size: 0.875rem;
    line-height: 1.5em;
}
  .footer-top .row .elementor-column-wrap p{
    font-size: 0.875rem;
    line-height: 1.5em;
        margin-bottom: 0.875em;
  }
  
  .footer-top .row .elementor-column-wrap{
        max-width: 39%;
  }
  
  .footer-top .elementor_inner .row{
    flex-direction:column;
  }
  
  .elementor_inner .col.col-two>.elementor-divider {
    padding-top: 6px;
    padding-bottom: 6px;
}
  
  .elementor-column-wrap .elementor_inner .col.col-one,
  .elementor-column-wrap .elementor_inner .col.col-two{
    width:100%;
  }
  
  .elementor_inner .col.col-two .button-content-wrapper a {
    top: 0px;
    left: 0px;
}
  
  .footer_middle .bottom_row .bottom_wrapper>div {
    top: 0px;
}
  
  .footer_middle .social-icon {
    margin-top: 1px;
}
  
  .elementor_inner .col.col-two .box-btn {
    padding-top: 0px;
}
  
  

  
  
}

@media (max-width:1024px) and (min-width:768px) {
  
  .mega-menu {
    padding: 3.4em 0 5.3em;
}
  
    .footer-mega-menu ul li {
    max-width: 33%;
}
  
  .footer-mega-menu ul li:nth-child(2), .footer-mega-menu ul li:nth-child(3) {
    max-width: 31%;
}
  .footer-mega-menu ul li:nth-child(4) {
    max-width: 33%;
}
  

  
  .footer-mega-menu .mega-bottom ul li:nth-child(2) {
    max-width: 31%;
}
  
  .footer-mega-menu .mega-bottom ul li:nth-child(3) {
    max-width: 36%;
}
  
  .footer-mega-menu .mega-bottom ul li:nth-child(4) {
    max-width: 33%;
}
  
    .footer-mega-menu .mega-bottom ul li:nth-child(5) {
    max-width: 31%;
}
  
}

@media (max-width:767px) {
  
  .mega-menu{
    padding:10px;
  }
  
  .mega-menu-row {
        padding: 10px 0;
}
  
  .footer-top {
    padding: 1.5em 1em 1.5em 1em;
}
  
  .footer-top h4{
    font-size: 2rem;
  }
  
  .footer-top ul li {
    margin-top: calc(20px/2);
    padding-bottom: calc(20px/2);
}
  
  .footer-top ul li a{
        font-size: 1.125rem;
    line-height: 1.375em;
}
  
  .footer-top .row{
    flex-direction:column;
  }
  
  .footer-top .row .elementor-column-wrap,
  .footer-top .row .programs,
  .footer-top .row .location{
    max-width: 100%;
}
  .footer-top .row .location>div, .footer-top .row .programs>div {
    padding: 0em 1em 2em 1em;
}
  
  .footer-top .row .elementor-column-wrap{
        padding: 1em 1.25em 1em 1.25em;
  }
  
  .elementor-column-wrap .elementor_inner .col.col-two{
    padding: 1em 0em;
  }
  
  .footer-top .row .elementor-column-wrap p {
        font-size: 1rem;
    line-height: 1.625em;
}
  
  .elementor_inner .col.col-two .box-btn>a{
        font-size: 1.125rem;
  }
  
  .elementor_inner .col.col-two>.elementor-divider {
    padding-top: 20px;
    padding-bottom: 20px;
}
  
  .elementor_inner .col.col-two .button-content-wrapper a{
    font-size: 1.5rem;
  }
  
  .footer_middle .footer-image {
    margin: 1em 0em 2em;
}
  
  
  .footer_middle .footer-image img {
    width: 85%;
}
  
  .footer_middle .social-icon a img{
    max-width:42px;
  }
  
  .footer_middle .social-icon {
    margin: 0;
}
  
  .footer_middle .bottom_row .bottom_wrapper {
    padding: 2em 0 3em;
}
  
  .button-row .button-wrapper a{
    font-size: 1.25em;
  }
  
  .footer-mega-menu ul{
    margin:1.45em 0 0;
  }
  
  .footer-mega-menu ul li {
    position: relative;
    max-width: 100% !important;
}
  
  .footer-mega-menu ul li a{
    font-size: 1.375rem;
  }
  
  .footer-mega-menu ul ul{
    margin: 0;
  }
  
  .close-felement {
    top: -14px;
    right: 7px;
}
  
  .close-felement a {
    font-size: 24px;
}
  
  
}



.progress-container {
  position:fixed;
  bottom:0;
  width: 100%;
  height: 5px;
  background: transparent;
}

.progress-bar {
  height: 5px;
  background: #a2238d;
  width: 0%;
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog_listing_wrap{
  padding: 0em 4em 4em 4em;
  position: relative;


}
h2.blog-header__subtitle{
  text-align:center;
}
.text-editor 
{
  line-height: 33.4688px;
}
.text-editor p{
  margin:0px;
}
.text-editor p strong{
  display:none;
}
.elementor-button:hover
{
  background-color: #B32C99;
  text-decoration:none;
  color: rgb(237, 237, 237);
}
.elementor-button {
  margin-top: 64px;
  font-size: 17px;
  line-height: 21.25px;
  letter-spacing: normal;
  fill: rgb(237, 237, 237);
  color: rgb(237, 237, 237);
  background-color: #831D70;
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display:inline-block;
}
nav.elementor-button-wrapper{
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.25px;
  letter-spacing: normal;
  justify-content: center;
  display: flex;
}
nav.link_wrap ul:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.comment-date {
  display: block !important;
}
.elementor-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.post_img img
{
  width: 100%;
  height: 500px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.description_post_padding{
  margin-bottom: 0.875em;
  color: rgb(63, 63, 63);
  font-size: 19.125px;
  line-height: 33.4688px;
  font-weight: 400;
  letter-spacing: normal;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif
    -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; 

}
.bottom_part{
  padding: 0em 0em 1em 0em;
}
.blog-post__body p, .blog-post__body
{
  color: rgb(63, 63, 63);
  font-size: 19.125px;
  line-height: 33.4688px;
  font-weight: 400;
  margin-bottom:0px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.blog-post__body p strong img{
  display:none!important;
}
.blog-post__body p strong
{
  color: rgb(20, 34, 63);
  font-family: "Open Sans", sans-serif;
  font-size: 21.25px;
  line-height: 31.875px;
  font-weight: 600;
  letter-spacing: normal;
}
.post-divider{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
span.post-divider-separator
{
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  border-top: 3px solid #EDEDED;
}
.post_devider_wrap{
  --divider-border-style: solid;
  --divider-color: var( --e-global-color-3f33426 );
  --divider-border-width: 3px;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x;
  width: 100%;
}
.empty
{
  margin-bottom: 0.875em;
}
.post_img{
  position: relative;
  width: 100%;
  text-align: center;
}
.post_heading_wraps{
  text-align: left;
  width: 100%;
  position: relative;
}
h1.blog-post__title_wrap{
  color: rgb(20, 34, 63);
  font-size: 27.625px;
  line-height: 37.9844px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0px;
}
.heading_post_padding{
  text-align: left;
  margin: 1.5em 0em 1em 0em;
  padding: 0em 0em 0.75em 0em;
}
.post_img_top{

  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_img_top{
  position:relative;
}
.post_item_clumn_pad{
  position: relative;

  width: 100%;
  min-height: 1px;
  padding: 0.5em 0.5em 0em 0.5em;
}
.post_wrap{
  padding: 0em 4em 2em 4em;
  position: relative;
  margin-bottom: 0px;
  padding-top: 105px;
}
.post_row_wrap
{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_wrap .content-wrapper
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
  padding:0px;
}
.blog-index__post-content h2{
  margin:0px!important;
}
nav.link_wrap ul li
{
  margin-right: 10px;
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
nav.link_wrap ul li a
{
  color:rgb(131, 29, 112);
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size:21.25px;
  font-weight:400;
  line-height:normal;
  letter-spacing:normal;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  transition: .4s;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
nav.link_wrap ul li a:after{
  content: "";
  bottom: 0;
  opacity: 0;

}
.blog-pagination__link
{
  font-size: 17px;
  line-height:21.25px;
  letter-spacing: normal;
  fill:rgb(237, 237, 237);
  color: rgb(237, 237, 237)!important;
  background-color: #831D70;
  padding: 0.75em 1em 0.75em 1em;
  font-weight:400;
}
.blog-index__post-content{
  position: relative;
  padding: 1em 00.06125em 0.5em 0.06125em;
  width: 100%; 
}
.elementor-widget-container-padding{
  padding: 0em 0em 0.5em 0em;
}
.elementor-widget-container-padding a{
  font-family: "Helvetica", Sans-serif;
  font-size: 0.875rem;
  text-transform: none;
  text-decoration: underline;
  line-height: 1.75em;
  fill:rgb(131, 29, 112);
  color:rgb(131, 29, 112);
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.content_top h2 a
{
  color:rgb(20, 34, 63);
  font-family: "Roboto Slab", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  letter-spacing:normal;
}
.post_description{
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
  color:rgb(63, 63, 63);
  font-weight:400;
}
.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.content_top
{
  padding: 0em 0em 0.5em 0em;
}
.blog-index__post-image_wrap
{
  background-position: top left;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  height:250px;
  width: 100%;
}
.blog-index__post-content a span{
  color: #831d70
}
nav.link_wrap ul li a:hover:after
{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.blog_listing_item_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEDED;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.blog_listing_item{
  background-position: top left;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.post_items_wrap{
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  min-width: 0;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}
.blog-index-container{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.blog-index{
  --grid-column-gap: 32px;
  --grid-row-gap: 32px;
  width: 100%;
  position: relative;
}
.blog-index-container{
  padding: 1em 0em 0em 0em;
}
nav.link_wrap ul li a:after, nav.link_wrap ul li a:before{
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  background:rgb(20, 34, 63);
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
nav.link_wrap ul
{
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
.middle_section{
  padding: 3em 0em 2em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.link_wrap
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  z-index:0;
}
.text-editor a
{
  color: rgb(63, 63, 63);
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif ;
  font-size:19.125px;
  line-height:33.4688px;
  font-weight:400;

}
.text-editor a:hover{
  color: rgb(63, 63, 63)!important;
  text-decoration:none;

}
.text-editor a span{
  color: #831D70;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif ;
  font-size:19.125px;
  line-height:33.4688px;
  font-weight:400;
  text-decoration:underline
}
.blog_listing_wrap .content-wrapper

{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding:0px;
}
.blog-row
{
  width: 100%;
}
.top_title{
  margin: 1.5em 0em 0em 0em;
  width: 100%;
}
.middle_title_padding{
  padding: 0.25em 0.625em 0.25em 0.625em;
  background: #831D70;
}
.middle_title_padding ul
{
  margin-right: -8px;
  margin-left: -8px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;

}
.middle_title_padding ul li span{
  display: inline;
  color:rgb(237, 237, 237);
}
.middle_title_padding ul li{
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.625em;
  margin-right: 8px;
  margin-left: 8px;   
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
}

.middle_title{
  width: auto;
  margin-bottom: 0;

  max-width: 100%;
  position: absolute;
  z-index: 1;
}
.top_title h2 a
{
  font-family: "Roboto Slab", sans-serif;
  font-size:27.625px;
  font-weight:600;
  line-height:37.9844px;
  letter-spacing:normal;
  color:rgb(20, 34, 63);
}
.top_title h2 {
  margin-bottom:0px;
}
.top_title h2 a:hover{
  text-decoration:none;
}
.blog_listing_padding

{
  padding: 0.5em 1.5em 0em 0.5em;
  width: 100%;
  position: relative;
}
.blog_listing_top_grid
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(1,1fr);
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.top_img_wrap{
  position: relative;
  width: 100%;
  text-align: center;
}
.blog_listing_top_wrap{
  width:100%;
  position:relative;
}
.top_img_wrap img

{
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.listing-elementor-widget-wrap
{
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}



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

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


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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin-top:64px;
}
.blog-pagination__link {
  margin: 0 .1rem;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.blog-pagination__link--active {
  border: 2px solid #B32C99;
}
.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:rgb(237, 237, 237);
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: rgb(237, 237, 237);
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgb(237, 237, 237);
}
.blog-pagination__link:hover{
  background-color:#B32C99;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B32C99;
}

.blog-pagination{
  display: block !important;
}

.blog-pagination.hide{
  display: none !important;
}

.blog-pagination .no-post{
  display: none !important;
}

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.related_post_item{
  margin: 0em 0em 1em 0em;
  padding: 1em 0em 1em 0em;
}
.related-wrapper h2{
  color: rgb(20, 34, 63);
  font-family: "Open Sans", sans-serif;
  font-size: 21.25px;
  font-weight: 600;
  line-height: 31.875px;
  letter-spacing: normal;
  margin-bottom:0px;
}
li.post-item-inner-wrap a:hover
{
  color:#8C2F8A
}
li.post-item-inner-wrap:not(:first-child) {
  margin-top: calc(24px/2);
  padding-bottom:0px;
}
.fa-facebook:before {
  content: "\f09a";
}
.share_icon_wrap{
  --grid-side-margin: 10px;
  --grid-column-gap: 10px;
  --grid-row-gap: 10px;
  --grid-bottom-margin: 10px;
  width: 100%;
  position: relative;
}
.elementor-share-btn {
  font-size: calc(0.75px * 10);
  height: 4em;
  border-radius: .5em;
  color: #fff;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color,border-color,-webkit-filter;
  transition-property: background-color,border-color,-webkit-filter;
  -o-transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color,-webkit-filter;
  cursor:pointer;
}
.blog-post__body ul li a{
  text-decoration:underline;
}
.elementor-share-btn__icon i {
  font-size: 2.5em;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-envelope:before {
  content: "\f0e0";
}
.elementor-share-btn__title {
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size:17px;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.elementor-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
}
.elementor-share-btn__text{
  padding-left: .9em;
  background-image: linear-gradient(90deg,rgba(0,0,0,.12),transparent);
}
.elementor-screen-only{
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.elementor-share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}
.elementor-share-btn_email {
  background-color: #ea4335;
}
.elementor-share-btn_linkedin {
  background-color: #0077b5;
}
.elementor-share-btn_twitter {
  background-color: #1da1f2;
}
.elementor-share-btn_facebook {
  background-color: #3b5998;
}
.elementor-grid-item {
  min-width: 0;
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  grid-template-columns: repeat(4,1fr);
}
.share_icon_container{
  margin: 1em 0em 2em 0em;
  overflow: hidden;
}
h3.share-heading-title{
  color: rgb(20, 34, 63);
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 21.25px;
  line-height: 31.875px;
  font-weight: 600;
  letter-spacing: normal;
}
li.post-item-inner-wrap:not(:last-child) {
  padding-bottom: calc(24px/2);
}
.post_devider_wrap.bottom .post-divider{
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
li.post-item-inner-wrap a{
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1em;
  color:rgb(63, 63, 63);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width:100%;
}
li.post-item-inner-wrap{
  padding-bottom: calc(24px/2);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.related-list__list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
@media (max-width: 1024px){

  .blog_listing_wrap{
    padding: 0em 1.5em 4em 1.5em;
  }

  .top_title h2 a{
    font-size: 26px;
    line-height: 32.5px;
  }
  nav.link_wrap ul li a{
    font-size:18px;
    line-height:normal;
  }
  .content_top h2 a{
    font-size: 1.25rem;
    line-height: 1.5em;
  }
  .blog-index__post-image_wrap{
    height: 230px;
  }
  .post_wrap{
    padding: 0em 1em 0em 0.75em;
    padding-top: 91px;
  }
  .elementor-share-btn__title
  {
    font-size: 16px;
    line-height: 29.25px;
  }
  li.post-item-inner-wrap a{
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  h3.share-heading-title{
    font-size: 20px;
    line-height: 30px;
  }
  .related_post_item{
    padding: 0.625em 0.75em 0em 0em;
  }
  li.post-item-inner-wrap:not(:last-child){
    padding-bottom: calc(26px/2);
  }
  h1.blog-post__title_wrap{
    font-size: 26px;
    line-height: 32.5px;
  }
  .related-wrapper h2{
    font-size: 20px;
    line-height: 30px;
  }
  .description_post_padding{
    font-size: 16px;
    line-height: 26px;
  }
  .blog-post__body p, .blog-post__body{
    font-size: 16px;
    line-height: 26px;
  }

}
@media (max-width: 992px){
  h1.blog-header__title{
    font-size: 44px;
    line-height: 55px;
  }
  .post_wrap {
    padding-top: 91px;
  }

}
@media (max-width: 767px){

  .blog_listing_padding{
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
  .blog-index__post-image_wrap{
    height: 40vh;
  }
  .middle_title_padding ul li{
    font-size: 1.25rem;
    line-height: 1.625em;
  }
  .related_post_item{
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 2em 0em;
  }
  .elementor-share-btn__icon i {
    font-size: 2em;
  }
  .elementor-share-btn {
    font-size: calc(1px * 10);
  }
  .post_wrap{
    padding-top: 85px!important;
  }
  .elementor-grid{
    grid-template-columns: repeat(2,1fr);
  }
  li.post-item-inner-wrap a
  {
    font-size: 1rem;
    line-height: 1.375em;
  }
  li.post-item-inner-wrap:not(:last-child){
    padding-bottom: calc(20px/2);
  }

  .post-divider{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .blog-index-container{
    grid-template-columns: repeat(1,1fr);
  }
  .post_wrap{
    margin-bottom: 0px;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
  h1.blog-post__title_wrap {
    font-size: 22px;
    line-height: 33px;
  }
  .post_item_clumn_pad{
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
 
  .blog_listing_wrap{
    padding: 0em 1em 4em 1em;
  }

  .top_title h2 a {
    font-size: 22px;
    line-height: 33px;
  }
  .blog_listing_item_row .middle_title_padding ul li  {
    font-size: 1rem;
    line-height: 1.625em;
  }

}
@media (max-width: 698px){

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

.no-banner .hs-landing-page{
  padding:5rem 0 0;
}

.body-container-wrapper{
  margin:0 auto;
}

p.header {
  background: transparent !important;
  position: static !important;
}
.systems-page label, .systems-page .hs-form-field a{
  display:inline-block;
}
.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;
}
.backup-emal .page-header h1:after{
  display:none;
}

.systems-page {
  padding: 30px 0px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: 12px 10px;
}

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

.systems-page .widget-type-email_simple_subscription form,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form,
.hs_cos_wrapper_type_password_reset_request form,
.hs_cos_wrapper_type_password_reset form,
.widget-type-password_prompt form{
  max-width:550px;
  width:100%;
}

.systems-page .widget-type-email_simple_subscription form .email-edit,
.widget-type-password_prompt input[type="password"]{
  width: 100% !important;
  padding: 12px 10px !important;
  font-size:14px !important;
  height:auto !Important;
}

form ul.hs-error-msgs{
  padding:0;
  margin:0;
}

@media (max-width: 1150px){
  .systems-page {
    padding: 0 1.5rem;
  }
}

@media (max-width: 767px){
  .systems-page {
    padding: 0 1rem;
  }

  .systems-page .hs-button {
    float: none;
  }
  .systems-page .success, .systems-page .email-edit {
    width: 100% !important;
  }
}
@media (max-width: 480px){

  .systems-page h2 {
    font-size: 1.8em;
  }
  .systems-page .hs-button {
    padding: 15px 25px;
  }
}

body {
  background:#fff;
}