/* ******************************************************************************
*********************************************************************************
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;
  width: 90%;
}

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

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

@font-face {
  font-family: "powerdms";
  src: url("//5431612.fs1.hubspotusercontent-na1.net/hubfs/5431612/PowerDMS_September2020/fonts/powerdms.eot") format("eot"),
    url("//5431612.fs1.hubspotusercontent-na1.net/hubfs/5431612/PowerDMS_September2020/fonts/powerdms.woff") format("woff"),
    url("//5431612.fs1.hubspotusercontent-na1.net/hubfs/5431612/PowerDMS_September2020/fonts/powerdms.woff2") format("woff2"),
    url("//5431612.fs1.hubspotusercontent-na1.net/hubfs/5431612/PowerDMS_September2020/fonts/powerdms.ttf") format("tff");
  font-style: normal;
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  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;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

blockquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  border-left: 1px solid #A9A9A9;
  margin-bottom: 24px;
  font-weight: 400;
  font-style: italic;
  font-size:16px;   
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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



@media (max-width: 1023px) {
  body {
    font-size: 16px !important;
  }  
  
  h1 {
    font-size: 40px !important;
  }
  
   h2 {
    font-size: 38px !important;
  }
  
   h3 {
    font-size: 34px !important;
  }
  
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px !important;
  }
  
     h2 {
    font-size: 22px !important;
  }
  
     h3 {
    font-size: 20px !important;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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


h3.form-title {
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 24px;
  text-align: left;
  font-weight: bold;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  box-shadow: none;
  border-style: solid;
  font-size: 12px;
  font-family: Roboto;
  outline:0;
  
  text-decoration: none !important;
  margin-top:20px;
}

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

  color: #fff;
}

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


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  line-height: 18px !important;
  font-family: Roboto;
  font-size: 13px;
}

body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"], 
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"], 
body input[type="url"], 
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea, body select {
  border: 1px solid;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding: 6px 10px;
  color: #33475b;
  display: block;
  vertical-align: middle;
  width: 100% !important;
  outline: 0;
  font-weight: normal;
  outline: 0;
  background-color: #f5f8fa;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px !important;
}


.hs-input.invalid.error {
  border-color: #c87872 !important;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea, body select:focus {
  border: 1px solid;
}
.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 {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

@media screen and (min-width: 48em) {
  h3.form-title {
    margin-bottom: 4px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  h3.form-title {
    font-style: normal;
    font-size: 3rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-size: 1em;
  line-height: 1.6;
  position: static;
}

.custom-menu-primary .hs-menu-wrapper > ul > li >  a {
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 22px 18px;
  font-size: 16px;
  display: inline-block;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  text-decoration: none;
  position: relative;
}     

.public_facing_documents h4.navDropdown-header span {
  display: inline-block;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  background-color: #ff5d15;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 2px;
  padding: 3px 4px 2px 4px;
  margin-right: 5px;
}

.sticky .custom-menu-primary .hs-menu-wrapper > ul > li >  a {
  text-shadow: none;
  color: #196fb3
}

.sticky .custom-menu-primary .hs-menu-wrapper > ul > li >  a:hover,
.sticky .custom-menu-primary .hs-menu-wrapper > ul > li:hover >  a {
  color: #196fb3
}


.banner-is-not-here .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.banner-is-not-here .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #0f70b5;
  text-shadow: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li > a >span.navLink-arrowIcon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  height: 9px;
  width: 10px;
  margin-left: 8px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-delay: 100ms;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a >span.navLink-arrowIcon {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-mega-menu-arrow-white.svg);
}

.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a >span.navLink-arrowIcon,
.banner-is-not-here .custom-menu-primary .hs-menu-wrapper>ul>li>a >span.navLink-arrowIcon {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-mega-menu-arrow-blue.svg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a>span.navLink-arrowIcon {
    -ms-transform: rotate(0);
    transform: rotate(0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li > ul {
  display: none;
  position: absolute;
  z-index: 200;
  right: 0;
  width: 100%;
  max-width: 950px;
  background-color: #fff;
  list-style: none;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 30px 50px -15px rgba(0,0,0,0.35);
  border: 1px solid #e5e5e5;
  transition: top 150ms ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 300ms;
  margin-left: 3rem;
  margin-bottom: 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: middle;
  justify-content: middle;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li.learn_more,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li.learn_more,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li.get_the_guide {
  display: none;
  border-right: 1px solid #e5e5e5;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -ms-flex: initial;
  flex: initial;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li.get_the_guide {
  -ms-flex-align: center;
  align-items: center;
  min-height: 420px;
  background-color: #196fb3;
  margin: -1px;
}
   

.custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li.learn_more {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-pubdoc-mega-menu-2.jpg);
  background-color: #196fb3;
  background-size: auto 200px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: right bottom;
  min-height: 358px;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li.learn_more {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-sop-mega-menu-background-2018-new.svg);
  background-size: cover;
  background-position: bottom;
  min-height: 358px;
  margin: -1px -0 -1px -1px;
}
    

.custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li:nth-child(2),
.custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li:nth-child(2),
.custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li:nth-child(2) {
  -ms-flex: initial;
  flex: initial;
  width: 100%;
  margin: 24px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li.learn_more  a,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li.learn_more  a,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li.get_the_guide  a  {
  border-radius: 3px;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  display: inline-block;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  border: 0;
  background-color: #ff5d15;
  font-size: 14px;
  transition: none;
}

.navDropdown-media-wrap {
  width: 100%;
  margin: 36px;
}

.navDropdown-media-header {
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 100;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}

.navDropdown-media-subHeader {
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 12px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li:nth-child(2)> ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li:nth-child(2)> ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li:nth-child(2)> ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li:nth-child(2)> ul > li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li:nth-child(2)> ul > li:first-child, 
.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li:nth-child(2)> ul > li:first-child {
  padding-top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li:nth-child(2)>ul>li > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li:nth-child(2)>ul>li > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li:nth-child(2)>ul>li > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li:nth-child(2)> ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li:nth-child(2)> ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li:nth-child(2)> ul > li > ul > li {
  display: block;
  width: 33%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li:nth-child(2)> ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li:nth-child(2)> ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li:nth-child(2)> ul > li > ul > li > a {
  display: block;
  z-index: 100;
  padding: 12px;
  border-radius: 2px;
  text-decoration: none;
}

h4.navDropdown-header {
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 6px;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}

p.navDropdown-subHeader {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

img.mb- {
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
}

p.navDropdown-header.text--light {
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  margin-top: -2px;
}

p.navDropdown-media-subHeader.text--light {
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul {
  max-width: 950px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul .navDropdown-media-wrap {
  text-align: center;
}

.navDropdown-media-image {
    margin: 0 auto;
    text-align: center;
    max-width: 55%;
    margin-bottom: 12px;
}

.navDropdown-media-image img.removeBorder {
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:before, .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    content: '';
    display: none;
    position: absolute;
    width: 11px;
    left: 39%;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 300;
    border-width: 11px;
    animation-duration: 300ms !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
    bottom: 0;
    border-color: transparent transparent #e5e5e5 transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    bottom: -2px;
    border-color: transparent transparent #fff transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before, .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
    display: block;
}


/* Mobile Menu css */


