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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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

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


@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
  
  
}

@media (max-width: 767px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: FontAwesome;
  src: url("https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/My_Improvement_Network_June2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: montserratlight;
  src: url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-light-webfont.woff2) format("woff2"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-light-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: montserratmedium;
  src: url("https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/My_Improvement_Network_June2020/Fonts/Montserrat-Medium.eot") format("embedded-opentype"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-medium-webfont.woff) format("woff2"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-medium-webfont.woff2) format("woff");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: montserratregular;
  src: url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-regular-webfont.woff2) format("woff2"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: montserratsemibold;
  src: url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-semibold-webfont.woff2) format("woff2"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/montserrat-semibold-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: WooCommerce;
  src: url("https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/My_Improvement_Network_June2020/Fonts/WooCommerce.eot") format("embedded-opentype"), 
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/WooCommerce.woff) format("woff"), 
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/WooCommerce.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: slick;
  src: url("https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/My_Improvement_Network_June2020/Fonts/Slick/slick.eot"),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/slick.woff),
    url(https://7385627.fs1.hubspotusercontent-na1.net/hubfs/7385627/raw_assets/public/My_Improvement_Network_June2020/fonts/slick.ttf);
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all .5s;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5;
}

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

blockquote {
  margin: 2em 0;
  background: #e1f1f9;
  padding: 20px 40px;
}
blockquote:after, blockquote:before {
  font-family: FontAwesome;
  display: block;
  clear: both;
  font-size: 32px;
  color: #00ace9;
}
blockquote:before {
  content: '\f10d';
}
blockquote:after {
  content: '\f10e';
  text-align: right;
}
blockquote p {
  font-size: 21px;
  color: #02569e;
  font-family: montserratsemibold;
  margin: 0;
  line-height: 30px;
}
blockquote p:first-child{
  margin-top: 0;
}


/* Horizontal Rules */
fieldset, hr {
  padding: 0;
  border: 0;
}
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

/* 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;
}
li strong, p strong, ul strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}
.disable-focus-styles :focus {
  outline: none;
}

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

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

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  font-family: montserratsemibold;
  
  text-decoration: none;
  margin-top: 20px;
  white-space: normal;
}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3, 
.hs_cos_wrapper_type_email_simple_subscription label {
  color: #fff;
}

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

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset
{
  display: block;
  padding: 10px;
  max-width: 750px;
}

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


.hs-form label,
.hs-form-field> label {
  font-size: 16px;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
input#hs-pwd-widget-password,
input.email-edit.hs-input {
  display: inline-block;
  width: 100% !important;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: auto !important;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  color: #fff;
  transition: all .5s;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.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=checkbox] {
  display: inline-block;
  width: auto !important;
}

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

.hs-input:focus,
textarea:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: rgba(0,172,233,1.0) !important;
  border-bottom: 1px solid !important;
  background: rgba(2,86,158,.5);
}

ul.hs-error-msgs li label {
  color: #f00;
}

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

.dots {
  position: absolute;
  z-index: 999;
  bottom: 0;
}

.dots.light-blue {
  left: 0;
  width: 25px;
  transform: translateX(-100%);
  bottom: -85px;
}

.dots span {
  display: block;
  border-radius: 50%;
  margin-top: 10px;
}

.dots.light-blue span {
  width: 50px;
  height: 50px;
  background: #00ACE9;
}

.dots.dark-blue {
  right: 0;
  width: 50px;
  overflow: hidden;
  bottom: -50px;
}

.dots.dark-blue span {
  width: 100px;
  height: 100px;
  background: #02569E;
}

.no_dnd_section .dots.dark-blue {
  display: none;
}

.website-page,
.carer_layout {
  position: relative;
}

.website-page p,
.carer_layout p {
  margin: 1em 0;
  white-space: normal;
  word-break: break-word;
}

.website-page h5,
.carer_layout h5{
  margin: 1em 0;
}

.website-page strong,
.carer_layout strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
  color: #333;
}

.website-page ul,
.carer_layout ul {
  margin: 1em 0;
  color: #333;
}

.website-page h2,
.carer_layout h2 {
  margin: 0.83em 0;
  line-height: 1.5;
}

.website-page h6,
.carer_layout h6 {
  margin: 1.33em 0;
}

.website-page strong a,
.carer_layout strong a {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}

.website-page a[href$=".pdf"]:before,
.carer_layout a[href$=".pdf"]:before {
  font-family: FontAwesome;
  content: '\f1c1';
  margin-right: 10px;
  font-size: 18px;
}

.website-page .dnd-section>.row-fluid{
  padding: 0 20px;
}

.carer_layout .dnd-section>.row-fluid {
  padding: 0 5px;
  display: block !important;
}

.website-page h6:first-of-type,
.carer_layout h6:first-of-type {
  margin-top: 0;
}

.website-page h2:first-of-type,
.carer_layout h2:first-of-type {
  margin-top: 0;
}

.website-page h5:first-of-type,
.carer_layout h5:first-of-type {
  margin-top: 0;
}

.carer_layout p:first-of-type {
  margin-top:  0;
}

.carer_layout .dnd-column.span8 {
  width: 66.6666666667% !important;
}

.carer_layout .dnd-column.span4 {
  margin-left: 0 !important;
  width: 33.3333333333% !important;
}

.lost_password p {
  margin: 0;
}

.training p {
  margin: 0;
}

.how_it_works .dots.dark-blue {
  display: none;
}

.about_us .dots.dark-blue {
  display: none;
}

.tablets .footer-form {
  display: none;
}

.rita_on_the_bbc .hs-responsive-embed-wrapper {
  max-width: calc(100% - 80px) !important;
  max-height: 100% !important;
  min-width: unset !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.rita_on_the_bbc 
.fluid-width-video-wrapper {
  margin: 16px 40px;
}

.care_system_impact h2 {
  text-align: center;
  font-size: 32px;
  color: #333399 !important;
  margin-bottom: 0.67em;
}

.care_system_impact h2 strong {
  color: #333399 !important;
}

.care_system_impact .hs-responsive-embed-wrapper {
  max-width: calc(100% - 80px) !important;
  min-width: unset !important;
  max-height: 100% !important;
  margin: 16px auto !important;
}

.care_system_impact a strong {
  color: #02569e;
}

.care_system_impact img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}

.care_system_impact p img {
  margin-bottom: 0;
}

.banner {
  position: relative;
}

.banner.image-bg {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #0099d0;
}

.banner.image-bg .wrapper {
  background: rgba(2,86,158,.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.banner .wrapper {
  background: #02437b;
}

.banner-container {
  padding: 30px 20px;
  max-width: 1000px;
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.banner-container h1 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-family: montserratmedium;
  line-height: 1.5;
}

.banner-container p {
  margin: 1em 0;
  color: #fff;
  font-size: 18px;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
}

.zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  transition: all 0.5s ease-in-out; 
}

.zoomIn.animate {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out;
}

.privacy_policy a {
  word-break: break-all;
}

.benefits__area ul:before,
.benefits__area ul:after {
  display: none !important;
}

.casestudies .dnd-section>.row-fluid:before, .casestudies .dnd-section>.row-fluid:after {
  display: none;
}
.our_team ul:before, .our_team ul:after {
  display: none;
}

@media (max-width: 992px) {
  .banner-container h1 {
    font-size: 24px;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  ul.well-pathway>li ul.standards li.tip {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .banner.image-bg {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .banner.image-bg {
    height: 200px;
  }
}

@media (max-width: 992px) {
  .website-page .dnd-section,
  .carer_layout .dnd-section {
    padding: 30px 0 !important;
  }

  .website-page .dnd-section>.row-fluid {
    padding: 0 15px;
  }

  .website-page h5,
  .carer_layout h5 {
    font-size: 17px;
  }

  .website-page h2,
  .carer_layout h2 {
    font-size: 24px;
  }

  .carer_layout .dnd-section>.row-fluid {
    padding: 0;
  }

  .carer_layout .dnd-column.span8 {
    width: 100% !important;
  }

  .carer_layout .dnd-column.span4 {
    width: 100% !important;
  }

  .cart-layout .dnd-section {
    padding: 30px 0 !important;
  }
}

@media (max-width: 767px) {
  .website-page h5,
  .carer_layout h5 {
    font-size: 16px;
  }

  .website-page h2,
  .carer_layout h2 {
    font-size: 22px;
  }

  .website-page h2:first-of-type,
  .carer_layout h2:first-of-type {
    margin-top: 0.83em;
  }

  .website-page h6:first-of-type,
  .carer_layout h6:first-of-type {
    margin-top: 1.33em;
  }

  .website-page h5:first-of-type,
  .carer_layout h5:first-of-type {
    margin-top: 1em;
  }

}

@media (max-width: 575px) {
  .website-page h5,
  .carer_layout h5 {
    font-size: 15px;
  }

  .website-page h2,
  .carer_layout h2 {
    font-size: 20px;
  }
}





.contact_us .page-center {
  max-width: 1000px;
  padding: 30px 15px;
}

.map-section-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.map-section .dnd-column {
  display: block !important;
}
.map-section .dnd-column .dnd-row {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.map-section .dnd-column .dnd-row {
  background-color: #e1f1f9;
  padding: 20px;
}

.map-section article h3 {
  font-family: montserratsemibold,Helvetica,Arial,sans-serif;
  color: #02569e;
  font-weight: 400;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.map-section article p {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
.contact_us .footer-form, .contact_us .footer-form .hs_cos_wrapper_type_form,
.contact_us .footer-form form{
  background: #e1f1f9;
}
.contact_us .footer-form .hs-richtext h2 {
  color: #02569e;
}
.contact_us .footer-form form .hs-richtext p,
.contact_us .footer-form form .hs-richtext p a{
  color: #02569e;
}
.contact_us form .hs-input {
  background: #fff;
  color: #333;
}
.contact_us .footer-form form .hs-form-field .hs-input::placeholder {
  color: #ccc;
  transition: all .5s;
/*   opacity: 1; */
}
.map-section article p strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}
.map-section article h3:not(:first-child) {
  margin-top: 18px;
}
.map-section-inner .dnd-section > .row-fluid {
  padding: 0 !important;
}
.footer-form form .hs-richtext p a:hover {
  color: #02569e !important;
}


