/* ******************************************************************************
*********************************************************************************
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: 20px;
}
.content-wrapper{
  width:100%;
}
.dnd-section > .row-fluid,
.page-center,
.w-container{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 991px){
  .dnd-section > .row-fluid,
  .page-center,
  .w-container{
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:767px){
  .dnd-section, .page-center {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 20px;
  position: relative;
  padding-top: 86px;
  font-family: Roboto,sans-serif;
  color: #313131;
  font-size: 14px;
}

p {
  margin-top: 0; 
  margin-bottom: 5px;
  line-height: 1.85714286;
  font-weight: 300;
}

[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons!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;
}

/* Anchor Links */
a {
  text-decoration: underline;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto,sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  margin: .67em 0;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 20px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.285;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
  color: #3b88b6;
  line-height: 1.666;
}

h4 {
  font-family: Roboto,sans-serif;
  font-size: 1.175rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 10px;
  color: #505050;
  margin-bottom: 20px;
}

h5 {
  font-size: 1rem;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  line-height: 1.428;
  margin-top: 10px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}


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

blockquote, figure {
  margin: 0 0 10px;
}

blockquote {
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

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

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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%;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 13px 18px 11px;
  border:0;
  border-bottom: 2px solid #969696;
  background-color: #aaa;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space:normal
}

button:focus {
  outline: 5px auto #000!important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  color:#fff;
  border-bottom-color: #2d6d91;
  background-color: #8ea6b4;
}

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


.hs-form label {
  margin: 0 0 10px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-weight: 400;
  margin-bottom: 5px;
}

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

.hs-input {
  display: block;
  width: 100%;
  color: #33475b;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 12px;
  display: block;
  width: 100%;
  border-radius: 3px;
  color: #515151;
  height: 40px;
  margin-bottom: 15px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #e8e8e8;
  background-color: #f2f2f2;
}

.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-form-required {
  display: none;
}

