/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

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

html {
  font-size: 62.5%;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  color: #222;
}

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

p, pre {
  margin: 1em 0;
}

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

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #E63C2F;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;

}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;

}

b, strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 1em 0;
}

ul li,
ol li {

}

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

blockquote {
  margin: 1em 40px;
}
@media (max-width: 640px){
  ul {
    padding: 0 0 0 20px;
  }
}
/* Horizontal Rules */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

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


.body-wrapper {
  width: 100%;
  margin: 0 auto;
}

.page-center {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form, 
.submitted-message {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
h3.form-title {
  margin: 0;
  padding: 0px 5px;
}
.full-width-page form{
  padding:0; 
}
.full-width-page form .field:first-child .input input{
  border-top:none !important; 
}

.full-width-page .hs-form-field >label {
  display: none;
}

.full-width-page .field {
  margin: 0;
}

.full-width-page .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 15px;
}

.full-width-page .actions {
  text-align: right;
}

.full-width-page input.hs-button.primary.large {
  background: #d73e27;
  border-bottom: 1px solid #c8cccf;
}


.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight:300;
  text-transform: uppercase;
  border: none;
  line-height: normal;
  text-align: center;
}

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

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

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

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

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

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: #33475b;
  border: 0px;
  vertical-align: baseline;
  line-height: normal;
  font-size: 3rem;
  font-weight: 300;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width:640px){
  body form .hs-input, 
  body form .hs-search-field__input,
  body form select,
  body form #hs-pwd-widget-password,
  body form textare{
    font-size: 1.6rem;
  } 
  .hs-error-msgs.inputs-list li, .hs-error-msgs li {
    left: 0;
    font-size: 13px !important;
    padding: 2px 7px !important;
    padding-left: 25px !important;
  }

  .hs-error-msgs.inputs-list li:before, .hs-error-msgs li:before {
    width: 15px !important;
    height: 15px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  body .hs-button, 
  body .button--primary{
    padding: 10px 20px !important;
    font-size: 1.1rem ; 
  }
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: #33475b;
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 1px;
}

.hs-form label,
.hs-field-desc,
.hs-form-field label,
.hs-form-field a,
a#hs_login_reset {
  color: #33475b;
  display: inline-block;
  margin-bottom: 5px;
}


form .hs-error-msgs label, 
.hs_error_rollup .hs-error-msgs label {
  color: #222222;

}

body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
  display: inline-block !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #757575;
}

.hs-input::-webkit-input-placeholder {
  color: #757575;
}

.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;
}
.hs-error-msg:empty {
  display: 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;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color: #c8cccf !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color: #c8cccf !important;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 0px;
  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;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}

.field {
  margin-bottom: 0;
  margin-top: 15px;
}

.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

.hs-richtext {
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

.hs-form-field {
  position: relative;
}
.hs-error-msgs.inputs-list li, .hs-error-msgs li {
  display: inline-block;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding: 7px 7px;
  padding-left: 35px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 4px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: absolute;

  z-index:9;
  font-family: sans-serif;
  width: auto;
  margin-top: 8px;
}
.hs-error-msgs.inputs-list li:before, .hs-error-msgs li:before {
  background-image: url(//7064267.fs1.hubspotusercontent-na1.net/hubfs/7064267/raw_assets/public/Bixby_International_January_2021/images/err.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 5px;
}
.hs-error-msgs.inputs-list li label:after, .hs-error-msgs li .hs-error-msg:after, .hs-error-msgs label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.hs-error-msgs.inputs-list li label:before, .hs-error-msgs li .hs-error-msg:before, .hs-error-msgs label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}
.hs-error-msgs.inputs-list li label, .hs-error-msgs li .hs-error-msg, .hs-error-msgs label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  margin: 0;
  white-space: normal;
  font-weight: normal;
}
.hs-error-msgs li.this-empty-tag {
  display: none !important;
}
.no-list.hs-error-msgs {
  margin: 0;
}



