/* ******************************************************************************
*********************************************************************************
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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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


.dnd-section > .row-fluid,body .content-wrapper{
  padding-right: 20px;
  padding-left: 20px;

}
.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;
  }
}@media screen and (max-width: 479px){

  .dnd-section > .row-fluid,body .content-wrapper{
    padding-right: 10px;
    padding-left: 10px;

  }
  body .dnd-section>.row-fluid ,body .content-wrapper{
    max-width: 100%;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "Anderson Grotesk";
  src: url("https://3877180.fs1.hubspotusercontent-na1.net/hubfs/3877180/Springpod_April2021/fonts/5fdcb0fe3b3a564c2539dd86_AndersonGrotesk-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Lato, serif;
}

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

}

/* 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;
}
img{
  max-width:100%;

}

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

blockquote {
  margin: 56px 0;
  padding: 0;
  border-left: 5px #e2e2e2;
  font-family: 'Anderson Grotesk',sans-serif;
  color: #0bb3b7;
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}

/* 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;
}
html {
  overflow-x: hidden;
}
@media screen and (max-width: 1200px){

  body h1 {
    font-size: 28px;
    line-height: 36px;
  }

  body h2 {
    font-size: 26px;
    line-height: 36px;
  }

  body h3 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 34px;
  }

  body h4 {
    font-size: 20px;
    line-height: 34px;
  }


  body h5 {
    font-size: 18px;
    line-height: 28px;
  }

  body h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px){
  body {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  body h1 {
    font-size: 28px;
    line-height: 36px;
  }

  body h2 {
    font-size: 26px;
    line-height: 36px;
  }

  body h3 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 34px;
  }

  body h4 {
    font-size: 20px;
    line-height: 34px;
  }


  body h5 {
    font-size: 18px;
    line-height: 28px;
  }

  body h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 10px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  box-shadow: inset 0 0 3px 100px transparent;
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
  font-family: Poppins,sans-serif;
  line-height: 28px
}
.hs-button:hover{

  box-shadow: inset 0 0 3px 100px rgb(0 0 0 / 10%);
}

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

.hs-button:active {
  background-color: form_button_color_active;
  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;
  display:inline-block;
}

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

.hs-input,input[type="password"] {
  display: block;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  min-height: 56px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  font-family: Poppins,sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 21px;
  margin-bottom: 18px
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 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;
}
.hs-form label {
  position: relative;
  left: 14px;
  margin-bottom: -14px;
  padding: 7px;
  background-color: #fff;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display:inline-block;
  vertical-align: middle;
}

.legal-consent-container label {
    margin-bottom: 0px;
    padding: 0;
}
.legal-consent-container p {
margin-bottom: 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


#hs_cos_wrapper_button_links {
  margin-left: auto;
}
.banner_bar_txt a {
  font-family: Poppins,sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: block;
}.banner_bar_txt a:hover {
  color: #fff;
}

.banner-bar {
  font-family: 'Lexend Deca',sans-serif;
  color: #16254c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.banner-bar_button a {
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #446df6;
  box-shadow: inset 0 0 3px 100px transparent;
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
  font-family: Poppins,sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.banner-bar_button a:hover {
  box-shadow: inset 0 0 3px 100px rgb(0 0 0 / 10%);
}
.banner-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 8px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #16254c;
  color: #fff;
  background-color: #16254c;
  background-image: none;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-align: left;
}

.header-logo a {
  display: block;
  margin-right: 44px;
}

.header-logo img {
  width: 200px !important;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.navigation-right .hs-button {
  margin: 0;
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-buttons a + a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Poppins,sans-serif;
  color: #16254c;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  vertical-align: top;
}
.mobile-open header.header {
  border: none;
}
header.header {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  z-index:99;
  position: relative;

}

.login-buttons a + a:hover {
  color: #0bb3b7;
}



.custom-menu-primary nav.navigation-primary ul {
  padding: 0;
  list-style: none;
  margin: 0;
}


.custom-menu-primary nav.navigation-primary>ul {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins,sans-serif;
  color: #16254c;
  font-size: 15px;
}

.custom-menu-primary nav.navigation-primary>ul>li>a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;

  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  font-family: Poppins,sans-serif;
  padding-right: 24px;
  padding-left: 12px;
}

.icon-4.w-icon-dropdown-toggle {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    0deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}

[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "\e603";
}

.link-text {
  font-family: Poppins,sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.custom-menu-primary nav.navigation-primary ul ul {
  left: -100px;
  max-height: 100vh;
}

body .custom-menu-primary .submenu.level-1>li {
  position: relative;
}

.custom-menu-primary nav.navigation-primary ul li:hover > ul {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX( 
    0deg
  ) rotateY( 
    0deg
  ) rotateZ( 
    0deg
  ) skew( 
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
  visibility: visible;
}

body .custom-menu-primary .submenu.level-1>li:hover .icon-4.w-icon-dropdown-toggle {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    180deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
}
.custom-menu-primary nav.navigation-primary ul ul {
  margin-top: 10px;
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  background-color: transparent;
  opacity: 0;
  transform: translate3d(0px, 15px, 0px) scale3d(0.9, 0.9, 1) rotateX( 
    0deg
  ) rotateY( 
    0deg
  ) rotateZ( 
    0deg
  ) skew( 
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
  position: absolute;
  background: #fff;

  border-radius: 10px;
  background-color: #fff;
  visibility: hidden;
  box-shadow: 4px -19px 35px 0 rgb(32 53 90 / 8%), 11px 11px 30px -10px rgb(32 53 90 / 15%);
  transition: all .2s ease-in-out;
}


.custom-menu-primary nav.navigation-primary>ul ul>li>a ,.custom-menu-primary nav.navigation-primary>ul ul .wrp-list>li>a {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
  max-width: 100%;
}


.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(11,179,183,.1);
  color: #e8e9ed;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-title {
  font-family: Poppins,sans-serif;
  color: #16254c;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title {}

.nav-link-details-2 {
  font-family: Poppins,sans-serif;
  color: #8b92a6;
  font-size: 14px;
  white-space: normal;
}

ul.submenu.level-2 img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0,0,0,.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}
.custom-menu-primary nav.navigation-primary>ul>li>a:hover {
  color: #0bb3b7;
}
.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  padding-left: 0;
  font-family: Poppins,sans-serif;
  color: #0bb3b7 !important;
  font-size: 14px;
  white-space: normal;
}
body .custom-menu-primary .submenu.level-2:before {
  position: absolute;
  left: 0;
  top: -2%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  content: '';
}
.custom-menu-primary nav.navigation-primary > ul >li:last-child ul.submenu.level-2 {
  /*   left: -185px;
  min-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
}
.custom-menu-primary nav.navigation-primary>ul ul>li.Webinars .icon-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}

.custom-menu-primary nav.navigation-primary>ul ul>li.Webinars> a {
  display: block;
  background: #fafafa;
}

.custom-menu-primary nav.navigation-primary>ul ul>li.Webinars> a .nav-content-wrap-2 {
  padding: 12px 0 0;
  display:block;
}
.nav-link-details-2 > a.schedule {
  padding: 10px 0;
  color: #0bb3b7;
}
.custom-menu-primary nav.navigation-primary>ul li:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
}

.custom-menu-primary nav.navigation-primary>ul li {
  position: relative;
  z-index: 100;
}
.wrp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0,0,0,.08);
  background-color: #fafafa;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

header.header {
  padding-right: 3%;
  padding-left: 3%;
}
/******** 27 July**********/