.mobile-custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 1em;
    line-height: 1.6;
}

.mobile-custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 6px 18px;
  color: #fff;
  width: 100%;
  border-radius: 2px;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  display: inline-block;
  position: relative;
}


.mobile-custom-menu-primary .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  padding: 6px 18px;
  color: #fff;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  font-size: 19.69231px;
  display: block;
}

.mobile-custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #196fb3;
  background-color: #fff;
  text-decoration: none;
}


/* Mobile Menu css end */

@media screen and (max-width: 64em) {
  
}

@media screen and (min-width: 48em) {
  .mobile-custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-align: center;
  }

  .mobile-custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: center;
  }

}


@media screen and (min-width: 64em) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    max-width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li:nth-child(2) {
    width: 66%;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.learn_more,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industries>ul>li.learn_more,
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources > ul > li.get_the_guide {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
  }


}

@media screen and (min-width: 75em) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li.learn_more,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li.learn_more {
    min-height: 365px;
  }

  .navDropdown-media-header {
    font-size: 30px;
  }

  .navDropdown-media-subHeader {
    font-size: 16px;
  }


}

@media screen and (min-width: 80em) {
  img.mb- {
    width: 80%;
  }
}


@media screen and (min-width: 81.25em) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.products > ul > li.learn_more,
  .custom-menu-primary .hs-menu-wrapper>ul>li.industries > ul > li.learn_more {
    min-height: 330px;
  }
}

