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

@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.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/Cetrom_September2020/Font/fa-solid-900.eot#iefix") format("embedded-opentype"), 
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/fa-solid-900.woff2) format('woff2'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/fa-solid-900.woff) format('woff'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/fa-solid-900.ttf) format('truetype'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/fa-solid-900.svg) format('svg');
}

@font-face {
  font-family: "icomoon";
  src: url("https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/Cetrom_September2020/Font/icomoon.eot?h0n0b7#iefix") format("embedded-opentype"), 
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/icomoon.woff) format('woff'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/icomoon.ttf) format('truetype'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/icomoon.svg) format('svg');
}

@font-face {
  font-family: "eg-font";
  src: url("https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/Cetrom_September2020/Font/egfont.eot") format("embedded-opentype"), 
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/egfont.woff) format('woff'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/egfont.ttf) format('truetype'),
    url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/fonts/egfont.svg) format('svg');
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 24px;
}

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

p {
  margin: 0 0 20px;
}

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


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

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
  border-bottom: 1px solid #d3d7dc;
  padding-top: 16px;
  padding-bottom: 19px;
  margin: 0 0 28px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.125;
  margin: 0 0 20px;
  padding-top: 24px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.14285714286;
  padding-top: 24px;
  margin: 0 0 20px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.16666666667;
  padding-top: 16px;
  margin: 0 0 16px;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 12px;
  padding-top: 16px;
}

h6 {
  font-size: .9rem;
  line-height: 1.33333333333;
  padding-top: 16px;
  margin: 0 0 12px;
}

@media (max-width: 1023px){
  h1 {
    line-height: 1.14285714286;
  }
  h2 {
    line-height: 1.07692307692;
  }
  h3 {
    line-height: 1.16666666667;
  }
  h4 {
    line-height: 1.09090909091;
  }

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ol, pre, ul {
  margin: 0 0 20px;
}
ol, ul {
  padding: 0 16px 0 32px;
}
ul > li {
  list-style: none;
}
dt, li, li > ol, li > ul {
  margin-bottom: 12px;
}
.widget-type-rich_text ul > li:before,
.cm-ul ul > li:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #003d79;
  width: 6px;
  height: 6px;
  left: -16px;
  margin-top: -2px;
  margin-right: -6px;
  position: relative;
}
.widget-type-rich_text ul > li > ul > li:before,
.cm-ul ul > li > ul > li:before{
  height: 2px;
}
li > ol, li > ul {
  margin-top: 12px;
}
li li {
  font-size: 15px;
}
li > ol > li, li > ul > li {
  margin-bottom: 0;
}


blockquote {
  border-left: 4px solid #A9A9A9;
  padding: 8px 28px;
  margin: 0 0 20px;
}

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


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

.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  padding-right: 16px;
  padding-left: 16px;
}

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

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 16px 10px;
  
  text-decoration: none;
  min-width:240px;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin:16px 0 20px;  
  white-space: normal;
}

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

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

form fieldset .hs-richtext p {
  color: #4f555c;
  font-weight: 700;
  margin-bottom: 8px;
}
form fieldset {
  width: 100%;
  max-width: none !important;
}
form textarea.hs-input {
  height: 160px;
  padding: 7px 15px;
  resize: none;
}
form .input textarea.hs-input {
  width: 100% !important;
  padding: 6px 8px;
}
.input .hs-input {
  display:block;
}

.form-title {
  letter-spacing: normal;
  margin: 10px 0 18px 0;
  font-weight: 700;
  font-size: 20px;
  line-height:32px;
}

@media(min-width:480px){
  form fieldset.form-columns-2 .hs_firstname .input {
    margin-right: 8px !important;
  }
}
@media(min-width:640px){
  form fieldset.form-columns-2 .hs_firstname .input {
    margin-right: 16px !important;
  }
}


.hs-form label {
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;  
  font-weight: 700;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #790000;
  font-size: 13.08px;
  letter-spacing: .5pt;
  font-weight: 700;
  margin-bottom: 4px;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 5px 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #4f555c;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px;
}

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

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: #790000;
}
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;
}

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

.hs-form-required {
  color: #790000;
}