/************************************* Benifits Page *****************************/

.benifits_layout section .dnd-section > .row-fluid {
  padding: 30px 15px;
}
.benifits_layout section p {
  margin: 15px 0;
}
.benifits_layout section ul {
  margin: 15px 0;
}
.benifits_layout .text-image .dnd-column {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
}
.benifits_layout .text-image .dnd-column + .dnd-column {
  padding: 0 0 0 20px;
}
.benifits_layout .text-image h2, .about-main-area h2 {
  line-height: 1.5;
  margin-bottom: 21.5px;
}
.benifits_layout .text-image ul {
  padding-left: 24px;
}
.benifits_layout .text-image ul li {
  list-style: none;
  position: relative;
  font-family: montserratregular;
  padding: 5px 0;
}
.benifits_layout .text-image ul li:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #00ace9;
  position: absolute;
  top: 6px;
  left: -24px;
}
.benifits_layout .text-image img {
  border-radius: 50%;
}
.benifits-video-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.benifits_layout .benifits-video .dnd-section > .row-fluid {
  padding: 0;
}
.benifits-video .dnd-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.benifits-video .hs-responsive-embed-wrapper {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  height: 355px;
  max-height: unset !important;
}
.about_us .benifits-video {
  display: none;
}
.benifits_layout section p strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}
.the_benefits .benifits_layout > .dark-blue {
  display: none;
}


/***************************** Clipping Layout ************************/
.clipping_layout > .dots.dark-blue {
  display: none !important;
}
.clipping-banner .banner-container {
  max-width: 1280px;
}
.clipping_layout section .dnd-section > .row-fluid {
  padding: 30px 15px;
}
.clippimg-content article ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.clippimg-content article ul li {
  position: relative;
  background: #e1f1f9;
}
.clippimg-content article ul li h2 {
  margin: -1px 0 0;
  font-size: 14px;
  background: #e1f1f9;
  padding: 10px;
  position: relative;
  line-height: 1.5;
  min-height: 62px;
}
.clippimg-content article img {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: .5%;
  padding-right: .5%;
}
section.register-area {
  text-align: center;
}
.register-area h2 {
  line-height: 1.5;
  margin-bottom: 21.58px;
}
.register-area p {
  margin: 15px 0;
}
.register-area p a {
  margin: 0;
  padding: 10px 20px;
}
.register-area p a:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}

/************** Our Clinics **************/

.our_clinicians .banner-container {
  margin-bottom: 18px;
}

/*************** sitemap ******************/

.website-page .navigation-primary > ul {
  margin-top: 0;
}
.website-page .navigation-primary > ul ul {
  margin: 0;
}