@media screen and (min-width: 93.75em) {
  img.mb- {
    width: 68%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.banner-is-not-here .header-container-wrapper {
  min-height: 97px;
}

header.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 53px;
  z-index: 600;
  animation-duration: 350ms !important;
  will-change: transform;
  transform: translate3d(0,0,0);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  transition: height 200ms ease;
  box-shadow: none;
}

.banner-is-not-here header.header {
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}


.sticky header.header,
.mobile-open  header.header {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.header__container {
  width:94%;
  margin: 0 auto;
  height: 100%;
}

.navToolbar {
  display: none;
  height: 37px;
  background-color: transparent;
  transition: height 200ms ease;
}

.navToolbar-wrap {
  margin-right: -12px;
}

.navToolbar-wrap ul {
  padding: 0;
  margin: 0;
  text-align: right;
  list-style: none;
  font-size: 0;
}


.navToolbar-wrap ul > li {
  display: inline-block;
  line-height: 1.6;
  position: relative;
}


.navToolbar-wrap ul > li > a {
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.navToolbar-wrap ul>li>a:after {
  content: "";
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  bottom: 11px;
  left: 20%;
  display: block;
  width: 58%;
  height: 2px;
  background-color: #196fb3;
  transform: scale3d(0,1,1);
  transition: transform .25s ease-in-out;
}

.navToolbar-wrap ul ul>li>a:after  {
  display:none;
}

.navToolbar-wrap ul>li>a:hover:after {
  transform: scale3d(1,1,1);  
}


.banner-is-not-here .navToolbar-wrap ul > li > a,
.banner-is-not-here .navToolbar-wrap ul > li > div > a {
  color: #2f2f2f !important;
  text-shadow:none;
}

.banner-is-not-here .navToolbar-wrap ul > li > a,
.banner-is-not-here .navToolbar-wrap ul > li > div > a {
  color: #2f2f2f !important;
  text-shadow:none;
}

.banner-is-not-here .navToolbar-wrap ul > li > a:after,
.banner-is-not-here .navToolbar-wrap ul > li > div > a:after {
  background-color: #196fb3 !important;
}

.navToolbar-wrap ul > li > div > a {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 12px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
}

.navToolbar-wrap ul>li > div > a span {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  height: 9px;
  width: 10px;
  margin-left: 5px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-delay: 100ms;
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-mega-menu-arrow-white.svg);
}

.banner-is-not-here .navToolbar-wrap ul>li > div > a span {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/powerdms-mega-menu-arrow-blue.svg);
}

.navToolbar-wrap ul>li:hover > div > a span {
  -ms-transform: rotate(0);
  transform: rotate(0);
}


.navToolbar-wrap ul>li > ul {
  margin-bottom: 1.5rem;
  margin-left: 3rem;
  display: none;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  list-style: none;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 30px 50px -15px rgba(0,0,0,0.35);
  border: 1px solid #e5e5e5;
  transition: top 150ms ease-out;
  top: 34px;
  right: -63px;
  width: 140px;
  max-width: none;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 300ms;
}

.navToolbar-wrap ul>li:hover > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: middle;
  justify-content: middle;
  display: block;
}


.navToolbar-wrap ul>li>ul > li {
  display: block;
}


.navToolbar-wrap ul>li>ul > li > a {
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 6px 12px;
  margin: -1px;
  font-size: 14px;
  text-shadow: none;
  color: #196fb3;
}

.navToolbar-wrap ul>li>ul > li > a:hover,
.navToolbar-wrap ul>li>ul > li > a:active {
  color: #e5e5e5;
  background-color: #196fb3;
  text-decoration: none;
}


@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.navPrimary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 53px;
  width: 100%;
  transition: height 200ms ease;
}