@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 (max-width: 767px) {
  form, .submitted-message {
    margin-bottom: 30px;
  }
  .input {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .page-header h1 {
    font-size: 28px;
  }

  .page-header h2 {
    font-size: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-top: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

th,
td {
  vertical-align: top;
  border: 1px solid #cccccc;
}


th {
  width: 33%;
  border: 2px solid #ccc;
  border-top: none;
  color: #00c1de;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}

td {
  border: 2px solid #ccc;
  padding: 20px;
  vertical-align: top;
}

@media (max-width: 640px) {
td {
    padding: 10px;
  }
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.subnav .subnavTrigger {
  display: none;
  background: #ccc;
  float: right;
  background: url(//7064267.fs1.hubspotusercontent-na1.net/hubfs/7064267/raw_assets/public/Bixby_International_January_2021/images/sprites.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 52px;
  background-position: -65px -28px;
  cursor: pointer;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 10px;
}
.banner-section .row-fluid .span12 {
  padding: 0;
}
.body-container__website .actions {
  text-align: right;
}
.grecaptcha-badge {
  overflow-x: auto;
}
.body-container__website .adv-form .actions{
  text-align: left;
}
.body-container__website h3.form-title {
  padding: 0;
  font-size: 2rem;
}
.body-container__website .hs-form-field {
  margin: 0;
}
.body-container__website .hs-form-field > label {
  display: none;
}
.body-container__website .hs-form {
  padding: 25px 0 0;
  margin: 0;
  border: 0;
}
.body-container__website .hs_recaptcha {
  margin-top: 15px;
}
.subnav ul {
  margin: 0;
  padding: 0;
}
.subnav li {
  float: left;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 25%;
}
.subnav a .hoverState {
  display: none;
}
.subnav li:hover .default {
  display: none;
}
.subnav li:hover .hoverState {
  display: inline-block;
}
.adv-menu-img.subnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.adv-menu-img.subnav ul li {
  margin-bottom: 21px;
}
.body-container-wrapper {
  position: relative;
  z-index: 3;
}
.button {
  padding: 10px 15px;
  background: #e63c2f;
  color: #FFF;
  text-align: center;
  display: inline-block;
}
.button.grey {
  background: #504e51;
}
.button:hover {
  background: #A53B06;
  color: #FFF;
}
.button.grey:hover {
  background: #817C83;
}
.hero .icon {
  position: absolute;
  bottom: -38px;
  right: 22px;
}
.button.blue {
  background: #1fc2de;
  color: #FFF;
}
.button.blue:hover {
  background: #149BB3;
}
.button.red {
  background: #e63c2e;
  color: #FFF;
}
.button.red:hover {
  background: #C52518;
}
.button.green {
  background: #cedb00;
  color: #FFF;
}
.button.green:hover {
  background: #B2BD0A;
}
.home-page .content-with-image .large-6.info p {
  margin: 1em 0;
}
.home-page .content-with-image .button {
  margin-top: 10px;
}
.home-page .content-with-image .large-6.info h1 {
  font-size: 2.7rem;
}
.processing-expertise {
  border-top: 1px solid #d1d4d7;
}
.processing-expertise {
  border-top: 1px solid #d1d4d7;
}
.news-feed-section {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.news-feed-section h1 {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
.flexrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

table.blue-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}

table.blue-table td {
  border: 2px solid #ccc;
  padding: 20px;
  vertical-align: top;
}

table.blue-table td:first-child {
  background: #21C0DB;
  vertical-align: middle !important;
  width: 50%;
}

table.blue-table td:first-child h2 {
  color: #fff;
  display: block;
  font-size: 15px;
}

.blue-table p {
  line-height: 16px;
  margin: 2px 0px 2px 0px;
}


@media (max-width: 1280px) {
  .news-feed-section .dnd-section .widget-type-cell {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .hero .icon {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 641px) {
  .news-feed-section .span6 {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px !important;
  }
}

@media (max-width: 640px) {
  .subnav .subnavTrigger {
    display: inline-block;
  }
  .content-with-image .small-12.column,
  .content-with-image .small-12.columns{
    margin:0; 
  }
  .body-container__website .hs-form{
    margin-bottom:15px; 
  }
  .subnav .topSubnav {
    display: inline-block;
    float: left;
  }
  .news-feed-section .dnd-section .widget-type-cell {
    padding: 0 15px !important;
    border-bottom: 2px solid #f0f1f2;
    float: none;
    margin-bottom: 10px;
    clear: both;
  }
  .news-feed-section .dnd-section .widget-type-cell:last-child {
    margin: 0;
    border: 0;
  }
}
.bixshield-page .title-with-image .flexrow > div {
  width: 12%;
}
.bixshield-page .title-with-image .flexrow > div img {
  border-radius: 10px;
}
.bixshield-page .title-with-image .flexrow > div:nth-child(3) img {
  border: 1px solid #ccc;
}
@media (max-width:767px){
  .bixshield-page .title-with-image .flexrow > div {
    width: 32%;
  }
}
@media (max-width:480px){
  .bixshield-page .title-with-image .flexrow > div {
    width: 100%;
  }
}
@media (max-width: 1024px){
  body {
    padding: 20px;
  }
}
@media (max-width: 640px){
  body {
    padding: 10px;
  }
  .home-page .content-with-image .large-6.info {
    padding: 10px 15px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container, .dnd-section>.row-fluid, .page-center, .content-wrapper {
  margin: 0 auto;
  max-width: 920px;
}
.utilityNav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.utilityNav li:after {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
}

.utilityNav li:last-child:after {
  display: none;
}

.utilityNav {
  display: flex;
  justify-content: flex-end;
}

.logoRow {
  padding: 20px 0 20px 35px;
}

.custom-menu-primary {
  padding-left: 65px;
}

.mobile-menu .hs-menu-wrapper>ul>li,
.navigation-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.mobile-menu .hs-menu-wrapper>ul>li>a,
.navigation-primary .hs-menu-wrapper>ul>li>a {
  color: #FFF;
  padding: 10px 0;
  display: inline-block;
}

.bixsolarLogo {
  float: right;
  margin-top: 7px;
}

.bixsolar .logo {
  float: left;
}

.bixsolar .container .logoRow  {
  overflow: hidden;
}

.mobile-menu .hs-menu-wrapper>ul>li>a:hover,
.navigation-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #d73e27;
}

.navigation-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  transform: scaleY(0);
  transform-origin: left top;
  transition: transform .3s ease;
  z-index: 500;
}
.navigation-primary .hs-menu-wrapper>ul >li>ul>li:hover> ul, 
.navigation-primary .hs-menu-wrapper>ul>li:hover> ul {
  transform: scaleY(1);
}
.navigation-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
  content: '|';
  padding-left: 20px;
  margin-right: 20px;
  color: #FFF;
}

.mobile-menu .hs-menu-wrapper>ul ul li,
.navigation-primary .hs-menu-wrapper>ul ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.mobile-menu .hs-menu-wrapper>ul ul li a,
.navigation-primary .hs-menu-wrapper>ul ul li a {
  display: block;
  padding: 10px 35px;
  color: #fff;
  ;
}

.mobile-menu .hs-menu-wrapper>ul ul li a:hover,
.navigation-primary .hs-menu-wrapper>ul ul li a:hover {
  color: #000;
  ;
}

.mobile-menu .hs-menu-wrapper>ul ul li:last-child,
.navigation-primary .hs-menu-wrapper>ul ul li:last-child {
  border-bottom: none;
}

.navigation-primary .hs-menu-wrapper>ul ul ul {
  left: 100%;
  margin-top: -35px;
}

@media (max-width: 1024px) {

  .utilityNavWrapper,
  .custom-menu-primary {
    padding: 0 10px;
  }

  .navigation-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
    padding-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width:641px) {
  .utilityNavWrapper,
  .mobile-menu {
    display: block !important;
  }
}

@media (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px){
  .navigation-primary .hs-menu-wrapper>ul >li:last-child> ul {
    left: auto;
    right: 0;
  }
}

@media (min-width: 901px) and (max-width: 991px){
  .navigation-primary .hs-menu-wrapper>ul >li:last-child> ul {
    left: auto;
    right: 0;
  }
}

@media (max-width: 900px) {
  .menu.custom-menu-primary {
    display: none;
  }

  .mobile-menu {
    padding: 0 10px;
    background-color: rgba(80, 78, 81, 1.0);
  }

  .child-trigger {
    background-image: url(//7064267.fs1.hubspotusercontent-na1.net/hubfs/7064267/raw_assets/public/Bixby_International_January_2021/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -124px -2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 10px;
    color: #FFF;
    display: inline-block;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul li,
  .navigation-primary .hs-menu-wrapper li {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li,
  .navigation-primary .hs-menu-wrapper>ul>li {
    display: block;
    text-align: left;
  }

  .navigation-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:not(:last-child),
  .navigation-primary .hs-menu-wrapper>ul>li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }

  .mobile-menu .hs-menu-wrapper>ul ul,
  .navigation-primary .hs-menu-wrapper>ul ul {
    position: static;
    margin-left: -10px;
    margin-right: -10px;
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul ul ul,
  .navigation-primary .hs-menu-wrapper>ul ul ul {
    margin-top: 0;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a,
  .navigation-primary .hs-menu-wrapper>ul>li>a {
    display: inline-block;
  }

  .mobile-menu .hs-menu-wrapper>ul ul li,
  .navigation-primary .hs-menu-wrapper>ul ul li {
    text-align: left;
  }

  .mobile-menu .hs-menu-wrapper>ul ul .child-trigger,
  .navigation-primary .hs-menu-wrapper>ul ul .child-trigger {
    right: 10px;
  }

  .child-open.child-trigger,
  .hover>.child-trigger {
    background-position: -151px -2px;
  }

  .mobileMenuTrigger {
    background: #504e51;
    height: 29px;
  }

  .mobileMenuIcon {
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
  }

  .mobileMenuIcon .arrow {
    background: url(//7064267.fs1.hubspotusercontent-na1.net/hubfs/7064267/raw_assets/public/Bixby_International_January_2021/images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    right: -5px;
    background-position: -9px -7px;
    width: 6px;
    height: 10px;
    top: 1px;
  }

  .mobile-open .mobileMenuIcon .arrow {
    background-position: 0 0;
    width: 10px;
    height: 6px;
    top: -1px;
  }

  .mobileUtilityNav {
    float: right;
    display: inline-block;
  }

  .mobileUtilityNav a {
    cursor: pointer;
  }
  .mobile-menu .hs-menu-wrapper>ul ul {
    background: #7D7D7D;
  }
}

@media (max-width:640px) {
  .logoRow {
    padding: 20px 0;
    text-align: center;
  }

  .utilityNavWrapper {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.site-footer {
  background: #504e51;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}

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

.site-footer .container {
  padding: 20px 45px 20px 45px;
}

.copyright {
  text-align: center;
}

.social_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social_links li {
  margin-bottom: 15px;
}

.social_links li:not(:last-child) {
  margin-right: 20px;
}

.social_links li:hover {
  opacity: .8;
}

.social_links a:hover {
  text-decoration: none !important;
}

.site-footer p {
  margin: 1em 0;
  font-family: "Montserrat", sans-serif;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

.footer_logo {
  padding-right: 30px;
  width: 33.33333%;
  padding-top: 20px;
}

.site-footer .company_info {
  width: 66.66667%;
  border-top: 1px solid #787e84;
  border-bottom: 1px solid #787e84;
  padding: 20px 10px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}

.site-footer .address {
  padding-right: 30px;
  width: 33.33333%;
}

.site-footer .phone {
  padding-right: 30px;
  width: 25%;
}

.social_links {
  width: 41.66667%;
}

.site-footer h6 {
  color: #00c1de;
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
}

.site-footer .company_info p {
  margin: 0;
  font-family: Lato, sans-serif;
}

.footer_menu {
  margin-bottom: 20px;
}

.footer_menu .hs-menu-wrapper ul {
  display: block;
}

.footer_menu .hs-menu-wrapper ul li {
  width: auto;
  display: inline-block;
}

.footer_menu .hs-menu-wrapper ul li:not(:last-child):after {
  content: '|';
  padding-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1280px) {
  .footer_logo {
    padding: 20px 10px 0;
  }

  .site-footer .address,
  .site-footer .phone,
  .social_links {
    padding: 0 10px;
  }
}

@media (min-width:641px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .mobile {
    display: block !important;
  }

  .site-footer .container {
    padding: 20px 10px 10px 10px;
  }

  .site-footer .company_info,
  .footer_logo {
    width: 100% !important;
  }

  .footer-row {
    margin-bottom: 38px;
  }

  .site-footer .address,
  .site-footer .phone,
  .social_links {
    width: 100%;
    padding: 0;
  }

  .site-footer .address {
    margin-bottom: 10px;
    width: 50%;
  }

  .site-footer .company_info {
    padding: 10px 20px;
  }

  .footer_menu .hs-menu-wrapper ul li {
    display: block;
    margin-bottom: 5px;
  }

  .footer_logo,
  .social_links,
  .footer_menu .hs-menu-wrapper ul li:not(:last-child):after {
    display: none;
  }

  .footer_menu {
    padding: 0 20px;
  }

  .social_links {
    padding: 0 20px;
    border-bottom: 1px solid #787e84;
    margin-bottom: 10px;
  }

  .social_links li {
    width: 20%;
    text-align: center;
  }

  .social_links li:not(:last-child) {
    margin-right: 5%;
  }
  <script type="text/javascript" src="//cdn.callrail.com/companies/849629250/575275c29f9b58357c90/12/swap.js"></script>
}
/* ******************************************************************************
*********************************************************************************
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 {
  width: 90%;
  margin: 0 auto;
}
.post-author {
  font-size: 12px;
  color: #696969;
}
body .newsArticles form input:focus {
  outline: none !important;
}
.news> h1{
  font-size:1.4rem; 
}
.blog-post__tags svg {
  height: 15px;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
.bixshield .banner-content {
  padding: 6% 0 !important;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.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 form {
  max-width: 100%;
}
.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}
.blog-header {
  text-align: center;
}
.blog-sidebar h3.form-title {
  font-size: 22px;
}
.blog-sidebar > div {
  margin-bottom: 30px;
}
.blog-sidebar {
  padding: 3.3rem 0;
}
.blog-sidebar  ul {
  padding: 0;
}
.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: 0 0 20px;

}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog-index__post,
  .blog-recent-posts__post{
    flex:  0 0 calc(100%/2);
  }
  .blog-index__post {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post,
  .blog-recent-posts__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: Lato, 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: Lato, sans-serif;
  margin-bottom: 3.3rem;
  margin-left: 0 !important;
}
.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
}
.blog-sidebar ul {
  padding: 10px;
  list-style: none;
  margin: 0;
}

.blog-post__read-more svg {
  width: 15px;
}

.blog-post__read-more {
  display: flex;
}

.blog-post__read-more a {
  display: inline-flex;
  align-items: center;
}

span.read-more__arrow {
  line-height: 0;
  display: block;
  margin-left: 5px;
}

.blog-index__post-content {
  padding: 15px;
}

@media (max-width: 767px) {
  .blog-sidebar .widget-module {
    display: none;
  }
  .blog-sidebar .clicked .widget-module {
    display: block;
  }
}
.hs-blog-post .content-wrapper {
  padding: 40px 0;
}

.post-featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-post {
  padding: 15px;
}

.blog-post__tags {
  margin: 15px 0;
}

.blog-post__back-to-blog svg {
  width: 15px;
}
.blog-post__back-to-blog {
  display: inline-flex;
  align-items: center;
}
.blog-post__back-to-blog span {
  display: block;
  line-height: 0;
  margin-right: 5px;
}
.blog-post__meta {
  margin-bottom: 10px;
}
.blog-post__links {
  margin-bottom: 15px;
  border: 0 !important;
}
.blog-comments form {
  padding-top: 15px;
}
.blog-comments form .grecaptcha-badge {
  margin: 0;
}
@media (min-width: 768px) {
  .blog-recent-posts h2 {
    padding: 0 15px;
  }
}

.blog-recent-posts h2 {
  padding-bottom: 30px !important;
}

.hero {
  position: relative;
  margin-bottom: 40px;
}
.hero.red {
  background: #d73e27;
}
.row {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.hero .mainPic {
  width: 53%;
  float: left;
  box-sizing: border-box;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
audio, canvas, img, video {
  vertical-align: middle;
}
.hero .mainPic img {
  max-width: 100%;
}
.hero .info {
  width: 47%;
  float: left;
  color: #FFF;
  box-sizing: border-box;
  padding: 30px 40px 15px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}
.hero .info h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 2.7rem;
}
.hero .info .blurb {
  margin-bottom: 20px;
}
.column, .columns {
  float: left;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.large-4 {
  width: 33.33333%;
}
.large-8 {
  width: 66.66667%;
  padding:0;
}
.newsArticles h1 {
  color: #504e51;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
.newsNav ul {
  padding: 0;
  margin: 0;
}
.newsNav li {
  margin-bottom: 10px;
}
.newsNav li a {
  color: #504e51;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.newsNav li a:hover {
  color: #d73e27;
}
.newsNav li.current a {
  color: #d73e27;
}
.newsArticles form {
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  margin-top: 25px;
}
.newsArticles form label {
  font-weight: bold;
}
body .newsArticles form input {
  font-family: "Lato", sans-serif;
  margin: 0;
  vertical-align: baseline;
  line-height: normal;
  color: #222;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8cccf;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  padding: 10px 10px;
  box-sizing: border-box;
}
body .newsArticles form input[type="submit"],
body .newsArticles form button {
  border: none;
  border-bottom: 1px solid #c8cccf;
  font-weight: 300;
  width: auto;
  margin-top: 20px;
  background: #d73e27;
  color: #FFF;
  padding: 10px 30px;
  box-shadow: none;
  text-transform: uppercase;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
body .newsArticles form button span {
  display: none;
}
body .newsArticles form button:after {
  content: "Search";
}
body .newsArticles .form-title {
  display: none;
}
main.pageContent {
  padding-bottom: 49px;
}
.newsArticles form .hs-form-field > label {
  display: none;
}
.newsArticles form .hs-form-field {
  margin: 0
}
.large-8 span#hs_cos_wrapper_post_body h1 {
  font-size: 1.4rem;
}
@media (max-width: 1280px) {
  .column, .columns {
    padding: 0 10px;
  }
}


@media (max-width: 1024px) {
  .hs-blog-listing, .hs-blog-post {
    box-sizing: border-box;
  }
}


@media (max-width: 640px) {
  .small-12 {
    width: 100%;
  }
  .column, .columns {
    padding: 0;
    margin: 0;
  }
  .small-12.column, .small-12.columns {
    float: none;
    margin-bottom: 10px;
    clear: both;
  }
  .hs-blog-listing, .hs-blog-post {
    box-sizing: border-box;
  }
  .hero {
    margin-bottom: 0px;
  }
  .hero .mainPic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .hero .info {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .hero .info h1 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  body .newsArticles form input,
  body .newsArticles form button,
  body .newsArticles form input[type="button"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
input#hs-pwd-widget-password {
  height: auto !important;
}
span#hs_cos_wrapper_my_password_reset>.hs-form-field ul.no-list.hs-error-msgs,
span#hs_cos_wrapper_my_password_reset_request>.hs-form-field ul.no-list.hs-error-msgs,
span#hs_cos_wrapper_my_login>.hs-form-field ul.no-list.hs-error-msgs,
span#hs_cos_wrapper_my_register>.hs-form-field ul.no-list.hs-error-msgs {
  display: none;
}
.error-page_heading {
  margin-bottom: 1rem;
}
input.email-edit.hs-input {
  max-width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

@media (max-width:480px){
  .systems-page .page-header h1{
    font-size: 22px;
  } 
  .systems-page .page-header h2 {
    font-size: 18px;
  } 
}