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

.dnd-section > .row-fluid ,
.page-center,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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


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


  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper{
    padding: 0 15px
  }


}









@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  color: #494a52;
  font-family: ;
  font-weight: 400;
  font-size: px;
  line-height:1.7;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



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

blockquote {
  border-left: 0;
  padding: .4em 0 .4em 90px;
  font-style: italic;
  margin: 40px 0;
  position: relative;
}

/* 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: #000;
}

.disable-focus-styles :focus {
  outline: none;
}

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

@media (max-width: 480px) {
  html {
    font-size: 9.6px
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  margin: 20px 0;
  max-width:100%;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  text-align: center;
  transition-duration: 0.50s;
  transition-property: color, box-shadow, background, border-color;
  border-style: solid;
  font-size: 16px;
   text-transform:uppercase;
  
  text-decoration: none;
}

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

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


.hs-form label,label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  padding-top: 0;
  margin-bottom: 4px;
}


form#email-prefs-form label{
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  font-family: inherit;
  margin: 0;
}

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

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

.hs-form-field {
  margin-bottom: 10px;
}

.hs-input,input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 57px !important;
  max-width:100%;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  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;
}
input#hs-pwd-widget-password:focus,
.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 7px;
}

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

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
header.header{
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
}

header.header a:hover,
header.header a:focus{
  text-decoration:none
}

header.header .page-center{
  padding:0
}

.header-inner {
  padding: 20px 5px 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

 


.custom-logo {
  flex: 1 1 17.2%;
  max-width: 17.2%;
  display:flex;
  align-items:center
}

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

.nav-wrapper {
  flex: 1 1 82.8%;
  max-width: 82.8%;
}

.nav-top {
  position: relative;
  text-align: center;
}

.brz-wrapper{
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  margin-bottom: -1px;
}

.top-widget{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 5px 0px 5px;
  margin: 0px -8px -20px -8px;
}


.top-widget .widget-wrapper {
  padding: 0px 8px 20px 8px;
  position: relative;
}

.widget-wrapper a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  border: 0px solid rgba(35, 157, 219, 0);
  padding: 14px 0px 14px 0px;
  flex-flow: row nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote.widget-wrapper a{
  line-height: 1.1;
  padding: 11px 0px 11px 0px;
}

.widget-wrapper a svg {
  font-size: 13px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
}

.nav-bottom-inner{
  margin: 10px 0px 0px 0px;
}

.nav-wrapper .custom-menu-primary {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}

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

.nav-wrapper ul.submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0px;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  justify-content: flex-end;
}

.nav-wrapper ul.submenu.level-1>li {
  padding: 0 5px;
  margin: 0 10px;
  position:relative
}

.nav-wrapper ul.submenu.level-1>li>a {
  font-weight: 500;
}

ul.submenu.level-2 {
  position: absolute;
  min-width: 200px;
  z-index: 99;
  padding: 10px 0;
  display:none
}

.nav-wrapper ul.submenu.level-1>li:hover ul.submenu.level-2{
  display:block
}


ul.submenu.level-2 li a {
  display: block;
  padding: 5px;
}

.menu-toggle{
  display:none
}

.mobile-menu{
  display:none
}

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

  header.header .page-center {
    padding: 0;
  }


  .header-inner {
    padding: 0;
  }

  .custom-logo {
    flex: 1 1 26.4%;
    max-width: 26.4%;
    padding: 5px 15px 5px 15px;
    margin: 10px 0px 10px 0px;
  }

  .nav-wrapper {
    flex: 1 1 73.1%;
    max-width: 73.1%;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
  }

  .nav-top {
    margin: 0px 0px -20px 0px;
  }

  .top-widget .widget-wrapper {
    padding: 0px 8px 20px 8px;
    position: relative;
  }

  .top-widget{
    padding:0
  }

  .widget-wrapper a{
    font-size:15px
  }

  .nav-bottom-inner {
    margin: 25px 0px 10px 0px;
    display: flex;
    justify-content: flex-end;
  }

  .nav-wrapper .custom-menu-primary{
    display:none
  }

  .menu-toggle{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    cursor:pointer
  }

  .menu-toggle svg{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: currentColor;
  }


  header.header .top-widget a:hover,
  header.header .top-widget a:focus{
    color: rgba(36,132,124,1.0);
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    pointer-events:none;
    opacity:0;
    visibility:hidden;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease 
  }

  body.active .mobile-menu-overlay {
    pointer-events:all;
    opacity:.3;
    visibility:visible
  }

  .mobile-menu{
    display:block;
    position: fixed;
    top:0;
    bottom:0;
    width: 80%;
    min-width: 240px;
    max-width: 440px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 3px;
    z-index: 9999;
    background-color: rgba(51, 51, 51, 1);
    color:#fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  body.active  .mobile-menu{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  body.active{
    overflow:hidden
  }


  .mobile-menu a{
    color:#fff
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus{
    color:#fff;
    text-decoration:none
  }

  .mobile-menu-title{
    height: 44px;
    border-bottom: 1px solid #555;
  }

  .mobile-menu-title a{
    line-height: 20px;
    font-size: 13px;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff
  }


  .mobile-menu .custom-menu-primary ul.submenu.level-1{
    display:block
  }

  .mobile-menu .custom-menu-primary ul li{
    position:relative
  }

  .mobile-menu .custom-menu-primary ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    position:relative;
    color:#fff
  }

  .mobile-menu .custom-menu-primary ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #555;
  }


  ul.submenu.level-2 {
    display: none;
    position: relative;
    padding: 0;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer
  }

  .child-trigger:after {
    content: '+';
  }

  .child-trigger.child-open:after{
    content: '-';
  }

}


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

  .header-inner {
    padding: 15px;
  }

  .custom-logo {
    flex: 1 1 58.2%;
    max-width: 58.2%;
    padding: 0;
    margin: 0;
  }

  .custom-logo .brz-wrapper {
    max-width: 70%;
  }

  .nav-wrapper {
    flex: 1 1 41.1%;
    max-width: 41.1%;
    padding: 0;
    margin: 0px 0px 10px 0px;
  }

  .nav-bottom-inner {
    margin: 10px 0px 10px 0px;
  }

  .nav-top {
    display: none;
  }

  .menu-toggle {
    font-size: 18px;
  }

}

@media screen and (min-width:992px){
  
  
header.header.lp .header-inner{
padding:32px 0
}

  
  
}
footer.footer {
  border-width: 8px 0px 0px 0px;
  border-style: solid;
  padding: 15px 0px 15px 0px;
  overflow:hidden
}

footer.footer .page-center{
  padding:0 !important
}


.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 10px;
}

.footer-left {
  flex: 1 1 27.1%;
  max-width: 27.1%;
}

.footer-menu {
  width: 72.9%;
  flex: 72.9%;
}

.footer-left .inner {
  padding: 5px 15px 5px 15px;
}

.footer-logo-wrapper {
  margin: 10px 0px 10px 0px;
}

.footer-logo {
  max-width: 85%;
}

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

.social-icons-wrapper {
  margin: 10px 0px 30px 0px;
}

.social-icons ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  list-style-type: none;
  align-items: center;
}

.social-icons {
  max-width: 60%;
  margin: auto;
}

.social-icons ul li {
  flex: 1 1 20%;
  max-width: 20%;
  position: relative;
  padding: 0px 10px 0px 0px;
}

.social-icons ul li:nth-child(4){
  padding-right:0
}

.social-icons ul li:last-child{
  padding-right:0;
  padding-left:10px
}

.social-icons ul li a {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 100%;
  margin: 0 auto;
  max-width: 88%;
}

.social-icons ul li img {
  width: auto !important;
  vertical-align:initial;
  display:block;
  margin: auto;
}

.footer-image-wrapper {
  margin: 10px 0px 10px 0px;
}

.footer-image {
  max-width: 55%;
  margin: 0 auto;
}

.footer-image img {
  width: 100% !important;
}

.social-icons ul li.youtube a {
  padding-top: 70%;
}


.social-icons ul li.twt a {
  padding-top: 79.1667%;
  max-width: 101%;
}

.social-icons ul li.insta a {
  max-width: 101%;
}

.footer-text-wrapper {
  margin: 10px 0px 10px 0px;
}

.footer-text {
  text-align: center;
  line-height: 1.4em;
  font-size: 15px;
}

.footer-text p {
  margin:0
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}

.footer-menu ul:first-child>li {
  padding: 5px 15px 5px 15px;
  position: relative;
}


.footer-menu ul:first-child>li:first-child{
  flex: 22.1%;
  max-width: 22.1%;
}

.footer-menu ul:first-child>li:nth-child(2){
  flex: 22.1%;
  max-width: 22.1%;
}

.footer-menu ul:first-child>li:nth-child(3){
  flex: 25.1%;
  max-width:25.1%;
}

.footer-menu ul:first-child>li:last-child{
  flex: 30.7%;
  max-width:30.7%
}



.footer-menu ul:first-child>li>a {
  padding: 10px 0px 10px 0px;
  display: block;
  font-weight: 500;
  line-height: 1.7em;
  font-size: 16px;
  display: block;
}


.footer-menu ul:first-child>li>a:hover{
  cursor:auto;
  text-decoration:none

}

.footer-menu ul.hs-menu-children-wrapper {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: 10px 0px 10px 0px;
}

.footer-menu ul.hs-menu-children-wrapper li a{
  display:block
}

.footer-menu ul:first-child>li:last-child ul.hs-menu-children-wrapper>li:not(:last-child)>a{
  font-size:15px
}

.footer-menu ul:first-child>li:last-child ul.hs-menu-children-wrapper>li:not(:last-child)>a:hover,
.footer-menu ul:first-child>li:last-child ul.hs-menu-children-wrapper>li:not(:last-child)>a:focus{
  cursor:auto;
  text-decoration:none
}

.footer-bottom-inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.fb-col-one {
  flex: 1 1 55.6%;
  max-width: 55.6%;
}

.fb-col-inner {
  padding: 5px 15px 5px 15px;
}

.copyright-wrapper {
  margin: 10px 0px 10px 0px;
  font-size: 15px;
}

.fb-col-two {
  flex: 1 1 30.1%;
  max-width: 30.1%;
}

.footer-contact-wrapper {
  margin: 0px -19px -20px -19px;
}

.footer-quote-wrapper {
  margin: 0px -19px -20px -19px;
}


.footer-widget {
  padding: 0px 19px 20px 0;
  text-align: right;
}

.footer-widget a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  border: 0px solid rgba(35, 157, 219, 0);
  padding: 14px 0px 14px 0px;
  flex-flow: row nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footer .footer-widget a:hover,
footer.footer .footer-widget a:focus{
  text-decoration:none;
}

.footer-widget a svg {
  font-size: 13px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.fb-col-three {
  flex: 1 1 14.3%;
  max-width: 14.3%;
}


.fb-col-three {
  flex: 1 1 14.3%;
  max-width: 14.3%;
}

a#go-to-top {
  background: rgba(103, 199, 191, 1);
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 1000;
  font-size: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
  cursor:pointer
}

a#go-to-top:hover{
  bottom: 3px;
  opacity: 1;
}

a#go-to-top.show{
  opacity:.7;
  pointer-events:all;
  visibility:visible;
}

a#go-to-top.show:hover{
  bottom: 3px;
  opacity: 1;
}


a#go-to-top:after {
  color: #ffffff;
  content: '\f106';
  font-size: 16px;
  line-height: 60px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}


.social-icons ul li a img {
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
}



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


  footer.footer {
    padding: 25px 15px 25px 15px;
  }

  .footer-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding:0
  }

  .footer-left {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-menu {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-menu ul:first-child>li:first-child {
    flex: 1 1 24.9%;
    max-width: 24.9%;
  }

  .footer-menu ul:first-child>li:nth-child(2) {
    flex: 1 1 24.8%;
    max-width: 24.8%;
  }

  .footer-menu ul:first-child>li:nth-child(3) {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .footer-menu ul:first-child>li:last-child {
    flex: 1 1 24.9%;
    max-width: 24.9%;
  }

  .footer-left .inner {
    padding: 5px 15px 35px 15px;
  }

  .footer-logo {
    max-width: 25%;
    margin: auto;
  }

  .social-icons-wrapper {
    margin: 0;
  }

  .social-icons {
    max-width: 40%;
  }

  .social-icons ul li {
    padding: 5px 15px 5px 15px; 
  }
  .social-icons ul li:first-child{
    flex: 1 1 20.1%;
    max-width: 20.1%;
  }

  .social-icons ul li:last-child{
    flex: 1 1 19.6%;
    max-width: 19.6%;
    padding: 5px 15px 5px 15px;
  }

  .social-icons ul li:nth-child(4) {
    padding: 5px 15px 5px 15px;
  }

  .social-icons ul li a {
    margin: 10px 0px 10px 0px;
    max-width: 100%;
  }

  .social-icons ul li img {
    width: 100% !important;
  }

  .footer-image {
    max-width: 27%;
  }

  .footer-text {
    font-size: 14px;
    line-height: 1.3em;
  }
  .footer-menu ul:first-child>li>a {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.7em;
  }

  .footer-menu  ul.hs-menu-children-wrapper li a {
    line-height: 2em !important;
    font-size: 16px !important;
  }

  .footer-bottom-inner {
    padding: 0;
  }

  .fb-col-one {
    flex: 1 1 36.5%;
    max-width: 36.5%;
  }

  .fb-col-two {
    flex: 1 1 33.9%;
    max-width: 33.9%;
  }


  .fb-col-three {
    flex: 1 1 26.5%;
    max-width: 26.5%;
  }

  .copyright-wrapper {
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify;
  }

  .footer-widget a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 11px 0px 11px 0px;
  }

}

@media screen and (max-width:767px){
  .social-icons ul li.twt a {
    max-width: 50%;
  }

  .social-icons ul li.insta a {
    max-width: 51%;
  }

  .footer-logo {
    max-width: 69%;
  }

  .footer-left .inner {
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 10px 0px;
  }

  .social-icons-wrapper {
    margin: 10px 0px 10px 0px;
  }

  .social-icons ul li a {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .social-icons {
    max-width: 62%;
  }

  .social-icons ul li:first-child{
    flex: 1 1 20%;
    max-width:20%
  }

  .social-icons ul li:last-child {
    flex: 1 1 19.8%;
    max-width: 19.8%;
    padding: 0;
    margin: 10px 0px 10px 0px;
  }

  .social-icons ul li:nth-child(4) {
    padding: 0;
    margin: 10px 0px 10px 0px;
  }

  .social-icons ul li {
    padding: 0;
    margin: 10px 0px 10px 0px;
  }

  .footer-image {
    max-width: 55%;
  }

  .footer-menu ul:first-child>li:first-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px 0px 10px 0px;
    padding:0;
    text-align:center
  }

  .footer-menu ul:first-child>li:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px 0px 10px 0px;
    padding:0;
    text-align:center
  }

  .footer-menu ul:first-child>li:nth-child(3) {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px 0px 10px 0px;
    padding:0;
    text-align:center
  }

  .footer-menu ul:first-child>li:last-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px 0px 10px 0px;
    padding:0;
    text-align:center
  }

  .footer-menu ul:first-child>li:nth-child(2) ul.hs-menu-children-wrapper li:last-child{
    margin-bottom:62px
  }

  .fb-col-one {
    flex: 1 1 100%;
    max-width: 100%;
    order:3
  }

  .fb-col-two {
    flex: 1 1 100%;
    max-width: 100%;
    order:1
  }

  .fb-col-three {
    flex: 1 1 100%;
    max-width: 100%;
    order:2
  }

  .fb-col-inner {
    margin: 0px 0px 10px 0px;
    padding: 0;
  }

  .footer-contact-wrapper {
    display: flex;
    justify-content: center;
  }

  .footer-quote-wrapper {
    display: flex;
    justify-content: center;
  }

  .footer-widget {
    padding: 0px 19px 20px 19px;
  }

  footer.footer .footer-widget a {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 3px;
  }

  .fb-col-one .fb-col-inner {
    margin: 10px 0px 10px 0px;
  }

  .copyright-wrapper {
    text-align: center;
  }
  
  .social-icons ul li a img {
    position: relative;
  }

  .social-icons ul li a {
    padding-top: 0;
  }
  .social-icons ul li.youtube a {
    padding-top: 0;
}
  .social-icons ul li.twt a {
    padding-top: 0;
  }
}
.hs-blog-listing .page-center {
  padding: 0;
}


.topics-section {
  background-color: rgba(13, 71, 99, 1);
}


.topics-section-inner {
  padding: 10px 0px 15px 0px;
}

.topics-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.topics-section ul li {
  flex: 1 1 25%;
  max-width: 25%;
}

.topics-section ul li {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0px 15px 0px 15px;
  position: relative;
  text-align: center;
}

.topics-section ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0px;
  padding: 11px 0px 11px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  white-space:nowrap;
  transition-duration: 0.50s;
  transition-property: color, box-shadow, background, border-color;
}

.topics-section ul li a:hover,
.topics-section ul li a:focus{
  color: rgba(103, 199, 191, 1);
  text-decoration:none
}

.category-section {
  padding: 73px 0px 70px 0px;
}


.category-section .category-heading .inner {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 26px;
}

.category-section .category-content .inner{
  padding: 10px 15px 10px 15px;
  margin: 10px 0px 10px 0px;
}

.category-heading p {
  text-align: justify;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 42px;
  margin: 0;
  color: #0d4763;
  text-align: left;
}

.category-section .category-content .row {
  display: flex;
  flex-wrap: wrap;
}

.thought-leadership.category-section .category-content .post-item {
  flex: 50%;
  max-width: 50%;
  padding: 5px 0px 5px 0px;
}


.post-item-inner{
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.post-item-icon-wrapper {
  flex: 1 1 16.7%;
  max-width: 16.7%;
}

.thought-leadership.category-section .post-description {
  flex: 1 1 83.3%;
  max-width: 83.3%;
}


.thought-leadership.category-section .post-description-inner {
  padding: 0px 15px 0px 15px;
}

.post-description h2 {
  color: rgba(13, 71, 99, 1);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
  margin: 0;
}


.post-item-date {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.7em;
  color: #747679;
  font-weight: bold;
  margin-bottom: 10px;
}

.post-item a:hover{
  text-decoration:none
}

.post-item-icon {
  text-align: center;
  color:#74c1d6
}


.post-item-icon-inner {
  margin: 10px 0px 10px 0px;
}

.post-item-icon svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  stroke: none;
  max-width: none;
  position: relative;
  fill: currentColor;
  color: currentColor;
}

.cat-button-wrapper {
  margin: 10px 0px 10px 0px;
}

.cat-button-wrapper-inner {
  padding: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-button {
  padding: 0px 5px 0 5px;
}

.cat-button a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 2px;
  padding: 14px 42px 14px 42px;
  color: #fff;
  background-color: rgba(0, 131, 117, 1);
  border: 2px solid rgba(0, 131, 117, 0);
  display: block;
}

.cat-button a:hover{
  color:#fff;
  text-decoration:none;
  background-color: rgba(116, 193, 214, 0.8);
}

.video-section.category-section {
  background-color: rgba(116, 193, 214, 0.33);
}


.video-section.category-section .post-item .post-item-inner {
  padding: 5px 15px 5px 15px;
}

.video-section.category-section .post-item {
  flex: 33%;
  max-width: 33%;
}


.video-section.category-section .featured-image-wrapper {
  margin: 10px 0px 10px 0px;
  padding-top: 56.2857%;
  position: relative;
  width: 100%;
}


.video-section.category-section .featured-image-wrapper img.featured-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}


.video-section.category-section .post-description {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.video-section.category-section .cat-button a {
  background-color: rgba(13, 71, 99, 1);
}

.video-section.category-section .cat-button a:hover{
  background-color: rgba(116, 193, 214, 0.8);
}

.podcast-section.category-section {
  position: relative;
}

.podcast-section .category-heading p{
  color:#fff
}

.podcast-bg-image{
  background-image:url(https://9492680.fs1.hubspotusercontent-na1.net/hubfs/9492680/raw_assets/public/GovernmentAcquisitions_May_2021/images/team-bg-1.jpg);
  background-position: 33% 49%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcast-section.category-section .category-section-inner {
  z-index: 2;
  position: relative;
}

.podcast-section.category-section .post-item-inner {
  padding: 10px 15px;
}


.podcast-section.category-section .post-description h2 {
  color: #fff;
}

.podcast-section.category-section .post-item-icon {
  margin:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 71, 99, 1);
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border-width: 3px;
  border-style: solid;
  width: 52px;
  height: 52px;
  font-size: 20px;
  padding: 13px;
  border-radius: 26px;
  stroke-width: 0;
  transition: all 0.50s ease-in-out;
  transition-property: background, border-radius, color, border-color, box-shadow;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -webkit-transition-property: background, border-radius, color, border-color, box-shadow;
  -moz-transition-property: background, border-radius, color, border-color, box-shadow;
}


.podcast-section.category-section .post-desc-title {
  min-height: 55px;
  display: flex;
  align-items: center;
}

.podcast-bg-color{
  background-color: rgba(13, 71, 99, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcast-section.category-section .post-item {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}


.podcast-section.category-section .post-item {
  width: 100%;
  flex: 100%;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}

.podcast-section.category-section .post-item-icon-wrapper {
  flex: 1 1 6.9%;
  max-width: 6.9%;
}

.podcast-section.category-section .post-description {
  flex: 1 1 59.8%;
  max-width: 59.8%;
}

.podcast-section.category-section .post-item-button-wrapper {
  flex: 1 1 33.3%;
  max-width: 33.3%;
  text-align:right
}

.podcast-section.category-section .post-item .inner {
  margin: 0;
}

.post-item-button a,
.post-item-button>span{
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(116, 193, 214, 0);
  background-color: rgba(116, 193, 214, 1);
  background-image: none;
  border-radius: 2px;
  padding: 14px 42px 14px 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-item-button a:hover,
.post-item-button>span:hover{
  background-color: rgba(116, 193, 214, 0.8);
  text-decoration:none;
  color:#fff
}
.post-item-button svg {
  font-size: 16px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

.podcast-section.category-section .cat-button a{
  background-color:#fff;
  color: rgba(13, 71, 99, 1);
}

.podcast-section.category-section .cat-button a:hover{
  background-color: rgba(116, 193, 214, 0.8);
  color:#fff
}


.news-section.category-section .post-item {
  flex: 33%;
  max-width: 33%;
}

.news-section.category-section .post-item-inner {
  padding: 30px 20px 30px 20px;
  margin: 0px 10px 0px 10px;
  border: 2px solid rgba(116, 193, 214, 1);
  display:block
}

.news-section.category-section .post-description h2 {
  font-size:20px;
  text-align:center
}

.news-section.category-section .post-description h2 a{
  color:inherit
}

.news-section.category-section .post-description h2 a:hover{
  color: #1aabd8;
  text-decoration:none
}

.news-section.category-section .post-item-date{
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.news-section.category-section .post-item-button-wrapper .inner {
  padding: 0;
}

.news-section.category-section .post-item-button {
  text-align: center;
  margin-top:60px
}



/* blog post css >>>>>>>>>>>>> */