.siteLogo {
  z-index: 300;
  min-width: 62px;
  height: 100%;
  max-height: 53px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  transition: height 200ms ease;
  transition: width 200ms ease;
}

.sticky .siteLogo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logoWrap {
  width: 100%;
  height: 100%;
}

.logoWrap--small {
  max-width: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logoWrap--small a {
  max-height: 36px;
  margin-top: 0;
  background: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-power-blue.svg) no-repeat center left;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}

.logoWrap--small a {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-power-white.svg);
}

.banner-is-not-here .logoWrap--small a {
  background: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-power-blue.svg) no-repeat center left;
}


.sticky .logoWrap--small a,
.mobile-open  .logoWrap--small a {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-power-blue.svg);
}

   

.logoWrap--large {
  display: none;
}

.logoWrap--large a {
  background: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-large-blue.svg) no-repeat center left;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  width: 100%;
  max-height: none;
  margin-top: 0;
}

.banner-is-not-here .header .logoWrap--large a {
  background: url('https://www.powerdms.com/hubfs/2022/powerdms-brand-logo-01.svg') no-repeat center left;
  background-size: contain;
}

.header .logoWrap--large a {
  background-image: url(//553912.fs1.hubspotusercontent-na1.net/hubfs/553912/raw_assets/public/PowerDMS_September2020/images/logo-large-white.svg);
}


.sticky .header .logoWrap--large a {
  background-image: url('https://www.powerdms.com/hubfs/2022/powerdms-brand-logo-01.svg');
  height: 36px;
}


.logoWrap--large h3,
.logoWrap--large h3,
.logoWrap--small h3,
.logoWrap--small h3 {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px,1px,1px,1px) !important;
}

.logoWrap > div,
.logoWrap > div > span,
.logoWrap > div > div {
  display: inline-block;
  width: 100%;
  height: 100%;

}

.navigation {
  vertical-align: top;
  height: 100%;
  width: 100%;
}


.custom-menu-primary > * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}


.custom-menu-primary > span {
  display: none;
}

.actionLinks {
  vertical-align: middle;
}

.actionLinks a {
  font-size: 13px;
  margin-top: 10px;
  padding: 6px 18px;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  background-color: #ff5d15;
  display: inline-block;
}

