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











































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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  max-width:100%;
  padding:0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/Casectrl_December2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fontawesome-webfont.woff) format("woff"),
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal;
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("https://7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/Casectrl_December2020/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fa-brands-400.woff2) format("woff2"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fa-brands-400.woff) format("woff"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal;
}

@font-face {
  font-family: eicons; 
  src: url("https://7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/Casectrl_December2020/Fonts/eicons.eot") format("embedded-opentype"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/eicons.woff2) format("woff2"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/eicons.woff) format("woff"), 
    url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/Fonts/eicons.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}
html {
  font-size: 16px;
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
  font-family: open sans, sans-serif;
  font-size: 15px;
  color: #4e4f50;
  line-height: 1.66;
  overflow-x: hidden;
}

p {
  margin: 0 0 1.5em;
  font-family: open sans, sans-serif;
}

/* Anchor Links */
a {
  color: #222;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin-top:0;
  margin-bottom:20px;
  font-weight: 700;
  font-family: open sans, sans-serif;
  color: #4e4f50;
  word-break: break-word;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media screen and (min-width: 30em){
  body, button, input, select, textarea {
    font-size: 16px!important;
  }
}
@media screen and (min-width: 48em){
  body, button, input, select, textarea {
    font-size: 16px!important;
    line-height: 1.5!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, 
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt, 
.body-container .submitted-message, .form-container form,
#hs_cos_wrapper_backup_unsubscribe form, #hs_cos_wrapper_password_prompt form {
  background-image: url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/images/footer-background.png);
  padding: 28px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 0 15px;
  color: white;
}
form {
  font-family: open sans, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #5EB5B9;
  border-color: #5EB5B9;
  color: #fff;
  border:0;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  margin:20px 0;
  
  text-decoration: none;
}

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

.hs-button:active {
  background-color: #86dde1;
  border-color: #86dde1;
}


.hs-form  label {
  color: #fff;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  color: #4e4f50;
  box-sizing: border-box;
  margin-bottom: 12px;
  height: 41px!important;
  border-radius: 6px;
  border: 0px;
  color: #4e4f50;
  background: #fff;
  display: block;
  padding: 0.7em;
  width: 100%!important;
  font-weight: 400;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  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: #4e4f50;
  font-size: 14px;
}

.hs-input::-webkit-input-placeholder {
  color: #4e4f50;
  font-size: 14px;
}
.blog-search .hs-search-field__input::-webkit-input-placeholder {
  color: #4e4f50;
  font-family: 'Open Sans';
  font-size: 14px;
  opacity: 1;
}
.blog-search .hs-search-field__input:-moz-placeholder {
  color: #4e4f50;
  font-family: 'Open Sans';
  font-size: 14px;
  opacity: 0.6;
}


.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: #4e4f50;
  border:none!important;
}
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: #4e4f50;
  border:none!important;
}