.hs-blog-post .banner_area.blog .banner-bg-color{
  background-color: rgba(13, 71, 99, 0.73);
}

.hs-blog-post .banner_area.blog .banner-image {
  background-position: 53% 45%;
}


.blog-post-content {
  padding: 74px 0px 75px 0px;
}

.blog-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.blog-post-main {
  flex: 1 1 67.9%;
  max-width: 67.9%;
  position: relative;
}

.blog-sidebar {
  flex: 1 1 32.1%;
  max-width: 32.1%;
}

.blog-post-inner {
  padding: 5px 15px 5px 15px;
}

.blog-title-wrapper-inner {
  margin: 10px 0px 20px 0px;
}

h2.blog-post__title {
  letter-spacing: -1.5px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
}


.post-meta {
  font-size: 18px;
  line-height: 1.5em;
  color: #0d4763;
  margin-top: 22px;
}

.post-meta a{
  color: #0d4763;
}

.post-meta a:hover,
.post-meta a:focus{
  color: #0d4763;
}

.post-meta-inner {
  padding: 0px 100px 0px 0px;
  margin: 10px 0px 10px 0px;
}

.blog-post__body {
  margin: 20px 0px 10px 0px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 1.5;
}

.blog-post__body p {
  font-family: Lato, sans-serif;
}