.lunchMenu-button {
  position: absolute;
  right: 0;
  line-height: 52px;
  height: 53px;
  display: inline-block;
  padding: 0;
  margin-top: -4px;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.lines {
  display: inline-block;
  width: 1.5625rem;
  height: .1875rem;
  background: #fff;
  border-radius: 2px;
  transition: .25s;
  position: relative;
}

.banner-is-not-here .lines {
  background: #196fb3;
}

.sticky .lines  {
  background: #196fb3;
}

.mobile-open .lines {
  background: transparent;
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 1.5625rem;
  height: .1875rem;
  background: #fff;
  border-radius: 2px;
  transition: .25s;
  position: absolute;
  left: 0;
  content: '';
  -ms-transform-origin: .11161rem center;
  transform-origin: .11161rem center;
}


.banner-is-not-here .lines:before,
.banner-is-not-here .lines:after {
  background: #196fb3;
}


.sticky .lines:before,
.sticky .lines:after,
.mobile-open .lines:before,
.mobile-open .lines:after  {
  background: #196fb3;
}

.lines:before {
  top: .5625rem;
}

.mobile-open .lines:before,
.mobile-open .lines:after  {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.5625rem;
}

.mobile-open .lines:before {
  transform: rotate3d(0,0,1,45deg);
}

.mobile-open .lines:after  {
  transform: rotate3d(0,0,1,-45deg);
}

.lines:after {
  top: -0.5625rem;
}


ul.actionLinks > * {
  display: inline-block;
}

/* Mobile Menu */

.lunchMenu {
  display: none;
  position: fixed;
  padding-top: 60px;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100%;
  width: 100%;
  background-color: rgba(25,111,179,0.97);
  overflow-y: scroll;
  padding-top: 60px;
  box-shadow: 0 0 18px rgba(6,8,8,0.15);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: .5s;
  animation-name: fadeOut;
}

.mobile-open .lunchMenu {
  display: block;
  overflow-y: scroll;
  animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body.mobile-open {
    overflow: hidden;
}


.mobile-custom-menu-primary {
  width: 90%;
  max-width: 100rem;
  margin-left: auto !important;
  margin-right: auto !important;
}



@media screen and (max-width: 63.9375em) {
  .actionLinks a {
    border-width: 2px;
  } 

}

@media screen and (max-width: 874px) {
  .banner-is-not-here .header-container-wrapper {
    min-height: 53px;
  }
}


@media screen and (max-width: 54.625em) {
  ul.actionLinks {
    width: 100%;
    text-align: center;
  }
  
  .navigation {
    position: absolute;
    top: 0;
    right: 0;
  }

}


@media screen and (min-width: 48em) {
  .siteLogo {
    max-height: 36px;
  }

  .actionLinks a {
    margin-top: 14px;
  }

  .lunchMenu-button {
    line-height: 64px;
    height: 63px;
  }

  .sticky .header .logoWrap--large a {
    margin-top: 8px;
  }
  
  .lunchMenu {
    padding-top: 100px;
  }



}

@media (max-width:767px) {
  .logoWrap>div,
  .logoWrap>div>span,
  .logoWrap>div>div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


@media screen and (min-width: 54.6875em) {
  header.header {
    height: 97px;
  }

  .sticky header.header,
  .mobile-open header.header {
    -ms-transform: translateY(-37px);
    transform: translateY(-37px);
  }


  .navToolbar {
    display: block;
  }

  .navPrimary {
    height: 60px;
  }

  .siteLogo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 217px;
    max-height: 36px;
  }

  .logoWrap--small {
    display: none;
  }

  .logoWrap--large {
    display: inline-block;
  }

  .navigation {
    width: auto;
  }

  .sticky .header .logoWrap--large a {
    margin-top: 0;
    width: 142px;
  }

  .custom-menu-primary > span {
    display: inline-block;
  }

  .actionLinks a {
    font-size: 15px;
    margin-top: 2px;
  }

  .lunchMenu-button {
    display: none !important;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


footer.footer {
  width: 100%;
  min-height: 307px;
}


footer.footer.lp-footer {
  min-height: auto;
}

.footer__container {
  width: 90%;
  margin: 0 auto;
}

.siteFooter-legal {
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding-top: 18px;
  font-size: .875rem;
  text-align: center;
  padding-bottom: 2.25rem;
}

.siteFooter-legal p {
  margin: 0;
  font-weight: 700;
}

.siteFooter-legal p a {
  margin-left: 2%;
  padding-top: 3px;
  text-decoration: none;
  padding-bottom: 3px;
}


.siteFooter-legal p a:hover {
  text-decoration:underline;
}


footer.footer .footerContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerContent-column {
  display: none;
  padding-top: 30px;
}


footer.footer h5 {
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.1875rem;
  margin-bottom: 6px;
  letter-spacing: .025em;
  line-height: 1.6;
}

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


.footerContent-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-style: normal;
  padding-right: 1.5rem;
}

.footerContent-column ul li {
  font-size: .875rem;
  display: block;
  line-height: 1.6;
}

.footerContent-column ul li a {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  text-decoration: none;
  display: block;
}

.footerContent-column ul li a:hover {
  text-decoration: underline;
}

.footerContent-social--smallScreen {
  display: block;
  margin-bottom: 1.875rem;
}

.footerContent-column--contact a img {
  max-width: 44px;
  max-height: 44px;
  vertical-align: bottom;
  padding-right: 8px;
  border: 0 ;
  box-shadow: none ;
}

.footerContent-column--contact ul {
  padding-bottom: 18px;
}

.footerContent-social--midScreen {
  display: none;
}

.footerContent-column--contact ul li.pb {
  padding-bottom: 24px;
}


.footerContent-column--contact ul a {
  display: inline-block !important;
  max-width: 100%;
}

.footerContent-social--midScreen a {
  text-decoration: none;
}

.footerContent-social--midScreen {
  margin-bottom: 1.5rem;
}

.footerContent-column--contact {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .siteFooter-legal a {
    display: block;
  }
}

@media screen and (max-width: 47.9375em) {
  footer.footer h5 {
    display:none;
  }
}



@media screen and (min-width: 48em) {
  footer.footer {
    min-height: 407px;
  }

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

  .footerContent-column {
    display: block;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 15%;
  }

  .footerContent-social--smallScreen {
    display: none;
  }

  .footerContent-column--contact {
    -ms-flex: 1.8 0 0;
    flex: 1.8 0 0;
    width: 40%;
    text-align: left;
  }

  .footerContent-social--midScreen {
    display: block;
  }

}

@media screen and (min-width: 64em) {
  footer.footer h5 {
    font-size: 1.3125rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
  width:90%;
}

.hs-blog-listing .header-container-wrapper,
.hs-blog-post .header-container-wrapper {
    min-height: auto !important;
}

.post-subtitle h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #196fb3;
    margin-bottom: 24px;
}

.pageContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.blog-header .blog-header__inner {
  max-width: 100rem;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
}


.pageHeader {
  padding-top: 89px;
  padding-bottom: 36px;
  text-align: left;
}


h1.heading--title {
  font-weight: 100;
  font-style: normal;
  font-size: 2.25rem !important;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}

.heading--sub {
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #196fb3;
  margin: 0;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}


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

.pageContainer-stream {
  width: 100%;
}

.sidebar {
  padding-left: 18px;
}

.sidebar.col {
  box-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: 100%;
}

.blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index .col {
  box-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: 100%;
}

.blog-index__post {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: block;
}

.postMetaInline {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.postMetaInline--small {
  font-size: 15px;
}

.postMetaInline, 
.postMetaInline a {
  color: #8f8f8f;
}

.postMetaInline {
  list-type: none;
  margin-left: 0;
}

.mb- {
  margin-bottom: 12px !important;
}

.postMetaInline a {
  border-bottom: 1px solid #8f8f8f;
  text-decoration: none;
  cursor: pointer;
}

.postMetaInline-divide {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
  background-clip: padding-box;
  height: 4px;
  width: 4px;
  background-color: #8f8f8f;
  border-radius: 50%;
}

.u-block {
  display: block !important;
  text-decoration: none;
}


.postArticle-image {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  max-height: 345px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

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

.postArticle-content {
  color: #2f2f2f;
}

.postArticle-content {
  width: auto;
  max-width: 43.75rem;
  text-align: left;
}

h2.heading--section {
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
  margin-bottom: .375rem;
}

.heading--section:after {
  content: " ";
  color: #fff;
  display: block;
  border-bottom: 4px #ddd solid;
  margin: 10px 0 10px;
  width: 20px;
}

.postMetaInline a:hover,
.postMetaInline a:focus {
  color: #2f2f2f;
  text-decoration: none;
}

a.large_button {
  display: inline-block;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  border: 0;
  color: #196fb3;
  background-color: transparent;
  padding-left: 0 !important;
}


.postArticle-readMore,
.postArticle-readMore i:after {
  font-weight: 700;
  font-style: normal;
  font-size: .9375rem;
}

.postArticle-readMore i,
.postArticle-readMore i:after {
  font-weight: 700;
  font-style: normal;
}

[class^="icon-after-"]:after, [class*=" icon-after-"]:after {
  font-family: "powerdms" !important;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-after-angle-right:after {
  content: "C";
}


.postArticle-readMore i:after {
  line-height: initial !important;
}


.postArticle-readMore i:after {
  vertical-align: middle;
  margin-left: -3px;
  transition: margin-left .2s;
}

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

@media screen and (min-width: 768px) {}
@media screen and (min-width: 1000px) {}
@media screen and (min-width: 768px) {}
.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-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%;
  width: 100%;
  height: auto;
}


.pagination {
  font-size: 0;
  text-align: center;
  margin-bottom: 1.125rem;
}


.pagination a {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-right: .25rem;
  text-align: center;
  text-decoration: none;
  color: #2f2f2f;
  line-height: 40px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  font-size: .75rem;
  width: 40px;
  transition: all .2s ease;
}

.pagination a:hover {
  color: #196fb3;
  border-color: #196fb3;
  text-decoration: none;
}

.pagination a.blog-pagination__link--active {
  background-color: #196fb3;
  color: #fff;
  border-color: #196fb3;
  pointer-events:none;
}

.pagination__prev-next {
  font-size: 0;
  text-align: center;
}


.blog-pagination__next-link--disabled,
.blog-pagination__prev-link--disabled {
    display: none !important;
}

.mb_x {
  margin-bottom: 48px !important;
}

.pagination__prev-next a {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-right: .25rem;
  text-align: center;
  text-decoration: none;
  color: #2f2f2f;
  line-height: 40px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  margin-bottom: 40px;
  font-size: 14px;
  width: 46%;
  transition: all .2s ease;
}

.pagination__prev-next a:last-child {
  margin-right: 0;
}


.pagination__prev-next a:hover {
  color: #196fb3;
  border-color: #196fb3;
  text-decoration: none;
}

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

.breadcrumb {
  background-color: #fbfbfb;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 53px;
}


.listInline {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%;
  max-width: 100rem;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.6;
  font-size: 16px;
}

.listInline>li {
  display: inline-block;
}

.breadcrumb-link {
  font-weight: 700;
  font-style: normal;
  font-size: .875rem;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration:underline;
}

.hs-blog-post .pageHeader {
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 0;
}


.hs-blog-post .pageHeader .u-marginAuto {
  width: 90%;
  max-width: 43.75rem;
  margin-left: auto ;
  margin-right: auto ;
}

.col {
  box-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: 100%;
}

.hs-blog-post .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}

.content-wrapper.flex {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

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

.postArticle-emailLink {
  color: #2f2f2f;
}

.postArticle-emailLink:hover {
  text-decoration:underline;
}

.postArticle-emailLink-image {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin-right: 4px;
  margin-top: -3px;
  max-width: 100%;
}

.u-backgroundWhite {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.6;
}


.hs-blog-post .postArticle-image {
    border: 0;
    max-height: 100%;
    margin: 0;
    border-radius: 0;
}

.hs-blog-post .postArticle-image img {
    height: auto;
}


.u-marginAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}


.postMeta-bottom.flex.flex--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.postMetaAuthor-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e5e5e5;
    transition: all .3s ease-in-out;
}


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


.postMetaAuthor-name {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-top: 36px;
  margin-left: 20px;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}


.postMetaAuthor-name span {
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 6px;
}

.postMetaAuthor-name a {
    text-decoration: none;
    transition: color .3s;
}

.postMeta-category h5.mb--.mt {
    margin-top: 24px;
    margin-bottom: 6px;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
    line-height: 1.6;
    color: #2f2f2f;
}

.topic-link {
  margin-right: 10px;
  position: relative;
  font-size: .875rem;
}

.topic-link:hover {
  text-decoration:underline;
}


.u-backgroundGrayLightest {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 42px;
    padding-bottom: 42px;
    background-color: #fbfbfb !important;
    color: #2f2f2f !important;
    font-size: 16px;
    line-height: 1.6;
}

.u-backgroundGrayLightest .u-marginAuto {
  max-width: 43.75rem;
  width: 90%;
}

.relatedPostWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.relatedPostHeader {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.relatedPostHeader h3.heading--section.mb- {
    font-weight: 700;
    font-style: normal;
    font-size: 1rem !important;
    line-height: 1.25;
    font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}

.relatedPostHeader h3.heading--section.mb-:after {
  display:none;
}

.relatedPost {
    width: 100%;
    padding: 5px 10px;
}

.readNextPromo-link {
  display: block;
  overflow: hidden;
}

.readNextPromo-link figure {
  max-height: 165px;
  margin-bottom: 10px;
}

.readNextPromo h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #2f2f2f;
  margin-bottom: 0;
  font-family: Roboto,"Helvetica Neue",'Helvetica','Arial Regular',Arial,sans-serif;
}



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

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

.card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 3px rgba(213,218,223,0.35);
  margin-bottom: 36px;
  color: #2f2f2f;
  border-radius: 5px;
  padding: 24px 24px 12px 24px;
}

.postTags-label {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem !important;
  margin-bottom: 12px;
  color: #2f2f2f;
  line-height: 1.5;
}

.card a.topic-link {
  background-color: transparent;
  color: #196fb3;
  border: 2px solid #196fb3;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
  margin: 0 0 12px 0;
}

.card a.topic-link:hover {
  background-color: #196fb3;
  color: #fff;
  border: 2px solid #196fb3;
}


/*             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 screen and (max-width: 56.1875em) {
  .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  .pageContainer-stream {
    margin-bottom: 24px;
  }
  
.card a.topic-link {
    display: block;
}
  
  .postMeta-category {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: 24px;
  }
  
  .span1of2 {
    margin-bottom: 24px;
}
  
  .span1of2:last-child {
    margin-bottom: 0;
}
  

}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


@media screen and (min-width: 32.5625em) {
  .span1of3 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .span1of3.sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .card a.topic-link {
    font-size: 16px;
    margin: 0 12px 12px 0;
    display: inline-block;
  }

  .post-subtitle h2 {
    font-size: 2rem;
    line-height: 1.25;
}
  
  .readNextPromo h4 {
    font-size: 1.25rem;
  }

  .relatedPost {
    width: 50%;
}
  
  .relatedPostHeader h3.heading--section.mb- {
    font-weight: 300;
    font-size: 2rem !important;
}
  
.u-backgroundGrayLightest {
    padding-top: 36px;
    padding-bottom: 36px;
}
  
  .postMeta-category h5.mb--.mt {
    font-size: 1.25rem;
  }
  
  .postMetaAuthor-name {
    font-size: 1.125rem;
}
  
  .span1of2 {
    width: 50%;
}
  
.u-backgroundWhite {
    padding-top: 36px;
    padding-bottom: 36px;
}
  
  .col {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-header .blog-header__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pageHeader {
    padding-top: 133px;
  }

  h1.heading--title {
    font-size: 4rem !important;
    line-height: 1.2;
  }

  .heading--sub {
    font-size: 2rem;
    line-height: 1.25;
  }

  .span1of3.sidebar {
    width: 33.33333%;
  }


  .blog-index .col {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-index .col.span1of2 {
    width: 50%;
  }

  h2.heading--section {
    font-weight: 300;
    font-size: 2rem;
  }


  .postArticle-readMore,
  .postArticle-readMore i:after {
    font-size: 1.125rem;
  }


  a.large_button {
    font-size: 19px;
  }

  .pagination a {
    margin-right: 4px;
    font-size: .875rem;
    margin-bottom: 0;
  }

  .pagination__prev-next a {
    font-size: 16px;
    width: 120px;
    margin-bottom: 0;
  }


}

@media screen and (min-width: 52.5em) {
  .breadcrumb {
    margin-top: 97px;
  }
}


@media screen and (min-width: 56.25em) {
  .pageContainer-stream {
    width: 66.66666%;
  }
}

@media screen and (min-width: 62.5625em) {
  .postMetaAuthor-name {
    margin-top: 28px;
}
  
  .postArticle-content {
    display: inline-block;
  }
}

@media screen and (min-width: 64em) {
  .post-subtitle h2 {
    font-size: 2.1875rem;
}
  
  .postMeta-bottom.flex.flex--wrap {
    margin-top: 72px;
    margin-bottom: 72px;
}
  
  h1.heading--title {
    font-size: 4.375rem !important;
  }

  .heading--sub {
    font-size: 2.1875rem;
  }

  a.large_button {
    font-size: 19px;
    padding: 10px 12px;
  }

  .pagination a {
    margin-right: 6px;
    font-size: 1rem;
  }

  .pagination__prev-next a {
    margin-right: .375rem;
    width: 140px;
  }


}

@media screen and (min-device-width: 680px) and (orientation: portrait), screen and (min-device-height: 680px) and (orientation: landscape) {
  .imageEffect-zoom img {
    transition: all .3s ease;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .imageEffect-zoom img:focus,
  .imageEffect-zoom img:hover {
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

}
/* ******************************************************************************
*********************************************************************************
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: 7rem 0;
  text-align: center;
  position: relative;
}

.pageHeader.lp-page-header {
  padding-top: 17px;
  text-align: left;
}

.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}

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

.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    min-width: auto;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: 16px;
    color: #4f7d24;
    padding: 8px;
    width: 100%;
    max-width: 767px;
}

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

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

@media screen and (min-width: 48em) {
  .pageHeader.lp-page-header {
    padding-top: 62px;
  }
}