/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
 
.dnd-section > .row-fluid ,
.page-center,
.content-wrapper{
  max-width:90%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
 
@font-face {
  font-family: "ticons";
  src: url("https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/Institute_of_Customer_Service_August2020/Fonts/ticons-webfont.eot") format("embedded-opentype"),
    url("https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/Institute_of_Customer_Service_August2020/Fonts/ticons-webfont.woff2") format("woff2"),
    url("https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/Institute_of_Customer_Service_August2020/Fonts/ticons-webfont.woff") format("woff"),
    url("https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/Institute_of_Customer_Service_August2020/Fonts/ticons-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

::selection {
  background: #c2e5d7;
}


html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px; 
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus { 
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li { 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
 

.ticon {
  display: inline-block;
  font: normal normal normal 14px/1 ticons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

form{
  box-shadow: 0 0 2em #0000001c;
  border-radius: 8px;
  padding:8%;
  margin:30px 0;
}

h3.form-title{
  padding:15px; 
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 40px 0;
  font-family: "Roboto Slab";
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center; 
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px; 
  font-size: 19px;
  font-family: Roboto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin:20px 0;
  white-space: normal;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form .field > label,
.hs-form-field > label {  
  text-align: right; 
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px; 
  font-family: Roboto;
  font-size: 15px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password  {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 0 15px;
  min-height: 27px;
  box-sizing: border-box; 
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Roboto;
  font-size: 15px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field ,
.hs-form-field{
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


input#hs-pwd-widget-password {
  height: 40px !important;
}


ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

input#hs-login-widget-remember {
  float: left;
  display: inline-block;
  margin-top: -4px;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  padding: 9px 10px !important;
  font-size: 16px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */



.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary >div > ul >li{
  float:left;
}

.custom-menu-primary ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s all ease; 
  z-index: 10001;
  min-width: 140px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1);
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  border-radius: 0 0 8px 8px; 
  border: 1px solid #eee;
  padding: 10px;
  font-size: 16px; 
}

.custom-menu-primary ul ul ul {
  left: calc(100% + 10px);
}

.custom-menu-primary ul li.has-submenu:hover >ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-menu-primary ul li.has-submenu {
  position: relative;
}

.head_innr {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 99;
}

.top_header {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}

.cstm_logo {
  float: left;
  display: table;
}

.cstm_head_btns {
  float: right;
  font-size: 1.077em;
  text-align: right;
  margin-left: auto;
  order: 2;
  display: block;
}

#hs_cos_wrapper_header_logo {
  display: table-cell;
  vertical-align: middle;
}

.cstm_logo a {
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.cstm_logo img {
  width: 100% !important;
  display: inline;
  vertical-align: middle;
  height: auto;
  max-width: 320px;
  max-height: 100px;
}

.cstm_head_btns a:first-child {
  margin-right: 15px;
}

.cstm_head_btns a {
  -webkit-font-smoothing: inherit;
  text-decoration: none;
  max-width: 100%;
  margin: 0;
  border: 0;
  cursor: pointer;
  line-height: 1.65;
  font-family: inherit;
  display: inline-block; 
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 90px;
  transition: all 0.25s; 
  font-size: .923em;
}

.cstm_head_btns a:not(:last-child) {
  margin-right: 15px;
}

.ticon-user-circle:before {
  content: "\f2bd";
}

.ticon-mortar-board:before,
.ticon-graduation-cap:before {
  content: "\f19d";
}

.cstm_head_btns a span {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0.0001deg);
  padding-right: 0.49em;
}


.btm_headr .page-center:before,
.btm_headr .page-center:after {
  content: '';
  display: block;
  clear: both;
}

.btm_headr .page-center {
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
  transition: all .2s ease; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  z-index:999;
}

.custom-menu-primary>div>ul>li.home > a {
  font-size: 0;
}


.custom-menu-primary>div>ul>li >a {
  text-decoration: none;
  transition: all 0.15s ease;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 17px;
  font-size: 12px;
}

.ticon-home:before {
  content: "\f015";
}

.ticon-home {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.link-inner {
  display: inline-block;
  vertical-align: middle;
}

.ticon-angle-down:before {
  content: "\f107";
}

.ticon-angle-down {
  margin-left: 4px;
  margin-right: 0;
}

.custom-menu-primary > div > ul > li > a .link-inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(.33); 
  transition: all 0.2s;
}

.custom-menu-primary > div > ul > li >  a:hover .link-inner::after {
  opacity: 1;
  transform: scaleX(1);
}

.custom-menu-primary > div > ul > li {
  position: relative; 
}

.custom-menu-primary>div>ul>li:last-child {
  border-right: 0;
}

.custom-menu-primary ul ul li {
  font-size: 16px;
}


.custom-menu-primary ul ul li a {
  display: block;
  float: none;
  padding: 8px 12px;
  height: auto;
  margin: 0;
  border: 0;
  line-height: 21px; 
  border-radius: 7px 0 0 7px;
  position: relative;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}

.ticon-search:before {
  content: "\f002";
}

.search-toggle a span ,
.cart_icon a span{
  font-size: 18px;
}

span.wcmenucart-text {
  display: none;
}

span.wcmenucart-details.count.t-bubble {
  display: none;
}

.ticon-shopping-cart:before {
  content: "\f07a";
}

.custom-menu-primary > div >  ul:before,
.custom-menu-primary > div >  ul:after {
  display: block;
  clear: both;
  content: '';
}

.scroll-header .btm_headr .page-center {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%; 
  border-radius: 0;
  box-shadow: 0 2px 7px rgba(0,0,0,.1);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 9999;
}

.scroll-header .custom-menu-primary {
  width: 1200px;
}

.ticon-file-text:before {
  content:"\f15c";
}

.ticon-file-text {
  margin-right: .462em;

}

.custom-menu-primary>div>ul>li.home>a .link-inner::after,
.custom-menu-primary>div>ul>li.search-toggle>a .link-inner::after,
.custom-menu-primary>div>ul>li.cart_icon>a .link-inner::after {
  display: none;
}

.custom-menu-primary>div>ul>li.standardsaccreditation ul ul {
  opacity: 1;
  visibility: visible;
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: 0;
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
  padding: 0 12px;
  border-left: 1px solid #42846e;
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul {
  max-width:60%;
  width: 100%;
  left: auto;
  right: 0;
  top:50px;
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul > li:nth-child(2n+1) {
  clear: both;
}

.custom-menu-primary>div>ul>li.standardsaccreditation ul ul li a {
  padding-right: 25px;
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul:before,.custom-menu-primary>div>ul>li.standardsaccreditation > ul:after {
  content: '';
  display: block;
  clear: both;
}

.custom-menu-primary>div>ul>li.standardsaccreditation {
  position: inherit;
}

.custom-menu-primary {
  position: relative;
  z-index:999;
  width: 100%;
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul > li > a {
  padding: 8px 12px;
  white-space: normal;
  font-weight: 600;
  color: #000;
  font-size: 15.2px;
  line-height: 21px;
}

.custom-menu-primary>div>ul>li.standardsaccreditation ul ul ul {
  margin-left: 15px;
}

.custom-menu-primary>div>ul>li.standardsaccreditation ul ul ul li a:before {
  display: inline-block;
  content: "\f105";
  margin-right: 7px;
  font-family: 'ticons';
}

.custom-menu-primary>div>ul>li.standardsaccreditation > ul > li:first-child {
  border-left: 0;
}


@media(max-width:1160px) and (min-width:960px){
  .custom-menu-primary>div>ul>li.media > ul {
    right: 0;
    left: auto;
  }
}


@media(min-width:960px){
  .mobile_menu{
    display: none;
  }

}

@media(max-width:959px){
  .btm_headr {
    display: none;
  }

  .cstm_head_btns {
    float: left;
    padding-top: 20px;
    text-align: left;
    display: block;
    margin-left: 18px;
  }

  .cstm_logo {
    height: 100%;
    float: left;
    text-align: left;
    display: block;
    width: 100%;
  }

  .mobile_trigger {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    display: block;
  }

  .top_header {
    display: block;
  }

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

  .wpex-bars {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 22px;
    line-height: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .wpex-bars>span, .wpex-bars>span::before, .wpex-bars>span::after {
    background: #666;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    transform-style: preserve-3d;
  }

  .wpex-bars>span {
    top: 50%;
    margin-top: -1px;
  }

  .wpex-bars>span::before {
    top: -7px;
  }

  .wpex-bars>span::before, .wpex-bars>span::after {
    transition: all 0.2s ease-out;
  }

  .wpex-bars>span::after {
    bottom: -7px;
  }

  .mobile-open .wpex-bars>span {
    background: none!important;
  }

  .mobile-open .wpex-bars>span::before {
    transform: rotatez(-45deg) translate(-4.95px,4.95px);
  }

  .mobile-open .wpex-bars>span::after {
    transform: rotatez(45deg) translate(-4.95px,-4.95px);
  }

  .mobile_trigger {
    cursor: pointer;
  }

  .wpex-bars:hover > span,
  .wpex-bars:hover > span::before,
  .wpex-bars:hover > span::after {
    background-color: #87bf17;
  }

  .mobile_menu {
    display: none;
    width: 100%;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    top: 0;
    background-color: #fff;
  }

  .mobile_menu .hs-menu-wrapper  ul  li {
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper ul li a {
    font-weight: 400;
    transition: all 0.15s ease;
    position: relative;
    color: #555;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }

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

  .ticon-home {
    font-size: 16px;
  }

  .mobile_menu .hs-menu-wrapper ul li.hs-item-has-children > a {
    padding-right: 45px;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 47px;
    cursor: pointer;
    opacity: .8;
    font-size: 1.35em;
    text-align: right;
  }

  .child-trigger span.ticon.ticon-angle-down {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .child-open .ticon-angle-down:before {
    content: "\f106";
  }

  .mobile_menu .hs-menu-wrapper ul li:hover {
    color: #000;
    text-decoration: none;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    padding-left: 12px;
  }

  .mobile_menu .hs-menu-wrapper ul ul li a:before {
    content: "-";
    margin-right: .385em;
  }

  .ticon-file-text {
    margin-right: 13px;
    margin-left: -3px;
  }


}


@media(max-width:760px){
  .top_header {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .cstm_head_btns {
    padding: 15px;
    text-align: center;
  }

}

@media(max-width:458px){
  .cstm_head_btns a:not(:last-child) {
    margin-bottom: 15px;
  } 
}

@media only screen and (max-device-width: 950px) and (min-device-width: 320px){
  .cstm_head_btns a {
    padding: 8px 14px; 
  }    
}

.header-searchform-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.92);
  transform: translateZ(0);
  transition: all 0.25s ease-in-out;
  color: #fff;
  text-align: center;
}

.wpex-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  font-family: "Times New Roman",Times,serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 64px;
  cursor: pointer;
  opacity: .2;
  transition: all 0.3s;
}

.wpex-close:hover {
  opacity: 1;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wpex-inner {
  top: 50%;
  display: block;
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  transform: scale(.85) translateY(-50%);
  transition: all 0.25s ease-in-out;
  font-size: 32px;
}

.wpex-title {
  display: none;
}

.searchform {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  max-width: 100%;
}

.header-searchform-wrap .ticon-search {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  margin-top: -35px;
  color: rgba(255,255,255,.3);
}

.searchform label {
  display: block;
  margin: 0;
  padding: 0;
}

.searchform input[type="search"] {
  width: 100%;
  float: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  height: auto;
  line-height: normal;
  font-weight: 300;
  padding: 0;
  padding-bottom: 20px;
  padding-right: 30px;
  border-bottom: 3px solid rgba(255,255,255,.2);
  text-align: left;
  display: inline-block;
  border-radius: 3px;
  max-width: 100%;
  margin: 0;
  vertical-align: baseline;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .7;
}

button.searchform-submit {
  display: none;
}

.search_open .wpex-inner {
  transform: scale(1) translateY(-50%);
}

.search_open .header-searchform-wrap {
  opacity: 1;
  visibility: visible;
}


.lp_header .cstm_logo {
  padding-bottom: 20px;
}


@media only screen and (max-device-width: 950px) and (min-device-width: 320px){
  .mobile_trigger{
    top: 26.2%;
  }
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.btm_ftr { 
  font-size: .923em;
}

.btm_ftr .page-center {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
} 

.footer .page-center {
  padding: 8vh 0 4vh 0;
}

.page_inr {
  margin-left: -15px;
  margin-right: -15px;
}

.cstm_cols {
  float: left;
  width: 30%;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}

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

.menu_col {
  width: 40%;
  float: left;
  min-height: 1px;
  position: relative;
}

#hs_cos_wrapper_ftr_img {
  padding-bottom: 45px;
}

.ftlogo img {
  max-width: 244px;
  height: auto;
  width: 100% !important;
}

.contct {
  margin-bottom: 20px;
}

.cntct {
  text-align: right;
}

.ft_social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 22px;
}

.ft_social li {
  border: 0;
  padding-bottom: 0;
  font-size: 14px;
  float: right;
  margin-right: 0;
  margin-left: 5px;
  margin-bottom: 5px;
}

.ft_social li a { 
  margin-left: 8px;
  font-size: 20px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  transition: 0.15s all ease;
  background: #f7f7f7;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ticon-linkedin:before {
  content: "\f0e1";
}

.ticon-twitter:before {
  content: "\f099";
}

.cstm_cols.cntct {
  padding-bottom: 45px;
}

.menu_col .hs-menu-wrapper > ul > li {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 15px;
  min-height: 1px;
}

.menu_col .hs-menu-wrapper > ul:before,.menu_col .hs-menu-wrapper > ul:after {
  content: '';
  display: block;
  clear: both;
}

.menu_col .hs-menu-wrapper > ul {
  padding-bottom: 45px;
}

.menu_col .hs-menu-wrapper > ul ul li {
  border: 0;
  padding: .462em 0;
  padding-bottom: 0;
  font-size: 14px;
  position: relative;
}

.menu_col .hs-menu-wrapper > ul > li > a {
  display: none;
}

.menu_col .hs-menu-wrapper > ul ul li a {
  transition: 0.15s all ease;
}

.ftr_form form {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.pre_ftr {
  padding-top: 20px;
  padding-bottom: 20px; 
}

.ftr_form {
  font-size: 1.385em;
  display: flex; 
}

.lft_col {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rght_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 50%;
  text-align: right;
}


.ftr_form h4 { 
  line-height: 1.5;
  font-weight: 600; 
  font-size: 1.1em;
  margin: 0;
  display: block;
}

.lft_col > div {
  width: 100%;
}

.vcex-icon-wrap {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0.0001deg);
  margin-right: .569em;
}

.ticon-envelope:before {
  content: "\f0e0";
}

.rght_col > div {
  width: 100%;
}

.ftr_form .hs-button {
  background: none;
  border: 3px solid #fff;
  font-weight: 600;
  border-radius: 90px;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 100%;
  transition: 0.15s all ease;
  margin: 0;
  text-align: center;
  font-size: .889em;
  padding: 15px 20px;
  margin-left: 15px;
  height: 55px;
  line-height: 1;
  white-space: nowrap;
}

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

.ftr_form .hs-form-field input {
  border-radius: 40px;
  height: 55px;
  display: inline-block;
  color: #666;
  padding: .462em .769em;
  max-width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.65;
}


.ftr_form form {
  display: flex;
  justify-content: flex-end;
}

.ftr_form .hs-form-field {
  margin: 0;
}

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

.ftr_form {
  padding-top: 10px;
}



@media(max-width:959px){
  .cstm_cols {
    width: 100%;
  }

  .menu_col {
    width: 100%;
  }

  .menu_col .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .menu_col .hs-menu-wrapper>ul>li:not(:last-child) {
    padding-bottom: 45px;
  }

}


@media(max-width:767px){
  .copyright {
    text-align: center;
  }

  .lft_col {
    width: 100%;
  }

  .rght_col {
    width: 100%;
    text-align: left;
    margin-top: 27px;
  }

  .ftr_form {
    flex-wrap: wrap;
    justify-content: center;
  }

}


@media(max-width:420px){
  .ftr_form form {
    display: block;
  }

  .ftr_form .hs-button {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .ftr_form .hs-form-field input {
    width: 100%;
  }

}


.ftr_form ul.hs-error-msgs.inputs-list li {
  display: flex;
  align-items:center;
  color: #000;
  font-size: 14px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
}

.ftr_form ul.hs-error-msgs.inputs-list li:before {
  background-image: url(https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/raw_assets/public/Institute_of_Customer_Service_August2020/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.ftr_form ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}

.ftr_form  ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.ftr_form ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  color: #666 !important;
}

.ft_social li a {
  color: #006a47;
}

.ft_social li  a.ft_twitter:hover {
  color: #00aced;
}


.ft_social li a.ft_fcbk:hover {
  color: #4875b4;
}

.ftr_form .hs-button:hover {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border-color: transparent;
}

.ftr_form  ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
}


#back-to-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #999;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 16px;
  background: #f7f7f7;
  text-align: center;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: 'ticons';
  color: #fff;
  background-color: #006a47;
}

a#back-to-top.show {
  visibility: visible;
  opacity: 1;
}

#back-to-top:hover {
  background-color: #93c01f;
}

.ticon-chevron-up:before {
  content: "\f077";
}

::-webkit-input-placeholder {
  color: inherit !important;
  opacity: .7;
}

.ftr_form form .hs_error_rollup {
  order: 3;
  width: auto;
  position: relative;
  left: -23%;
}
.ftr_form form {
  flex-wrap: wrap;
}


@media(max-width:959px) and (min-width:768px){
  .ftr_form form {
    flex-wrap: unset;
    position: relative;
  }

  .ftr_form form .hs_error_rollup {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
  }
}



@media(max-width:767px){
  .ftr_form form .hs_error_rollup {
    order: 3;
    width: 100%;
    position: relative;
    left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper { 
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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




.banner-section .dnd-section>.row-fluid {
  max-width: 100% !important;
  width: 100% !important;
}

.banner-section {
  transform: translatey(-30px);
  margin-bottom: -30px;
}

.banner_area {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  position: relative;
}

span.ovrly {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #000000;
  opacity: .5;
}

.banner_contnt {
  display: table;
  width: 100%;
  height: 400px;
  padding: 20px 0;
  max-height: 280px;
}

.banenr_cntnt_inr {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}

.banner_title {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 100%;
  font-size: 3.231em;
  font-weight: 400;
  font-family: "Roboto Slab";
  display: block;
  margin: 0;
  line-height: 1.4em;
}


@media(max-width:1024px){
  .banner-section {
    transform: translateY(0);
    margin: 0;
  }
}

@media(max-width:767px){
  .banner_contnt {
    height: 150px;
  }

  .banner_title {
    font-size: 1.846em;
  }
}

.blog_banner{
  background-image: url(https://5154161.fs1.hubspotusercontent-na1.net/hubfs/5154161/raw_assets/public/Institute_of_Customer_Service_August2020/images/blog_banner.jpg);
}

.banner_breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  opacity: 1;
  display: block;
}

.breadcrumb-trail {
  display: inline-block;
}

.banner_breadcrumbs a {
  color: #fff;
}

.banner_breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.sep {
  display: inline-block;
  margin: 0 3px;
}

.blog_banner {
  margin: 0 auto 40px;
}



.top_sctn {
  padding: 10px;
}

.topsctn_inr {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 40px;
}

.top_cnt_wrp {
  max-width: 100%;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

.top_cnt_wrp p {
  margin: 0;
}

.top_cnt_wrp p a {
  text-decoration: underline;
}

.top_cntnt {
  margin: 0 -25px;
  padding-top: 2vh;
  padding-bottom: 4vh;
}


.main_lstng {
  padding-top: 6vh;
  padding-bottom: 8vh;
  background-color: #f2f9f7;
}

.lstngtitle {
  width: 50%;
  float: left;
}

.lstngtitle h1 {
  font-weight: 400;
  font-size: 34px;
  color: #006b48;
  line-height: 1.2;
  font-family: "Roboto Slab";
  margin: 0;
}

.lstngtitle {
  padding: 14px 0;
  margin-bottom: 33px;
}

.post_itm {
  width: 25%;
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}

.post_itm img {
  max-width: 100%;
}

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

.post_inr {
  position: relative;
}

.lst_img {
  background: #fff;
  text-align: center;
  position: relative;
}

.lst_img img {
  border-radius: 0 0 25% 0;
  vertical-align: bottom;
  width: 100%;
}

.lst_cntnt {
  padding: 20px;
  background: #fff;
  min-height: 159px;
}

.lst_cntnt h2 {
  color: #006b48;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  display: block;
  font-family: "Roboto Slab";
}

.lst_cntnt .post-date {
  font-size: .923em;
  color: #777;
  list-style: none;
  margin: 0 0 5px;
}

.lst_cntnt h2 a {
  color: inherit;
  font-family: "Roboto Slab";
}


.lstng_grp_wrp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lst_cntnt {
  min-height: 159px;
}

.blog_pagin ul {
  font-size: 1em;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_pagin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
}

.blog_pagin ul li {
  border: 1px solid #e8e8e8;
  border-right: 0;
  display: block;
  float: left;
}

.blog_pagin ul li a, .blog_pagin ul li > span {
  padding: 18px 22px;
  background: none;
  display: block;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: inherit;
  transition: 0.15s all ease;
}

.hs-blog-listing .ftr_form {
  padding-top: 0;
}

.blog_pagin ul li a:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}

.ticon-angle-right:before {
  content: "\f105";
}
.ticon-angle-left:before {
  content: "\f104";
}
.blog_pagin ul li:first-child , .blog_pagin ul li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.blog_pagin ul li > span.active,.blog_pagin ul li > span.active:hover {
  color: #ffffff;
  background: #93c020;
}

.blog_pagin ul li a.disabled {
  display: none;
}

.ticon-angle-left:before {
  content: "\f104";
}

.blog_pagin ul li  span{
  display: block;
}


@media only screen and (max-width: 959px) and (min-width: 768px){
  .post_itm {
    width: 50%;
  }
}


.read_more {
  padding-top: 15px;
}

@media(max-width:767px){
  .post_itm {
    width: 100%;
  }

  .lstng_grp_wrp {
    margin: 0 -10px;
    width: unset;
  }

  .lstngtitle {
    width: 100%;
  }

  .lst_cntnt {
    min-height: 117px;
  }

}

@media(max-width:320px){
  .lstng_grp_wrp {
    margin: 0;
    width: 100%;
  } 
}

.lst_cntnt h2 a:hover {
  color: #93c01f;
}

.read_more a:hover {
  text-decoration: underline;
}


.pst_bnnr {
  text-align: center;
  padding: 30px 0;
  padding-top: 8vh;
  padding-bottom: 4vh;
  background-color: #f2f9f7;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  position: relative;
}

.post_bnnr_title {
  line-height: 1.4em;
  display: block;
  margin: 0;
  font-weight: 400;
  font-family: "Roboto Slab";
  color: #006b48;
  font-size: 32px;
}

.site-breadcrumbs {
  display: block;
  font-size: .9em;
  color: #bcbcbc;
  padding-top: 5px;
}

.site-breadcrumbs a {
  color: #777;
}

.site-breadcrumbs a:hover {
  text-decoration: underline;
}

.pst_bnnr {
  margin: 0 auto 40px;
}

.blog_index {
  max-width: 70%;
  position: relative;
  width: 69%;
  float: left;
}

.blog_sidebar {
  float: right;
  max-width: 26%;
  margin-bottom: 10px;
  width: 26%;
}

.post_pge > .content-wrapper:before,.post_pge > .content-wrapper:after {
  display: block;
  content: '';
  clear: both;
}

ul.meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
  color: #777;
  font-size: .923em;
}

ul.meta li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  float: left;
}

.meta li .ticon {
  margin-right: 5px;
}

.ticon-clock-o:before {
  content: "\f017";
}

.ticon-folder-o:before {
  content: "\f114";
}

.ticon-comment-o:before {
  content: "\f0e5";
}

.meta a {
  color: inherit;
  text-decoration: none;
}

ul.meta:before,ul.meta:after {
  content: '';
  clear: both;
  display: block;
}

.meta a:hover {
  color: #93c01f;
  text-decoration: underline;
}

.single_post {
  margin-bottom: 40px;
}

.recent-group img {
  max-width: 100%;
}

.pst_share {
  margin: 0 auto 40px;
}

h2.social-share-title {
  font-family: "Roboto Slab";
  color: #006b48;
  height: auto;
  top: auto!important;
  font-size: 1.154em;
  font-weight: 600;
  margin: 0 0 1.333em;
  line-height: 1.5;
}

ul.post_social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .923em;
}

ul.post_social_share li {
  margin-top: 0;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  float: left;
}

ul.post_social_share li a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: 0.15s all ease;
  padding: .385em .769em;
  color: #fff;
  border-radius: 3px;
}

li.wpex-twitter > a {
  background: #00aced;
}

.wpex-label {
  margin-left: .538em;
}

li.wpex-facebook > a {
  background: #3b5998;
}

.ticon-facebook-f:before, .ticon-facebook:before {
  content: "\f09a";
}

.ticon-linkedin:before {
  content: "\f0e1";
}

.ticon-envelope:before {
  content: "\f0e0";
}

li.wpex-email > a {
  background: #999;
}

li.wpex-linkedin > a {
  background: #4875B4;
}

ul.post_social_share:before,ul.post_social_share:after {
  content: '';
  display: block;
  clear: both;
}

.blog_cmt_count h2 {
  line-height: 1.5;
  margin-bottom: 2.308em;
  height: auto;
  top: auto!important;
  font-size: 1.154em;
  font-weight: 600;
  margin: 0 0 1.333em;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0;
}

.comment-date {
  display: block !important;
  font-size: initial !important;
}

.replying {
  padding: 0 1em !important;
}

.blog_comments {
  margin: 0 0 48px;
}

.btm_cat {
  margin-bottom: 40px;
}

.btm_cat a {
  font-size: .923em;
  padding: .385em .769em;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  color: #787878;
  transition: 0.15s all ease;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

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

.btm_cat a:hover {
  background-color: #93c01f;
  border-color: transparent;
  color: #fff;
}

.blog_rltd_post > h2 {
  height: auto;
  top: auto!important;
  font-size: 1.154em;
  font-weight: 600;
  margin: 0 0 1.333em;
}

.blog_rltd_post .post_itm {
  width: 33%;
}

.blog_rltd_post .lst_cntnt {
  padding: 0;
  min-height: auto;
}

.blog_rltd_post {
  margin: 0 -10px;
}

.blog_rltd_post>h2 {
  padding: 0 10px;
}

.blog_rltd_post .lst_cntnt h2 {
  font-weight: 600;
}

.post-pagination {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding: 1.538em 0;
}

.postpage_pagin {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

li.post-prev {
  float: left;
  width: 48%;
}

li.post-next {
  float: right;
  width: 48%;
  text-align: right;
}

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

.postpage_pagin a {
  color: #888;
}

.post-prev span {
  margin-right: 5px;
}

.ticon-angle-double-left:before {
  content: "\f100";
}

.post-next span {
  margin-left: 5px;
}

.ticon-angle-double-right:before {
  content: "\f101";
}

.postpage_pagin a:hover {
  text-decoration: none;
}


.sidbr_search form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}

.sidbr_search form input {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: .7em 30px .7em .8em;
  max-width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 3px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  line-height: 1.65;
  color: #666;
  display: inline-block;
}

.sidbr_search form input:focus {
  border: 1px solid #e1e1e1;
}

.sidbr_search form input:focus {
  outline: none;
}

.sidbr_search {
  margin-bottom: 30px;
}


.sidbr_search button {
  position: absolute;
  top: 50%;
  right: 14px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  background: none;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-size: .846em;
  opacity: .5;
  border-radius: 90px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.sidbr_search button span {
  display: none;
}

.sidbr_search button:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 ticons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog_rcnt_post {
  margin-bottom: 40px;
}

.blog_rcnt_post > h3,
.blog_sidebar h3 {
  display: block;
  margin: 0 0 20px;
  font-size: 1.077em;
  line-height: 1.5;
  font-weight: 600;
}

.recent-group {
  margin: 0;
  padding: .462em 0;
  border-bottom: 1px solid #eee;
  padding-top: .769em;
  padding-bottom: .769em;
}

.recent-group:first-of-type {
  border-top: 1px solid #eee;
}

.box-left {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  display: block;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 65px;
  float: left;
  margin-right: 15px;
  display: block;
  position: static;
}

.box-left img {
  display: block;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.25s;
  display: block;
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}

.box-left:hover img {
  -ms-transform: scale3d(1.2,1.2,1.2);
  -webkit-transform: scale3d(1.2,1.2,1.2);
  -o-transform: scale3d(1.2,1.2,1.2);
  -moz-transform: scale3d(1.2,1.2,1.2);
  transform: scale3d(1.2,1.2,1.2);
}

.recent-group:before,.recent-group:after {
  content: '';
  display: block;
  clear: both;
}

.recent-title a {
  font-family: "Roboto Slab";
  color: #006b48;
  font-weight: 600;
}

.recent-date {
  font-size: .923em;
  opacity: .8;
}

.sidbr_cat ul {
  display: none;
}

select#tinynav1 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0 30px 0 8px;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #777;
}

.sidbr_cat .widget-module:before {
  content: "\f107";
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: inherit;
  opacity: .6;
  display: inline-block;
  font: normal normal normal 14px/1 ticons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.sidbr_cat .widget-module {
  position: relative;
}


.sidbr_search .hs-search-field__suggestions #results-for {
  padding: 10px;
}

.sidbr_search .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 10px;
}


.post_ft img {
  width: 100%;
  max-width: 100%;
  transition: all 0.25s;
}

.post_ft {
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.post_ft:hover img {
  opacity: 0.8;
}

.blog_rltd_post .lst_img {
  position: relative;
  margin-bottom: 14px;
}

.blog_rltd_post .lst_img img {
  border-radius: 0;
}


.magnifying-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0,0,0,.7);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.blog_rltd_post .lst_img:hover .magnifying-hover {
  visibility: visible;
  opacity: 1;
}

.magnifying-hover .ticon {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 21px;
}


@media(max-width:959px){
  .blog_index {
    width: 100%;
    max-width: 100%;
  }

  .blog_sidebar {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}

@media(max-width:420px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}

.btm_cat a {
  margin-bottom: 5px;
}


@media(max-width:767px){    
  .blog_rltd_post .post_itm {
    width: 100%;
  }
}

.lstng_sctn h3 {
  font-weight: 400;
  font-size: 34px;
  color: #006b48;
  line-height: 1.2;
  margin: 0 0 1.333em;
}

.lst_lft_col_outr {
  padding: 10px 10px 10px 0;
  width: 50%;
  float: left;
}

.lst_lft_col {
  padding: 0 15px 0 0;
  margin-bottom: 40px;
}

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


.lst_right_col {
  padding: 10px;
  float: left;
  width: 50%;
}

.lstng_sctn:before {
}

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

.featured_post {
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
  position: relative;
}

.feat_post_img img {
  width: 100%;
  max-width: 100%;
  border-radius: 0 0 25% 0;
  display: block;
  vertical-align: bottom;
}

.feat_post_contnt {
  padding: 20px;
}

.orly_cat {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
}

.orly_cat a {
  display: block;
  float: left;
  font-size: .846em;
  font-weight: 600;
  padding: .308em .615em;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,.65);
}

.orly_cat a:hover {
  background: #000;
  text-decoration: none;
  color:#fff;
}

.feat_post_contnt > a {
  font-weight: 400;
  font-size: 34px;
  color: #006b48;
  line-height: 1.2;
  font-family: Roboto Slab;
  margin: 0 0 5px;
  display: block;
}

.feat_post_contnt > a:hover {
  color: #93c01f;
}

.post-date {
  font-size: .923em;
  color: #777;
  list-style: none;
  margin: 0 0 5px;
}

.lst_right_col_innr {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 40px;
}

.right_col_latest {
  margin: 0 0 20px;
  display: block;
  max-width: none;
  flex: initial;
  -mx-flex: initial;
}

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

.lt_img {
  float: left;
  margin: 0;
  width: 46%;
  margin-bottom: 20px;
  position: static;
  background: #fff;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lt_cntnt {
  background: none;
  border: none;
  float: right;
  width: 50%;
  padding: 0;
}

.lt_img img {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.25s;
  vertical-align: bottom;
  box-shadow: 0 0 0 transparent;
  border-radius: 0 0 25% 0;
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}

.lt_img:hover img {
  -ms-transform: scale3d(1.2,1.2,1.2);
  -webkit-transform: scale3d(1.2,1.2,1.2);
  -o-transform: scale3d(1.2,1.2,1.2);
  -moz-transform: scale3d(1.2,1.2,1.2);
  transform: scale3d(1.2,1.2,1.2);
}

.lt_cntnt-title > a {
  font-family: "Roboto Slab";
  color: #006b48;
  display: block;
  font-size: 1.077em;
  margin: 0 0 5px;
  font-weight: 200;
  line-height: 1.2;
}

.lt_cntnt-title > a:hover {
  color: #93c01f;
}

.lt_cntnt-date {
  font-size: .923em;
  color: #777;
  list-style: none;
  margin: 0 0 5px;
}

.right_col_latest.no-lt-img .lt_cntnt {
  width: 100%;
  float: left;
}

.banner_area.blog_banner span.ovrly {
  opacity: 0.6;
}

.lstng_sctn {
  padding-top: 2vh;
}



@media(max-width:767px){

  .lst_lft_col_outr {
    width: 100%;
    padding-right: 0;
  }

  .lst_lft_col {
    padding-right: 0;
  }

  .lst_right_col {
    width: 100%;
    padding: 10px 0;
  }

  .lt_img {
    width: 100%;
  }

  .lt_cntnt {
    width: 100%;
  }

  .lst_right_col_innr {
    padding: 0;
  }
}

li.meta-category a,li.meta-category span {
  display: inline-block;
}

.breadcrumb-trail span {
  display: inline-block;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 767px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .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;
}

.systems-page .hs-button {
  line-height: normal;
}