/******************************* Search Page *****************************/
.body-container-wrapper.search_page {
  background-color: #e1f1f9;
}
.search_page .content-wrapper {
  max-width: 1000px;
}
.search_page .systems-page {
  padding: 50px 0;
}
.search_page h1 {
  font-size: 26px;
  margin-bottom: 0.84em;
  line-height: 1.5;
  font-family: montserratsemibold,Helvetica,Arial,sans-serif;
  color: #02569e;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  border-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}
.search_page .hs-search-results {
  margin: 0;
}
.hs-search-results__listing li {
  background: #fff;
  padding: 20px 30px !important;
  margin-bottom: 2em !important;
}
.hs-search-results__listing li .hs-search-results__title {
  transition: all .5s;
  color: #02569e;
  text-decoration: none;
  font-family: montserratsemibold,Helvetica,Arial,sans-serif;
  font-size: 26px;
  display: block;
  margin-bottom: 21.58px;
}
.hs-search-results__listing li .hs-search-results__description {
  line-height: 1.5;
  color: #333;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  font-size: 15px;
  margin: 15px 0;
  padding: 0;
}
section.search_banner {
  background: #02437b;
}
.search_banner_inner {
  padding: 30px 0;
}
.search_banner_inner h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  font-family: montserratmedium;
}






/************************** About Us ***************************/

.about_us_layout .page-center {
  max-width: 1000px;
}
.about_us_layout section .dnd-section > .row-fluid {
  padding: 0;
}
.about_us_layout section .dnd-section .dnd-column {
  width: 100%;
  margin: 0;
  padding: 0;
}
.about-main-area img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.about-main-area p {
  margin: 15px 0;
}
.about-main-area p strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}


/********************** How It works ********************/

.how_it_works .about-main-area p:first-of-type {
  margin-top: 0;
}
.how_it_works .about-main-area img {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
.how_it_works .about-main-area-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.how_it_works .about-main-area-inner .dnd-column {
  padding: 0 15px !important;
}
.how_it_works .about-main-area ul {
  margin: 15px 0;
}


/****************************************** Home Page *********************************/

.home-intro {
  padding-bottom: 8%;
}
.home-intro .page-center {
  max-width: 1000px;
}
.home-page .page-center .dnd-section > .row-fluid {
  padding: 0 !important;
}
.intro-content figure {
  margin: 1em 40px;
  margin-bottom: 1em;
}
.intro-content figure .hs-responsive-embed {
  max-width: 100% !important;
  max-height: unset !important;
  min-width: unset !important;
}
.home-page p {
  margin: 15px 0;
}
.home-page ul {
  margin: 15px 0;
}
.intro-start .dnd-section > .row-fluid {
  padding: 0 !important;
}
.intro-start {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.intro-start ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.intro-start ul li {
  list-style: none;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0071bb;
  display: inline-block;
  margin: 0 5%;
  position: relative;
  transition: all .5s;
}
.intro-start ul li > div {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.intro-start ul li h3 {
  font-family: montserratsemibold,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 32px;
  margin: 0;
}
.intro-start ul li p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  font-family: montserratmedium;
} 
.intro-start ul li h4 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
}
.home-two-column {
  padding-top: 8%;
  background: #e6f1f8;
  background: linear-gradient(to bottom,#e6f1f8 0,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.home-two-column-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.home-two-column .dnd-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.home-page h2 {
  font-size: 26px;
  margin: 0 0 21.58px;
}
.home-two-column .hs-responsive-embed {
  max-width: 100% !important;
  max-height: unset !important;
}
.home-two-column .hs-responsive-embed + div > img {
  margin: 2em 0;
  max-width: 100%;
  height: auto;
}


.clinicians-inner, .benefits-inner, .studydays-inner, .casestudies-inner {
  padding: 30px 0;
}


.studydays .hs_cos_wrapper_type_rich_text h2 {
  color: #21ce8b;
  text-align: center;
  margin-bottom: 50px;
}
.studydays .span6.dnd-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  padding-bottom: 70px;
}

section.casestudies {
  background: #e1f1f9;
}
.casestudies .span6.dnd-column {
  position: relative;
  min-height: 1px;
  margin: 0;
  width: 100%;
  padding: 0;
}
.testimonial-slider {
  padding: 30px;
  background: #02569e;
}
.testimonial-slider blockquote {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 24px;
  background: 0 0;
  border: none;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  line-height: 1.5;
}
.testimonial-slider blockquote:before, .testimonial-slider blockquote:after {
  clear: both;
  font-size: 32px;
  color: #00ace9;
  font-family: FontAwesome;
  display: block;
}
.testimonial-slider blockquote:before {
  content: '\f10d';
}
.testimonial-slider blockquote:after {
  content: '\f10e';
  text-align: right;
}
.testimonial-slider p.author {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.casestudies .hs_cos_wrapper_type_rich_text p a {
  display: inline-block;
  background: #02569e!important;
  border: none;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 50px!important;
  font-size: 16px;
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
}
.casestudies .hs_cos_wrapper_type_rich_text p a:after{
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}
.testimonial-slider ul.slick-dots {
  padding: 0;
  bottom: 30px;
  list-style: none;
  margin: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
.testimonial-slider ul.slick-dots li button {
  font-family: montserratsemibold;
  box-shadow: none!important;
  border-radius: 50px!important;
  color: #fff!important;
  background: #02569e!important;
}
.testimonial-slider ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  opacity: .25;
}
.testimonial-slider ul.slick-dots li:hover button:before {
  color: #fff;
  opacity: 1;
}
.testimonial-slider ul.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: .75;
}


.testimonial-slider ul.slick-dots li button:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}
.quote-carousel.responsive {
  position: static;
  margin-bottom: 0;
}
.testimonial-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.home-two-column .hs-responsive-embed + div > strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}
.home-page > .dots.dark-blue {
  display: none !important;
}


@media (min-width: 768px){
  .benifits-video .dnd-column {
    float: left;
    width: 50%;
  }
  .clippimg-content article ul li {
    width: 32.333333%;
    float: left;
    margin: .5%;
  }
  .about_us_layout section .dnd-section .dnd-column {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
  }
  .about_us_layout section .dnd-section .dnd-column + .dnd-column {
    padding: 0 0 0 20px;
  }
  .intro-start {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 10;
  }
  .home-two-column .dnd-column {
    float: left;
    width: 50%;
  }


}