.custom-menu-primary nav.navigation-primary ul ul ul {
  position: relative;
  left: 0;
  transform: none;
  margin: 0;
  margin-top: -1px;
  box-shadow: none;
  min-width: 100%;
}
.custom-menu-primary nav.navigation-primary ul li:hover > ul ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary nav.navigation-primary>ul > li:last-child >ul>li>a {
  padding: 0;
}

.custom-menu-primary nav.navigation-primary ul.level-1 > li:last-child > ul {
  min-width: 500px;
  left: -190px;
}

.custom-menu-primary nav.navigation-primary ul.level-1 > li:last-child > ul > li {
  width: 50%;
  float: left;
}

.custom-menu-primary nav.navigation-primary ul > li:last-child > ul > li:last-child > ul > li {
  border-left: 1px solid #ddd;
}
@media(max-height:840px){
  .custom-menu-primary nav.navigation-primary ul.level-1>li:last-child>ul {
    min-height: 673px;
    max-height: 673px;
  } 
}
@media(max-width:1440px){
  .banner_bar_txt a {
    font-family: Poppins,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
  }

}

@media screen and (min-width: 992px){

  .mobile_menu,.mobile-trigger {
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  header.header {
    border-bottom: 1px solid rgba(68,85,103,.11);
  }
  .banner-bar {
    display: none;
  }

  .navigation-right {
    display: none;
  }

  .navigation-left-2 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobil-trigger {
    border-radius: 100px;
    font-family: Poppins,sans-serif;
    color: #000;
    font-size: 22px;
    position: relative;
    float: right;
    padding: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: block;
    -webkit-user-select: text;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fafafa;
  }

  .w-icon-nav-menu:before {
    content: "\e602";
  }

  header.header {
    font-size: 18px;
    line-height: 28px;
  }

  .navigation-container-2 {
    min-height: 84px;
  }
  .mobile_menu {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgb(32 53 90 / 9%);
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    display: block;
    position: absolute;
    float: right;
    background-color: #fff;
    transform: translateY(-120%);
    transition: all .5s ease-in-out;
    z-index: 9;

  }  

  .mobile_menu .hs-menu-wrapper ul {
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper ul ul {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul {
    display: block;
    text-align: left;
  }

  .mobile_menu .hs-menu-wrapper>ul >li >a {
    display: block;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lexend Deca',sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .mobile_menu .hs-menu-wrapper>ul >li.hs-item-has-children >a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
    display: block;
  }

  .mobile-open .mobile_menu {
    transform: translateY(0);

  }
  .mobile-open .mobil-trigger {
    background-color: #0bb3b7;
    color: #fff;
  }
  .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
    width: 1em;
    height: 1em;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 22px 16px;
    color: #283338;
    font-size: 16px;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }



  .mobile_menu .hs-menu-wrapper ul ul li a:hover {
    background-color: #f8faff;
  }
  .link-m-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3px;
    font-size: 15px;
    font-family: 'Lexend Deca',sans-serif;
  }
}

@media(max-width:767px){

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 24px;
  }

}