.blog-sidebar-inner {
  padding: 5px 15px 5px 15px;
  margin: 10px 0px 10px 0px;
}

.blog-sidebar .widget-module {
  margin: 10px 0px 10px 0px;
}

.blog-sidebar h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.5em;
  line-height: 1;
  color: #0D4763;
  font-family: Lato, sans-serif;
  letter-spacing: 0.03em;
}

.blog-sidebar ul {
  margin: 0;
  margin-top: -20px;
  padding: 0;
  list-style-type: none;
}

.blog-sidebar ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}


.blog-sidebar ul li a {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #0D4763;
  flex-grow: 10;
}

.blog-sidebar ul li a:hover,
.blog-sidebar ul li a:focus{
  color: #c280bf;
  text-decoration:none
}


.blog-sidebar ul li a:before{
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 10px;
  color: #8073b2;
  position: relative;
  top: -2px;
  padding-right: 10px;
}

.category-section.topic-page .featured-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  will-change: flex, max-width;
  flex: 1 1 34.6%;
  max-width: 34.6%;
}

.category-section.topic-page .featured-image-wrapper .featured-image-inner {
  padding: 5px 15px 5px 15px;
}
.category-section.topic-page .post-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  will-change: flex, max-width;
  flex: 1 1 65.4%;
  max-width: 65.4%;
  padding: 0px 20px 0px 20px;
}
.category-section.topic-page .post-description .post-description-inner {
  padding: 5px 15px 5px 15px;
}
.category-section.topic-page .topic-post-item-wrapper .category-content .inner {
  padding: 10px 5px;
}
.post-item-readmore svg#nc_icon {
  width: 16px;
}
.post-item-title h2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.3em;
}