@media (min-width: 992px){
  .contact_us .page-center {
    padding: 50px 20px;
  }
  .map-section .dnd-column .dnd-row {
    float: left;
    width: 33.3333333333%;
  }
  .map-section .dnd-column .dnd-row + .dnd-row {
    float: left;
    width: 66.6666666667%;
  }
  .benifits_layout section .dnd-section > .row-fluid {
    padding: 50px 20px;
  }
  .clipping_layout section .dnd-section > .row-fluid {
    padding: 50px 20px;
  }
  .clinicians-inner, .benefits-inner, .studydays-inner, .casestudies-inner {
    padding: 50px 0;
  }
  .studydays .span6.dnd-column {
    float: left;
    width: 50%;
  }
  .casestudies .span6.dnd-column:first-child {
    width: 66.6666666667%;
  }
  .casestudies .span6.dnd-column + .dnd-column {
    width: 33.3333333333%;
  }


}




@media(max-width: 991px){
  .map-section article h3 {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .benifits_layout .text-image h2, .about-main-area h2 {
    font-size: 24px;
    margin-bottom: 19.92px;
  }
  .register-area h2 {
    font-size: 24px;
    margin-bottom: 19.92px;
  }
  .search_page .systems-page {
    padding: 30px 0;
  }
  .search_page h1 {
    font-size: 24px;
  }
  .hs-search-results__listing li .hs-search-results__title {
    font-size: 24px;
    margin-bottom: 19.92px;
  }
  .search_banner_inner h1 {
    font-size: 24px;
  }
  .search_banner_inner {
    padding: 30px 5px;
  }
  .home-page h2 {
    font-size: 24px;
    margin: 0 0 19.92px;
  }
  .search_banner h1 {
    font-size: 24px !important;
    margin: 0 !important;
  }
  .casestudies .dnd-section + .dnd-section > .row-fluid {
    display: block !important;
  }
  .blog-post-body .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-height: unset !important;
    margin-top: 20px !important;
  }
  .clippimg-content article ul li .hs-responsive-embed {
    max-width: 100% !important;
    min-width: unset !important;
  }


}