@media screen and (max-width: 479px){
  .header-logo img {
    width: 180px !important;
    max-width: inherit;
  }
  .header-logo a {
    margin: 0;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
  }

  .link-m-text {
    font-family: Poppins,sans-serif;
    font-weight: 500;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.w-layout-grid.footer-grid ul li a:hover{

  opacity:1;
}
footer.footer.lp {
  padding-top: 0;
}
footer.footer {
  padding-top: 112px;
  background-color: #16254c;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Lexend Deca',sans-serif;
}

.footer-bottom {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgba(0,0,0,.2);
  font-size: 14px;
  line-height: 24px;
}

.main-container.footer-container {
  max-width: 1250px;
  padding-right: 28px;
  padding-left: 28px;
  font-family: Poppins,sans-serif;
  margin: 0 auto;
}

.footer-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-26 {
  max-width: 600px;
  font-family: Poppins,sans-serif;
  color: #fff;
}

.footer-small-links {
  display: -ms-grid;
  display: grid;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hover-link.invert, .hover-link:hover {}

.footer-small-links a {
  opacity: .5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Poppins,sans-serif;
  color: #fff;
  padding: 10px;
}

.footer-small-links a:hover {
  opacity: 1;
}
.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
  margin-left: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer-social img {
  width: 20px !important;
  max-height: 100.00007%;
  margin-right: 14px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.footer-social a:hover {
  opacity: .5;
  color:#fff;

}
.white-border {
  height: 1px;
  background-color: hsla(0,0%,100%,.15);
}

.w-layout-grid.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin-bottom: 84px;
  grid-column-gap: 69px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.w-layout-grid.footer-grid h4 {
  margin-bottom: 28px;
  font-family: Poppins,sans-serif;
  color: #0bb3b7;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}



.w-layout-grid.footer-grid ul {
  display: block;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 0;
}

.w-layout-grid.footer-grid ul li a {
  opacity: .5;
  padding: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Poppins,sans-serif;
  color: #fff;
  padding: 10px;
}
.footer-small-links a:hover {
  opacity: 1;
  color:#fff;
}
.f-logo {
  display: block;
  margin-bottom: 28px;
}

.f-logo img {
  width: auto !important;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.f-logo a {
  max-width: 100%;
  display: block;
}

.footer_mail a {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Poppins,sans-serif;
  color: #fff;
}

.footer_mail a:hover {
  opacity: .5;
  color:#fff;
}

.footer_mail {
  padding-top: 10px;
}


@media screen and (max-width: 991px){

  .footer-grid {
    justify-items: center;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .w-layout-grid.footer-grid {
    justify-items: center;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    justify-items: center;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-left-content {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .footer_mail a {
    display: block;
    padding: 10px;
  }.footer_mail {
    padding: 0;
  }

  .f-logo img {
    max-width: 100%;
    width: 100% !important;
  }

  a.text-white.hover-link {
    text-align: center;
    padding: 10px;
  }

}

@media screen and (max-width: 767px){
  .footer-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-small-links {
    margin-top: 14px;
  }

  .footer-social {
    display: -ms-grid;
    display: grid;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }


  footer.footer {
    font-size: 16px;
    line-height: 24px;
  }

  .w-layout-grid.footer-grid {
    margin-bottom: 56px;
  }

}

@media screen and (max-width: 620px){
  .w-layout-grid.footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-left-content {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

}

@media screen and (max-width: 479px){
  .w-layout-grid.footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-social {
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-left-content {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .footer-left-content {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .main-container.footer-container {
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-layout-grid.footer-grid h4 {
    margin-bottom: 14px;
  }

  .text-block-26 {
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  pointer-events: none;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.3rem 2rem;
}
.blog-header__title {
  font-size: 2rem;
  line-height:1.2;
}
.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__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-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;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #0BB3B7;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

}

/*             Blog 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-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;
}



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



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


.section-main.no-bottom-padding {
  position: relative;
  height: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Poppins,sans-serif;
}

.section-main.no-bottom-padding {
  padding-bottom: 0;
}

.main-container {
  display: block;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins,sans-serif;
}

.blog-grid-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 84px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-with-image {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}

.large-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   width: 100%; */
  max-width: 686px;
  min-height: 588px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #16254c;
  color: #fff;
  align-self: stretch;
}

.blog-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 100%;
  padding: 0;
}

.large-box.bg-dark.blog-post img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    0deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.large-box.bg-dark.blog-post img:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.25, 1.25, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    0deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
}

a.blog-image-container.w-inline-block img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    0deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  transition: all .3s ease-in-out;
}

a.blog-image-container.w-inline-block img:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.25, 1.25, 1) rotateX(
    0deg
  ) rotateY(
    0deg
  ) rotateZ(
    0deg
  ) skew(
    0deg
    , 
    0deg
  );
  transform-style: preserve-3d;
}

.post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-to-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
}

.post-meta a:hover {
  opacity: .5;
}

.post-meta a {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Poppins,sans-serif;
}

.text-white h4 {
  color: #fff;
  display: block;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
}

a.text-white.w-inline-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.post-author.small-text {
  margin-top: 21px;
  opacity: .5;
  font-family: Poppins,sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}

a.text-white.w-inline-block {
  color: #fff;
}

.blog-wrapper {
  position: relative;
  height: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Poppins,sans-serif;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-selector-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-selector-title {
  margin-right: 21px;
}

.category-selector-wrapper a:hover {
  background-color: #e8e9ed;
  font-family: Poppins,sans-serif;
}

.category-selector-wrapper a {
  margin-right: 7px;
  margin-left: 7px;
  padding: 7px 14px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: color .2s,background-color .2s;
  transition: color .2s,background-color .2s;
}

.category-selector-wrapper a.active {
  background-color:#446DF6;
  font-family: Poppins,sans-serif;
  color: #16254c;
}

.post-index {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.blog-image-container {
  padding: 10px;
}

a.blog-image-container img {
  transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  transition: all .3s ease-in-out;
}

a.blog-image-container img:hover {}

a.blog-image-container img:hover {
  transform: translate3d(0px,0px,0px) scale3d(1.25,1.25,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
}

.post-meta.below-link {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 14px;
  line-height: 24px;
}

.post-meta.below-link {
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(37,42,51,.08);
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #16254c;
}

h4.heading-4 {
  font-family: Poppins,sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-family: Poppins,sans-serif;
}

.blog-grid-link:hover {
  color: #0bb3b7;
}

.blog-grid-link:hover h4.heading-4 {
  color: #0bb3b7;
}

.post-author.small-text {
  margin-top: 21px;
  opacity: .5;
  font-family: Poppins,sans-serif;
  color: #16254c;
}

a.blog-grid-link.w-inline-block:hover .post-author.small-text {
  color: #0bb3b7;
}


.section-main-form {
  position: relative;
  height: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Poppins,sans-serif;
}

.container.align-center {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  direction: ltr;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.icon-image {}

.justify-content-center img {
  width: 200px !important;
  height: auto;
  margin-bottom: 28px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

h4.heading-2 {
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
  color: #16254c;
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  direction: ltr;
}

.large-text {
  width: auto;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

.form-block.newsletter-form {
  margin: 0 0 15px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
}

.form-block.newsletter-form.w-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-block.newsletter-form.w-form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.form-block.newsletter-form.w-form  .hs_submit.hs-submit {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-block.newsletter-form.w-form  input.hs-button.primary.large {
  width: auto;
  height: auto;
  padding: 21px 35px;
  border-radius: 6px;
  background-color: #0bb3b7;
  font-family: Poppins,sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}
.form-block.newsletter-form.w-form  .hs_error_rollup {
  display: none;
}
.form-block.newsletter-form.w-form .hs-input {
  min-height: 76px;
  padding: 21px 28px;
  border-color: #b9bec9;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  line-height: 34px;
}

.form-block.newsletter-form.w-form  .input {
  width: 100%;
}

.small-text.muted-text {
  opacity: .5;
  font-family: Poppins,sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}

.form-block.newsletter-form.w-formc .form-title {
  display: none;
}

.form-block.newsletter-form.w-form h3.form-title {
  display: none;
}

.load-first {
  padding-top: 30px;
}

.w-layout-grid.blog-title-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  min-height: 700px;
}

.blog-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 84px;
  padding-bottom: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #16254c;
  font-family: Poppins,sans-serif;
  color: #fff;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

img.post_featured_img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  right: 56px;
  width: 100%;
  border: 28px solid #fff;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.load-first .main-container {
  display: block;
  width: 100%;
  max-width: 90%;
}
.student-success {
  width: 100%;
}
.post-section-wraper {
  position: relative;
  height: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Poppins,sans-serif;
}

.post_body {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  font-family: Poppins,sans-serif;
}
.container.align-center {
  width: 100%;
}

.post-meta {
  /* width: 100%; */
}

.load-first .container.align-center >div {
  width: 100%;
}

.hs-blog-post h4.heading-1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
  color: #fff;
}

.hs-blog-post .post-author.small-text {
  color: #fff;
}

.related_post-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rel-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: colu;
}

.heading-5 {
  font-family: Poppins,sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.related_post {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 84px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.related_post .post-item-inner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.post-meta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(37,42,51,.08);
}

.related_post-wrapper .post-author.small-text {
  color: #16254c;
}
.related_post h4.heading-4 {
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
  color: #16254c !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.post-item-inner.no-image {
  width: 100%;
  display: block;
}
.hs-blog-listing h4.heading-2 {
  color: #fff;
}
.section-main.no-bottom-padding .post-author.small-text {
  color: #fff;
}
.blog-pagination {
  margin: 0;
  padding: 40px 0  0;
}
.section-main-form h4.heading-2 {
  color: #16254c;
}

h1.hero-heading {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins,sans-serif;
  color: #16254c;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -.01em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;   
  text-transform: capitalize;
}
.no-img .blog-title-container {
  width: 100%;
  max-width: 100%;
}

.no-img .w-layout-grid.blog-title-grid {
  display: block;
  min-height: auto;
}
.image-fetaure {
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 70.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  transition: all .3s ease-in-out;
}
a.blog-image-container.w-inline-block {
  display: block;
  width: 50%;
}

.image-fetaure:hover {
  transform: translate3d(0px,0px,0px) scale3d(1.25,1.25,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
}



@media (max-width: 1440px) {
  .container.wide.align-center {
    max-width: 720px;
  }
  .container.align-center {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  h1.hero-heading {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .container.wide.align-center {
    max-width: 608px;
  }
  .w-layout-grid.blog-title-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  img.post_featured_img {
    right: 0;
  }
  .section-main-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .related_post {
    grid-row-gap: 56px;
  }

  .related_post .post-item-inner {
    max-width: 497px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post_body {
    max-width: 497px;
    margin-right: auto;
    margin-left: auto;
  }
  .post-section-wraper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-main.no-bottom-padding {
    padding-top: 60px;
  }

  .box-with-image.blog-post {display: -ms-grid;display: grid;max-width: 497px;margin-right: auto;margin-left: auto;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;justify-items: center;grid-auto-columns: 1fr;grid-column-gap: 0px;grid-row-gap: 0px;-ms-grid-columns: 1fr;grid-template-columns: 1fr;-ms-grid-rows: auto auto;grid-template-rows: auto auto;max-width: 100%;}

  .blog-grid-vertical.w-dyn-items {
    grid-row-gap: 56px;
  }

  .large-box.bg-dark.blog-post {
    max-width: none;
    min-height: auto;
  }

  .blog-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    display: block;
    margin-bottom: 56px;
  }

  .category-selector-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-dyn-list {
    isplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .category-selector-wrapper a:first-child {
  }

  .category-selector-title {
    margin-bottom: 30px;
  }

  .post-index {
    max-width: 497px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

}















@media (max-width: 767px) {

  .section-main.no-bottom-padding {
    padding-top: 40px;
  }
  .form-block.newsletter-form.w-form input.hs-button.primary.large {
    margin-top: 14px;
    margin-left: 0;
    width: 100%;
  }
  .post-section-wraper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .form-block.newsletter-form.w-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-main-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .actions {
    width: 100%;
  }

  .form-block.newsletter-form.w-form .hs_submit.hs-submit {
    width: 100%;
  }
  .subscription-form {
    width: 85%;
  }

}

@media (max-width: 479px) {
  h1.hero-heading {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0;
  }

  h1.hero-heading {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  .hs-blog-listing .load-first .main-container {
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-listing .load-first .main-container {
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-main.no-bottom-padding {
    padding-top: 31px;
  }

  .large-box.bg-dark.blog-post {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px;
  }

  .w-dyn-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .post-section-wraper {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .hs-blog-post h4.heading-1 {
    font-size: 36px;
  }

  .blog-title-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-container {
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-main-form {
    padding-top: 31px;
    padding-bottom: 30px;
  }

  .form-block.newsletter-form.w-form input.hs-button.primary.large {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 28px;
  }

  .container.wide.align-center {
    margin: 0;
  }

  .form-block.newsletter-form.w-form .hs-input {
    min-height: 56px;
    padding: 14px 21px;
    font-size: 18px;
    line-height: 28px;
  }

  .large-text {
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .container {
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  h4.heading-2 {
    margin-top: 20px;
    padding-left: 0;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-meta.above-heading {
    padding-bottom: 10px;
  }

  .w-dyn-item .post-meta.below-link {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .time-to-read {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .related_post h4.heading-4 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .post_header {
  }

  .related_post-wrapper .post-author.small-text {
    text-align: center;
    justify-content: center;
  }

  .rel-title {
    display: block;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  img.post_featured_img {
    border-width: 21px;
  }
  .w-layout-grid.blog-title-grid {
    min-height: auto;
  }
}

.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 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;
}
@media(max-width:1400px){
  .large-box.bg-dark.blog-post {
    width: 50%;
    min-height: 400px;
  }
}
@media(max-width:1200px){
  .large-box.bg-dark.blog-post {
    width: 50%;
    min-height: 400px;
  }

  .hs-blog-listing h4.heading-2 {
    font-size: 23px;
    line-height: normal;
  } 
}
@media(max-width:991px){
  .large-box.bg-dark.blog-post {
    width: 100%;
  }
  .hs-blog-listing h4.heading-2 {
    font-size: 30px;
  }
  a.blog-image-container.w-inline-block img {
    width: 100%;
    height: 100%;
    display: block;
  }
  a.blog-image-container.w-inline-block {
    width: 100%;
  } 
}


.post-author .post_author_img {
  max-width: 50px;
  min-width: 50px;
  width: 100%;
}

.post-author .post_author_name {
  width: calc(100% - 70px);
}

.post-author {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

.post-author .post_author_name {
  text-align: left;
}

.post-author .post_author_name a {
  color: #fff;
}

.post-author .post_author_bio {
  width: 100%;
  text-align: left;
}

.post-author .post_author_name a {
  padding: 0;
}

.post-author .post_author_name a div {
  display: inline;
}

.time-to-read {
  white-space: nowrap;
}

.post-author.small-text.post_page_banner_author {
  opacity: 1;
  padding-right: 20px;
}
.post_page_banner_author .post_author_name,
.post_page_banner_author .post_author_bio {
  opacity: 0.5;
}
.post-author.post_page_banner_author .post_author_img > a {
  display: block;
  padding: 0;
}
.post-author.post_page_banner_author .post_author_img > a img {
  border-radius: 50%;
  display: block;
}

@media(max-width:991px){
  .post-author.small-text.post_page_banner_author {
    padding-right: 0px;
  }
}
  
@media(max-width:480px){
  .blog-header__title {
    font-size: 1.2rem;
  }
  .blog-header__inner {
    padding: 2rem 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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;
}

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}