.hs-input input,
.hs-input textarea {

}
.hs-input:focus {
  outline: none;
  border-bottom-color: #d9d9d9;
  color: #515151;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
.fn-date-picker .pika-table thead th {
  background: transparent !important;
  border: none;
  color: #000 !important;
}

.fn-date-picker td.is-selected .pika-button {
  background: transparent;
  box-shadow: none;
}
/* 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 {
}
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 {
}

.hs-error-msgs label {
  color:red !important;
}
.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  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-form-field,
.field {
  margin-bottom: 4px;
}

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

.hs-form-field textarea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 109px;
}
@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;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y:hidden;
}

::placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

@media(max-width:767px){
  form {
    width: 100% !important;
  }

  form fieldset {
    max-width: 100% !important;
    width: 100%;
  }

  form .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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


.custom-menu {
  float: right;
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

nav.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hamburger:focus {
  outline: 0;
}
nav.navigation-primary ul li {
  position: relative;
  vertical-align: top;
}

nav.navigation-primary > ul > li > a {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  margin-top: 0;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #505050;
  text-align: left;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-decoration:none;
}

nav.navigation-primary > ul > li:not(:last-child) > a:hover {
  box-shadow: 0 -2px 0 0 #505050;
  color: #505050;
  text-decoration: none;
}

nav.navigation-primary > ul > li.has-submenu > a:after {
  content: "\e603";
}
.custom-menu ul ul {
  display: none;
}

nav.navigation-primary > ul > li:last-child > a {
  display: inline-block;
  padding: 13px 18px 11px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 13px 18px 11px;
  border-bottom: 2px solid #969696;
  border-color:#969696;
  background-color: #aaa;
  -webkit-transition: background-color 0.5s ease 0s, opacity 500ms ease 0s, transform 500ms ease 0s;
  transition: background-color 0.5s ease 0s, opacity 500ms ease 0s, transform 500ms ease 0s;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 3px;
  border-color: 2px solid #969696 !IMPORTANT;
  background-color: #aaa !IMPORTANT;
  height: auto;
  font-size: 14px;
  line-height: 20px;
}

nav.navigation-primary > ul > li:last-child > a:hover {
  border-bottom-color: #2d6d91 !important;
  background-color: #8ea6b4 !important;
  outline: #fff !important;
}

nav.navigation-primary > ul > li.has-submenu > a::after {
  font-family: webflow-icons!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;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  color: #505050;
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  tap-highlight-color: transparent;
  user-select: none;
}

nav.navigation-primary > ul > li.has-submenu > a::after {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0;
}

nav.navigation-primary > ul > li.has-submenu > a {
  height: auto !important;
  letter-spacing: 0;
}

nav.navigation-primary > ul li.open-dropdown > ul {
  display: block;
}

nav.navigation-primary > ul ul {
  min-width: 100%;
  position: absolute;
  background: #ddd;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  z-index: 2;
}

nav.navigation-primary > ul ul li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

@media(min-width:992px){
  .w-nav-overlay{
    display:none;
  }
}

@media(max-width:991px){
  .custom-menu {
    max-height: calc(100vh - 88px);
    overflow-y: auto !important;
  }
  .hamburger, .whiteheader {
    color: #fff;
  }
  .hamburger {
    margin-top: 17px;
    padding: 12px;
    border-bottom: 2px solid #969696;
    border-radius: 4px;
    background-color: #aaa;
  }

  nav.navigation-primary>ul>li.active-branch>a, nav.navigation-primary>ul>li>a.active-item {
    box-shadow: none !important;
  }
  .custom-menu nav {
    max-width: 728px;
    margin: 0 auto;
  }

  .w-nav-button {
    display: block;
  }
  .custom-menu {
    display: block!important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    margin-top: 0;
    padding-bottom: 20px;
    background-color: #f2f2f2;
    top: 0;
    padding-right: 10px;
    padding-left: 10px;
    transform: translateY(-460px) translateX(0px);
    transition: transform 400ms ease 0s;
  }

  .mobile-open .custom-menu {
    transform: translateY(0px) translateX(0px);
    transition: transform 400ms ease 0s;
  }

  nav.navigation-primary > ul > li:not(:last-child) > a {
    height: 50px;
    padding-top: 20px;
  }

  nav.navigation-primary > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
  }

  nav.navigation-primary ul li {
    width: 100%;
  }

  nav.navigation-primary > ul > li.has-submenu > a::after {
    margin-right: 0;
  }

  nav.navigation-primary > ul > li > a {
    display: flex;
    justify-content: space-between;
  }
  .w-nav-overlay {
    height: 100vh;
    display: block;
    pointer-events:none;
  }
  .mobile-open .w-nav-overlay {
    pointer-events:all;
  }
  nav.navigation-primary > ul > li:not(:last-child) > a:hover {
    box-shadow: none;
  }

  nav.navigation-primary>ul>li:not(:last-child) > a {
    background: transparent !important;
  }

  nav.navigation-primary > ul ul {
    position: static;
  }

  nav.navigation-primary > ul > li.has-submenu > a {
    padding-top: 13px;
    padding-bottom: 17px;
  }

  nav.navigation-primary>ul ul li>a {
    text-align: left;
  }
  nav.navigation-primary>ul>li:not(:last-child)>a:hover {
    box-shadow:none !important;
  }
  nav.navigation-primary > ul > li.has-submenu > a::after {
    margin-top: 3px;
  }
  .hamburger.trigger-open {
    border-bottom-color: #2d6d91;
    background-color: #3b88b6;
  }
}
/* ******************************************************************************
*********************************************************************************
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 site pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.bottom-cta-wrapper h2 {
  line-height: 36px;
}

.wow{
  opacity: 0;
}

.container-fluid p {
  /*   color: #919191; */
  line-height: 1.85714286;
}
.container-fluid h2 {
  line-height: 36px;
}
.container-fluid h3 {
  line-height: 30px;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-4 {
  max-width: 33.33333333%;
  width:100%;
}

.w-col-5 {
  max-width: 41.66666667%;
  width:100%;
}

.w-col-7 {
  max-width: 58.33333333%;
  width:100%;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.column-space {
  margin-bottom: 20px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.button, .mail, .policy {
  text-decoration: none;
}

.white {
  color: #fff;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.button, .go-up, .social-icon, .text-field-2 {
  border-radius: 3px;
}

.button, .mail, .policy {
  text-decoration: none;
}

.button {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 13px 18px 11px;
  border-bottom: 2px solid #969696;
  background-color: #aaa;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  color: #fff !important;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight:normal;
}

.button.button-blue {
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.button:hover {
  border-bottom-color: #2d6d91;
  background-color: #8ea6b4;
  color: #fff;
}

.button.button-blue {
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.button.button-blue:hover {
  border-bottom-color: #313131;
  background-color: #505050;
  color: #fff;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
}

.dropdown-arrow {
  margin-right: 10px;
  color: #949494;
}

.bottom-cta-wrapper {
  text-align: center;
}

.bottom-cta-wrapper h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.bottom-cta-wrapper a {
  cursor: pointer;
  border: 0;
  line-height: inherit;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 13px 18px 11px;
  border-bottom: 2px solid #969696;
  background-color: #aaa;
  display: inline-block;
  position: static;
  margin-right: 10px;
  margin-bottom: 9px;
  margin-left: 9px;
  text-align: center;
  transition: background-color 0.5s ease 0s, opacity 500ms ease 0s, transform 500ms ease 0s;
  font-weight:normal;
}


.bottom-cta-wrapper a:hover {
  border-bottom-color: #2d6d91;
  background-color: #8ea6b4;
  color: #fff;
}

.banner.inner-banner {
  height: auto;
  padding-top: 45px;
  padding-bottom: 60px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
}

.banner.inner-banner p {
  margin-top: 12px;
  color: #717171;
  font-size: 17px;
  line-height: 30px;
  margin-bottom:0;
  font-weight: 300;
}
.banner.inner-banner .title-wrapper {
  margin-bottom: 0;
}
.section-wrapper {
  position: relative;
  z-index: 4;
  padding: 0px 20px;
}

.banner-section .dnd-section {
  padding: 0 !important;
}

.form-area.section-wrapper {
  padding-top: 40px;
}

.form-area-inner {
  margin: 0 -10px;
  width: auto;
}

.hs-contact-section.contact-form {
  width: 58.33333333%;
}

.form-area-inner > div {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.hs-contact-section.contact-info {
  margin-left: 8.33333333%;
}

.hs-contact-section.contact-info {
  width: 33.33333333%;
}

.hs-contact-section.contact-info a {
  background-image: url(https://1715018.fs1.hubspotusercontent-na1.net/hubfs/1715018/raw_assets/public/Govease_September2020/images/linkedin_ffffff_150.png);
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  border-bottom: 2px solid #969696;
  border-color: #969696;
  background-color: #aaa;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-color: rgba(150,150,150,1.0);
  background-color: rgba(170,170,170,1.0);
  margin-top: 20px;
}

.hs-contact-section.contact-info a:hover {
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.hs-contact-section.contact-info h4 {
  margin-top: 0;
}

.hs-contact-page .hs-button {
  margin-top: 0;
  padding-top: 15px;
}

.auction-frame iframe {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}



.auction-buttons hr {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #ebebeb;
  color: transparent;
}

.auction-frame iframe {
  max-width: 100%;
}
.auction-buttons {
  text-align: center;
}

.auction-buttons a {
  cursor: pointer;
  border: 0;
  line-height: inherit;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 13px 18px 11px;
  border-bottom: 2px solid #969696;
  background-color: #aaa;
  display: inline-block;
  position: static;
  margin-right: 10px;
  margin-bottom: 9px;
  margin-left: 9px;
  text-align: center;
  transition: background-color 0.5s ease 0s, opacity 500ms ease 0s, transform 500ms ease 0s;
  font-weight:normal;
}

.auction-buttons a:hover {
  border-bottom-color: #2d6d91;
  background-color: #8ea6b4;
  color:#fff;
}
.title-wrapper.inner {
  padding-right: 20px;
  padding-left: 20px;
}
hr {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #ebebeb;
  color: transparent;
}
.team-member-wrapper .team-member-item {
  width: 25%;
  text-align: center;
}
.team-member-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
}

.team-member-inner {
  margin: 0 -10px;
}
.div-space {
  margin-top: 20px;
}
.result-content {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.result-content p {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.result-content a {
  font-weight: normal;
}

.content-with-image-inner {
  margin: 0 -10px;
  width: auto;
}

.column-left-content {
  padding-right: 30px;
  padding-left: 30px;
  width: 41.66666667%;
  position: relative;
  float: left;
}

.column-right-content {
  width: 58.33333333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.leadership-wrapper .w-row {
  margin: 0 -10px;
  width: auto;
}

.leadership-wrapper .w-row .w-col {
  width: 50%;
}
.team-member {
  position: relative;
  height: 230px;
  margin: 7px 7px 34px;
  padding: 20px;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadership-wrapper .w-row .w-col:nth-child(2) .team-member{
  top: 19px;
}
.leadership-wrapper .w-row .w-col:nth-child(3) .team-member{
  top: -20px;
}

.left-column-gallery .w-row .w-col {
  width: 25%;
}

.leadership-wrapper .w-row .w-col .w-row {
  margin: 0;
}

.iconbox-wrapper.w-col {
  width: 25%;
  text-align: center;
}

.iconbox {
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #3b88b6;
  color: #fff;
  text-align: center;
  background-size: 32px;
  cursor: default;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: static;
  display: block;
  overflow: visible;
}

.icon-box-outer .w-row {
  margin: 0 -10px;
  width: auto;
}

.hs-features-section.with-button .column-left-content {
  padding-left: 10px;
  padding-right: 10px;
}

.hs-features-section.with-button .column-left-content a {
  margin-top: 15px;
}

.w-row.custom-tabber-wrapper {
  margin: 0 -10px;
}

.w-col.tabber-image-column {
  width: 58.33333333%;
}

.w-col.tabber-column {
  width: 41.66666667%;
}

.tab {
  max-width: 100%;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 11px 20px;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f6f6f6;
  transition: background-color .5s ease;
  color: #818181 !important;
  font-size: 14px;
  font-weight: normal;
}

.tab.w--current {
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
  color: #fff !important;
}

.w-tab-pane {
  display: none;
}
.w--tab-active {
  display: block;
}

.w-tab-pane a {
  margin-top: 15px;
}
.tab-content {
  margin-top: 25px;
  display: block;
  overflow: hidden;
}
.w-nav-button:focus, .w-tab-link:focus {
  outline: 0;
}
.w-tab-menu {
  display: flex;
  flex-wrap: wrap;
}
.hs-features-section.with-icon .column-left-content {
  padding: 0 10px;
}

.hs-features-section.with-icon .column-left-content img {
  margin-bottom: 20px;
}

.hs-features-section.with-icon .column-left-content a {
  margin-top: 15px;
}

.centered{
  text-align: center;
}
.title-wrapper {
  margin-bottom: 80px;
}

.testimonial-widget .w-row {
  margin: 0 -10px;
  width: auto;
}

.testimonial-column.w-col {
  width: 33.33333333%;
}

.round-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #aaa;
  border-radius: 50%;
}

.quotation-mark {
  position: relative;
  top: 10px;
  font-family: 'Times New Roman',TimesNewRoman,Times,Baskerville,Georgia,serif;
  color: #aaa;
  font-size: 80px;
  font-weight: 700;
}

.sub-text {
  margin-top: 12px;
  color: #717171;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}
.testimonial-widget {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #ebebeb;
}
.hs-home-section.announcements {
  margin-bottom: 80px;
}
.hs-home-section.content-with-button .column-left-content {
  text-align: left;
  padding: 0 10px;
  margin-bottom: 0;
}

.hs-home-section.content-with-button .column-left-content a {
  margin-top: 15px;
}
.hs-home-section.content-with-button .column-left-content, .hs-home-section.content-with-button .column-right-content {
  width: 50%;
  text-align:left;
}
.hs-home-section.precess-steps {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #ebebeb;
}

.hs-home-section.precess-steps .span4 {
  width: 33.33333333%;
  margin-bottom: 17px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.hs-home-section.precess-steps .dnd-section > .row-fluid {
  display: block;
}


.hs-home-section.precess-steps h2 span,.text-divider {
  position: relative;
  top: -3px;
  margin-right: 6px;
  margin-left: 4px;
  opacity: .15;
  font-size: 24px;
}

.only-mobile, .only-tablet {
  display: none;
}

.logos-slider {
  height: 120px;
  background-color: transparent;
}

.logos-slider.all {
  height: 9vw;
}

.logos-slider-collection-list-wrapper {
  height: 100%;
}

.logos-collection-list, .max-width {
  margin-right: auto;
  margin-left: auto;
}

.logos-collection-list, .state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.logos-collection-list {
  display: flex;
  height: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-collection-list.all {
  max-width: 100%;
}

.state {
  display: flex;
  padding-right: 2.5%;
  padding-left: 2.5%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease;
  color: #3b88b6;
}

.logo-image {
  max-height: 50px;
  max-width: 10vw !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
}

.large-h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2em !important;
  text-transform: uppercase;
}

.image-banner span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.w-slide, .w-slider-mask {
  position: relative;
  height: 100%;
}

.w-slider-mask {
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  white-space: nowrap;
}
.w-slider {
  position: relative;
  height: 300px;
  background: #ddd;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.w-slide {
  vertical-align: top;
  width: 100%;
  white-space: normal;
  display: inline-block;
  text-align: left;
}
.logos-slider {
  height: 120px;
  background-color: transparent;
}
.w-slider-arrow-left, .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.arrow-logos-slider {
  color: #aaa;
  font-size: 30px;
  line-height: 10px;
}
.w-icon-slider-left, .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  position: absolute;
}

.w-icon-slider-right:before {
  content: "\e600";
}

nav.navigation-primary>ul>li.has-submenu>a:hover {
  box-shadow: none !important;
}

nav.navigation-primary>ul ul li>a {
  font-weight: normal;
}

.slide-in-inner-big-text-on-load,
.slide-in-inner-sub-text-on-load{
  opacity: 0;
  -webkit-transform: translate(0,-25px);
  -ms-transform: translate(0,-25px);
  transform: translate(0,-25px);
}

.slide-in-inner-big-text-on-load.animated,
.slide-in-inner-sub-text-on-load.animated{
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  transition: opacity 500ms ease 0s, transform 500ms ease 0s;
}

.zoom-in-on-load,
.zoom-in-on-scroll,
.zoom-in-image-on-scroll{
  opacity: 0;
  -webkit-transform: scale(.7500000000000002,.7500000000000002);
  -ms-transform: scale(.7500000000000002,.7500000000000002);
  transform: scale(.7500000000000002,.7500000000000002);
}

.zoom-in-on-load.animated,
.zoom-in-on-scroll.animated,
.zoom-in-image-on-scroll.animated{
  opacity: 1;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transition: opacity 500ms ease 0s, transform 500ms ease 0s;
}


.hs-home-section.announcements .row-fluid [class*="span"] {
  min-height: 0;
}

.hs-home-section.content-with-button .column-left-content, .hs-home-section.content-with-button .column-right-content {
  margin-bottom: 0;
}
.hs-contact-page .hs-button:focus {
  outline: 0;
}
.contact-form .submitted-message {
  width: 100%;
  background-color: #308a5e;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}
.hs-home-section.precess-steps a {
  font-weight: normal;
}
.body-container__website p + a.button.button-blue {
  margin-top: 3px !important;
}

.IE .image-banner {
  display: table;
  width: 100%;
  height: 400px;
}
.IE .centered {
  display: table-cell;
  vertical-align: middle;
}

.bottom-cta-wrapper h2,
.leadership-wrapper .w-row .w-col.right-column-content > *,
.hs-home-section.precess-steps .span4,
.bottom-cta-wrapper a,
.hs-about-page .content-with-image-wrapper .column-left-content > *{
  opacity:0;
}

.bottom-cta-wrapper h2.animated,
.leadership-wrapper .w-row .w-col.right-column-content > *.animated,
.hs-home-section.precess-steps .span4.animated,
.bottom-cta-wrapper a.animated,
.hs-about-page .content-with-image-wrapper .column-left-content > *.animated{
  opacity:1;
}

@media(min-width:992px){
  .hs-home-section.precess-steps .dnd-section>.row-fluid {
    display: block;
    max-width: calc(940px + 20px);
  }
}

@media(max-width:991px){
  .column-left-content,.column-right-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .iconbox-wrapper.w-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .iconbox {
    display: inline-block;
  }
  .hs-features-section.with-button .column-left-content,
  .hs-features-section.with-icon .column-left-content {
    width: 41.66666667%;
    text-align: left;
  }

  .hs-features-section.with-button .column-right-content ,
  .hs-features-section.with-icon .column-right-content {
    width: 58.33333333%;
    text-align: left;
  }
  .hs-home-section.precess-steps .dnd-section>.row-fluid {
    display: block;
    max-width: calc(728px + 20px);
  }
  .button {
    opacity: 1;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }
  .only-desktop {
    display: none;
  }
  .only-tablet {
    display: block;
  }
  .only-mobile {
    display: block;
  }
  .logos-collection-list {
    padding-right: 12vw;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logos-slider .slick-list, 
  .logos-slider .slick-track {
    height: 100% !important;
  }

  .logo-image {
    max-height: 60px;
    max-width: 130px !important;
  }
  .arrow-logos-slider.left {
    display: none !important;
  }
  .arrow-logos-slider {
    width: 12vw;
  }
}

@media(max-width:790px) and (min-width:768px){
  footer.footer .w-container .w-row {
    margin: 0;
  }
}

@media(max-width:767px){
  .w-container .w-row, .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    max-width:100%;
    left: auto;
    right: auto;
  }
  .footer-menu.footer-column {
    max-width: 33.33333333%;
  }

  .column-space {
    margin-top: 0;
  }

  .footer-menu.column-space {
    max-width: 33.33333333%;
  }
  footer.footer {
    text-align: center;
  }
  .banner.inner-banner {
    padding-top: 36px;
  }
  .hs-contact-section.contact-info,
  .hs-contact-section.contact-form {
    width: 100%;
    margin-left:0;
  }
  .form-area-inner {
    margin: 0;
  }

  .hs-contact-section.contact-form {
    margin-bottom: 25px;
  }

  .hs-contact-section.contact-info a {
    margin-bottom: 6px;
  }
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .team-member-wrapper .team-member-item {
    width: 100%;
  }

  .team-member-image {
    width: 200px;
    margin-top: 40px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .result-content {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .body-container__website p{
    max-width: 100%;
  }
  .result-content p {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .leadership-wrapper .w-row .w-col {
    width: 100%;
  }

  .leadership-wrapper .left-column-gallery .w-col {
    width: 25%;
  }

  .leadership-wrapper .w-row,.icon-box-outer .w-row {
    margin: 0;
  }

  .leadership-wrapper {
    margin-top: 13px;
  }

  .iconbox-wrapper {
    padding-right: 39px;
    padding-left: 39px;
  }
  .hs-features-section.with-button .column-left-content,
  .hs-features-section.with-button .column-right-content,
  .hs-features-section.with-icon .column-right-content,
  .hs-features-section.with-icon .column-left-content{
    text-align: left;
    width:100%;
  }

  .hs-features-section.with-button .column-left-content,
  .hs-features-section.with-icon .column-left-content{
    margin-bottom: 0;
    margin-top: 13px;
  }

  .w-col.tabber-column,.w-col.tabber-image-column {
    width: 100%;
  }

  .w-row.custom-tabber-wrapper {
    margin: 0;
    margin-top: 13px;
  }
  .testimonial-column.w-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .testimonial-widget .w-row {
    margin: 0;
  }
  .hs-home-section.announcements {
    margin-bottom: 80px;
  }

  .hs-home-section.announcements {
    margin-bottom: 70px;
    margin-top: -8px;
  }

  .hs-home-section.content-with-button .column-right-content {
    margin-bottom: 0;
  }
  .hs-home-section.content-with-button .column-left-content,
  .hs-home-section.content-with-button .column-right-content {
    width: 100%;
  }

  .hs-home-section.precess-steps .span4 {
    width: 100%;
    padding-right: 86px;
    padding-left: 86px;
  }
  .only-tablet {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .image-banner {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .large-h1 {
    font-size: 25px;
  }
  .logo-image {
    max-width: 16vw !important;
  }
  .logos-collection-list {
    padding-right: 10%;
  }
  .auction-buttons .dnd-section {
    padding-bottom: 40px !important;
  }
}

@media(max-width:479px){
  .banner.inner-banner {
    padding-top: 11px;
    padding-bottom: 37px;
  }
  .banner.inner-banner p {
    margin-top: 10px;
  }
  .team-member {
    height: 210px;
  }
  .tab {
    margin-top: 12px;
  }
  .w-tab-menu {
    flex-direction: column;
  }
  .sub-text {
    margin-top: 10px;
  }
  .hs-home-section.precess-steps .span4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logos-slider {
    height: 20vw;
  }
  .logo-image {
    max-height: 12vw !important;
  }
  .arrow-logos-slider {
    font-size: 6vw;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 88px;
  background-color: #fff;
  z-index:999;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

body {
  padding-top: 86px;
}

.custom-logo {
  float: left;
  margin-top: 27px;
  position: relative;
  line-height: 0;
}

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


@media(max-width:991px){
  .custom-logo + .custom-menu {
    display: none !important;
  }
  .custom-logo {
    margin-top: 26px;
  }

}

@media screen and (max-width: 767px){
  .hamburger {
    margin-right: 17px;
  }

  .custom-logo {
    padding-left: 10px;
    margin-left: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  position: relative;
  padding-top: 55px;
  padding-bottom: 110px;
  padding-left: 25px;
  padding-right:0px;
  background-color: #313131;
  font-weight:400;
}

footer.footer.lp {
  padding: 0;
}

footer.footer.lp .bottom-footer {
  position: static;
}

.bottom-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #3b3b3b;
  border-color:#3b3b3b;
  background-color: #292929;
}

.logo-footer {
  margin-top: 6px;
  margin-bottom: 40px;
}

.w-form {
  margin: 0 0 15px;
}

.footer h4{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

.list-top, .social-wrapper {
  display: inline-block;
}

.social-wrapper {
  padding-top: 3px;
  float: right;
}

.social-wrapper.in-footer {
  float: left;
}

.social-wrapper a {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background-color: #aaa;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.social-wrapper-linkedin a {
  background-image: url(https://1715018.fs1.hubspotusercontent-na1.net/hubfs/1715018/raw_assets/public/Govease_September2020/images/linkedin_ffffff_150.png);
  background-size: 11px;
}
.social-wrapper-facebook a {
    background-image: url(https://1715018.fs1.hubspotusercontent-na1.net/hubfs/1715018/Icons/facebook%20logo%20white.png);
    background-size: 7px;
}
.social-wrapper a:hover {
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.footer-menu a, 
.footer a {
  text-decoration: none;
  color: #707070;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.newsletter {
  margin-bottom: 20px;
  color: #a6a6a6;
}

.newsletter.copyright {
  margin-bottom: 0;
  color: #858585;
  font-size: 13px;
  text-align: center;
}

.go-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #969696;
  background-color: #aaa;
  background-image: url(https://1715018.fs1.hubspotusercontent-na1.net/hubfs/1715018/raw_assets/public/Govease_September2020/images/angle-double-up_ffffff_100.png);
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  border-radius: 3px;
  transition: background-color 0.5s ease 0s, transform 500ms ease 0s;
  transform: translateX(100px) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
}

.go-up:hover {
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.scrolled.go-up {
  transition: background-color 0.5s ease 0s, transform 500ms ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
}

.footer .hs-form label {
  color: rgb(214, 214, 214);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
  line-height: 20px;
}
.footer .hs-form label .hs-form-required {
  display: none;
}

.footer .hs-form .hs-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  font-family: 'Open Sans',sans-serif;
  border-radius: 5px;
  line-height:20px;
}

.footer .hs-form .hs-input:focus {
  border-color: #3898EC;
  outline: 0;
}

.logo-footer img {
  width: 100% !important;
  max-width: 170px;
}
.footer .hs-form .hs-input::placeholder {
  color: #999;
}

.footer .hs-form .hs-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  text-transform:none;
  letter-spacing:0;
}

footer .hs_error_rollup {
  display: none;
}

.footer .hs-form label.hs-error-msg {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
  font-family: Roboto,sans-serif;
  color: #313131 !important;
  font-size: 14px;
}

footer .w-form .submitted-message {
  border-radius: 7px;
  background-color: #3b88b6;
  color: #ececec;
  padding: 20px;
  text-align: center;
}

footer .w-form .submitted-message p {
  margin: 0;
}

@media(max-width:1002px) and (min-width:992px){
  .footer {
    padding-right: 10px;
  }
}

@media(max-width:767px){
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .social-links-wrapper {
    max-width: 33.3333%;
    width: 100%;
  }
  .social-wrapper.in-footer {
    float: none;
  }
  .footer .hs-form label {
    text-align: center;
  }
}

@media(max-width:479px){
  .social-links-wrapper, .footer-menu.column-space,.footer-menu.footer-column {
    width: 100%;
    max-width: 100%;
  }

  .footer-menu.footer-column {
    margin-bottom: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 36px;
  margin: 0 auto;
}

.banner h1{
  animation: fadeIn 500ms ease-in both;
  animation-delay: .25s;
} 


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(0,-25px);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}
a.blog-index__post-image.blog-index__post-image--large {
  padding: 0;
}
.blog-index__post-content h2 a,
.blog-recent-posts__list a {
  text-decoration: none;
}
.post-item .page-center .span8 a {
  text-decoration: none;
}
a.blog-index__post-image.blog-index__post-image--large img {
  width: 100%;
}
.blog-header {
  background-color: #fff;
  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-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: Roboto,sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

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

.blog-post__tags {
  font-family: Roboto,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:#fff;
  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%/3);
  }
}
@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;
}
.post-description.span8 h2 {
  margin-top: 0;
}

.post-description.span8 h2 a {
  color: inherit;
  text-decoration: none;
}
.post-item {
  margin-bottom: 20px;
}
.blog-comments {
  width:100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-sidebar.span3 {
  padding: 3.3rem 0;
}

.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%;
}
.comment-date {
  display: block !important;
}
img.featured-image {
  width: 100% !important;
  object-fit: cover;
}
.blog-pagination {
  margin-top: 20px !important;
}
.blog-sidebar.span3 ul li {
  white-space: normal !important;
}
@media(max-width:767px){
  .blog-recent-posts__post,
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .post-item .page-center {
    display: block;
  }
  .blog-sidebar.span3 {
    padding: 0;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .blog-sidebar.span3 {
    padding-bottom: 30px;
  }
}
@media(max-width:569px){
  .content-wrapper {
    padding: 0 15px;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 5rem 0;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Roboto,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 15rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto,sans-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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
ul.no-list.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !IMPORTANT;
}

ul.no-list.hs-error-msgs li label::before {
  display: none;
}

.hs-error-msgs li {
  white-space: normal !important;
}
input#hs-pwd-widget-password {
  width: 100%;
  padding: 4px;
  display: block;
  width: 100%;
  color: #33475b;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 12px;
  display: block;
  width: 100%;
  border-radius: 3px;
  color: #515151;
  height: 40px !important;
  margin-bottom: 15px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #e8e8e8;
  background-color: #f2f2f2;
}

a.hs-reset-widget-show-password {
  display: block;
  margin: 5px 0;
}

.systems-page ul.no-list.hs-error-msgs {
  font-size: 14px;
}

a.hs-login-widget-show-password,
a.hs-register-widget-show-password{
  display: block;
  margin: 5px 0;
}

label.hs-membership-global-error.hs-error-msg {
  display: none !important;
}

@media(min-width:768px){
  .systems-page form {
    max-width: 500px;
  }
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 22px;
  }

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

  .systems-page h2 {
    font-size: 17px;
  }
}