@media(max-width: 767px){
  .map-section article h3 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .map-section article h3:not(:first-child) {
    margin-top: 16px;
  }
  .benifits_layout .text-image h2, .about-main-area h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .benifits_layout .text-image .dnd-column {
    width: 100%;
    padding: 0 !important;
  }
  .benifits_layout .text-image img {
    width: 100%;
    height: auto;
  }
  .image-left .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .benifits-video .hs-responsive-embed-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .register-area h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .clippimg-content article ul {
    display: block;
  }
  .clippimg-content article ul li .hs-responsive-embed {
    max-width: unset !important;
    max-height: unset !important;
  }
  .clippimg-content article ul li {
    margin: 0 0 1em;
  }
  .clippimg-content article ul li h2 {
    min-height: auto;
  }
  .search_page h1, .hs-search-results__listing li .hs-search-results__title {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .how_it_works .about-main-area-inner .hs-responsive-embed {
    max-width: 100% !important;
    max-height: unset !important;
  }
  .home-page h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .home-two-column .hs-responsive-embed + div {
    margin-bottom: 15px;
    display: block;
  }


}



@media(max-width: 575px){
  .map-section article h3 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .map-section article h3:not(:first-child) {
    margin-top: 15px;
  }
  .benifits_layout .text-image h2, .about-main-area h2 {
    font-size: 20px;
    margin: 16.6px 0;
  }
  .register-area h2 {
    font-size: 20px;
    margin: 16.6px 0;
  }
  .search_page h1, .hs-search-results__listing li .hs-search-results__title {
    font-size: 20px;
    margin: 16.60px 0;
  }
  .home-page h2 {
    font-size: 20px;
    margin: 16.60px 0;
  }

  .studydays .dnd-section > .row-fluid {
    padding: 0;
  }
  .studydays .span6.dnd-column {
    padding-left: 15px !important;
    padding-right: 15px!important;
  }
  .studydays .dnd-section:last-child p {
    padding: 0 15px;
  }



}



@media (max-width: 479px){
  .about_us .banner.image-bg {
    height: 300px;
  }




}






.IE .body-wrapper {
  overflow: hidden;
}
.IE .intro-content figure .hs-responsive-embed{
  max-height: 100% !important;
  min-width: auto !important;
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

header.header {
  border-top: 5px solid #02569e;
  z-index: 999;
  position: relative;
}

.header .header__container {
  min-height: 150px;
  position: relative;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.header .logo img {
  height: 130px;
  width: auto !important;
  max-width:275px !important;
}

.header .contact-details {
  top: 20px;
  right: 200px;
  position: absolute;
}

.header .contact-details .phone {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}

.header .contact-details .phone a {
  color: #00ace9;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
}

.header .contact-details .phone i.fa-phone {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #00ace9;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.header .contact-details .phone i.fa-phone-square-alt {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.header .contact-details .phone i.fa-phone:before {
  content: "\f095";
}

.header .user-menu {
  position: absolute;
  top: 20px;
  right: 10px;
}

.header .user-menu ul {
  padding: 0 0 0 26px;
  margin: 0;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  font-size: 15px;
}

.header .user-menu ul li {
  border-right: 1px solid #ccc;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  margin-left: -4px;
}

.header .user-menu ul li a {
  font-family: montserratregular;
}

.header .header__container:before,
.header .header__container:after {
  content: '';
  clear: both;
  display: block;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul {
  display: none;
}

.mobile-trigger {
  display: none;
}

.header .custom-menu-primary .navigation-primary > ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
}

.header .custom-menu-primary .navigation-primary > ul > li {
  display: inline-block;
  position: relative;
  font-family: montserratregular;
  font-size: 15px;
}

.header .custom-menu-primary .navigation-primary > ul > li > a {
  display: block;
  padding: 10px 8px;
  font-family: montserratregular;
}

.header .custom-menu-primary .navigation-primary > ul > li.has-submenu > a {
  padding-right: 0;
}

.header .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
  content: '▾';
  margin-left: 5px;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > li {
  text-align: left;
  width: 100%;
  border-bottom: 1px dotted #000;
  transition: all .5s;
  font-size: 13px;
  line-height: 1.5;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > li > a {
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  display: block;
  font-family: montserratregular;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.header .custom-menu-primary .navigation-primary > ul > li > ul > li:hover > a {
  background-color: #0264b7;
}

.header .custom-menu-primary .navigation-primary > ul > li:last-child > ul {
  transform: translateX(-100px);
}

.child-trigger {
  display: none;
}

.header .custom-menu-primary .navigation-primary>ul>li>a.active-branch{
  font-weight: 700;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li>a.active-branch {
  font-weight: 700;
}

@media (max-width: 1380px) and (min-width: 1090px) {
  .header .custom-menu-primary .navigation-primary>ul>li:last-child>ul {
    right: 0;
    left: auto;
    transform: none;
  }
}

@media (min-width: 992px) {
  .header .custom-menu-primary {
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .header .custom-menu-primary .navigation-primary > ul > li > ul {
    position: absolute;
    width: 240px;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    background: #02569e;
  }

  .header .custom-menu-primary .navigation-primary > ul > li:hover > ul {
    display: inline-block;
    animation: fadeIn .5s;
  }

}

@media (max-width: 1089px) {
  .header .header__container {
    min-height: 220px;
  }

  .header .custom-menu-primary .navigation-primary>ul>li:last-child>ul {
    transform: translateX(10px);
  }
}

@media (max-width: 992px) {

  .header .custom-menu-primary .navigation-primary>ul>li>a.active-branch, 
  .header .custom-menu-primary .navigation-primary>ul>li.active-branch>a {
    background-color: transparent !important;
  }

  .custom-menu-primary .navigation-primary>ul>li.active-branch {
    background-color: transparent !important;
  }

  .header .custom-menu-primary .navigation-primary>ul>li:last-child>ul {
    transform: none;
  }

  .header .logo img {
    height: 110px;
    width: auto!important;
  }

  .header .header__container {
    min-height: 150px;
  }

  .header .custom-menu-primary {
    text-align: right;
  }

  span.mobile-trigger {
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 2;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 32px;
    border: 2px solid #02569e;
    display: block;
    cursor: pointer;
  }

  span.mobile-trigger .bun {
    display: inline-block;
    padding: 0;
    width: auto;
    margin-top: 5px;
  }

  span.mobile-trigger .bun span {
    display: block;
    height: 3px;
    width: 18px;
    margin: 2px 0;
    background: #02569e;
  }

  .custom-menu-primary-wrapper {
    position: absolute;
    top: 130px;
    width: 100%; 
    display: none;
  }

  .header .custom-menu-primary .navigation-primary>ul {
    background: #02569e;
  }

  .header .custom-menu-primary .navigation-primary > ul > li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }

  .header .custom-menu-primary .navigation-primary>ul>li>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    color: #fff !important;
    font-family: montserratlight,Helvetica,Arial,sans-serif;
  }

  .header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
    display: none;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    padding: 15px 22.5px;
    cursor: pointer;
    color: #fff;
    display: block;
    font-family: FontAwesome;
    top: 0;
  }

  .child-trigger i {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
  }

  .child-trigger i:before {
    content: "\f0d7";
  }

  .header .custom-menu-primary .navigation-primary>ul>li>ul {
    padding: 0;
    background: #024b8a;
  }

  .header .custom-menu-primary .navigation-primary>ul>li>ul>li {
    border: 0;
  }

  .header .custom-menu-primary .navigation-primary>ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    font-family: montserratlight,Helvetica,Arial,sans-serif;
  }

  .child-trigger.child-open {
    transform: rotateX(180deg);
  }

  .header .custom-menu-primary .navigation-primary>ul>li:hover,
  .header .custom-menu-primary .navigation-primary>ul>li:hover>a {
    background-color: #02569e !important;
  }

  .header .custom-menu-primary .navigation-primary>ul>li>ul {
    background-color: #024b8a !important;
  }

  .header .custom-menu-primary .navigation-primary>ul>li>ul>li>a {
    background-color: transparent !important;
  }

  span.mobile-trigger.mobile-open .bun span:nth-child(1) {
    transform: rotate(405deg);
    top: 5px;
  }

  span.mobile-trigger.mobile-open  .bun span {
    position: relative;
    margin: 0;
  }

  span.mobile-trigger.mobile-open  .bun span:nth-child(2) {
    opacity: 0;
  }

  span.mobile-trigger.mobile-open .bun span:nth-child(3) {
    transform: rotate(315deg);
    top: -1px;
  }
}

@media (max-width: 767px) {
  .header .contact-details {
    position: absolute;
    top: 55px;
    right: 55px;
  }

  .header .contact-details .phone .number {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

.footer-newsletter form .hs-submit .actions {
  position: relative;
}

.footer-form-wrapper {
  padding: 50px 5px;
  max-width: 800px;
  margin: 0 auto;
}

.footer-form {
  background: #00ace9;
}

.footer-form form {
  max-width: 100%;
}

.footer-form form filedset {
  max-width: 100%;
}

.footer-form form fieldset {
  max-width: 100%;
}

.footer-form form .hs-richtext {
  margin: 0;
}

.footer-form form .hs-richtext h2 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0.83em;
}

.footer-form form .hs-richtext p {
  padding: 0 calc(20% + 20px);
  margin-bottom: 2em;
  color: #fff;
  text-align: center;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.footer-form form .hs-richtext p a {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.footer-form form .hs-form-field {
  margin-bottom: 10px;
  padding: 0 5px;
}

.footer-form form .hs-form-field>label {
  display: none;
}

.footer-form .hs_cos_wrapper_type_form {
  padding: 0;
  max-width: 100%;
}

.footer-form form .hs-form-field input {
  border: 1px;
  padding: 12px 10px;
}

.footer-form form .hs-form-field textarea {
  border: none;
}

.footer-form form .hs-submit {
  text-align: center;
}

.footer-form form .hs-submit .hs-button {
  margin: 0;
  position: relative;
  right: 10px;
  transition: all .5s;
}

.footer-form form .hs-submit .hs-button:focus {
  opacity: .5;
  border: none !important;
}

.footer-form form .hs-form-field textarea::placeholder,
.footer-form form .hs-form-field input::placeholder {
  color: #fff;
  transition: all .5s;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
}

.footer-form form .hs-form-field textarea:focus::placeholder,
.footer-form form .hs-form-field input:focus::placeholder {
  opacity: .2;
}

.footer-main-section {
  background: #02569e;
}

.footer-main-section .footer-col {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.footer-main-section .footer__container:before, .footer-main-section .footer__container:after {
  content: '';
  clear: both;
  display: block;
}

.footer-main-section .footer__container {
  padding: 50px 20px;
}

.footer-main-section .footer-col h6 {
  color: #00ace9;
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1em;
}

.footer-main-section .footer-col ul {
  padding: 0;
  margin: 0 0 2em;
  display: block;
}

.footer-main-section .footer-col ul li {
  list-style: none;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-main-section .footer-col ul li a {
  color: #fff;
  padding: 0;
  display: inline-block;
}

.footer-main-section .footer-col p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.5;
  margin: 1em 0;
}

.footer-newsletter .hs_cos_wrapper_type_form {
  background: none;
  padding: 0;
  padding-bottom: 30px;
  margin-bottom: 16px;
}

.footer-newsletter form .hs-email {
  margin: 0;
  width: 60%;
  float: left;
}

.footer-newsletter form:before, .footer-newsletter form:after {
  content: '';
  clear: both;
  display: block;
}

.footer-newsletter form .hs-submit {
  width: 40%;
  float: right;
}

.footer-newsletter form .hs-submit input.hs-button {
  margin: 0;
  padding: 0;
  background: #00ace9;
  width: 100%;
  padding: 5px;
  padding-right: 15px;
  height: 40px;
  font-size: 14px;
  border-radius: 0 50px 50px 0;
}

.footer-newsletter form .hs-email input {
  background: #013b6c;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 9px 15px;
  font-size: 14px;
  height: 40px;
  color: #fff;
}

.footer-newsletter form .hs_error_rollup {
  display: none;
}

.footer-newsletter form .hs-email>label {
  display: none;
}

.footer-main-section .footer-newsletter h6 {
}

.footer-main-section .footer-newsletter p a {
  color: #fff;
}

.footer-main-section .footer-newsletter p a i.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  margin: 0 5px 0 0;
  background: #00ace9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.7em;
  border-radius: 20px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.footer-main-section .footer-newsletter p a i.fa.fa-facebook:before {
  content: "\f09a";
}

.footer-main-section .footer-newsletter p a i.fa.fa-twitter:before {
  content: "\f099";
}

.footer-main-section .footer-newsletter p a i.fa.fa-linkedin:before {
  content: "\f0e1";
}

.footer-main-section .footer-newsletter p a i.fa.fa-youtube:before {
  content: "\f167";
}

.footer-bottom-section .footer__container {
  padding: 50px 5px;
  margin: 0 auto;
}

.footer-bottom-section .footer__container:before,
.footer-bottom-section .footer__container:after {
  content: '';
  clear: both;
  display: block;
}

.footer-bottom-image {
  width: 16.6666666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom-image img {
  max-width: 100%;
}

.footer-image-description {
  width: 33.3333333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom-description {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-image-description p {
  font-size: 14px;
  margin-bottom: 1em;
  color: #02569e;
}

.footer-image-description p span {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.footer-bottom-description p {
  font-size: 12px;
  line-height: 16px;
  font-family: montserratregular;
  margin-bottom: 1em;
  color: #02569e;
}

.footer-form form .hs-submit .actions {
  padding: 0 20%;
}

.footer-form form .hs_error_rollup ul.hs-error-msgs li label {
  border: 2px solid #f7e700;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.footer-newsletter form .hs-email input:focus {
  border: none !important;
}

.footer-newsletter form .hs-submit input.hs-button:focus {
  border: none !important;
  outline: none !important;
}

.tablets .footer-main-section .footer-col h6 {
  text-transform: capitalize;
}

.tablets .footer-newsletter form .hs-submit input.hs-button {
  font-size: 16px;
}

.IE .footer-newsletter form .hs-email input{
  height: 40px !important;
}

@media (min-width: 992px) {
  .footer-newsletter form {
    display: flex;
    position: relative;
  }

  .footer-newsletter form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
  }
}

@media (max-width: 992px) {
  .footer-bottom-section .footer__container {
    padding: 30px 0px;
  }

  .footer-bottom-image {
    width: 100%;
  }

  .footer-image-description {
    width: 100%;
  }

  .footer-bottom-description {
    width: 100%;
  }

  .footer-bottom-image img {
    margin-bottom: 16px;
    width: auto !important;
    float: left;
  }

  .footer-main-section .footer__container {
    padding: 30px 15px;
  }

  .footer-main-section .footer-col {
    width: 100%;
  }

  .footer-newsletter form {
    max-width: 100%;
  }

  .footer-main-section .footer-logo img {
    float: left;
  }

  .footer-form-wrapper {
    padding: 30px 5px;
  }

  .footer-form form .hs-form-field {
    padding: 0;
  }

  .footer-form form .hs-form-field textarea {
    height: 214px !important;
  }

  .footer-form form .hs-richtext p {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 calc(20% + 15px);
  }

  .footer-form form .hs-richtext h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .footer-main-section .footer-logo img {
    float: none;
    margin-bottom: 16px;
  }

  .footer-form form .hs-richtext p {
    padding: 0;
  }

  .footer-form form .hs-richtext h2 {
    font-size: 22px;
    margin-top: .83em;
  }
}

@media (max-width: 576px) {
  .footer-form form .hs-richtext h2 {
    font-size: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

/****************************** Blog Listing ****************************/
section {
  position: relative;
}
.blog-banner {
  background-repeat: no-repeat;
  position: relative;
  background-color: #0099d0;
}
.blog_banner_inner {
  background: #02437b;
}
.blog-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  max-width: 1280px;
  padding: 30px 15px;
}
.news_blog .blog-container{
  max-width: 1000px;
}
.blog-banner .blog-container {
  padding: 30px 20px;
}
.blog-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.light-blue {
  background-color: #e1f1f9;
}

.blog_content {
  background-color: #e1f1f9;
}
.blog_content.blog_listing {
  padding-left: 50px;
  position: relative;
}
.blog-container-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-container-inner:before, .blog-container-inner:after {
  content: " ";
  display: table;
}
.blog-container-inner:after{
  clear: both;
}
.blog-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.post-item {
  background: #fff;
  padding: 10px 15px 15px 60px;
  margin-bottom: 2%;
  transition: all .5s;
  position: relative;
}
.post-item h2 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 21.5px;
  font-size: 26px;
}
.post-item h2 a {
  font-family: inherit;
}
.post-item .date {
  font-size: 15px;
  margin-top: 0;
  background: #02569e;
  color: #fff;
  text-align: center;
  font-family: montserratmedium;
  display: block;
  padding: 14px 0 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 15px;
}
.post-item .date .day {
  font-size: 28px;
}
.post-item .date .month {
  font-size: 16px;
}
.post-item .date .year {
  font-size: 14px;
  color: #00ace9;
}
.post-item .excerpt {
  padding-bottom: 10px;
}
.post-item .excerpt p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 15px;
}
.more-link {
  text-decoration: none;
  transition: all .5s;
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
  border-radius: 50px!important;
  display: inline-block;
  border: 2px solid #02569e;
  background: 0 0!important;
  color: #02569e!important;
  font-size: 14px;
  padding: 5px 12px;
}
.more-link:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}
.blog-pagination {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
}
.blog-pagination a, .blog-pagination span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  border: none;
}
.blog-pagination a, .blog-pagination span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  border: none;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  line-height: 1.5;
  font-size: 14px;
}
.blog-pagination a.active {
  font-weight: bold;
  border: none;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  pointer-events: none;
  color: #333;
}
.blog-sidebar > div {
  background: rgba(2,86,158,.05);
  padding: 20px;
  margin-bottom: 2%;
}
.blog-sidebar h3 {
  font-family: montserratsemibold,Helvetica,Arial,sans-serif;
  color: #02569e;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 18px;
}
.blog-sidebar ul {
  line-height: 1.5;
  color: #333;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.blog-sidebar ul li {
  line-height: 1.5;
  color: #333;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  list-style: none;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
.blog-sidebar ul li:last-child {
  border: none;
}
.blog-sidebar ul li a {
  transition: all .5s;
  color: #02569e;
  text-decoration: none;
  font-family: montserratregular;
}
span.filter-link-count {
  display: none;
}
.blog-sidebar ul li .post-date {
  display: block;
  font-size: 12px;
}
.blog-site-search .hs-search-field {
  background: none;
  padding: 0;
}
.blog-site-search form {
  max-width: 100%;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  font-size: 100%;
  line-height: 1.5;
}
.blog-site-search .hs-search-field__input {
  font: inherit;
  margin: 0;
  line-height: 1.5;
  color: #333;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  font-size: 16px;
  box-shadow: 0 0 0 #ccc;
  transition: all .5s;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 5px;
  width: 60%;
  float: left;
  background: white;
  outline: none;
}
.blog-site-search .search-submit {
  font: inherit;
  margin: 0;
  line-height: 1.5;
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
  border-radius: 50px!important;
  color: #fff!important;
  display: inline-block;
  background: #02569e!important;
  font-size: 16px;
  border: none;
  padding: 5px 0;
  width: 40%;
  float: left;
}
.blog-site-search form:before, .blog-site-search form:after {
  display: table;
  content: "";
}
.blog-site-search form:after {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/********************************** News posts ****************************/

.blog_content.blog_post {
  background: #fff;
}
.blog-post-area h1 {
  color: #02569e;
  font-weight: 400;
  font-family: montserratmedium;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 21.44px;
  line-height: 1.5;
}
.blog-post-area .date {
  margin-bottom: 16px;
}
.blog-post-area .date strong {
  font-family: montserratmedium,Helvetica,Arial,sans-serif;
}
.fa-calendar:before {
  content: "\f073";
}
.blog-post-body {
  color: #333;
}


/************************************ case Studies Listing ****************************/

.category-filter .blog-container {
  padding-top: 25px;
}
.case-studies .blog_content.blog_listing {
  padding: 0;
}
.blog-listing-wrapper {
  margin: 0 -1%;
  padding: 0;
  zoom: 1;
}
.blog-listing-wrapper:before, .blog-listing-wrapper:after {
  content: "";
  display: table;
}
.blog-listing-wrapper:after {
  clear: both;
}
.case-study-item {
  line-height: 1.5;
  color: #333;
  font-family: montserratlight,Helvetica,Arial,sans-serif;
  font-size: 15px;
  margin: 1%;
}
.featured-image {
  position: relative;
}
.featured-image img {
  width: 100%;
  height: auto;
}
.transition {
  transition: all .5s;
}
.featured-image .read__btn {
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
  display: inline-block;
  background: #02569e!important;
  border: none;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 50px!important;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.featured-image .read__btn:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  z-index: 1;
}
.featured-image .cover {
  background: rgba(2,86,158,.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.case-study-content {
  background: #fff;
  padding: 20px;
}
.case-study-content h3 {
  line-height: 1.5;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.case-study-content h3 a {
  font-family: inherit;
}
.case-study-content p {
  margin: 15px 0;
}
.featured-image:hover .read__btn {
  opacity: 1;
}
.featured-image:hover .cover {
  opacity: 1;
}
.hs-blog-listing .case-studies + .dots.dark-blue {
  display: block;
}


ul.l_tinynav1 {
  display: none !important;
}
.post-filter {
  text-align: center;
}
.post-filter h3 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  font-family: montserratregular;
  font-size: 18px;
  padding-bottom: 5px;
  margin: 0;
  color: #333;
}
.post-filter .widget-module {
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.post-filter select#tinynav1 {
  font: inherit;
  margin: 0;
  text-transform: none;
  box-sizing: border-box;
  color: #222;
  width: 200px;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  line-height: 1.5;
  font-size: 16px;
  background: #fff;
}
.post-filter select#tinynav1:focus {
  border-color: #333 !important;
}


/************** case Studies Posts *************************/

.case-studies-post .blog-container {
  max-width: 1000px;
}
.blog-banner p.back {
  margin: 0!important;
  font-size: 14px!important;
  color: #fff;
}
.blog-banner p.back a {
  color: #fff;
}
.case-study-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.download-section {
  background: #d0e9f6;
  position: relative;
  text-align: center;
}
.download-section h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 22px;
}
.download-section p {
  margin: 15px 0 30px;
  color: #333;
}
.download-section .download_btn {
  transition: all .5s;
  display: inline-block;
  background: #02569e!important;
  border: none;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 50px!important;
  font-size: 16px;
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
  text-decoration: none;
}
.download-section .download_btn:before {
  font-family: FontAwesome;
  content: '\f1c1';
  margin-right: 10px;
  font-size: 18px;
}
.download-section .download_btn:after {
  font-family: FontAwesome;
  margin-left: 10px;
  content: '\f019';
}

/******************** case Studies **************************/

.content_reapeat .page-center {
  max-width: 1000px;
}
.post-content-col.one_column_post {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-content-col p {
  margin: 1em 0;
}
.blog-post-body p {
  margin: 1em 0;
}
.blog-post-body p:first-child {
  margin-top: 0;
}
.post-content-col h3 {
  color: #02569e;
  font-size: 18px;
  margin: 0 0 1em;
}
.blog-post-body blockquote, .post-content-col blockquote {
  background: #e1f1f9;
}
.blog-post-body blockquote p, .post-content-col blockquote p {
  margin: 0;
}
.post-content-col h2 {
  margin-bottom: 21.58px;
}
.post-main-content:before, .post-main-content:after {
  display: table;
  content: "";
}
.post-main-content:after {
  clear: both;
}
.post-content-col ul {
  margin: 1em 0;
}
.post-content-col h4 {
  font-size: 16px;
  margin-bottom: 21.28px;
}
.blog-post-body h1 {
  font-size: 32px;
  margin-bottom: 21.44px;
}
.post-content-col p:first-child {
  margin-top: 0;
}
.blog-post-body h2 {
  font-size: 26px;
  margin-bottom: 21.58px;
}
.post-content-col table {
  border-spacing: 0;
  margin: 1em 0;
  border-collapse: collapse;
  border-color: grey;
  border: 0;
}
.post-content-col table tr td {
  background: #e1f1f9;
  padding: 5px;
  font-size: 14px;
  border: 2px solid #fff;
  font-family: montserratregular,Helvetica,Arial,sans-serif;
  vertical-align: middle;
}
.post-content-col table tr:first-of-type td {
  background: #b7ddf1;
}
.post-content-col table.colored-table tr td {
  background: #fff;
  padding: 5px;
  font-size: 12px;
  border: 2px solid #e1f1f9;
}
.post-content-col table.colored-table tr:first-of-type td {
  background: #b7ddf1;
}
.post-content-col.one_column_post p:first-child {
  margin-top: 1em;
}
.post-content-col.one_column_post blockquote p:first-child {
  margin-top: 0;
}
blockquote {
  margin: 2.1em 0;
}
.post-content-col h3:not(:first-child) {
  margin-top: 1em;
}
.post-content-col h3:first-of-type {
  margin-top: 0;
}




@media (min-width: 576px){
  .case-study-item {
    float: left;
    width: 31.333333%;
  }


}



@media(min-width: 768px){
  .post-content-col.two_column_post {
    width: 50%;
    float: left;
  }
  .post-content-col.two_column_post:first-child {
    padding-right: 15px;
  }
  .post-content-col.two_column_post:last-child {
    padding-left: 15px;
  }



}


@media (min-width: 992px){
  .blog-container {
    padding: 50px 20px;
  }
  .blog-banner h1 {
    font-size: 36px;
  }
  .blog-column1 {
    width: 66.6666666667%;
    float: left;
  }
  .blog-column2 {
    float: left;
    width: 33.3333333333%;
  }
  .post-item {
    padding: 20px 30px 20px 60px;
  }
  .case-study-column {
    width: 50%;
    float: left;
  }
  .case-study-column.image-column {
    left: 50%;
  }
  .case-study-column.content-column {
    right: 50%;
  }


}



@media (max-width: 1024px){
  .dots {
    display: none;
  }
  .hs-blog-listing .case-studies + .dots.dark-blue {
    display: none;
  }

}



@media(max-width: 991px){
  .post-item h2 {
    font-size: 24px;
  }
  .post-item {
    padding: 20px 30px 20px 60px;
  }
  .blog-post-area h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .case-study-content h3 {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .download-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content-wrapper {
    padding: 0 15px;
  }
/*   .post-feture img {
    max-width: 640px;
    width: 100%;
  } */
  .post-feture img {
    max-width: 100%;
    width: auto !important;
}
  .post-content-col.one_column_post {
    padding: 50px 5px;
  }
  .post-content-col h3 {
    font-size: 17px;
  }
  .post-content-col h2 {
    font-size: 24px;
    margin-bottom: 19.92px;
  }
  .blog-post-body h1 {
    font-size: 30px;
    margin-bottom: 20.10px;
  }
  .blog-post-body h2 {
    font-size: 24px;
    margin-bottom: 19.92px;
  }
  
  


}



@media(max-width: 767px) {
  .post-item {
    padding: 10px 15px 15px 60px;
  }
  .post-item h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .blog-post-area h1 {
    font-size: 28px;
    margin: 18.76px 0;
  }

  .case-study-content h3 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .download-section h2 {
    font-size: 22px;
    margin-bottom: 18.26px;
  }
  .post-content-col h3 {
    font-size: 16px;
    margin: 1em 0;
  }
  .post-content-col h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
  .blog-post-body h1 {
    font-size: 28px;
    margin: 18.76px 0;
  }
  .blog-post-body h2 {
    font-size: 22px;
    margin: 18.26px 0;
  }
/*   .post-feture img {
    width: 100% !important;
  } */


}





@media(max-width: 575px) {
  .post-item h2 {
    font-size: 20px;
    margin: 16.6px 0;
  }
  .blog-post-area h1 {
    font-size: 24px;
    margin: 16px 0;
  }
  .case-study-content h3 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .download-section h2 {
    font-size: 20px;
    margin-bottom: 16.60px;
    margin-top: 16.60px;
  }
  .post-content-col h3 {
    font-size: 15px;
  }
  .post-content-col h2 {
    font-size: 20px;
    margin: 16.60px 0;
  }
  .blog-post-body h1 {
    font-size: 24px;
    margin: 16.08px 0;
  }
  .blog-post-body h2 {
    font-size: 20px;
    margin: 16.60px 0;
  }
  
  
  


}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.page-center {
  padding: 30px 15px;
}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.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;
}
.error-page-wrapper.content-wrapper {
  max-width: 1000px;
}
.error-page-wrapper .error-page {
  padding: 50px 0;
  text-align: left;
}

.error-page p {
  margin: 1em 0;
}

.error-page a.btn {
  display: inline-block;
  background: #02569e!important;
  border: none;
  color: #fff!important;
  padding: 10px 20px;
  border-radius: 50px!important;
  font-size: 16px;
  font-family: montserratsemibold;
  box-shadow: none!important;
  cursor: pointer;
}

.error-page a.btn:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

@media (max-width: 992px) {
  .error-page {
    padding: 7rem 0;
  }
  .error-page-wrapper .error-page {
    padding: 30px 0;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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 (min-width: 992px){
  .page-center {
    padding: 50px 20px;
  }

}

.header-social-link {
  font-size:26px !important;
}
.header .user-menu ul li {
  border-right:0px !important;
}