.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: 639px){
  .hs-button {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  fieldset .hs-input {
    width:100% !important;
  }
  fieldset .input {
    margin-right: 0px !important;
  }
  fieldset.form-columns-2 .hs-form-field {
    width:100% !important;
    float:none !important;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: 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.
*********************************************************************************
****************************************************************************** */

.body-container .dnd-section[class*="force-full-width"] > .row-fluid,
.banner-section .dnd-section[class*="force-full-width"] > .row-fluid{
  padding-left:0;
  padding-right:0;
}
.banner-section .dnd-section {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.callout-area {
  background: #2896d3;
  color: #fff;
  padding-top: 16px;
  line-height: 24px;
}
.hs-col-lg-1,
.hs-col-lg-10,
.hs-col-lg-11,
.hs-col-lg-12,
.hs-col-lg-2, 
.hs-col-lg-3,
.hs-col-lg-4,
.hs-col-lg-5,
.hs-col-lg-6, 
.hs-col-lg-7, 
.hs-col-lg-8, 
.hs-col-lg-9, 
.hs-col-md-1,
.hs-col-md-10,
.hs-col-md-11, 
.hs-col-md-12, 
.hs-col-md-2,
.hs-col-md-3, 
.hs-col-md-4,
.hs-col-md-5,
.hs-col-md-6,
.hs-col-md-7,
.hs-col-md-8,
.hs-col-md-9, 
.hs-col-sm-1, 
.hs-col-sm-10,
.hs-col-sm-11,
.hs-col-sm-12,
.hs-col-sm-2, 
.hs-col-sm-3, 
.hs-col-sm-4,
.hs-col-sm-5,
.hs-col-sm-6,
.hs-col-sm-7,
.hs-col-sm-8, 
.hs-col-sm-9,
.hs-col-xl-1, 
.hs-col-xl-10, 
.hs-col-xl-11,
.hs-col-xl-12,
.hs-col-xl-2,
.hs-col-xl-3,
.hs-col-xl-4, 
.hs-col-xl-5,
.hs-col-xl-6, 
.hs-col-xl-7,
.hs-col-xl-8,
.hs-col-xl-9,
.hs-col-xs-1,
.hs-col-xs-10,
.hs-col-xs-11, 
.hs-col-xs-12,
.hs-col-xs-2, 
.hs-col-xs-3, 
.hs-col-xs-4, 
.hs-col-xs-5, 
.hs-col-xs-6, 
.hs-col-xs-7, 
.hs-col-xs-8,
.hs-col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.hs-col-xs-1, 
.hs-col-xs-10, 
.hs-col-xs-11, 
.hs-col-xs-12,
.hs-col-xs-2, 
.hs-col-xs-3, 
.hs-col-xs-4, 
.hs-col-xs-5, 
.hs-col-xs-6,
.hs-col-xs-7,
.hs-col-xs-8, 
.hs-col-xs-9 {
  float: left;
}
.hs-col-xs-12 {
  width: 100%;
}
.cm-row {
  margin-left: -16px;
  margin-right: -16px;
}
.cm-row:after {
  display: table;
  content: "";
  clear: both;
}
.callout-icon {
  font-size: 56px;
  text-align: center;
}
.icon-question:before {
  content: "\ea09";
}
.callout-link a, .callout-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 15px 0 21px;
}
.callout-link a {
  display: block;
  background: #0f86c4;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 16px 32px;
  margin-left: -16px;
  margin-right: -16px;
}
.callout-link a:hover {
  background: #65bff3;
  color: #fff;
}
.banner-area {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 150%;
  color: #fff;
  background-size: cover;
}
.site-banner {
  display: table;
  width: 100%;
}
.landing-banner {
  text-align: center;
}
.banner-body {
  display: table-cell;
  vertical-align: middle;
  height: 184px;
}
.landing-banner .banner-body {
  padding-top: 48px;
  padding-bottom: 64px;
}
.banner-icon {
  color: #36b7ff;
}
.landing-banner .banner-icon {
  font-size: 48px;
  margin-bottom: 28px;
}
.icon-cloud2:before {
  content: "\eb3d";
}
.banner-title {
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -1.25px;
  margin: 0;
  padding: 0;
}
.landing-banner .banner-title {
  font-size: 28px;
  line-height: 32px;
  padding-top: 1px;
  padding-bottom: 3px;
}
.banner-content {
  margin-top: 24px;
}
.banner-content p {
  padding: 1px 0 3px;
  letter-spacing: -.5px;
}
.banner-icons {
  display: table;
  font-size: 0;
  margin: auto;
  padding-top: 20px;
}
.banner-icons .icon {
  font-size: 40px;
  display: inline-block;
  margin: 0 12px;
}
.icon-applications:before {
  content: "\eaeb";
}
.icon-migration:before {
  content: "\eb2c";
}
.icon-email:before {
  content: "\eb1f";
}
.icon-data-centers:before {
  content: "\eb1d";
}
.icon-desktop:before {
  content: "\eb1e";
}
.cm-baner-top {
  line-height: 24px;
}
.section {
  background-position: center bottom;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-body, .section-thumbnail {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
.section-title, .section-title-text {
  overflow: hidden;
  zoom: 1;
}
.text-color-dark-blue {
  color: #003d79;
}
.section-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 28px;
  padding-top: 0;
}
.section-icon {
  font-size: 48px;
  margin-right: 12px;
}
.section-icon {
  display: table-cell;
  padding-right: 16px;
  vertical-align: middle;
}
.section-title-text {
  width: 10000px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
}
.section-content {
  letter-spacing: -.5px;
}
.archive-entry, .section-content p {
  margin-bottom: 36px;
}
.text-color-light-blue {
  color: #2895d2;
}
.thumbnail {
  display: block;
  margin-bottom: 20px;
}
.section-thumbnail .thumbnail {
  margin-bottom: 0;
}
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.hs-cloud-service-page .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.hs-cloud-service-page .section-content p span {
  color: #fff;
}
.icon-email:before {
  content: "\eb1f";
}
.text-color-orange {
  color: #f58025;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.section-content .btn + .btn {
  margin-top: 8px;
}
.icon-applications:before {
  content: "\eaeb";
}

.benefits-alt {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 16px;
}
.benefit-alt {
  display: block;
  background: #eceff0;
  margin-bottom: 32px;
  color: #4f555c;
  position: relative;
  padding: 60px 20px 31px;
}
.benefit-alt .icon-bg {
  color: #dadee0;
  font-size: 116px;
  width: 88px;
  height: 116px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.icon-clock3:before {
  content: "\eaf4";
}
.benefit-alt .icon-checkmark {
  color: #2896d3;
  font-size: 40px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.icon-checkmark:before {
  content: "\ea10";
}
.benefit-alt-title {
  color: #124a82;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  margin: 0 0 8px;
  padding: 2px 0;
}
.benefit-alt-content {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.benefit-alt-content p, .benefit-content p, .portal-content p, .resource-landing-content p {
  margin-bottom: 8px;
}
.benefit-alt-content strong {
  font-weight: 600;
  color: #2896d3;
}
.benefit-alt-content .icon-arrow-right2 {
  color: #afb4ba;
}
.benefit-alt:hover {
  background: #fff;
  color: #4f555c;
  border: 8px solid #eceff0;
  padding: 52px 12px 23px;
}
.benefit-alt:hover .icon-bg {
  color: #eceff0;
  width: 80px;
}
.benefit-alt:hover .icon-checkmark {
  color: #f58025;
  left: 12px;
  top: 4px;
}
.icon-security:before {
  content: "\eb34";
}
.icon-data-centers:before {
  content: "\eb1d";
}
.icon-month-guarantee:before {
  content: "\eb2f";
}
.icon-zero-downtime:before {
  content: "\eb3c";
}
.icon-cost-effective:before {
  content: "\eaf6";
}
.benefits-banner, .home-banner-secondary {
  background: #003d79;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.benefits-banner .banner-title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
}
.benefits-banner .banner-icon {
  display: none;
}
.banner-image {
  width: 135px;
  margin: 0 auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.banner-list, .banner-list li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner-list li {
  line-height: 20px;
  letter-spacing: -1px;
  overflow: visible;
}
.banner-list .icon {
  font-size: 40px;
  vertical-align: middle;
}
.banner-list .text {
  border-bottom: 2px solid rgba(255,255,255,.3);
  padding: 15px 0;
}
.benefits-banner-column:nth-child(2) .media-reverse-lg {
  direction: ltr;
}
.benefits-banner-column:nth-child(2) .media-reverse-lg > .media-left-lg {
  padding-right: 16px;
  padding-left: 0;
}
.icon-mobile3:before {
  content: "\eb2e";
}
.media-body {
  width: 10000px;
}
.site-content {
  padding-top: 20px;
}
.lead {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.5px;
  margin-bottom: 28px;
}
.sidebar-area {
  background: #eceff0;
  padding-top: 28px;
  padding-bottom: 28px;
}
.alignright {
  float: right;
}
.img-caption.alignright,
img.alignright {
  margin: 0 0 20px 32px;
}
.two-col-left-section-grp .dnd-section {
  padding: 0;
}
.cm-cta {
  display: block;
  border: 2px solid #eceff0;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -.5px;
  margin: 40px 0;
  padding: 23px 30px 29px;
}
.cm-cta:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\ea3c";
  color: #f58025;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 8px;
}
.testimonial-feed .pullquote {
  width: 100%;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  padding: 24px 40px;
  word-break: break-word;
  padding-right: 30px;
}

.testimonial-feed .pullquote:after,
.testimonial-feed .pullquote:before {
  font-size: 18px;
}

.testimonial-feed .quote-source {
  letter-spacing: 0px;
}

.testimonial-feed.feed .entry-body {
  padding-bottom: 0;
}
.pullquote {
  background: #eceff0;
  border: 0;
  color: #4f555c;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  width: 40%;
  margin-bottom: 20px;
  padding: 24px 56px;
  position: relative;
}

.pullquote:before,
.pullquote:after {
  color: #003d79;
  font-family: 'icomoon';
  font-size: 32px;
  line-height: 1;
  vertical-align: top;
  position: absolute;
}

.pullquote:before {
  content: "\eb32";
  top: 16px;
  left: 16px;
}

.pullquote:after {
  content: "\eb33";
  bottom: 16px;
  right: 16px;
}

.pullquote p {
  margin-bottom: 0;
}
.pullquote.alignright {
  margin: 0 0 20px 32px;
}

.pullquote.alignleft {
  margin: 0 32px 20px 0;
}

.pullquote.aligncenter {
  margin: 0 auto 32px;
}
.text-large {
  font-size: 120%;
}

.text-small {
  font-size: 80%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line,
.text-line-left,
.text-line-right {
  display: block;
  overflow: hidden;
}

.text-line {
  text-align: center;
}

.text-line-left {
  text-align: right;
}

.text-line-right {
  text-align: left;
}

.text-line:before,
.text-line:after,
.text-line-left:before,
.text-line-right:after {
  background: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.text-line:before {
  right: 16px;
  margin-left: -50%;
}

.text-line:after {
  left: 16px;
  margin-right: -50%;
}

.text-line-left:before {
  right: 16px;
  margin-left: -100%;
  width: 100%;
}

.text-line-right:after {
  left: 16px;
  margin-right: -100%;
  width: 100%;
}

.text-color-white {
  color: #4f555c;
}

.text-color-lighter-blue {
  color: #65bff3;
}

.text-color-light-blue {
  color: #2895d2;
}

.text-color-blue {
  color: #0a74af;
}

.text-color-dark-blue {
  color: #003d79;
}

.text-color-darker-blue {
  color: #002d59;
}

.text-color-light-orange {
  color: #fb9e40;
}

.text-color-orange {
  color: #f58025;
}

.text-color-dark-orange {
  color: #e06114;
}
.feed-area {
  padding-top: 44px;
}

.feed {
  margin-bottom: 40px;
  line-height: 24px;
}

.feed-title {
  color: #f58026;
  white-space: nowrap;
  padding-top: 0;
}

.feed-link {
  color: #003d79;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feed-link:hover {
  color: #F58026;
}

.feed .entry-title {
  font-weight: 400;
  letter-spacing: -.5px;
  margin-bottom: 16px;
}

.feed .entry-title a:hover {
  color: #f58026;
}

.feed .entry-summary {
  font-size: 15px;
  letter-spacing: -.5px;
  margin-bottom: -4px;
}

.feed .entry-footer {
  text-align: right;
}

.feed .entry-body {
  padding-bottom: 20px;
}

.feed .entry-meta {
  color: #afb4ba;
  font-size: 14px;
  text-align: left;
}

.feed .entry-meta a {
  color: inherit;
}

.feed .entry-meta a:hover {
  color: #F58026;
}

.feed .entry-link {
  border-top: 1px solid #d3d7dc;
  padding-top: 11px;
  text-align: right;
}

.feed .entry-link a {
  color: #afb4ba;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
}

.feed .entry-link a:hover {
  color: #f58026;
}

.feed .entry-link a:hover .icon {
  color: #003d79;
}
.feed-stripped .entry-body {
  padding-bottom: 24px;
}

.feed-stripped .feed-header {
  margin-bottom: 16px;
}

.feed-stripped .feed-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feed-stripped .feed-icon {
  color: #003d79;
  font-size: 24px;
  margin-right: 8px;
  vertical-align: top;
}

.feed-stripped .feed-entry-odd,
.feed-stripped .feed-col:nth-of-type(odd) .entry {
  background: #eceff0;
}

.feed-stripped .entry {
  padding: 12px 24px 16px;
}

.feed-stripped .entry-meta a:hover {
  color: #f58026;
}

.feed-stripped .entry-summary {
  font-size: 16px;
}

.feed-stripped .feed-entry-even,
.feed-stripped .feed-col:nth-of-type(even) .entry {
  border-top: 1px solid #D3D7DC;
  padding-top: 11px;
}
blockquote {
  border-left: 4px solid #2896d3;
  margin-bottom: 20px;
  padding: 8px 28px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}
.quote {
  background: #eceff0;
  position: relative;
  margin: 0 0 20px;
  padding: 20px 20px 20px 20px;
}

.quote:before {
  content: "\eb32";
  font-family: 'icomoon';
  color: #003d79;
  font-size: 32px;
  line-height: 1;
  vertical-align: top;
}

.quote-content {
  color: #4f555c;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  border: 0;
  margin: 0;
  padding: 0;
}

.quote-caption {
  border-top: 1px solid #d3d7db;
  margin-top: 16px;
  padding-top: 15px;
}

.quote-source {
  color: #003d79;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
.archive-entry {
  margin-bottom: 36px;
}

.archive-entry .entry-title {
  padding-top: 0;
  letter-spacing: -1px;
}

.archive-entry .entry-title a:hover {
  color: #F58026;
}

.archive-entry .entry-summary {
  font-size: 15px;
  letter-spacing: -.5px;
  margin-bottom: -4px;
}

.archive-entry .entry-footer {
  text-align: right;
}

.archive-entry .entry-meta {
  color: #afb4ba;
  font-size: 15px;
  text-align: left;
  margin-bottom: 8px;
}

.archive-entry .entry-meta a {
  color: inherit;
}

.archive-entry .entry-meta a:hover {
  color: #f58026;
}

.archive-entry .entry-link {
  color: #afb4ba;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.archive-entry .entry-link:hover {
  color: #f58026;
}

.archive-entry .entry-link:hover .icon {
  color: #003d79;
}
.entry-footer {
  border-top: 1px solid #d3d7dc;
}
.sidebar-menu .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-menu .widget-type-cell{
  min-height:0;
}
.sidebar-menu {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 24px;
}

.sidebar-menu .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
}
.sidebar-menu .hs-menu-wrapper ul li {
  margin: 0;
}
.sidebar-menu .hs-menu-wrapper > ul > li {
  border-bottom: 1px solid #d3d7dc;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 12px;
  letter-spacing: -.5px;
  position: relative;
}
.sidebar-menu .hs-menu-wrapper > ul > li:before {
  color: #f58025;
  font-family: 'icomoon';
  content: "\eaf3";
  font-size: 9px;
  left: 0;
  position: absolute;
  width: 8px;
  margin-top: 1px;
  display: inline;
  vertical-align: baseline;
  background: 0 0;
  height: auto;
}
.two-col-left-section-grp {
  line-height: 24px;
}
.sidebar-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}
.sidebar-menu .hs-menu-wrapper > ul > li > ul > li {
  font-size: 14px;
}
.sidebar-menu .hs-menu-wrapper > ul > li > ul > li a {
  color: #003d79;
}
.sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #f58025;
}
.sidebar-menu .hs-menu-wrapper > ul > li.active,
.sidebar-menu .hs-menu-wrapper > ul > li.active-branch {
  display: block;
}
.bottom-section-grp .dnd-section {
  padding: 0;
}
.portals {
  padding-top: 24px;
}

.portal {
  display: block;
  background: #eceff0;
  margin-bottom: 32px;
  color: #4f555c;
  position: relative;
  padding: 20px 16px 30px;
  border: 8px solid #eceff0;
}

.portal .icon-main {
  color: #40a1d7;
  font-size: 40px;
  position: absolute;
  left: 18px;
  top: 14px;
  display: none;
}

.portal-title {
  color: #124a82;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  position: relative;
  margin: 0 0 8px;
  padding: 2px 0;
  letter-spacing: -1px;
}

.portal-content {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-top: 8px;
}

.portal-content p {
  margin-bottom: 8px;
}

.portal-content strong {
  font-weight: 600;
}

.portal .icon-arrow-down-right2 {
  position: absolute;
  right: 12px;
  bottom: 16px;
}
.portal:hover {
  background: #ffffff;
  color: #4f555c;
}
.portal:hover .icon-main {
  color: #f58025;
}
.portal .icon-arrow-down-right2 {
  color: #afb4ba;
}
.portal:hover .icon-arrow-down-right2 {
  color: #0c5794;
}
.icon-gear:before {
  content: "\eb47";
}
.icon-ticket2:before {
  content: "\eb45";
  color: #003d79;
}
.icon-support-rep:before {
  content: "\eb44";
}
.icon-folder2:before {
  content: "\eb46";
}
.industry-banner {
  color: #4f555c;
  background-position: center center;
}

.industry-banner .banner-title {
  color: #003c79;
  font-size: 28px;
  line-height: 32px;
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: left;
}

.industry-banner .banner-content {
  margin-top: 20px;
  padding: 0;
}

.industry-banner .banner-content p {
  margin-bottom: 0;
}

.industry-banner .banner-body {
  display: block;
  padding-top: 48px;
  padding-bottom: 40px;
  height: auto;
}

.industry-banner .banner-icon {
  font-size: 48px;
}
.icon-travel .path1:before {
  content: "\eb35";
  color: rgb(40, 150, 211);
}
.icon-travel .path2:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-travel .path3:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-travel .path4:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(245, 128, 38);
}
.icon-travel .path5:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(245, 128, 38);
}
.icon-travel .path6:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-travel .path7:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-guarantee-stamp:before {
  content: "\eb3e";
}
.banner-content a,
.banner-content a:hover{
  color: #f58025;
  font-weight: 700;
}
.featured-applications-title {
  color: #2895d2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.featured-applications-title:before,
.featured-applications-title:after {
  background: #d2baa5;
  height: 2px;
  top: -1px;
}

.featured-applications-list {
  text-align: center;
  font-size: 0;
  display: table;
  width: 100%;
  padding: 0;
}

.featured-applications-list li {
  color: #4f555c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -.5px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 2px 8px 2px;
}

.featured-applications-list li:before {
  content: none;
}

.featured-applications-footer {
  display: table;
  font-size: 0;
  width: 100%;
}

.featured-applications-footer:before,
.featured-applications-footer:after {
  background: #d2baa5;
  height: 2px;
  top: -5px;
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.benefits-alt-section .benefits-alt {
  background: #003c79;
  padding-top: 48px;
  padding-bottom: 16px;
}
.benefits-alt-section .benefit-alt{
  background: #0c5794;
  color: #fff;
  position: relative;
}
.benefits-alt-section .benefit-alt .icon-checkmark {
  color: #003c79;
}
.benefits-alt-section .benefit-alt-title {
  color: #fff;
  margin-top: 1px;
}
.benefits-alt-section .benefit-alt .icon-bg{
  color: #003d79;
}
.benefits-alt-section .benefit-alt:hover .icon-checkmark {
  color: #f58025;
}

.benefits-alt-section .benefit-alt-content strong {
  color: #fff;
}

.benefits-alt-section .benefit-alt:hover .icon-bg {
  color: #0c5794;
}
.benefits-alt-section .benefit-alt:hover .icon-bg {
  width: 88px;
}
.benefits-alt-section .benefit-alt-content .icon-arrow-right2 {
  color:#fff;
}
.certifications-compliances {
  background: #eceff0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.certifications-compliances-title {
  padding: 1px 0 3px;
  margin: 0 0 16px;
}

.certifications-compliances-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  text-align: justify;
  text-justify: distribute;
}

.certifications-compliances-list:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.certifications-compliances-list li {
  color: #2895d2;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  width: 50%;
}

.certifications-compliances-list li:before {
  content: none;
}
.contact-area {
  padding-top: 48px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}
.contact-area h2 {
  text-align: center;
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.cm-recent-post .feed-stripped {
  padding-top: 16px;
  line-height: 24px;
}
.hs-home-page .cm-recent-post .feed-stripped {
  padding-top:0;
}
.banner-cta {
  padding: 32px 0;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 24px;
}
.banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  flex-direction: column;
}
.banner-right a {
  display: block;
  background-color: #f58025;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-top: 32px;
  padding: 16px 18px;
  letter-spacing: 2px;
}
.fa-download:before {
  content: "\f019";
}
.banner-left p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.banner-left h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 300;
}
.banner-right a:hover {
  background-color: #f58025;
  color: #fff;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
.entry-header h5 {
  font-size: 20px;
  text-align: left;
  line-height:24px;
}
.fancybox-default .fancybox-skin {
  border-radius: 0 !important;
}

.fancybox-default .fancybox-close {
  background: #afb4ba;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-default .fancybox-close:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\ea0f";
}
body .fancybox-overlay {
  background: url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/fancybox_overlay.png);
}
.benefits-alt-section .benefit-alt:hover {
  border: none;
  background: #1369af;
  color: #fff;
}
.benefits-alt-section .benefit-alt {
  padding: 60px 16px 23px;
}
.benefits-alt-section .benefit-alt:hover {
  padding: 60px 16px 23px;
}
.benefits-alt-section .benefit-alt .icon-checkmark{
  left: 20px;
  top: 20px;
}
.certifications-compliances .cm-row {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.benefits-alt-section .benefit-alt:hover .icon-checkmark {
  color: #f58025;
}
.list-checkmark {
  list-style: none;
}
.list-checkmark > li {
  position: relative;
}
.list-checkmark > li:before {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea10";
  color: #003d79;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -22px;
  top: 7px;
  background: 0 0;
}
.tab {
  display: none;
}

.tab-active {
  display: block;
}

.tabset-default {
  padding-top: 1px;
  margin-bottom: 20px;
}

.tabset-default .tabs {
  display: table;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.tabset-default .tab-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
}

.tabset-default .tab-item:before {
  content: none;
}

.tabset-default .tab-link {
  display: block;
  background: #eceff0;
  border: 1px solid #d3d7dc;
  color: #4f555c;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 100px;
  margin-top: -1px;
  padding: 15px 19px 16px;
}

.tabset-default .tab-link:hover {
  background: #e3e4e6;
}

.tabset-default .tab-link-active,
.tabset-default .tab-link-active:hover,
.tabset-default .tab-link.active,
.tabset-default .tab-link.active:hover {
  background: transparent;
  border-bottom-color: #fff;
  color: #336699;
}

.tabset-default .tab {
  background: #fff;
  border: 1px solid #d3d7dc;
  margin: -1px 0 0;
  padding: 19px;
}

.tabset-default .tabset-navigation {
  clear: both;
  border-top: 2px solid #d3d7dc;
  border-bottom: 2px solid #d3d7dc;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 14px 8px 14px;
}

.tabset-default .tabset-previous a,
.tabset-default .tabset-next a {
  display: block;
  color: #333;
  text-decoration: none;
}

.tabset-default .tabset-previous .icon,
.tabset-default .tabset-next .icon {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  text-align: center;
  font-size: 9px;
  min-width: 32px;
}

.tabset-default .tabset-previous {
  float: left;
}

.tabset-default .tabset-next {
  float: right;
}

.filter-tabs {
  width: 100%;
}

.tabset-default .filter-tab-item {
  width: 100%;
}

.tabset-default .filter-tab-item .filter {
  letter-spacing: 0;
}

.tabset-default .filter-tab-item .filter:hover {
  cursor: pointer;
}
#Container .mix {
  display: none;
}

.mix-row {
  padding-top: 20px;
}
.mix-container .col-table {
  display: table;
}
.mix-container .column-item {
  color: #4f555c;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  font-size: 14px;
  line-height: 18px;
}
.mix-container .column {
  border-bottom: 1px solid #d3d7dc;
}
.hs-two-col-left-section .form-title{
  margin-top:0;
}
.stories-area {
  min-height: 282px;
  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;
}
.stories-entry {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stories-entry .entry-thumbnail {
  display: block;
  margin-bottom: 24px;
}

.stories-entry .entry-thumbnail img {
  border: 8px solid #fff;
  border-radius: 50%;
}

.stories-entry .entry-header {
  margin-bottom: 8px;
}

.stories-entry .entry-title {
  color: #003c79;
  font-size: 32px;
  line-height: 40px;
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: -4px;
  padding-top: 3px;
  padding-bottom: 1px;
}

.stories-entry .entry-title a {
  text-decoration: none;
}

.stories-entry .entry-heading {
  padding-top: 3px;
  padding-bottom: 1px;
  margin-bottom: 0;
  color: #2895d2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
}

.stories-entry .entry-summary {
  color: #4f555c;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 16px;
}

.stories-banner .btn .icon {
  font-size: 24px;
  line-height: 16px;
  letter-spacing: 3px;
  position: relative;
  top: 5px;
}
.icon-download4:before {
  content: "\eb4e";
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-flex > .col-flex-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.row-flex > .col-flex-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.row-flex > .col-flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hs-two-col-left-section .hs_cos_wrapper_type_module > .hs-button {
  margin-top: 0;
  background: #F58025;
  border-color: #F58025;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 9px 22px !important;
  min-height: auto;
  min-width: auto;
}
.hs-two-col-left-section .hs_cos_wrapper_type_module>.hs-button:hover {
  background: #E06114;
  border-color: #E06114;
}
.hs-two-col-left-section .widget-type-custom_widget.dnd-module{
  align-items: baseline !important;
}
.icon-cpas .path1:before {
  content: "\eaf7";
  color: rgb(40, 150, 211);
}
.icon-cpas .path2:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cpas .path3:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(245, 128, 38);
}
.icon-cpas .path4:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cpas .path5:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path6:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path7:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path8:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path9:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path10:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path11:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path12:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path13:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path14:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path15:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path16:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path17:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path18:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path19:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path20:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path21:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path22:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path23:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path24:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path25:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path26:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path27:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path28:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path29:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path30:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path31:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path32:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path33:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path34:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path35:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path36:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path37:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.icon-cpas .path38:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(0, 61, 121);
}
.travel-banner-area {
  position:relative;
}
.contact-area .widget-type-form {
  width: 90%;
  margin: 0 auto 88px;
  max-width: 700px;
  position: relative;
  padding-top: 8px;
}
.contact-area .hs-form-required {
  margin-left: 4px;
}
.contact-area .actions {
  text-align: center;
}
.contact-area fieldset.form-columns-2 label {
  font-size: 13.008px;
  letter-spacing: 0.666667px;
}
.contact-area form fieldset .hs-richtext p {
  color: #4f555c;
  font-weight: 700;
  margin-bottom: 7px;
}
.home-banner-primary {
  background: #b1d9f0;
  color: #003d79;
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-banner-area .banner-title {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 28px;
}
.home-banner-primary .banner-title {
  color: #003d79;
}
h1.banner-title.first {
  line-height: 1.2;
}
ul.banner-list.banner-list-left.banner-list-new {
  padding: 0 16px;
}
.index .banner-list-item a span.icon {
  color: #2c95d2;
}
.home-banner-primary .banner-list li a:hover,
.home-banner-secondary .banner-list li a:hover{
  color: #2896d3;
}
.home-banner-area .btn {
  display: block;
  width: 236px;
  margin: 32px auto 0;
}
.home-banner-area .btn {
  width: 300px;
}
.home-banner-primary .banner-list li a,
.home-banner-primary .banner-title {
  color: #003d79;
}
.home-banner-primary .banner-list li a:hover,
.home-banner-secondary .banner-list li a:hover {
  color: #2896d3;
}
.media-body {
  width: auto;
}

.home-banner-secondary {
  background: #003d79;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.home-banner.home-banner-secondary .page-center {
  display: flex !important;
  flex-direction: column-reverse;
}
.home-banner-area .banner-title {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 28px;
}
.home-banner.home-banner-secondary .banner-title {
  margin-bottom: 0 !important;
  margin-top: 28px;
  line-height: 1.2 !important;
}
.home-banner-secondary .banner-list li a {
  color: #fff;
}
.icon-zero-downtime:before {
  content: "\eb3c";
}
.icon-desktop:before {
  content: "\eb1e";
}
.icon-cost-effective:before {
  content: "\eaf6";
}
.cm-home-banner {
  margin-bottom: 38px;
}
.testimonial-area .slideshow-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.testimonial-area .mySlides-inner {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  max-width: 845px;
  line-height: 24px;
}
.testimonial-area .prev,
.testimonial-area .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -30px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  top: 50%;
}

.testimonial-area .next {
  position: absolute;
  right: 0;
}

.testimonial-area .prev {
  position: absolute;
  left: 0;
}

.testimonial-area {
  background-color: #EDF2F6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.testimonial-area p {
  margin-top: 32px;
  color: #1D3C6D;
  font-size: 18px;
}

.testimonial-area p.author {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  color: #4F555C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonial-area .slick-arrow {
  width: 32px;
  height: 32px;
  font-size: 0;
  margin-top: -36px;
  z-index: 1;
}
.testimonial-area .slick-arrow:after {
  content:"";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display:block;
  width: 32px;
  height: 32px;
}
.testimonial-area .slick-next {
  right: 0;
}
.testimonial-area .slick-prev {
  left: 0;
}
.testimonial-area .slick-next:after {
  background-image: url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/slider-right.png) !important;
  right: 0;
}
.testimonial-area .slick-prev:after {
  background-image: url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/slider-left.png) !important;
  left: 0;
  width: 31px;
}
.testimonial-area .slick-next:before,.testimonial-area .slick-prev:before {
  display: none;
}
.expertise-area {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.expertise-area .media-left .icon {
  min-width: 28px;
}

.testimonial-area * {
  outline: 0 none;
}
.icon-cloud-applications:before {
  content: "\eaf5";
}
.expertise-area {
  background-color:#003c79;
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 72px;
  color: #fff;
  line-height:24px;
}

.expertise-icon {
  font-size: 56px;
  vertical-align: top;
}

.expertise-title {
  color: #fff;
  padding-top: 0;
}

.expertise-content {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.5px;
}

.expertise-list {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 20px 0 8px;
}

.expertise-list > li {
  font-size: 18px;
  margin: 0 0 12px;
  padding: 0;
}

.expertise-list > li:before {
  content: none;
}

.expertise-list .icon {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  color: #0a74af;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
}
.insights-area {
  width: 90%;
  margin: auto;
  max-width: 1168px;
  line-height:24px;
}

.insights-area h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 48px;
}

.insights-area h4 {
  text-align: left;
}

.insights-area p {
  color: #afb4ba;
  text-align: left;
}

.insights-area p a {
  font-weight: bold;
}

.insights-area img {
  width: 100%;
  max-width: 580px;
}

.insights-area .insights-right-side a {
  display: block;
  text-align: left;
}

.insights-area .insights-right-side i {
  margin-right: 8px;
  color: #f58025;
}

.insights-area .insights-right-side hr {
  border: 0;
  margin: -1px 0 20px;
  height: 2px;
  background-color: #afb4ba;
  margin-bottom: 16px;
  margin-top: 16px;
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.insights-area .insights-right-side a:last-of-type + hr {
  display: none;
}
.feed-header.media-sm {
  text-align: center;
}
.feed-header.media-sm div {
  display: block;
}
.icon-pencil3:before {
  content: "\eb30";
}
.resources-landing {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 16px;
  position: relative;
}

.resource-landing {
  display: block;
  background: #eceff0;
  margin-bottom: 32px;
  color: #4f555c;
  position: relative;
  padding: 23px;
  border: 8px solid #eceff0;
}

.resource-landing:hover {
  background: #fff;
  color: #4f555c;
  border: 8px solid #eceff0;
}

.resource-landing-title {
  color: #124a82;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  margin: 0 0 8px;
  padding: 2px 0;
}

.resource-landing-content {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.resource-landing-content p {
  margin-bottom: 8px;
}

.resource-landing-content strong {
  font-weight: 600;
  color: #2896d3;
}

.resource-landing-content .icon-arrow-right2 {
  color: #afb4ba;
}

.resource-landing .icon-main {
  display: none;
  color: #40a1d7;
  font-size: 108px;
  position: absolute;
  left: 38px;
  top: 50%;
  bottom: 50%;
  margin-top: -54px;
}

.resource-landing:hover .icon-main {
  color: #f58025;
}

.resource-landing .icon-corner {
  position: absolute;
  right: 10px;
  bottom: 14px;
  color: #afb4ba;
}

.resource-landing:hover .icon-corner {
  color: #0c5794;
}
.icon-blog2:before {
  content: "\eb49";
}
.icon-case-studies:before {
  content: "\eb4a";
}
.icon-events:before {
  content: "\e953";
}

.icon-videos:before {
  content: "\eb4c";
}
.icon-news:before {
  content: "\eb4b";
}
.icon-cloud-download:before {
  content: "\e9c2";
}
.whitepaper-section .dnd-section {
  padding-top: 40px;
  padding-bottom: 48px;
}
.whitepaper-info {
  border: 2px solid #eceff0;
  padding: 45px 30px 27px;
  letter-spacing: -.4px;
}
.two-col-right-right-section {
  width: 41.66667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.two-col-right-left-section {
  width: 58.33334%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.whitepaper-section .widget-type-header h1 {
  color: #2896d3;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -.5px;
  margin-bottom: 32px;
  padding-top: 1px;
  padding-bottom: 18px;
}
.whitepaper-info a {
  text-decoration: underline;
}
.whitepaper-section .dnd-section .span7 {
  width: 58.533334%;
}
.whitepaper-section .dnd-section .span5 {
  width: 41.43567%;
  padding-left: 16px;
  margin: 0;
}
.resource-subpage {
  font-weight: 100;
}
.resource-subpage h5 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #2896d3;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.resource-subpage h4 {
  padding-top: 0;
}

.resource-subpage {
  font-weight: 100;
}

.resource-subpage ul li span {
  color: #2896d3;
  font-weight: 600;
}
.share-grp {
  border-top: 1px solid #d3d7dc;
}
.share {
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}
.share-title {
  display: table-cell;
  vertical-align: middle;
  color: #335378;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
.menu-social {
  display: table;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-social li {
  font-size: 24px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.menu-social a {
  display: block;
  text-decoration: none;
}
.menu-share li, .menu-social a {
  vertical-align: top;
}
.icon-facebook2 {
  color: #0054a6;
}
.icon-facebook2:before {
  content: "\ea91";
}
.menu-social a:before {
  font-size: 25px;
}
.icon-linkedin {
  color: #007bb6;
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-twitter2 {
  color: #00aeef;
}
.icon-twitter2:before {
  content: "\eb4d";
}
.icon-mail {
  color: #f58026;
}
.icon-mail:before {
  content: "\ea83";
}
.menu-social a:hover {
  color: #f58026;
}
.hs-two-col-right-sidebar {
  padding-top: 24px;
}
.hs-two-col-right-sidebar {
  padding-top: 24px;
}

.hs-two-col-right-sidebar h3.form-title {
  letter-spacing: normal!important;
  margin: 10px 0 18px 0;
  color: #2896d3;
  font-size: 28px;
  font-weight: 300;
  border-bottom: 2px solid #eceff0;
  padding-bottom: 24px;
  margin-top: 15px;
}

.hs-two-col-right-sidebar .widget-type-form {
  margin: 0;
  border: 2px solid #eceff0;
  padding: 0 0 40px;
}

.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form {
  display: block;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  width: 80%;
}

.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .hs-form-field > label {
  color: #4f555c;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .hs-form-field .hs-input {
  padding: 5px 4px;
  letter-spacing: normal;
  height: 50px;
}

.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .hs-form-field > label .hs-form-required {
  color: #4f555c!important;
  font-weight: 300;
  margin-left: 4px;
}

.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .hs-button {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding: 17.5px 10px;
  min-height: auto;
  transition: none;
}
.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .hs-button:hover {
  background: #002d59;
  border-color: #002d59;
}
.hs-two-col-right-sidebar .widget-type-form .hs_cos_wrapper_type_form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  text-align: center;
}
.img-caption.alignleft,
img.alignleft {
  margin: 0 32px 20px 0;
}
.alignleft {
  float: left;
}
.hs-two-col-left-section .hs_cos_wrapper_type_module>.hs-button{
  margin-left: 7px;
  padding: 9px 23px !important;
}

.hs-two-col-equal-one {
  padding-top: 64px;
  padding-bottom: 64px;
}
.hs-two-col-equal-one .span6 {
  width: 50%;
  margin: 0;
}
.hs-two-col-equal-one .span6:first-child {
  padding-right: 48px;
}
.hs-two-col-equal-one .span6:last-child {
  padding: 0 16px;
  padding-right: 0;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form {
  display: block;
  padding: 34px 46px 46px;
  border: 2px solid #eceff0;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form h3.form-title {
  font-size: 28px;
  padding-top: 3px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d3d7dc;
  color: #2896d3;
  margin-bottom: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form {
  padding-top: 8px;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form ul.inputs-list {
  margin-top: 9px;
  padding: 0 16px 0 32px;
  margin-bottom: 32px;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form .actions {
  margin-top: 32px;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form .hs-button {
  margin:0;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form ul.inputs-list .hs-input[type=radio], 
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form ul.inputs-list .hs-input[type=checkbox] {
  display: inline-block;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form ul.inputs-list li {
  margin-bottom: 0;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form ul.inputs-list li label {
  line-height: 21px;
}
.hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form .hs-submit {
  text-align: center;
}
body .fancybox-bg {
  background: transparent;
  background-image: url('https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/fancybox_overlay.png');
    }
.hs-home-page .cm-recent-post .entry-summary p {
  color: #afb4ba;
}
.hs-two-col-left-sidebar hr {
  height:0;
}
.hs-two-col-equal-one .hs-form .hs-error-msgs label {
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  letter-spacing: 0;
}
.cloud-services-banner.banner-area {
  background-size: cover;
}
.hs-two-col-left-section .hs-form .hs-error-msgs label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.cm-cta:hover:after {
  color: #003d79;
}
.hs-two-col-left-section form .hs-field-desc {
  font-size: 11.008px;
  margin-top: 4px;
  line-height: 24px;
  color: #767676 !important;
  white-space: nowrap!important;
  margin-bottom: 0;
}
.hs-cpa-firms-section-two .hs-form .hs-error-msgs label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.fancybox-slide--current .animated-modal p a {
  outline: none;
}
.cm-main-banner.banner-area {
  background-color: #507fa9;
}
.hs-system-page.hs-404-page .blog-index.span9 h1.content-title {
  margin-bottom:0;
}
p.header {
  height: auto !important;
}
.two-col-right-section-grp .resource-subpage .dnd-section > .row-fluid,
.two-col-right-section-grp .sidebar-area .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cm-news-blog .cm-testimonial-feed {
  margin-top:20px;
}
@media (min-width: 544px){
  .cm-view-more-link {
    opacity:0;
    visibility:hidden;
  }
  .resource-landing {
    height: 192px;
    padding: 40px 20px;
  }
  .expertise-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 28px;
  }

  .expertise-content {
    font-size: 20px;
    font-weight: 600;
  }

  .expertise-content .btn {
    min-width: 368px;
  }

  .expertise-list {
    display: table;
    font-size: 0;
    width: 100%;
  }

  .expertise-list > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .home-banner-area .banner-title {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
  }
  .home-banner-area .banner-title {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
  }

  .row-flex > .col-flex-top-sm {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .row-flex > .col-flex-center-sm {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .row-flex > .col-flex-bottom-sm {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .hs-col-sm-4 {
    width: 33.33334%;
  }
  .certifications-compliances-title {
    margin: 0;
  }

  .certifications-compliances-list li {
    width: auto;
  }
  .industry-banner {
    color: #4f555c;
    background-position: center center;
  }

  .industry-banner .banner-icon {
    font-size: 84px;
    margin-right: 16px;
  }
  .portal {
    height: 184px;
    padding: 20px 16px 30px;
  }

  .portal-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .quote {
    padding: 32px 32px 32px 88px;
  }
  .quote:before {
    position: absolute;
    top: 32px;
    left: 32px;
  }
  .pullquote,
  .pullquote.alignright,
  .pullquote.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .callout-area {
    padding-top: 0;
  }
  .hs-col-sm-1,
  .hs-col-sm-10, 
  .hs-col-sm-11, 
  .hs-col-sm-12, 
  .hs-col-sm-2, 
  .hs-col-sm-3,
  .hs-col-sm-4,
  .hs-col-sm-5,
  .hs-col-sm-6,
  .hs-col-sm-7,
  .hs-col-sm-8,
  .hs-col-sm-9 {
    float: left;
  }
  .hs-col-sm-1,
  .hs-col-sm-10,
  .hs-col-sm-11,
  .hs-col-sm-12, 
  .hs-col-sm-2,
  .hs-col-sm-3, 
  .hs-col-sm-4, 
  .hs-col-sm-5, 
  .hs-col-sm-6, 
  .hs-col-sm-7, 
  .hs-col-sm-8,
  .hs-col-sm-9 {
    float: left;
  }
  .hs-col-sm-5 {
    width: 41.66667%;
  }
  .hs-col-sm-7 {
    width: 58.33334%;
  }
  .media-body-sm, .media-sm {
    overflow: hidden;
    zoom: 1;
  }
  .callout {
    height: 100%;
    display: table;
  }
  .media-left-sm {
    padding-right: 16px;
  }
  .media-body-sm, .media-left-sm, .media-right-sm {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle-sm {
    vertical-align: middle;
  }
  .media-body-sm {
    width: 100%;
  }
  .callout-text {
    text-align: left;
  }
  .callout-link,
  .callout-link .hs-cta-node{
    display: table;
    height: 100%;
    width: 100%;
  }
  .callout-link a {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    height: 100%;
  }
  .benefit-alt {
    height: 184px;
  }
  .benefit-alt-title {
    margin-bottom: 0;
  }
  .benefit-alt-content, .benefit-alt:hover .benefit-alt-title {
    display: none;
  }
  .benefit-alt:hover {
    padding: 52px 16px 23px;
  }
  .benefit-alt:hover .benefit-alt-content {
    display: block;
  }
  .benefits-banner .banner-title, .home-banner-area .banner-title {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
  }
  .benefits-banner .banner-title {
    margin-bottom: 44px;
  }
  .hs-col-sm-6 {
    width: 50%;
  }

}

@media (min-width: 768px){  
  .hs-col-md-8 {
    width: 66.66667%;
  }
  .expertise-icon {
    display: block;
    font-size: 192px;
    width: 192px;
    margin: 48px auto 0;
  }
  .testimonial-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .row-flex > .col-flex-top-md {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .row-flex > .col-flex-center-md {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .row-flex > .col-flex-bottom-md {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .hs-col-md-4 {
    width: 33.33334%;
  }
  .mix-container .column {
    border-top: 1px solid #d3d7dc;
    border-left: 1px solid #d3d7dc;
    border-right: 1px solid #d3d7dc;
  }
  .certifications-compliances .cm-row {
    flex-direction: row;
  }
  .banner-left {
    width: 80%;
  }
  .banner-right a {
    margin-top: 0;
  }
  .banner-wrapper {
    flex-direction: row;
  }
  .banner-cta {
    padding: 64px 0;
    margin-top: 64px;
  }
  .featured-applications-title span {
    display: inline-block;
    width: 396px;
  }
  .featured-applications-list li {
    font-size: 30px;
    line-height: 40px;
    padding: 0 32px 2px;
  }
  .featured-applications-footer .btn {
    display: inline-block;
    width: 396px;
    margin: auto;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .portal-title {
    font-size: 28px;
    line-height: 32px;
  }
  .archive-entry .entry-thumbnail {
    width: 42.92237442922374%;
  }

  .archive-entry .entry-body {
    width: 57.07762557077626%;
  }
  .callout-text {
    font-size: 28px;
    line-height: 28px;
    padding: 17px 0 23px;
  }
  .callout-link a {
    white-space: nowrap;
  }
  .section-align-center {
    text-align: center;
  }
  .section-thumbnail {
    width: 41.6667%;
    padding-top: 4px;
  }
  .section-body {
    width: 58.3333%;
  }
  .section-hide-icon .section-icon {
    display: none;
  }
  .text-color-white {
    color: #fff;
  }
  .section-align-center .section-thumbnail {
    width: 66.66667%;
    left: 16.6667%;
    min-height: 0;
  }
  .section-align-center .section-body {
    width: 66.66667%;
    left: 16.6667%;
  }
  .section-align-center .section-icon {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .section-align-left .section-thumbnail {
    left: 58.3333%;
  }
  .section-align-left .section-body {
    right: 41.6667%;
  }
  .feed-area {
    padding-bottom: 32px;
  }

}
@media (min-width: 960px){
  .insights-area .insights-body {
    display: flex;
  }
  .insights-area .insights-body .insights-right-side {
    width: 50%;
    padding-left: 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .insights-area .insights-body .insights-left-side {
    width: 50%;
    padding-right: 32px;
  }
  .insights-area h2 {
    font-size: 40px;
  }
  .insights-area h4 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
  }
  .insights-area .insights-right-side a {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
  }
  .contact-area h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px){
  .whitepaper-section .dnd-section .span7 {
    padding-right: 16px;
  }
  .whitepaper-section .dnd-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .resource-landing {
    height: 192px;
    padding: 38px 28px 23px 184px;
  }

  .resource-landing .icon-main {
    display: block;
  }
  .home-banner.home-banner-secondary {
    background-color: #fff;
  }
  .cm-connect-cloud {
    margin-bottom: 22px;
  }
  .hs-col-lg-7 {
    width: 58.33334%;
  }
  .expertise-list li:last-of-type {
    display: block;
  }
  .home-banner.home-banner-secondary {
    top: 0;
    padding-bottom: 0 !important;
    padding-top: 32px;
    height: 400px;
  }
  .home-banner-secondary {
    background: 0 0;
    height: 592px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .home-banner-area .banner-title {
    margin-bottom: 48px;
    font-size: 44px;
    line-height: 48px;
  }
  .home-banner.home-banner-secondary h2, .home-banner.home-banner-secondary span {
    color: #0c5794;
  }
  .home-banner.home-banner-secondary .cm-row .hs-col-xs-12.hs-col-sm-6.hs-col-lg-5:first-of-type {
    padding-left: 96px;
  }
  .home-banner.home-banner-secondary .hs-col-xs-12.hs-col-sm-6.hs-col-lg-5 ul li:last-of-type a span.media-body {
    border-bottom: none;
  }
  .home-banner.home-banner-secondary .banner-list.banner-list-left li {
    text-align: right;
    display: block;
  }
  .home-banner.home-banner-secondary .hs-col-xs-12.hs-col-sm-6.hs-col-lg-5 ul li a span.media-body {
    border-bottom: 2px solid #2c95d2;
    width: 300px;
  }
  .home-banner.home-banner-secondary .banner-list.banner-list-left .icon {
    padding-left: 16px;
  }
  .home-banner-area .banner-icon {
    color: #003d79;
    font-size: 116px;
    position: absolute;
    width: 264px;
    height: 166px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 44px 0 0;
  }
  .banner-area.cm-connect-cloud {
    margin-top: 0;
  }
  .banner-icon.icon.icon-cloud2 {
    color: #f58025;
    padding:32px;
    border-top: 4px dashed #2c95d2;
    border-bottom: 4px dashed #2c95d2;
    border-radius: 70px;
  }
  .home-banner-area span.banner-icon.icon.icon-cloud2 {
    border-left: 3px dashed #fff;
    border-right: 3px dashed #fff;
  }
  .hs-col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .home-banner.home-banner-secondary .cm-row .hs-col-xs-12.hs-col-sm-6.hs-col-lg-5:last-of-type {
    padding-right: 96px;
  }

  .banner-list-right {
    padding-left: 36px;
  }
  .home-banner.home-banner-secondary .banner-list.banner-list-right li {
    text-align: left;
    background-color: #fff;
  }
  .home-banner-area {
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .home-banner-area .site-banner {
    background-repeat: no-repeat;;
    background-position:center top;
    position: relative;
    display: block;
    background-size: cover;
    height: 642px;
  }
  .home-banner-primary, .home-banner-secondary {
    background: 0 0;
    height: 592px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .home-banner-primary {
    color: #003d79;
  }
  .home-banner.home-banner-primary {
    padding-top: 48px;
  }
  .index .home-banner.home-banner-primary {
    padding-bottom: 0 !important;
  }
  .home-banner-area .banner-title {
    margin-bottom: 48px;
    font-size: 44px;
    line-height: 48px;
  }
  .home-banner-primary .banner-title {
    color: #fff;
  }
  .home-banner.home-banner-primary h1 {
    color: #0c5794;
  }
  ul.banner-list.banner-list-left.banner-list-new {
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner-area .btn {
    margin-top: 0;
  }
  .hs-col-lg-6 {
    width: 50%;
  }
  .row-flex > .col-flex-top-lg {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .row-flex > .col-flex-center-lg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .row-flex > .col-flex-bottom-lg {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .stories-content {
    padding-left: 62px;
  }

  .stories-entry .entry-title {
    font-size: 40px;
    line-height: 44px;
  }
  .mix-container .column-item {
    font-size: 16px;
    line-height: 20px;
  }
  .tabset-default {
    padding-top: 0;
  }

  .tabset-default .tab-link {
    border-radius: 4px 4px 0 0;
    margin-right: 4px;
    padding: 15px 19px;
  }

  .tabset-default .filter {
    border-radius: 0;
  }

  .tabset-default .tab {
    border-left: 0;
    border-right: 0;
    padding: 20px 20px 19px;
  }
  .tabset-default .filter-tab-item {
    width: 20%;
  }

  .tabset-default .filter-tab-item .tab-link {
    padding: 15px 0;
  }
  .fancybox-default .fancybox-skin {
    padding-right: 0 !important;
  }
  .certifications-compliances {
    padding-top: 20px;
  }

  .certifications-compliances-list {
    padding: 20px 0 0;
  }
  .featured-applications-list li {
    padding: 10px 16px 2px;
  }
  .industry-banner {
    display: block;
    height: auto;
  }

  .industry-banner .banner-header {
    margin-bottom: 8px;
    padding-right: 88px;
  }

  .industry-banner .banner-title {
    font-size: 34px;
    line-height: 48px;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .industry-banner .banner-body {
    display: block;
    height: 528px;
    padding-top: 72px;
  }

  .industry-banner .banner-icon {
    font-size: 168px;
    margin-right: 16px;
  }
  .feed-area {
    padding-top: 52px;
  }
  .hs-col-lg-1, 
  .hs-col-lg-10, 
  .hs-col-lg-11,
  .hs-col-lg-12,
  .hs-col-lg-2,
  .hs-col-lg-3,
  .hs-col-lg-4,
  .hs-col-lg-5,
  .hs-col-lg-6, 
  .hs-col-lg-7, 
  .hs-col-lg-8,
  .hs-col-lg-9 {
    float: left;
  }
  .hs-col-lg-8 {
    width: 66.66667%;
  }
  .hs-col-lg-4 {
    width: 33.33334%;
  }
  .hs-col-lg-8 {
    width: 66.66667%;
  }
  .callout-icon {
    font-size: 72px;
    padding-right: 24px;
  }
  .callout-link a {
    letter-spacing: 2px;
    padding: 36px;
  }
  .cm-baner-top {
    margin-top:-88px;
  }
  .site-banner {
    height: 360px;
    padding-top: 88px;
  }
  .industry-banner, .landing-banner {
    display: block;
    height: auto;
  }
  .landing-banner .banner-body {
    display: block;
    height: 592px;
    padding-top: 64px;
    padding-bottom: 0;
  }
  .landing-banner .banner-icon {
    font-size: 140px;
    margin-bottom: 40px;
  }
  .banner-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 64px;
    padding: 2px 0;
  }
  .landing-banner .banner-title {
    font-size: 44px;
    line-height: 48px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .banner-content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .banner-content p {
    font-size: 20px;
    line-height: 28px;
    padding: 2px 0;
  }
  .section {
    min-height: 480px;
    padding-top: 56px;
  }
  .section-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .section-icon {
    font-size: 72px;
    padding-right: 32px;
  }
  .section-title-text {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .section-content {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.5px;
  }
  .benefits-banner {
    overflow: hidden;
    text-align: center;
    position: relative;
    background: 0 0;
    background-size: cover;
    background-position: center top;
    height: 526px;
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .benefits-banner .banner-title {
    margin-bottom: 44px;
    font-size: 44px;
    line-height: 48px;
  }
  .benefits-banner .banner-icon {
    display: block;
  }
  .benefits-banner .banner-icon {
    background: url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/bg-lines-benefits-lg.png) no-repeat center top;
    color: #003d79;
    font-size: 116px;
    position: absolute;
    width: 264px;
    height: 236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 44px 0 0;
  }
  .banner-list {
    margin: 0 0 52px;
    padding-top: 20px;
  }
  .banner-list-left {
    padding-right: 36px;
  }
  .banner-list li {
    font-size: 18px;
    line-height: 24px;
  }
  .media-left-lg {
    padding-right: 16px;
  }
  .media-body-lg, .media-left-lg, .media-right-lg {
    display: table-cell;
    vertical-align: top;
  }
  .media-reverse-lg>.media-body-lg, .media-reverse-lg>.media-left-lg, .media-reverse-lg>.media-right-lg {
    direction: ltr;
  }
  .media-reverse-lg>.media-left-lg {
    padding-left: 16px;
    padding-right: 0;
  }
  .media-body-lg, .media-lg {
    overflow: hidden;
    zoom: 1;
  }
  .media-body-lg {
    width: 10000px;
  }
  .media-body-lg, .media-left-lg, .media-right-lg {
    display: table-cell;
    vertical-align: top;
  }
  .media-reverse-lg>.media-body-lg, .media-reverse-lg>.media-left-lg, .media-reverse-lg>.media-right-lg {
    direction: ltr;
  }
  .banner-list-left .text {
    text-align: right;
  }
  .hs-col-lg-5 {
    width: 41.66667%;
  }
  .hs-col-lg-offset-2,
  .benefits-banner-column:nth-child(2){
    margin-left: 16.66667%;
  }
  .benefits-banner-column:nth-child(2) .banner-list-left {
    padding-right: 0;
    padding-left: 36px;
  }
  .benefits-banner-column:nth-child(2) .banner-list-left .text {
    text-align: left;
  }
  .media-reverse-lg {
    direction: rtl;
  }
  .hs-col-lg-9 {
    width: 75%;
  }
  .hs-col-lg-push-3 {
    left: 25%;
  }
  .hs-col-lg-3 {
    width: 25%;
  }
  .hs-col-lg-pull-9 {
    right: 75%;
  }
  .site-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
  .sidebar-area {
    background: 0 0;
  }
  .site-sidebar {
    padding-top: 40px;
  }
  .cm-cta {
    font-size: 28px;
  }


}


@media (min-width: 1280px){
  .whitepaper-section .dnd-section .span7 {
    padding-right: 48px;
  }
  .whitepaper-info {
    padding: 45px 46px 27px;
  }
  .resource-landing .icon-checkmark {
    left: 24px;
    top: 16px;
  }

  .resource-landing:hover .icon-checkmark {
    left: 16px;
    top: 8px;
  }

  .resource-landing-title {
    font-size: 32px;
    line-height: 32px;
  }

  .resource-landing-content {
    font-size: 16px;
    line-height: 24px;
  }
  .cm-connect-cloud {
    margin-bottom: 62px;
  }
  .home-banner-secondary {
    padding-top: 88px;
    padding-bottom: 80px;
  }
  .home-banner-area .banner-title {
    font-size: 56px;
    margin-bottom: 60px;
  }
  .home-banner-area .banner-icon {
    font-size: 148px;
    width: 328px;
    height: 240px;
    padding: 28px 0 0;
  }
  .home-banner-primary, .home-banner-secondary {
    padding-top: 88px;
    padding-bottom: 80px;
  }
  .home-banner-area .banner-title {
    font-size: 56px;
    margin-bottom: 60px;
  }
  .hs-col-xl-7 {
    width: 58.33334%;
  }
  .hs-col-xl-5 {
    width: 41.66667%;
  }
  .hs-col-xl-1,
  .hs-col-xl-10,
  .hs-col-xl-11,
  .hs-col-xl-12,
  .hs-col-xl-2,
  .hs-col-xl-3,
  .hs-col-xl-4,
  .hs-col-xl-5, 
  .hs-col-xl-6,
  .hs-col-xl-7,
  .hs-col-xl-8,
  .hs-col-xl-9 {
    float: left;
  }
  .row-flex > .col-flex-top-xl {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .row-flex > .col-flex-center-xl {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .row-flex > .col-flex-bottom-xl {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .tabset-default .filter-tab-item {
    width: 20%;
  }

  .tabset-default .filter-tab-item .tab-link {
    padding: 15px 19px;
  }
  .certifications-compliances {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .certifications-compliances-list {
    margin: 0;
    padding: 0;
  }
  .certifications-compliances-list li {
    font-size: 36px;
    line-height: 36px;
  }
  .benefits-alt-section .benefit-alt:hover {
    border: none;
    padding: 61px 24px 23px;
    background: #1369af;
    color: #fff;
  }

  .benefits-alt-section .benefit-alt:hover .icon-checkmark {
    color: #f58025;
    left: 24px;
    top: 24px;
  }
  .benefits-alt-section .benefit-alt {
    padding: 60px 24px 23px;
  }
  .benefits-alt-section .benefit-alt .icon-checkmark {
    top: 24px;
    left:24px;
  }

  .featured-applications-list li {
    font-size: 36px;
    line-height: 48px;
    padding: 10px 16px 2px;
  }
  .industry-banner .banner-title {
    font-size: 46px;
    line-height: 60px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .portal {
    height: 192px;
    padding: 64px 16px 23px;
  }

  .portal-title {
    font-size: 28px;
    line-height: 32px;
  }

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

  .portal .icon-main {
    display: block;
  }
  .callout-link a {
    font-size: 24px;
    padding: 47px 48px 49px;
  }
  .callout-text {
    font-size: 36px;
    padding: 10px 0 22px;
  }
  .landing-banner .banner-icon {
    margin-bottom: 32px;
  }
  .landing-banner .banner-title {
    font-size: 56px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-icons .icon {
    margin: 0 24px;
  }
  .benefit-alt {
    padding: 60px 20px 23px;
  }
  .benefit-alt .icon-checkmark {
    left: 24px;
    top: 16px;
  }
  .benefit-alt-title {
    font-size: 32px;
    line-height: 32px;
  }
  .benefit-alt-content {
    font-size: 16px;
    line-height: 24px;
  }
  .benefit-alt:hover {
    padding: 52px 16px 23px;
  }
  .benefit-alt:hover .icon-checkmark {
    left: 16px;
    top: 8px;
  }
  .benefits-banner, .home-banner-primary, .home-banner-secondary {
    padding-top: 88px;
    padding-bottom: 80px;
  }
  .benefits-banner {
    height: 616px;
    padding-top: 182px;
  }
  .benefits-banner .banner-title {
    font-size: 56px;
    margin-bottom: 56px;
  }
  .benefits-banner .banner-icon {
    background: url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/bg-lines-benefits-xl.png) no-repeat center top;
    font-size: 148px;
    width: 328px;
    height: 206px;
    padding: 28px 0 0;
  }
  .banner-image {
    width: 160px;
  }
  .banner-list li {
    font-size: 24px;
  }
}
@media (min-width: 1408px){
  .resource-subpage {
    padding-right: 48px;
  }
}
@media screen and (min-width: 1440px){
  .home-banner.home-banner-secondary .banner-title {
    margin-top: 56px;
  }
}

@media(max-width:1279px){
  .hs-two-col-equal-one .span6:first-child{
    padding-right: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px){
  .display-none-md {
    display: none!important;
  }
}
@media (max-width: 1023px){
  .two-col-right-section-grp .resource-subpage .dnd-section > .row-fluid,
  .two-col-right-section-grp .sidebar-area .dnd-section > .row-fluid{
    padding-left: 16px;
    padding-right: 16px;
  }
  .industry-banner .banner-content a#test {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form .actions {
    margin-top: 0;
  }
  .hs-benefits-page .benefits-banner.banner-area .banner-list .text {
    width:100%;
  }
  .hs-benefits-page .benefits-banner.banner-area {
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
  }
  .hs-two-col-equal-one {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .hs-two-col-equal-one .span6 {
    width: 100%;
  }
  .hs-two-col-equal-one .dnd-section>.row-fluid {
    display: block !important;
  }
  .hs-two-col-equal-one .span6:last-child {
    padding: 0;
  }
  .hs-two-col-equal-one .span6:first-child {
    padding: 0;
  }
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form {
    padding: 34px 30px 30px;
  }
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form h3.form-title {
    border-bottom: 1px solid #d3d7dc;
    color: #2896d3;
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 5px;
    padding-bottom: 22px;
  } 
  .two-col-right-section-grp .page-center {
    max-width: 100%;
  }
  .two-col-right-section-grp .site-sidebar .dnd-section {
    width: 100%;
    float: none;
  }
  .hs-two-col-right-sidebar .widget-type-form .hs-form-field .hs-input {
    background-color: #fff;
  }
  .hs-two-col-right-sidebar .widget-type-form .hs-button {
    letter-spacing: 1px;
  }
  .whitepaper-section .dnd-section .span7 {
    width: 100%;
    padding-right: 0;
  }
  .whitepaper-section .dnd-section .span5 {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .two-col-right-right-section {
    width: 100%;
    float: nonoe;
  }
  .two-col-right-left-section {
    width: 100%;
    float: nonoe;
  }
  .home-banner.home-banner-secondary ul.banner-list.banner-list-left a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .home-banner-area .banner-icon {
    display: none;
  }
  .cm-recent-post .feed-header.media-sm {
    margin-top: -16px;
  }
  .cm-home-banner {
    margin-bottom: 0;
  }
  .home-banner-primary .banner-list li {
    text-align:center;
  }
  .tabset-default .tab-link,
  .tabset-default .tab {
    position: relative;
  }

  .tabset-default .tab-link:after {
    color: #bcc0c5;
    font-family: "icomoon";
    content: "\eb31";
    font-weight: 400;
    font-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 24px;
  }

  .tabset-default .tab-link-active:after,
  .tabset-default .tab-link.active:after {
    color: #369;
    content: "\eb2d";
  }
  .contact-area h2 {
    line-height: 28px;
  }
  .fancybox-default .fancybox-skin {
    border-radius: 0 !important;
    padding: 16px !important;
  }

  .fancybox-default .fancybox-inner {
    width: auto !important;
    height: auto !important;
  }
  .industry-banner {
    background: #ECEFF0;
    background-position: center center;
  }
  .hs-website-page .dnd-section{
    padding-top:20px;
    padding-bottom:0;
  }
  .two-col-left-section-grp > .page-center {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-left-section-inner.cm-row {
    margin: 0;
  }
  .site-sidebar {
    width: 720px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar-area {
    padding-left: 0;
    padding-right: 0;
  }


}
@media (max-width: 767px){
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form .hs-submit {
    text-align: center;
    padding: 10px 0 50px;
  }
  img {
    max-width: 100%;
  }
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form form .hs-submit .hs-button {
    margin-top: 0;
  }
  .hs-two-col-left-section .hs_cos_wrapper_type_module>.hs-button{
    margin-left: 0px;
  }
  .blog-post__body img {
    display:block;
  }
  .hs-two-col-equal-one .span6 .hs_cos_wrapper_type_form {
    padding: 18px 14px 14px;
  }
  .two-col-right-section-grp .resource-subpage {
    padding-left: 0;
    padding-right: 0;
  }
  .expertise-area {
    background-image: none !important;
  }
  .hs-two-col-left-section .hs_cos_wrapper_type_module>.hs-button{
    letter-spacing: 1px;
  }
  .inner-portals .cm-row {
    margin-left: 0;
    margin-right: 0;
  }
  .section {
    background-image: none!important;
  }
  .section-thumbnail {
    display: none;
  }
  .hs-cloud-service-page .section-content p span {
    color: #4f555c;
  }
  .site-sidebar {
    width: 100%;
  }
  .sidebar-menu {
    width: 100%;
    float: none;
  }
  .site-sidebar .dnd-section {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) and (min-width: 544px){
  .display-none-sm {
    display: none!important;
  }
  .benefit-alt {
    padding: 60px 16px 31px;
  }
  .benefit-alt:hover {
    padding: 52px 12px 23px;
  }
}
@media (max-width: 543px){
  .hs-two-col-left-section p img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
  .display-none-xs {
    display: none!important;
  }
  .img-caption,
  .img-caption.alignleft,
  .img-caption.alignright,
  img.alignleft,
  img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-banner {
    background-size:cover;
  }
}
@media (max-width: 400px){
  .menu-social li {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .home-banner-area .btn {
    width: 270px;
  }
  .expertise-area .btn,.expertise-area .button {
    padding-left: 13px;
    padding-right:13px;
  }
  .hs-two-col-left-section h3{
    font-size:20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  height: 88px;
}
.mobile-trigger {
  display: none;
}
.header-wrap {
  min-height: 88px;
}


.menu-header {
  padding-bottom: 32px;
  padding-top: 16px;
  margin: 0;
}
.menu-header>li {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.btn, .button {
  display: inline-block;
  background: 0 0;
  border: 2px solid #4f555c;
  border-radius: 0;
  color: #4f555c;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 8px 22px;
}
.btn-secondary {
  background: #2895d2;
  border-color: #2895d2;
  color: #fff;
}
.btn-extra-large {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn:hover, .button:hover {
  background: #4f555c;
  color: #fff;
}
a.btn, a.btn:hover, a.button, a.button:hover {
  text-decoration: none;
}
.btn-primary {
  background: #f58025;
  border-color: #f58025;
  color: #fff;
}
.btn-primary:hover {
  background: #e06114;
  border-color: #e06114;
}

.btn-dark-blue {
  background: #003d79;
  border-color: #003d79;
  color: #fff;
}
.btn-dark-blue:hover, .btn-darker-blue {
  background: #002d59;
  border-color: #002d59;
}
.btn-light-blue {
  background: #2895d2;
  border-color: #2895d2;
  color: #fff;
}
.btn-blue, .btn-light-blue:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.btn-darker-blue {
  color: #fff;
}
.btn-darker-blue:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.btn-orange {
  color: #fff;
}
.btn-blue {
  color: #fff;
}
.btn-blue:hover {
  background: #65bff3;
  border-color: #65bff3;
}
.btn-dark-orange {
  color: #fff;
}
.btn-light-orange:hover, .btn-orange {
  background: #f58025;
  border-color: #f58025;
}
.btn-dark-orange, .btn-orange:hover {
  background: #e06114;
  border-color: #e06114;
}
.btn-dark-orange:hover {
  background: #fb9e40;
  border-color: #fb9e40;
}
.icon-user:before {
  content: "\e971";
}

.menu-header > li a {
  display: block;
  border: 2px solid rgba(255,255,255,.2);
  color: #fff;
  text-align: center;
  padding: 8px 2px;
}
.menu-header li a.btn {
  padding: 16px 12px;
  letter-spacing: 0;
}
.icon-phone:before {
  content: "\e942";
}
.btn-secondary:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.menu-header li a:hover {
  background: #002d59;
  border-color: #002d59;
}
.menu-header li a:hover .icon, .menu-site ul>li>a:hover {
  color: #e57b2b;
}

.header-btn-grp ul:after {
  display: table;
  content: "";
  clear: both;
}
.header__container {
  position: relative;
}

.header__logo {
  padding-top: 30px;
  padding-bottom: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.header-right {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

.custom-menu-primary > div {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.header-btn-grp{
  padding-right: 16px;
  padding-left: 16px;

}
.mobile-view{
  display:none;
}

@media (min-width: 1024px){
  .header-btn-grp > * {
    display: inline-block;
    vertical-align: top;
  }
  .header-btn-grp ul li:before{
    display:none;
  }
  .header-btn-grp .widget-type-rich_text {
    margin-left: 24px;
  }
  .menu-header>li:last-child {
    margin-right: 0;
  }
  .menu-header {
    padding: 16px 0 0;
    padding-right: 4px;
  }
  .menu-header {
    -webkit-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    transition: padding .5s ease;
  }
  .menu-header>li {
    width: 127px;
    float: left;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .btn, .button {
    letter-spacing: 2px;
  }
  .menu-header li a {
    padding: 5px 14px 3px;
  }
  .mobile-view.header-right{
    display:none !important;
  }
  .header{
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
  }
  .header-fixed.header {
    position: fixed;
    height: 82px;
  }
  .header__logo {
    -webkit-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    transition: padding .5s ease;
  }
  .header-fixed .header__logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-fixed .menu-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-btn-grp .menu-header {
    position: relative;
  }

}
@media (min-width: 1280px){
  .menu-header>li {
    width: 166px;
    letter-spacing: 1px;
  }
  .menu-header li a.btn {
    letter-spacing: 2px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px){
  .display-none-lg {
    display: none!important;
  }
  .menu-header {
    padding-right: 2px;
  }
}
@media (max-width: 1023px){
  .header-btn-grp ul li:before{
    display:none;
  }
  .header-wrap .header {
    background-color: #003d79;
  }
  .desktop-view{
    display:none;
  }
  .header-right.desktop-view{
    display:none !important;
  }
  .mobile-view{
    display:block;
  }
  .header__logo {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-right {
    display: none;
  }

  .header__logo img {
    width: 150px !important;
    vertical-align: top;
  }

  .header {
    position: relative;
    height: auto;
  }

  .header-wrap {
    min-height: 56px;
  }

  .navigation-toggle {
    background: 0 0;
    border: 2px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 9999;
    margin: 12px 0;
    padding: 2px 10px;
    display: block;
    cursor: pointer;
  }
  .navigation-toggle-title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 8px;
    line-height: 24px;
  }
  .navigation-toggle-icon {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 20px;
  }
  .navigation-toggle-icon .icon-bar {
    display: block;
    background: #fff;
    width: 16px;
    height: 3px;
    margin: auto;
  }
  .navigation-toggle-icon .icon-bar+.icon-bar {
    margin-top: 3px;
  }

  .mobile-open .navigation-toggle {
    background: #0c5794;
    border-color: #0c5794;
    padding-bottom: 14px;
  }
  .header-right {
    width: 100%;
    background: #0c5794;
  }

  .custom-menu-primary>div {
    width: 50%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 25px;
  }

  .header-btn-grp .menu-header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-btn-grp {
    padding-bottom: 32px;
    padding-top: 16px;
  }
  .header-btn-grp ul li {
    margin-bottom: 16px;
  }
  .header-btn-grp .widget-type-rich_text ul li:last-child{
    margin:0;
  }

}
@media (max-width: 543px){
  .custom-menu-primary > div {
    width: 100%;
    float: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}

.site-footer-secondary {
  background: #024;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer__copyright {
  float: left;
  width: 66.66667%;
  font-size: 14px;
  line-height: 16px;
  padding: 3px 16px 5px;
  margin: 0 0 20px;
}

.footer-social-area {
  width: 33.33334%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
}
.menu-social-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.menu-social-footer:after {
  display: table;
  content: "";
  clear: both;
}
.menu-social {
  display: table;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.menu-social li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.menu-social li:last-child {
  margin-right: 0;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" icon-"], [class*=" icon-"]:hover, [class^=icon-], [class^=icon-]:hover {
  text-decoration: none;
}
.menu-share li, .menu-social a {
  vertical-align: top;
}
.footer .menu-social a {
  display: block;
  text-decoration: none;
}

.icon-blogpen:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\ea90";
}
.menu-social a:before {
  font-size: 25px;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-youtube:before {
  content: "\ea9d";
}
.site-info {
  font-size: 15px;
  margin-bottom: 32px;
  padding-top: 24px;
  line-height: 24px;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}
.media-left {
  padding-right: 16px;
}
.media-body,
.media-left, 
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
img {
  font-style: italic;
  vertical-align: middle;
}
.media-object {
  display: block;
}
.media-object, .media-object img {
  max-width: none;
}
.site-info img {
  margin-right: 16px;
}
.footer-col {
  width: 50%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
}
.custom-footer-menu .hs-menu-wrapper{
  padding-top: 32px;
}
.custom-footer-menu .hs-menu-wrapper ul{
  padding: 0;
  margin:0;
}
.custom-footer-menu .hs-menu-wrapper > ul:after,
.custom-footer-menu .hs-menu-wrapper > ul:before{
  display: table;
  content: "";
  clear: both;
}
.custom-footer-menu .hs-menu-wrapper>ul>li {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  float: left;
  width: 33.33334%;
  height: 100%;
  margin-bottom: 0;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul {
  border-right: 1px solid #024;
  padding-top: 6px;
  padding-bottom: 2px;
  margin-bottom: -4px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 20px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #2896d3;
  display: inline;
  white-space: normal;
}
.custom-footer-menu .hs-menu-wrapper > ul li a, 
.custom-footer-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible;
  max-width: none;
  width: auto;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #f58026;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  font-weight: 400;
  margin-top: 20px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #ddd;
  display: inline;
  white-space: normal;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #f58026;
}
.custom-footer-menu .hs-menu-wrapper>ul>li:last-child > ul {
  margin-right: -32px !important;
}
.footer-col.custom-footer-menu {
  padding-left:0;
  padding-right:0;
}

@media (min-width: 544px){
  .footer__copyright {
    margin: 0;
  }
  .menu-social-footer {
    margin-right: 0;
  }
  .site-info {
    padding-top: 36px;
  }
  .custom-footer-menu .hs-menu-wrapper {
    border-bottom: 1px solid #024;
    padding-bottom: 19px;
  }
}

@media (min-width: 1024px){
  .menu-social {
    display: table;
    font-size: 0;
  }
  .site-info {
    padding-left: 32px;
    padding-top: 0;
    margin-top: 56px;
  }
  .custom-footer-menu .hs-menu-wrapper {
    border-bottom: 0;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: visible;
  }
}
@media (max-width: 1023px){
  .footer-col {
    width: 100%;
    float: none;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > ul {
    margin-bottom: 12px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child>ul {
    margin-right: 0 !important;
    border-width: 0;
  }
}
@media (max-width: 767px){
  .footer__copyright {
    width: 58.33334%;
  }
  .footer-social-area {
    width: 41.66667%;
  }
}
@media (max-width: 543px){
  .footer__copyright {
    width: 100%;
  }
  .footer-social-area {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }  
  .custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li>ul {
    border-right: none;
    border-bottom: 1px solid #024;
    padding-bottom: 5px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child>ul {
    border-bottom: 1px solid #024;
  }
  .footer__main {
    padding-bottom: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li>ul {
    padding-top:10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.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: 0;
}
.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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .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;
  }
}
.blog-header {
  background-image:url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.hs-blog-listing .header-wrap {
  min-height: auto;
}
.blog-sidebar.span3 {
  padding: 28px 16px;
  float: left;
  margin: 0;
  width: 25%;
}
.blog-index.span9 {
  width: 75%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 16px;
}
.bog-sidebar-menu {
  padding-top: 40px;
  margin-bottom: 24px;
}
.bog-sidebar-menu ul > li {
  border-bottom: 1px solid #d3d7dc;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 12px;
  letter-spacing: -.5px;
  position: relative;
  margin: 0;
}
.bog-sidebar-menu ul > li:before {
  color: #f58025;
  font-family: 'icomoon';
  content: "\eaf3";
  font-size: 9px;
  left: 0;
  position: absolute;
  width: 8px;
  margin-top: 6px;
  display: inline;
  vertical-align: baseline;
  background: 0 0;
}
.blog-main-bdy-container .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.blog-sidebar-testimonial .pullquote {
  width: 100%;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  padding: 24px 40px;
  letter-spacing: -.5px;
}
.blog-sidebar-testimonial .pullquote:before, .blog-sidebar-testimonial .pullquote:after {
  font-size: 18px;
}
.blog-sidebar-testimonial .pullquote .quote-source {
  letter-spacing: 0;
}
.blog-sidebar-testimonial .entry-link {
  border-top: 1px solid #d3d7dc;
  padding-top: 11px;
  text-align: right;
}
.blog-sidebar-testimonial .entry-link a {
  color: #afb4ba;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
}
.blog-sidebar-testimonial .entry-link a:hover {
  color: #f58026;
}
.blog-sidebar-testimonial .entry-link a:hover span.icon {
  color: #003d79;
}
.bog-sidebar-menu ul {
  padding: 0;
}
.blog-index.span9 h1.content-title {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 11px;
  padding-top: 44px;
  margin-bottom: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2896d3;
}
.featured-image-wrapper.span4 {
  width: 42.922374%;
  padding-right: 16px;
  padding-left: 0;
}
.post-description.span8 {
  padding-right: 0;
  padding-left: 14px;
  width: 57.077626%;
  margin: 0;
}
.post-item {
  margin-bottom: 36px;
  line-height: 24px;
}
.post-description.span8 > h2 {
  padding-top: 0;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.post-description.span8 .post-bdy-content {
  font-size: 15px;
  letter-spacing: -.5px;
  margin-bottom: 16px;
  line-height: 24px;
}
.post-description.span8 .post-bdy-content .read-more {
  display: inline;
}
.post-description.span8 .entry-footer .col {
  width: 50%;
  float: left;
  padding-right: 16px;
  padding-left: 16px;
}
.post-description.span8 .entry-footer .col.col1 {
  color: #afb4ba;
  font-size: 15px;
  text-align: left;
  margin-bottom: 8px;
  padding-left:0;
}
.post-description.span8 .entry-footer .col.col1 p {
  margin: 0;
}
.post-description.span8 .entry-footer .col.col2 {
  color: #afb4ba;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
  padding-top: 1px;
  padding-right: 0;
  line-height: 24px;
}
.post-description.span8 .entry-footer .col.col2 a {
  color: #afb4ba;
}
.post-description.span8 .entry-footer .col.col2 a:hover {
  color: #f58026;
}
.post-description.span8 .entry-footer .col.col2 a:hover span {
  color: #003d79;
}
.post-description.span8>h2 a:hover {
  color: #f58026;
}
.featured-image-wrapper.span4 img {
  max-width: 100%;
  width: 100%;
    max-height: 265px;
    object-fit: cover;
}
.bog-sidebar-menu ul>li>a:hover {
  color: #f58025;
}
.tab-view-sidebar{
  display:none; 
}
.hs-blog-post .header-wrap {
  min-height: auto;
}

.blog-psot__timestamp {
  color: #afb4ba;
  padding-top: 20px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}

h1.post-title {
  padding-top: 2px;
  padding-bottom: 21px;
  margin-bottom: 36px;
}

.blog-post__body ul li:before {
  vertical-align: middle;
  content: "";
  background: #003d79;
  width: 6px;
  height: 6px;
  left: -16px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  margin-right: -6px;
}
.hs-blog-post .blog-main-bdy-container form .hs-input {
  background: #eceff0 !important;
  border: 1px solid #d3d7dc !important;
  color: #4f555c;
  font-family: inherit;
  padding: 8px 15px;
  height: auto;
}
.hs-blog-post .blog-main-bdy-container form label {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}
.hs-blog-post .blog-main-bdy-container form textarea {
  min-height: 160px;
}
.hs-blog-post .blog-main-bdy-container form .hs-richtext {
  font-size: 16px;
}
.hs-blog-post .blog-main-bdy-container form .hs-button.primary {
  background: #eceff0;
  border: 1px solid #d3d7dc;
  color: #4f555c;
  font-family: inherit;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 0;
}
.hs-rss-item .custom-right-group h2 {
  font-weight: 400;
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  padding-top: 16px;
}
.hs-rss-item .custom-right-group .rss-post-body {
  line-height: 24px;
  font-size: 15px;
  letter-spacing: -.5px;
  margin-bottom: 16px;
}
.hs-rss-item .custom-right-group .date {
  border-top: 1px solid #d3d7dc;
  color: #afb4ba;
  font-size: 14px;
  padding-bottom: 23px;
}
.hs-rss-item .custom-right-group .read-more-recent {
  border-top: 1px solid #d3d7dc;
  padding-top: 14px;
  text-align: right;
}
.blog-sidebar-feed {
  margin-bottom: 37px;
}
.hs-rss-item .custom-right-group .read-more-recent a {
  color: #afb4ba;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
}
.hs-rss-item .custom-right-group .read-more-recent a:hover {
  color: #f58026;
}
.hs-rss-item .custom-right-group .read-more-recent a:hover span {
  color: #003d79;
}
.custom-post-pagination {
  font-weight: 600;
  line-height: 32px;
  margin-top: 40px;
  border: 2px solid #eceff0;
  clear: both;
  margin-bottom: 20px;
  padding: 18px;
  overflow: hidden;
}
.custom-post-pagination .nav-previous {
  float: left;
}
.custom-post-pagination .nav-next {
  float: right;
}
.custom-post-pagination span.icon {
  color: #003d79;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  text-align: center;
  min-width: 32px;
}
.custom-post-pagination .nav-previous span.icon {
  margin-right: 4px;
}
.custom-post-pagination .nav-next span.icon {
  margin-left: 4px;
}
.custom-post-pagination a:hover {
  color: #f58026;
}
.custom-post-pagination a:hover span {
  color: #f58026;
}
.blog-header.white-papers-blog {
  background-image: url('https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/whitepapers-bg.jpg');
    }
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 {
  width: 41.66667%;
  float: right;
  padding: 0 16px;
}
.blog-main-bdy-container.white-papers-blog .featured-image-wrapper.span4 {
  text-align: center;
}
.post-description.span8 .post-bdy-content h2 {
  font-size: 15px;
  letter-spacing: -.5px;
  margin-bottom: 0;
  line-height: 24px;
  color: #4f555c;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post {
  padding-top: 64px;
  padding-bottom: 64px;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 {
  width: 58.33334%;
  float: left;
  padding: 0 16px;
  padding-right: 47px;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 p.content-title {
  color: #2896d3;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 h1.post-title {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form {
  padding: 34px 46px 106px;
  border: 2px solid #eceff0;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form h3.form-title {
  padding: 0;
  margin: 0;
  font-size: 28px;
  padding-top: 3px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d3d7dc;
  color: #2896d3;
  margin-bottom: 32px;
  line-height: 36px;
  font-weight: normal;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 .blog-post__body h2 {
  font-size: 24px;
  line-height: 28px;
  padding-top: 16px;
  margin-bottom: 16px;
}
.share-section {
  margin-top: 48px;
  padding-top: 47px;
  padding-bottom: 48px;
  border-top: 1px solid #d3d7dc;
}
.share-section .share-title {
  display: table-cell;
  vertical-align: middle;
  color: #335378;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
.share-section .share {
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}
.share-section ul.menu.menu-share {
  display: table;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
.share-section ul.menu.menu-share li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  margin-bottom: 0;
}
.share-section ul.menu.menu-share li a {
  display: block;
  text-decoration: none;
}
.share-section ul.menu.menu-share li a.icon.icon-facebook2 {
  color: #0054a6;
}
.share-section ul.menu.menu-share li a.icon.icon-linkedin {
  color: #007bb6;
}
.share-section ul.menu.menu-share li a.icon.icon-twitter2 {
  color: #00aeef;
}
.share-section ul.menu.menu-share li a:before{

  font-size:24px;
}
.share-section ul.menu.menu-share li a.icon.icon-mail {
  color: #f58026;
}
.icon-mail:before {
  content: "\ea83";
}
.icon-twitter2:before {
  content: "\eb4d";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-facebook2:before {
  content: "\ea91";
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form .hs-button.primary {
  width: 100%;
  color: #fff;
  border: none;
  max-height: 2rem;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 64px;
  background-color: #f58025;
  max-width: 240px;
  margin-top:32px;
}
.hs-blog-post .blog-header.white-papers-blog .banner-title {
  display: none;
}
.blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form .actions {
  text-align: center;
}
.bog-sidebar-menu ul>li > ul.hs-menu-children-wrapper {
  margin: 0;
}
.bog-sidebar-menu ul>li > ul.hs-menu-children-wrapper > li {
  font-size: 14px;
  padding: 0;
  border-bottom: 0;
  line-height: 24px;
}
.blog-post__body ul li ul li:before {
  height: 2px;
}

.blog-post__body ul li ul li {
  line-height: 24px;
}
.bog-sidebar-menu ul>li > ul.hs-menu-children-wrapper > li:before {
  content: none;
}
a.filter-expand-link {
  display: none;
}
.blog-sidebar-archieve ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-item.no-feature-image .post-description.span8 {
  width: 100%;
  float: none;
}
.testimonial-blog-listing .post-item {
  margin-bottom: 56px;
}
.hs-rss-item .custom-right-group h2 a:hover {
  color: #f58026;
}
.blog-pagination .inner {
  border: 2px solid #eceff0;
  clear: both;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 18px;
  margin-top: 20px;
}
.blog-pagination .inner a {
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  color: #535458;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  min-width: 32px;
  padding: 0;
}
.blog-pagination .inner a:hover {
  color: #f58026;
}
.blog-pagination .inner a.blog-pagination__link--active {
  border-color: #eceff0;
  color: #003d79;
  font-weight: 700;
  border-radius: 0;
}
.hs-blog-post .blog-main-bdy-container .section.post-footer form  .hs-button,
.hs-blog-post .blog-main-bdy-container  .section.post-footer form .button--primary {
    background-color: rgba(245,128,37,1.0);
    border-color: rgba(245,128,37,1.0);
    border-radius: 0px;
    border-width: 1px;
    color: rgba(255,255,255,1.0);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}
.blog-sidebar-archieve ul li a {
  color: #4f555c;
}
.blog-sidebar-archieve ul li {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -.5px;
}
span.filter-link-count {
  display: none;
}
.blog-sidebar-archieve ul li a:hover {
  color: #f58025;
}
a.filter-expand-link {
  display: none;
}
.blog-main-bdy-container.video-blog-post .post-item {
    margin-bottom: 56px;
}
.blog-post__body form ul li:before {
    content: none;
}
.blog-sidebar-archieve h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 3px 0 1px;
}
.blog-sidebar-archieve {
  margin-top: 30px;
}
.bog-sidebar-menu ul>li > ul.hs-menu-children-wrapper > li > a {
  color: #003d79;
}
@media(max-width:1279px){
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 {
    padding-right:16px;
  }
}
@media(max-width:1023px){
  .blog-sidebar.span3 {
    width: 100%;
    float: none;

    display:none;
    position: relative;
  } 
  .blog-index.span9 {
    width: 100%;
    float: none;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 20px;
  }
  .post-description.span8>h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .blog-header {
    background-size: auto 150%;
  }
  .tab-view-sidebar .blog-sidebar.span3 {
    display: block;

    padding-top: 0;
  }
  .bog-sidebar-menu {
    padding-top: 0;
  }
  .tab-view-sidebar {
    background: #eceff0;
    padding-top: 28px;
    display:block;
    padding-bottom: 28px;
  }
  .hs-blog-listing .callout-link .hs_cos_wrapper_type_module.widget-type-cta {
    display: table-cell;
    height: 100%;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 {
    width: 100%;
    float: none;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-index.span9 .blog-post__body h2 {
    font-size: 22px;
    line-height: 24px;
    padding-top: 16px;
  }
  .share-section {
    margin-top: 40px;
  }
  .tab-view-sidebar.white-papers-blog.white-papers-blog-post {
    background: transparent;
    padding: 0;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 {
    width: 100%;
    float: none;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form {
    padding: 34px 30px 30px;
  }
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form h3.form-title {
    border-bottom: 1px solid #d3d7dc;
    color: #2896d3;
    font-size: 24px;
    margin-bottom: 32px;
    padding-top: 5px;
    padding-bottom: 22px;
  }
}
@media(max-width:767px){
  .post-description.span8 {
    float: right;
    width: 58.33334%;
  }
  .featured-image-wrapper.span4 {
    float: left;
    width: 41.45%;
  } 
  .blog-main-bdy-container.white-papers-blog.white-papers-blog-post .blog-sidebar.span3 .blog-sidebar-form .hs-button.primary {
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .blog-post__body img {
    float: none !important;
    margin: 0 0 20px 0 !important;


  }
}
@media(max-width:543px){
  .featured-image-wrapper.span4 {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .post-description.span8 {
    float: none;
    width: 100%;
    padding: 0;
  } 

  .hs-blog-listing .callout-link .hs_cos_wrapper_type_module.widget-type-cta {
    display: block;
  }
  .hs-blog-listing .callout-area {
    overflow: hidden;
  }
}
@media(max-width:479px){
  .blog-post__body iframe {
    width: 100%;
  } 
  .share-section ul.menu.menu-share li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media(max-width:345px){
  .post-description.span8 .entry-footer .col.col2 {
    font-size: 11px;
  }
  .post-description.span8 .entry-footer .col.col1 {
    font-size: 13px;
  }
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
#comments-listing.no-comments {
   border: none;
}
#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}
.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.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;
}
.hs-search-page .blog-sidebar.span3 {
  padding-top: 90px;
}

.hs-search-page .blog-main-bdy-container {padding-bottom: 40px;}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.form-container {
  max-width: 500px;
}
.form-container .hs-form-field {
  margin-bottom:10px;
}
.form-container .hs-button {
  margin-top:10px;
  margin-bottom:10px;
}
.form-input-validation-message ul,
.form-input-validation-message ul li {
  padding-left: 0;
  margin-left: 0;
}
input#hs-pwd-widget-password {
  max-width: 500px;
  display: block;
  height: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
p.header {
  position: static !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.cm-system-banner {
  background-image:url(https://6687845.fs1.hubspotusercontent-na1.net/hubfs/6687845/raw_assets/public/Cetrom_September2020/images/bg-02.jpg);
}
h1.content-title  {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2896d3;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.hs-system-page .site-content {
  padding-left:0;
}
.cm-system-search .hs-search-field__bar form {
  position: relative;
  max-width: 868px;
}
.cm-system-search .hs-search-field__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 50px 0 15px;
}
.cm-system-search .hs-search-field__bar form button {
  letter-spacing: 2px;
  border: 0;
  margin: auto 0;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
}
.cm-system-search .hs-search-field__bar form button:after {
  content: "\e986";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #4f555c;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.cm-system-search .hs-search-field__bar form button span {
  display: none;
}
h1.error-page_heading {
  border-bottom: 0;
}
.cm-system-search .hs-search-field {
  position: relative;
  margin-bottom: 20px;
}
.hs-search-field__bar form button:hover {
  background: #4f555c;
  color: #fff;
}

.banner-area {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 150%;
  color: #fff;
}
.site-banner {
  display: table;
  width: 100%;
}
.banner-body {
  display: table-cell;
  vertical-align: middle;
  height: 184px;
}
.banner-title {
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -1.25px;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px){
  .banner-area {
    background-size: cover;
    margin-top: -88px;
  }
  .site-banner {
    height: 360px;
    padding-top: 88px;
  }
  .banner-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 64px;
    padding: 2px 0;
  }
}
@media(max-width:1023px){
  .hs-system-page .blog-sidebar.span3 {
    padding-top: 30px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-system-page .blog-index.span9 {
    padding-bottom:0;
  }
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .form-container,
  input#hs-pwd-widget-password{
    max-width: 100%;
  }
  .systems-page .success {
    min-width:100%;
  }
}
.hs-search-results__pagination a {
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  color: #535458;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
.hs-system-page .blog-index.span9 h1.content-title {
  font-size: 15px;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.hs-system-page .blog-sidebar.span3 {
  padding-top: 90px;
}
.hs-search-results__pagination a:hover {
  color: #f58026;
}
.hs-search-results__title {
  padding-top: 0;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  text-decoration: none;
  color: #003d79;
  font-family: 'Open Sans',Arial,sans-serif;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
p.hs-search-results__description {
  color: #4f555c;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 15px;
  letter-spacing: -.5px;
  line-height: 24px;
}

.hs-search-results__title:hover {
  color: #f58026;
}
/* test css files */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-test {
  background-color: rgba(0, 61, 121, 0.8);
}
.header-test__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-test {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  height: 60px;
}
.mobile-trigger {
  display: none;
}
.header-test-wrap {
  min-height: 88px;
}


.menu-header-test {
  padding-bottom: 32px;
  padding-top: 16px;
  margin: 0;
}
.menu-header-test>li {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.btn, .button {
  display: inline-block;
  background: 0 0;
  border: 2px solid #4f555c;
  border-radius: 0;
  color: #4f555c;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 8px 22px;
}
.btn-secondary {
  background: #2895d2;
  border-color: #2895d2;
  color: #fff;
}
.btn-extra-large {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn:hover, .button:hover {
  background: #4f555c;
  color: #fff;
}
a.btn, a.btn:hover, a.button, a.button:hover {
  text-decoration: none;
}
.btn-primary {
  background: #f58025;
  border-color: #f58025;
  color: #fff;
}
.btn-primary:hover {
  background: #e06114;
  border-color: #e06114;
}

.btn-dark-blue {
  background: #003d79;
  border-color: #003d79;
  color: #fff;
}
.btn-dark-blue:hover, .btn-darker-blue {
  background: #002d59;
  border-color: #002d59;
}
.btn-light-blue {
  background: #2895d2;
  border-color: #2895d2;
  color: #fff;
}
.btn-blue, .btn-light-blue:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.btn-darker-blue {
  color: #fff;
}
.btn-darker-blue:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.btn-orange {
  color: #fff;
}
.btn-blue {
  color: #fff;
}
.btn-blue:hover {
  background: #65bff3;
  border-color: #65bff3;
}
.btn-dark-orange {
  color: #fff;
}
.btn-light-orange:hover, .btn-orange {
  background: #f58025;
  border-color: #f58025;
}
.btn-dark-orange, .btn-orange:hover {
  background: #e06114;
  border-color: #e06114;
}
.btn-dark-orange:hover {
  background: #fb9e40;
  border-color: #fb9e40;
}
.icon-user:before {
  content: "\e971";
}

.menu-header-test > li a {
  display: block;
  border: 2px solid rgba(255,255,255,.2);
  color: #fff;
  text-align: center;
  padding: 8px 2px;
}
.menu-header-test li a.btn {
  padding: 16px 12px;
  letter-spacing: 0;
}
.icon-phone:before {
  content: "\e942";
}
.btn-secondary:hover {
  background: #0a74af;
  border-color: #0a74af;
}
.menu-header-test li a:hover {
  background: #002d59;
  border-color: #002d59;
}
.menu-header-test li a:hover .icon, .menu-site ul>li>a:hover {
  color: #e57b2b;
}

.header-test-btn-grp ul:after {
  display: table;
  content: "";
  clear: both;
}
.header-test__container {
  position: relative;
}

.header-test__logo {
  padding-top: 16px;
  padding-bottom: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}

.header-test-right {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

.custom-menu-primary {
  display: flex;
  align-items: center;
}
.custom-menu-primary > div {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.header-test-btn-grp{
  padding-right: 16px;
  padding-left: 16px;

}
.mobile-view{
  display:none;
}

.header-test .hs-search-field {
  top: 8px;
}
.header-test .hs-search-field__suggestions {
  position: absolute;
  top: 50px;
  background: white;
}
.header-test .hs-search-field__suggestions li a:hover {
  color: black;
}
@media (max-width: 1024px){
  .header-test .hs-search-field {
    display: none;
  }
}


@media (min-width: 1024px){
  .header-test-btn-grp > * {
    display: inline-block;
    vertical-align: top;
  }
  .header-test-btn-grp ul li:before{
    display:none;
  }
  .header-test-btn-grp .widget-type-rich_text {
    margin-left: 24px;
  }
  .menu-header-test>li:last-child {
    margin-right: 0;
  }
  .menu-header-test {
    padding: 16px 0 0;
    padding-right: 4px;
  }
  .menu-header-test {
    -webkit-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    transition: padding .5s ease;
  }
  .menu-header-test>li {
    width: 127px;
    float: left;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .btn, .button {
    letter-spacing: 2px;
  }
  .menu-header-test li a {
    padding: 5px 14px 3px;
  }
  .mobile-view.header-test-right{
    display:none !important;
  }
  .header-test{
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
  }
  .header-test-fixed.header-test {
    position: fixed;
    height: 82px;
  }
  .header-test__logo {
    -webkit-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    transition: padding .5s ease;
  }
  .header-test-fixed .header-test__logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-test-fixed .menu-header-test {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-test-btn-grp .menu-header-test {
    position: relative;
  }
}
@media (min-width: 1280px){
  .menu-header-test>li {
    width: 166px;
    letter-spacing: 1px;
  }
  .menu-header-test li a.btn {
    letter-spacing: 2px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px){
  .display-none-lg {
    display: none!important;
  }
  .menu-header-test {
    padding-right: 2px;
  }
}
@media (max-width: 1023px){
  .header-test-btn-grp ul li:before{
    display:none;
  }
  .header-test-wrap .header-test {
    background-color: #003d79;
  }
  .desktop-view{
    display:none;
  }
  .header-test-right.desktop-view{
    display:none !important;
  }
  .mobile-view{
    display:block;
  }
  .header-test__logo {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-test-right {
    display: none;
  }

  .header-test__logo img {
    width: 150px !important;
    vertical-align: top;
  }

  .header-test {
    position: relative;
    height: auto;
  }

  .header-test-wrap {
    min-height: 56px;
  }

  .navigation-toggle {
    background: 0 0;
    border: 2px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 9999;
    margin: 12px 0;
    padding: 2px 10px;
    display: block;
    cursor: pointer;
  }
  .navigation-toggle-title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 8px;
    line-height: 24px;
  }
  .navigation-toggle-icon {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    height: 20px;
  }
  .navigation-toggle-icon .icon-bar {
    display: block;
    background: #fff;
    width: 16px;
    height: 3px;
    margin: auto;
  }
  .navigation-toggle-icon .icon-bar+.icon-bar {
    margin-top: 3px;
  }

  .mobile-open .navigation-toggle {
    background: #0c5794;
    border-color: #0c5794;
    padding-bottom: 14px;
  }
  .header-test-right {
    width: 100%;
    background: #0c5794;
  }

  .custom-menu-primary>div {
    width: 50%;
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 25px;
  }

  .header-test-btn-grp .menu-header-test {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-test-btn-grp {
    padding-bottom: 32px;
    padding-top: 16px;
  }
  .header-test-btn-grp ul li {
    margin-bottom: 16px;
  }
  .header-test-btn-grp .widget-type-rich_text ul li:last-child{
    margin:0;
  }

}
@media (max-width: 543px){
  .custom-menu-primary > div {
    width: 100%;
    float: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none
}