.post-item-title h2 a {
  color: #0d4763;
}

.post-item-content {
  margin-top: 20px;
}
.post-item-readmore {
  padding: 0px 0 20px;
}
.post-item-readmore a {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(116, 193, 214, 0);
  background-color: rgba(116, 193, 214, 1);
  background-image: none;
  border-radius: 2px;
  padding: 14px 42px 14px 42px;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  vertical-align: middle;
}
.post-item-readmore a:hover {
  background-color: rgba(116, 193, 214, 0.8);
  color: rgba(255, 255, 255, 1);
}

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


  h2.blog-post__title {
    letter-spacing: -1px;
    line-height: 1.3em;
    font-size: 24px;
  }

  .post-meta {
    font-size: 17px;
  }

  .blog-post-content {
    padding: 50px 0 50px 0;
  }                                                                                                                                                                                        

  .video-section.category-section .post-item {
    flex: 50%;
    max-width: 50%;
  }

  .category-section {
    padding: 50px 15px 50px 15px;
  }

  .category-section .category-heading .inner {
    padding: 0;
  }

  .cat-button a {
    font-size: 12px;
    padding: 11px 26px 11px 26px;
  }

  .category-heading p {
    font-size: 35px;
  }

  .podcast-section.category-section .post-item {
    flex: 50%;
    max-width: 50%;
  }

  .podcast-section.category-section .post-item-icon-wrapper {
    flex: 1 1 17.7%;
    max-width: 17.7%;
  }

  .podcast-section.category-section .post-description {
    flex: 1 1 79.6%;
    max-width: 79.6%;
  }

  .podcast-section.category-section .post-item-button-wrapper {
    text-align: left;
    flex: 1 1 98.5%;
    max-width: 98.5%;
  }

  .post-description h2 {
    font-size: 35px;
    letter-spacing: -0.5px;
  }

  .cat-button-wrapper-inner {
    padding: 0 0px 0px 0px;
  }

  .post-item-button {
    margin: 10px 0;
  }

  .category-section .category-content .inner {
    padding: 0;
  }

  .news-section.category-section .post-item{
    flex: 50%;
    max-width: 50%;
  }



}


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


  .blog-post-content {
    padding: 25px 0 25px 0;
  }

  h2.blog-post__title{
    font-size:18px
  }

  .blog-post-inner {
    margin: 20px 0px 10px 0px;
    padding: 0;

  }

  .blog-post-main {
    flex: 1 1 100%;
    max-width: 100%;
  }


  .post-meta-inner {
    padding: 0;
  }

  .blog-sidebar-inner {
    padding: 0;
    margin: 10px 0px 10px 0px;
  }

  .blog-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .category-heading p {
    font-size: 29px;
  }

  .thought-leadership.category-section .category-content .post-item{
    flex: 1 1 100%;
    max-width: 100%;
  }


  .podcast-section.category-section .post-item-icon-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .podcast-section.category-section .post-description {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .podcast-section.category-section .post-item-button-wrapper {
    text-align: left;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .news-section.category-section .post-item{
    flex: 100%;
    max-width: 100%;
  }

  .podcast-section.category-section .post-item {
    flex: 100%;
    max-width: 100%;
  }

  .video-section.category-section .post-item {
    flex: 100%;
    max-width: 100%;
  }

  .post-item-icon-wrapper {
    display: none;
  }
  .post-item-inner {
    padding: 0;
    margin: 10px 0;
  }

  .post-description h2 {
    font-size: 29px;
    font-weight: 700;

  }

  .video-section.category-section .post-item .post-item-inner {
    padding: 0;
  }

  .video-section.category-section .post-description {
    padding: 0px 20px 0px 20px;
  }

  .post-item-button {
    text-align: center;
  }

  .post-item-button a, .post-item-button>span {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 11px 26px 11px 26px;
    margin: auto;
  }

  .news-section.category-section .post-description h2 {
    font-size:29px;
    font-weight:700;
    letter-spacing: -0.5px;
  }

  .topics-section {
    display: none;
  }

  .category-section {
    padding: 25px 15px 25px 15px;
  }

  .category-section.topic-page .featured-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .category-section.topic-page .post-description {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .post-item-title h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3em;
  }
  .post-item-readmore a {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .category-section.topic-page {
    padding: 25px 0;
  }
  .category-section.topic-page .category-heading {
    padding: 0 15px;
  }
  .news-section.category-section .post-item {
    margin-bottom: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 650px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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


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


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