.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;
  text-align: left;
  white-space: normal;
  color:#ff0000!important;
  font-family: roboto!important;
}
.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: #4e4f50;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #32b8bb!important;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 15px;
  color: #4e4f50;
}
.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: open sans, sans-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;
}
.banner-section .dnd-section > .row-fluid {
  padding:0;
}
.banner-wrapper{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  background-color: #132438;
}
.banner-overlay{
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banner-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.inner-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-wrapper-inner{
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.banner-wrapper .page-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
}
.banner-left-section{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.left-section-inner{
  padding: 60px 10px 51px 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.banner-heading{
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.banner-heading h1{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: normal;
  font-size: 39px;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.banner-heading h1 span{
  color: #32b8bb;
  font-weight: normal;
}
.banner-text{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.banner-text p{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.banner-button{
  width: 100%;
  position: relative;
  text-align: left;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.banner-button a{
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  background-color: #32B8BB;
  border-radius: 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.banner-button a:hover {
  opacity: 0.9;
  color:#fff;
}
.button-content-wrapper{
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-text{
  font-weight: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.banner-right-section{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.right-section-inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (min-width: 768px){
  .banner-left-section{
    width: 60%;
  }
  .banner-right-section{
    width: 66.349%;
  }
}
@media (max-width: 767px){
  .banner-left-section,.banner-right-section{
    width: 100%;
  }
}
@media only screen and (max-width: 570px){
  .left-section-inner{
    padding: 20px 10px 20px 10px;
  }
  .banner-left-section,.banner-button{
    text-align:center;
  }
  .banner-wrapper{
    background-position: 81% bottom!important;
    background-size: 900px;
    padding-bottom: 150px;
    min-height: 395px;
    
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs-form label{
    color: #fff !important;
    font-weight: 700;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.simple-banner{
  background: #475287;
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: relative;
  display: block;
}
.simple-banner .simple-banner-text {
  font-weight: 700;
  padding: 10px;
  color: #ffffff;
}
.simple-banner .simple-banner-text a {
  color: #5eb5b9;
}
.simple-banner .simple-banner-text a:hover {
  color: #5eb5b9;
}
.header {
  background-color: #F8FAFC;
}
header.header {
  position: relative;
  /*min-height: 138px;*/
}

.header-group{
  background-image: url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/images/headet-top-new.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  width:100%;
}
.header-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.inner-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}
.header-wrapper-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
}
.header__logo{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}
.header-logo-inner{
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.header-logo-inner a{
  display: inline-block;
}
.header-logo-inner img{
  vertical-align: middle;
  display: inline-block;
  padding: 15px 0px;
  height: auto;
  max-width: 100%;
  border: none;
  width:249px!important;
  height:auto;
}
.header-navigation{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}
.header-navigation-inner{
  padding: 10px;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.navigation-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  position: relative;
  width: 100%;
}
.custom-menu-primary{
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: block;
  line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  white-space: nowrap;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  display:block;
}
.custom-menu-primary ul ul {
  display: none;
  background: #fff;
  margin-left: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 208px;
  z-index: 2;
  padding: 0;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  margin-top: -1px;
  margin-bottom:0;
  list-style:none;

}
.custom-menu-primary .hs-menu-wrapper > ul ul> li{
  position: relative;
  display: block;
  line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul ul> li > a{
  white-space: nowrap;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #4e4f50;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 16px;
}
.scroll-header .header-group{
  position:fixed;
  z-index: 99;
  top:0;
}
.menu-toggle{
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  outline: 0;
}
.menu-toggle i{
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-open .menu-toggle i:before {
  content: "\e87f";
}
.eicon-menu-bar:before {
  content: '\e816';
}
.mobile-open .mobile-menu-primary{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
  display:block;
  z-index:99;
}
.mobile-menu-primary{
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  -webkit-transition: max-height .3s,-webkit-transform .3s;
  transition: max-height .3s,-webkit-transform .3s;
  -o-transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
  background-color: #fff;
  font-size: 13px;
}
.mobile-menu-primary .hs-menu-wrapper > ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li{
  padding: 7px 15px;
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li > a{
  background-color: transparent;
  color: #494c4f;
  width: auto;
  display: inline;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family:roboto;
  font-weight:500;
}
.child-trigger{
  display: block !important; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 4px;
  right: 0px;
  width: 55px !important; /* Button width */
  min-width: 55px !important;
  height: 25px !important; /* Button height */  
  padding: 0 !important;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color: #494c4f; /* Icon color */
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children {
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul {
  display:none;
  position: static !important;
  width: 100%;
  background: transparent;
  padding:0;
  margin:0;
  list-style:none;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul> li{
  padding: 7px 15px;
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul > li > a{
  background-color: transparent;
  color: #494c4f;
  width: auto;
  display: inline;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family:roboto;
  font-weight:500;
}
@media (min-width: 768px){
  .header__logo{
    width: 30.029%;
  }
  .header-logo-inner{
    padding-top:0px;
    padding-bottom:0px;
  }
  .header-wrapper{
    padding-top:0px;
    padding-bottom:0px;
  }
  .header-navigation{
    width: 69.971%;
  }
  .header-navigation-inner{
    padding-top:0px;
    padding-bottom:0px;
  }
  .navigation-container{
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 37px 0px;
    color: #4e4f50;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 16px;
    position:relative
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a::after{
    content: "";
    bottom: 0;
    background-color: transparent;
    height: 7px;
    width: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a::after{
    background-color: #32b8bb;
    height: 7px;
  }
  .menu-toggle{
    display:none;
  }
  .mobile-menu-primary{
    display:none;
  }
}
@media only screen and (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0px 12px;
  }
}
@media (max-width: 767px){
  .custom-menu-primary{
    display:none;
  }
  .menu-toggle{
    position: absolute;
    right: 0;
    top: 6px;
    color: #475287;
    background: transparent;
    font-size: 40px;
  }
  .header-navigation{
    position: absolute;
    width: 100%;
  }
  .header__logo{
    width: 100%;
  }
  .header__logo img{
    position: relative;
    z-index: 1;
    padding:0;
  }
  .mobile-menu-primary{
    margin-top: 84px
  }

  .mobile-open .mobile-menu-primary .hs-menu-wrapper>ul {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 204px;
    height: 80vh;
  }
}

@media (max-width: 365px){
  .menu-toggle {
    right: -23px;
    top: 0px;
  }
  .simple-banner .simple-banner-text {
    font-size: 14px;
    min-height: 44px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-image: url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/images/footer-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 10px 50px 10px;
  position: relative;
}
.footer__main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-wrapper{
  padding: 10px 10px 10px 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrapper-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
}
.footer-column-1{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.footer-column-inner-1{
  padding: 0px 20px 0px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer-logo{
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer-logo img{
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width:177px;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-contact{
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer-contact p{
  color: #fff;
  line-height: 30px;
  margin-bottom: 0px;
}
.social-icon{
  width: 100%;
  position: relative;
  text-align: left;
  line-height: 1;
  font-size: 0;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.social-icon ul{
  display: inline-block;
  width: 100%;
  word-spacing: 10px;
  margin-bottom: 0;
  padding-left:0;
  list-style:none;
  margin-top:0;
}
.social-icon ul > li{
  display: inline-block;
  word-break: break-word;
  min-width:0;
}
.social-icon ul > li > a{
  background-color: #5EB5B9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size:15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 15px;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  color: #818a91;
}
.social-icon ul > li > a i{
  color: #475287;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin::before {
  content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d";
}
.social-icon ul > li > a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-column-2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.footer-column-inner-2{
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.links-heading{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.links-heading h4{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size:15px;
}
.footer-menu{
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer-menu .hs-menu-wrapper > ul{
  list-style: none;
  float: right;
  margin:0;
  padding:0;
}
.footer-menu .hs-menu-wrapper > ul > li{
  float: left;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 5px;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  color: #fff;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover{
  opacity: 0.9;
}
.footer-column-3{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.footer-column-inner-3{
  padding-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.contact-heading{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.contact-heading h4{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size:15px;
}
.contact-form{
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.contact-form form{
  width:100%;
  max-width:100%;
}
.contact-form .field{
  margin-bottom:0;
}
.contact-form form label {
  color: #333;
  display: block;
  margin-bottom: 0.5em;
}
.contact-form form textarea{
  height: 70.4px!important;
  margin: 0;
}
.contact-form form .hs-button{
  margin-top:12px;
  margin-bottom:0;
  font-size:15px!important;
}
.contact-form form .hs-button:focus{
  outline:0;
}
.contact-form form .inputs-list{
  margin-bottom: 0px;
}
.contact-form form .inputs-list label{
  color:#fff!important;
  margin-top:0;
}
.contact-form form .hs_error_rollup{
  display:none;
}
.footer-column-4{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.footer-column-inner-4{
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.newsletter-heading{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.newsletter-heading h4{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size:15px;
}
.newsletter-form{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.newsletter-form form{
  width: 100%!important;
  max-width: 100%!important;
}
.newsletter-form form .inputs-list{
  margin-bottom: 0px;
}
.newsletter-form form .inputs-list label{
  color:#fff!important;
  margin-top:0;
}
.newsletter-form form .hs_error_rollup{
  display:none;
}
.newsletter-form label {
  margin-bottom: 0px;
}
.newsletter-form .hs_email {
  margin-bottom: 0px;
}
.newsletter-form .hs_email {
  margin-bottom: 0px;
}
.newsletter-form .hs-input{
  border-radius: 6px 0px 0px 6px;
  border: 0px;
  height: 40px!important;
  max-width: 69%;
  width: 100%;
  margin-bottom:0;
}
.newsletter-form .hs_submit.hs-submit {
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter-form  .hs-button{
  font-family: "Open Sans";
  font-size: 15px!important;
  font-weight: 600;
  border-radius: 0px 6px 6px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 40px;
  border: 0px;
  padding: 8px 20px;
}
.newsletter-form  .hs-button:focus{
  outline:0;
}
.footer__copyright{
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer__copyright p{
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-weight: normal;
  line-height: 26px;
  text-align: right;
  margin-top: 86px;
  margin-bottom:0;
}
.footer__copyright p span:nth-child(1){
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.footer__copyright p span:nth-child(2){
  color: #5eb5b9;
  font-weight: bold;
}
@media screen and (min-width: 30em){
  .links-heading h4,.contact-heading h4,.newsletter-heading h4{
    font-size:16px;
  }
}
@media (min-width: 768px){
  .footer-column-1,.footer-column-2,.footer-column-3,.footer-column-4 {
    width: 25%;
  }
}

@media only screen and (max-width: 1170px){
  .footer {
    padding: 50px 20px;
  }
}
@media (max-width: 1024px){
  .inner-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px){
  .footer {
    background-image: url(//7059146.fs1.hubspotusercontent-na1.net/hubfs/7059146/raw_assets/public/Casectrl_December2020/images/footer-blue.png);
  }
  .footer-column-3., .footer-column-4 {display: none!important}
  .footer-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-column-1{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  .newsletter-heading {display: none!important}
  .footer-column-2,.footer-column-3,.footer-column-4{
    width: 100%;
  }
  .footer-column-inner-1,.footer-column-inner-3 {
    padding:0;
  }
  .footer-menu .hs-menu-wrapper>ul{
    float: none;
    text-align: center;
  }
  .footer-logo,.social-icon,.links-heading,.contact-heading{
    text-align: center;
  }
  .contact-heading h4{
    margin-top: 30px;
  }
  .contact-form form .actions{
    text-align: center;
    margin-bottom: 20px;
  }
  .newsletter-heading h4{
    text-align: center;
    margin-top: 30px;
  }
  .newsletter-form .hs-input{
    max-width: 87%;
    width: 100%;
  }
  .footer__copyright p{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-form form textarea {
    height: 75.2px !important;
  }
  .contact-form form .hs-button{
    line-height:1.66;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    padding-right: 0;
  }
}

@media (max-width: 480px){
  .contact-form form textarea {
    height: 70.6px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.subscribe-box {background-color: #475287; border-radius: 10px; padding: 20px 25px 10px; margin-bottom: 30px}
.subscribe-box .hs-form label {color: white!important}
.subscribe-box .actions {text-align: left}

.actions {text-align: center}
.blog-body-wrapper {
  background-color: #F4F4F4;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 50px 0px;
  position: relative;
}
.blog-body-content {
  padding: 10px;
}
h2.blog-heading-title {
  color: #475287;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
  font-size: 29px;
  line-height: 1;
  padding: 0;
}

h2.blog-heading-title span.dark_blue_text {
  font-size: 36px;
  font-weight: 700;
  color: #475287;
}

h2.blog-heading-title span.light_blue_text {
  color: #5eb5b9;
  font-size: 29px;
  font-weight: 500;
}










.blog-date {
  color: #5eb5b9;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 14px;
}
.post-item-header h2 {
  font-size: 20px!important;
  line-height: 24px!important;
  margin:0 0 20px !important;
  text-align: left!important;
  color: #475287!important;
  font-family: 'Open Sans'!important;
}

.post-item-header h2 a {
  color: #475287;
  font-family: 'Open Sans'!important;
}

.blog-description {
  text-align: left;
  color: #4e4f50;
  font-family: 'Open Sans';
  margin-bottom: 15px;
}

.read-more a {
  text-transform: capitalize;
  display: flex;
  padding: 0px 0px 10px 0px;
  background: transparent;
  color: #5eb5b9;
  border: 0px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: left;
  font-weight: bold;
  font-family: 'Open Sans';
}

.read-more a::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #32B8BB;
  margin-top: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  display: flex;
}
.read-more a:hover::after {
  padding-left: 10px;
}

.blog-post-wrapper .content-wrapper {
  max-width: 1200px !important;
  padding: 0 48px !important;
}
.blog-left-content {
  float: left;
  width: 66%;
  margin-right: 30px
}
.blog-sidebar-content {
  float: right !important;
  padding: 0 0 28px;
  width: 30%;
  font-size: 14px;
  line-height: 1.6;
}
.post-date {
  color: #767676;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}
.post-date a {
  color: #5eb5b9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.post-date a:hover {
  color: #5eb5b9;
  -webkit-box-shadow: inset 0 0 0 rgba(71, 82, 135, 1), 0 3px 0 rgba(71, 82, 135, 1);
  box-shadow: inset 0 0 0 rgba(71, 82, 135, 1), 0 3px 0 rgba(71, 82, 135, 1);
}
h1.entry-title {
  font-size: 36px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 0.25em;
  padding: 0;
  color: #475287;
}
.entry-content {
  padding: 0px 0 0;
}
.entry-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5em;
  padding: 0;
}
.blog-search{
  padding-bottom: 3em;
  display:block;
}
.blog-search .hs-search-field__bar {
  position: relative;
}

.blog-search .hs-search-field__input {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
  margin: 0.5em 0 0;
  /* -webkit-appearance: textfield; */
  /* outline-offset: -2px; */
  font-size: 16px !important;
  line-height: 1.5 !important;
  height: auto !important;
}

.blog-search .hs-search-field__input:focus {
  color: #222 !important;
  border-color: #333 !important;
  outline: none !important;
}
.blog-search .search-submit {
  background-color: #5eb5b9;
  bottom: 3px;
  padding: 0.5em 1em;
  border-radius: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4e4f50;
  font-family: 'Open Sans';
  font-weight: 400;
  cursor: pointer;
  border: 0px!important
}

.blog-search .search-submit svg {
  height: 24px;
  top: -2px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  color: white!important;
}

.blog-search .search-submit:hover {
  opacity: 0.9;
}
.blog-recent-post {
  padding-bottom: 3em;
  display: block;
}
.blog-recent-post h2 {
  letter-spacing:  0px;
  margin: 0 0 1em;
  color: #4e4f50;
  font-weight: 700;
  line-height: 14.5px;
  font-size: 17px;
  text-transform: uppercase;
}

.blog-recent-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-recent-post ul li {
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}

.blog-recent-post ul li a {
  color: #5eb5b9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  font-weight: 600;
}

.blog-recent-post ul li a:hover {
  color: #4b9094;
}




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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 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-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 28px;
}
.blog-index__post-content p {
  font-family: open sans, sans-serif;
}

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: open sans, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #4e4f50;
  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: #4e4f50;
  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: #4e4f50;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #4e4f50;
  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 .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #5EB5B9;
}

.blog-comments .hs-input {
  color: #666 !important;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
  height: auto !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Open Sans';
}
.blog-comments .hs-input:focus {
  color: #222 !important;
  border-color: #333 !important;
}
.blog-comments .hs-input.invalid.error {
  border-color: #4e4f50;
  border: 1px solid #bbb !important;
}
.blog-comments label {
  color: #475287 !important;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.blog-comments .hs-form-required{
  color: #5eb5b9;
}
.blog-comments label.hs-error-msg,
.blog-comments ul.no-list.hs-error-msgs.inputs-list label{
  color: #f00 !important;
}
.blog-comments h3 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-size: 18.72px;
  padding: 0;
}

.blog-comments p {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.post-nav-links {
  font-weight: 800;
  margin: 3em 0;
  clear: both;
  float: left;
  width: 100%;
}
.nav-links {
  padding: 1em 0;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-links a {
  color: #5eb5b9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.nav-links a:hover {
  color: #5eb5b9;
  -webkit-box-shadow: inset 0 0 0 rgba(71, 82, 135, 1), 0 3px 0 rgba(71, 82, 135, 1);
  box-shadow: inset 0 0 0 rgba(71, 82, 135, 1)), 0 3px 0 rgba(71, 82, 135, 1);
}

span.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

span.nav-title {
  position: relative;
}

span.nav-title-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 2em;
  margin-right: 0.5em;
}

span.nav-title-icon-wrapper svg {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
.nav-previous span.nav-title-icon-wrapper {
  left: -2em;
  margin-right: .5em;
}
.nav-next span.nav-title-icon-wrapper {
  right: -2em;
  margin: 0;
  margin-left: 0.5em;
}


/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.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: 20px 20px;
  line-height: 25px;
  font-family: 'Open Sans';
  font-size: 16px;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .blog-post-wrapper .content-wrapper {
    max-width: 700px !important;
    padding: 0 2em !important;
  }
  .blog-left-content {
    float: left;
    width: 100%;
  }
  
  }
  .blog-sidebar-content {
    padding: 1em 0 2em;
    /* float: none; */
    margin: 0;

  }

  .nav-previous {
    float: left;
    width: 100%;
  }
  .nav-next {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 1.5em;
  }
  span.nav-title-icon-wrapper {
    position: static !important;
  }
  .blog-search form {
    max-width: 100% !important;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


input .form-blog {
  font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #60B5B9!important;
    color: #fff;
    border-radius: 20px!important;
    font-size: 16px!important;
  padding: 12px 24px!important;}

.form-blog {padding: 0px 16px;
margin: auto;
  width: 50%;}


.hs-form label {color: #4e4f50 !important; font-weight: 700; }

@media screen and (max-width: 550px) {
  .form-blog {
    width: 100%;}
}
  



.hs-blog-listing h1.blog-heading-title {
  color: #475287;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
  font-size: 29px;
  line-height: 1;
  padding: 0;
}

.hs-blog-listing h1.blog-heading-title span.dark_blue_text {
  font-size: 36px;
  font-weight: 700;
  color: #475287;
}

.hs-blog-listing h1.blog-heading-title span.light_blue_text {
  color: #5eb5b9;
  font-size: 29px;
  font-weight: 500;
}


.hs-blog-listing .post-item-header span {
  font-size: 20px!important;
    line-height: 24px!important;
   
    text-align: left!important;
    color: #475287!important;
    font-family: 'Open Sans'!important;
   
}
.hs-blog-listing .post-item-header {
      margin: 0 0 20px !important;

}

.hs-blog-listing .post-item-header span a {
    color: #475287;
    font-family: 'Open Sans'!important;
  font-weight: 700;
  text-decoration:none;
}



.hs-blog-post span.widget-title {
    letter-spacing: 0px;
    margin: 0 0 1em;
    color: #4e4f50;
    font-weight: 700;
    line-height: 14.5px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.rec_wid_title {
    margin: 0 0 1em;
}

.two-col-container{
    display: flex;
    gap: 24px;

}
.two-col-wrapper {
    width: 50%;
    display: inline-block;
  float: left;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 20px #00000020;
  margin-bottom: 30px;
}
.two-col-head {
padding: 18px!important;
    background-color: #475287;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px !important;
    color: #fff;
font-weight: bold!important;}

.two-col-block {

padding: 18px 18px 0 18px;
    border-radius: 0 0 6px 6px;
   
}
.two-col-cell-1 {
    height: 28px;
}
 .two-col-cell-2 {
    height: 56px;
}
 .two-col-cell-3 {
    height: 84px;
}
@media (max-width: 769px){
.two-col-container{
    display: block;
    width: 100%;
}
.two-col-wrapper {
    width: 100%;
    display: block;
  }
  .two-col-cell-3, .two-col-cell-2, .two-col-cell-1 {
  height: auto;
}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
#hs-pwd-widget-password{
  Outline:0;
}

.systems-page .hs-input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.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: open sans, 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: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 5px 10px;
}
.systems-page .hs-form-field label,.systems-page .hs-form-field a{
  color:#fff;
}
.systems-page .hs-error-msgs label{
  color:#ff0000!important;
  font-size:16px;
}
#email-prefs-form h3{
  color:#fff;
}
#hs_login_reset{
  color:#fff;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: open sans, sans-serif;
  font-size: 1.25rem;
  color: #4e4f50;
  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: #4e4f50;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:575px){

  .systems-page h1{
    font-size:30px;
  }
  .systems-page h2{
    font-size:25px;
  }
  .systems-page h3{
    font-size:22px;
  }

}

.fakelabel span
{font-weight: 700;}

div #content .email-prefs {
  color: #4e4f50 !important;}

  form,
.submitted-message {
  color:#4e4f50 !important;
}

form #email-prefs-form {
  color:#4e4f50 !important;
}


.entry-content p {line-height: 1.75em}
.blog-sidebar-content {width: 30%!important}
.blog-left-content a:hover {text-decoration:underline}
.blog-left-content h2 {font-size: 29px}
.body-container .submitted-message {color: white}


@media(max-width: 845px) {.blog-sidebar-content {width: 100%!important} .blog-left-content {width: 100%!important; margin-right: 0px!important}}