/* ******************************************************************************
*********************************************************************************
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;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: "proxima-nova-condensed"; src: url("https://use.typekit.net/af/14ae2f/00000000000000003b9b307a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/14ae2f/00000000000000003b9b307a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/14ae2f/00000000000000003b9b307a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype"); font-style: normal; font-weight: 800; font-display: auto; }
@font-face { font-family: "proxima-nova-condensed"; src: url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/0ff5e1/00000000000000003b9b3078/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: auto; }
@font-face { font-family: "proxima-nova-condensed"; src: url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/8e2bbd/00000000000000003b9b3072/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: auto; }
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype"); font-style: normal; font-weight: 800; font-display: auto; }
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: auto; }
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); font-style: normal; font-weight: 600; font-display: auto; }
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); font-style: normal; font-weight: 500; font-display: auto; }
@font-face { font-family: "proxima-nova"; src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: auto; }

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5556;
}
@media (max-width:767px) {
  body {
	 line-height: 1.625;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  text-decoration: underline; 
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:hover {  
  text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

main.body-container-wrapper ul {
  padding-left: 5px;
  list-style: none;
}

main.body-container-wrapper ul li {
  padding-left: 1.875rem;
  position: relative;
}

main.body-container-wrapper ul li:before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #005596;
  content: '';
}

main.body-container-wrapper form ul li {
  padding: 0;
}

main.body-container-wrapper form ul li:before {
  display: none;
}

/* 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;
}
header,footer {
  font-weight: 400;
  line-height: 1.5;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  transition: all .15s linear;
  font-weight: 700;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

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

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 500;  
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  background-color: #f5f8fa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
 .hs-search-field__input:focus,
 form input[type="password"]:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media (min-width: 768px) {
  form {
  max-width: 500px;  
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.lp .utility-nav-container {
  padding: 1.5625rem 0;
}
.lp .header_height {
  min-height: 94.1719px;
}
/* .lp .footer_bottom {
  padding: 0;
  border: none;
} */
@media (max-width: 1023px) {
  .lp .header_height {
	 min-height: 60px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
blockquote {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 1.3125rem;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2.8125rem;
  padding-right: 7.14286%;
  padding-bottom: 1.875rem;
  padding-left: 7.14286%;
  position: relative;
  clear: both;
  border: 1px solid #FE7932;
  border-radius: 0.5rem;
  background-color: #FFF;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.3572;
}
blockquote::before {
  display: block;
  position: absolute;
  top: 0;
  left: 7.14286%;
  width: 3.75rem;
  height: 2.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFF url(https://5347064.fs1.hubspotusercontent-na2.net/hubfs/5347064/raw_assets/public/Rice_Business_May2021/images/icon-quote.svg) no-repeat center;
  background-size: cover;
  content: '';
}
@media screen and (min-width: 768px) {
  blockquote {
	 margin-top: 1rem;
	 padding-top: 3.125rem;
	 padding-right: 5%;
	 padding-bottom: 2.5rem;
	 padding-left: 5%;
	 font-size: 1.625rem;
	 line-height: 1.3847;
  }
  blockquote::before {
	 left: 5%;
	 width: 2.875rem;
	 height: 2.125rem;
  }  
}
@media screen and (min-width: 1024px) {
  blockquote {
	 margin-top: 1.6875rem;
	 padding-right: 7.14286%;
	 padding-left: 7.14286%;
	 font-size: 2.375rem;
	 line-height: 1.3948;
  }
  blockquote::before {
	 left: 7.14286%;
	 width: 4.75rem;
	 height: 3.5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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 .container {
  padding: 0;
}

header.header .container>div {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.header_top {
  background-color: #6E6F6F;
}

.header_top .container>div {
  padding-top: 0.9375rem;
  padding-right: 6.25%;
  padding-bottom: 0.9375rem;
  padding-left: 6.25%;  
}

.tagline p {
  font-size: 1rem;
  line-height: 1.375;
  color: #FFF;
}

.tagline p a {
  line-height: 1.75;
  color: inherit;
  text-decoration: underline;
}

.right_link {
  font-size: 16px;
  line-height: 1.5;
}

.tagline p a:hover {
  text-decoration: none;
}

.utility-nav-container {
  padding-top: 1.5625rem;
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.head_logo svg {
  width: 10.625rem;
  height: auto;
}

.head_logo a {
  display: block;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

.custom-menu-secondary {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
}

.custom-menu-secondary .hs-menu-wrapper>ul>li>a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  text-decoration: none;
}

.search-trigger-button {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: -0.625rem;
  right: -0.8125rem;
}

.search-trigger-button .search-close {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding-right: 6.25%;
  padding-left: 6.25%;
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #505151;  
  font-family: proxima-nova-condensed,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  min-width: 15.625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF;
  -webkit-box-shadow: 0 0.3125rem 0.625rem 0.125rem rgb(75 75 75 / 10%);
  box-shadow: 0 0.3125rem 0.625rem 0.125rem rgb(75 75 75 / 10%); 
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
  left: 100%;
}

.search-form-wrap {
  display: none;
  position: absolute;
  top: 3.75rem;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.8);
  z-index: 100;
  top: 5.625rem;
}

.search-open {
  overflow: hidden;
}

.search-open .search-form-wrap {
  display: block;
}

.search-open .search-form-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  content: '';
  z-index: -1;
}

.search-form {
  padding-top: 1.875rem;
  padding-right: 6.25%;
  padding-bottom: 1.875rem;
  padding-left: 6.25%;
  background: #005596;
}

.search-form .inner-wrapper {
  position: relative;
}

.search-form .inner-wrapper form {
  position: relative; 
  max-width: 100%;
}

.search-form .inner-wrapper form .input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.search-form .inner-wrapper form input.button {
  font-family: proxima-nova,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  white-space: nowrap;
  color: #FFF;
  background-color: #005596;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.1s ease-in-out,color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out,color 0.1s ease-in-out;
  background-color: #FFF;
  color: #005596;
  border-color: transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}

.search-form .inner-wrapper form .input-wrapper button.icon-search {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0.375rem;
  right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li {
  padding-top: 0;
  padding-right: 1.5625rem;
  padding-bottom: 0;
  padding-left: 1.5625rem;
  position: static;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;  
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4667;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  color: #000;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.right_link a {
  font-family: proxima-nova,sans-serif;
  font-style: normal;
  font-weight: 800;
  border-bottom: 2px solid #FE7932;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4286;
  color: #FFF;  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.right_link a:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.0625rem 1.25rem rgb(221 221 221 / 50%);
  box-shadow: 0 0.0625rem 1.25rem rgb(221 221 221 / 50%);
  z-index: 999;
}

.header-hide header.header {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.header-show header.header {
  -webkit-transform: none;
  transform: none;
}

.mobile-nav {
  display: none;
}

.header_height {
  min-height: 222px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.625rem;
  width: 4.375rem;
  height: 0.25rem;
  background-color: #005596;
  content: '';
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li {
  position: static;
}

.search-form .inner-wrapper form .input-wrapper input[type="text"] {
  font-family: proxima-nova,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  line-height: 2.1667;
  position: relative;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background-color: #FFF;
  color: #505151;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3.125rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 3.4375rem;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  outline: none;
}

.search-form .inner-wrapper form .input-wrapper input[type="text"]::placeholder {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>ul>li>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1)>ul>li>ul {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1)>ul {
  left: 0;
}

.header_bottom {
  position: relative;
}

.search-open .search-trigger-button .search-open {
  display: none;
}

.search-open .search-trigger-button .search-close {
  display: inline-block;
}

.search-open .search-trigger-button {
  width: 3.125rem;
  height: 3.125rem;
}

@media screen and (min-width: 768px) {
  header.header .container>div {
	 padding-right: 4.16667%;
	 padding-left: 4.16667%;
  }

  .header_top .container>div {
	 padding-top: 1.25rem;
	 padding-right: 4.16667%;
	 padding-bottom: 1.25rem;
	 padding-left: 4.16667%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
  }
  .tagline {
	 -ms-flex-preferred-size: 81.81818%;
	 flex-basis: 81.81818%;
  }
  .search-form {
	 padding-top: 3.125rem;
	 padding-right: 4.16667%;
	 padding-bottom: 3.125rem;
	 padding-left: 4.16667%;
  }
  .search-form .inner-wrapper form {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
  }
  .search-form .inner-wrapper form .input-wrapper {
	 padding-right: 1.5625rem;
  }
  .search-form .inner-wrapper form input.button {
	 width: auto;
	 min-width: 12.5rem;
  }
  .search-form .inner-wrapper form .input-wrapper button.icon-search {
	 right: 1.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .tagline {
	 -ms-flex-preferred-size: 50%;
	 flex-basis: 50%;
  }
  .tagline p a {
	 line-height: 1.7778;
  }
  .tagline p,
  .custom-menu-secondary .hs-menu-wrapper>ul>li {
	 font-size: 1.125rem;
	 line-height: 1.3889;
  }
  .head_logo svg {
	 width: 15.625rem;
  }
  .custom-menu-secondary .hs-menu-wrapper>ul {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
  }
  .custom-menu-secondary .hs-menu-wrapper>ul>li>a {
	 padding-top: 0.3125rem;
	 padding-right: 0.75rem;
	 padding-bottom: 0.3125rem;
	 padding-left: 0.75rem;
	 font-size: 0.875rem;
	 line-height: 1;
	 display: block;
	 color: #505151;
  }
  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child>a {
	 position: relative;
	 width: 4.3125rem;
	 color: #FFF;
	 text-align: center;
	 font-family: proxima-nova,sans-serif;
	 font-style: normal;
	 font-weight: 600;
  }
  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child>a:before {
	 display: block;
	 position: absolute;
	 top: -1.875rem;
	 right: 0;
	 bottom: -1.5rem;
	 left: 0;
	 background: url(https://5347064.fs1.hubspotusercontent-na2.net/hubfs/5347064/raw_assets/public/Rice_Business_May2021/images/icon-link-highlight.svg) no-repeat top center;
	 content: '';
	 z-index: -1;
  }
  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child {
	 margin-left: 0.8125rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 font-size: 1.125rem;
	 line-height: 1.5556;
	 padding-top: 0.625rem;
	 padding-right: 0;
	 padding-bottom: 0.625rem;
	 padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 1.25rem;
	 line-height: 1;
	 padding-top: 0.625rem;
	 padding-bottom: 0.625rem;
	 border-color: transparent;
	 letter-spacing: 0.53px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul>li {
	 font-size: 1.125rem;
	 line-height: 1.5556;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a {
	 padding-top: 0.4375rem;
	 padding-right: 0.625rem;
	 padding-bottom: 0.4375rem;
	 font-size: 1rem;
	 line-height: 1.375;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 color: #000;
	 position: relative;
  }
  .search-form {
	 padding-top: 5rem;
	 padding-right: 1.875rem;
	 padding-bottom: 5rem;
	 padding-left: 1.875rem;
  }
  .search-form .inner-wrapper {
	 max-width: 48.4375rem;
	 margin: 0 auto;
	 width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 padding-top: 0.25rem;
	 padding-bottom: 0.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
	 display: block;
	 min-height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
	 display: block;
  }

}
@media (max-width: 1023px) {
  .search-open .search-trigger-button .search-open {
	 display: none;
  }

  .search-open .search-trigger-button .search-close {
	 display: inline-block;
  }

  .search-open .search-trigger-button {
	 width: 3.125rem;
	 height: 3.125rem;
  }

  .desktop-nav {
	 display: none;
  }

  .mobile-nav {
	 display: block;
  }

  .mobile-nav-topbar-container {
	 padding-top: 0.9375rem;
	 padding-bottom: 0.9375rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 height: 3.75rem;
  }

  .mobile-buttons {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
  }

  .mobile-buttons button {
	 font-family: proxima-nova-condensed,sans-serif;
	 font-style: normal;
	 font-weight: 400;
	 padding: 0;
	 border: 0;
	 background-color: transparent;
  }

  .mobile-buttons .icon-search {
	 margin-right: 0.625rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 1.875rem;
	 height: 1.875rem;
	 position: static;
  }

  .mobile-buttons button.mobile-menu-trigger {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 1.875rem;
	 height: 1.875rem;
  }

  .mobile-buttons button.mobile-menu-trigger svg {
	 width: auto;
	 height: auto;
  }

  .mobile-buttons button.mobile-menu-trigger .icon-close {
	 display: none;
  }

  .mobile-buttons .icon-search.mobile_trigger svg {
	 width: auto;
	 height: auto;
  }

  .search-form-wrap {
	 top: 3.75rem;
  }

  .search-open .mobile-buttons button.mobile-menu-trigger {
	 display: none;
  }

  .search-open .mobile-buttons .icon-search {
	 margin-right: 0;
  }

  .mobile-open .header_top {
	 display: none;
  }

  .mobile-open .mobile-buttons button.mobile-menu-trigger .icon-close {
	 display: inline-block;
  }

  .mobile-open .icon-hamburger {
	 display: none;
  }

  .custom-menu-mobile-wrap {
	 position: fixed;
	 top: 3.75rem;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: calc(100% - 3.75rem);
	 background-color: rgba(0,0,0,0.8);
	 overflow: auto;
	 z-index: 99;
	 opacity: 0;
	 visibility: hidden;
	 pointer-events: none;
	 transition: all .3s ease;
  }

  .mobile-open .custom-menu-mobile-wrap {
	 opacity: 1;
	 visibility: visible;
	 pointer-events: all;
  }

  .custom-menu-primary {
	 padding-bottom: 0.5rem;
	 background-color: #FFF;
	 padding-top: 1.0625rem;
  }

  .custom-menu-secondary {
	 padding-top: 1.25rem;
	 padding-right: 4.16667%;
	 padding-bottom: 1.875rem;
	 padding-left: 4.16667%;
	 background: #005596;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 padding-right: 4.16667%;
	 padding-left: 4.16667%;
	 -webkit-transition: all 0.1s;
	 transition: all 0.1s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
	 padding-top: 0.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 1.125rem;
	 line-height: 1;
	 padding-top: 1rem;
	 padding-bottom: 1rem;
	 display: block;
	 position: relative;
	 color: #505151;
	 letter-spacing: 0.45px;
	 text-decoration: none;
	 text-transform: uppercase;
  }

  .mobile-open {
	 overflow: hidden;
  }

  .child-trigger {
	 height: 30px;
	 width: 30px;
	 display: block;
	 right: 4.16667%;
  }

  .child-trigger svg {
	 -webkit-transform: rotate( 90deg );
	 transform: rotate( 90deg );
	 width: auto;
	 height: 0.8125rem;
	 position: relative;
	 top: 11px;
	 left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>.child-trigger svg {
	 top: 19px;
	 left: 20px;
  }

  .child-open>.child-trigger svg {
	 -webkit-transform: rotate( -90deg );
	 transform: rotate( -90deg );
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open {
	 background: #F0F0F0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 position: static;
	 width: 100%;
	 transform: none;
	 padding: 0;
	 box-shadow: none;
	 min-width: auto;
	 padding-bottom: 0.625rem;
	 margin-bottom: 0.5rem;
	 background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul>li {
	 padding: 0;
	 position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
	 position: static;
	 padding-top: 0.125rem;
	 padding-right: 1rem;
	 padding-bottom: 0.125rem;
	 padding-left: 1rem;
	 margin-bottom: 0;
	 background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:last-child) {
	 margin-bottom: 0.875rem;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li>a {
	 font-size: 0.875rem;
	 line-height: 1.4286;
	 color: #FFF;
	 display: inline;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child>a {
	 font-size: 1rem;
	 line-height: 1.375;
	 padding-right: 2rem;
	 padding-left: 2rem;
	 position: relative;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-decoration: none;
	 text-align: center;
	 height: 3.4375rem;
	 border: 1px solid transparent;
	 border-radius: .25rem;
	 white-space: nowrap;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 background-color: #FFF;
	 border-color: transparent;
	 width: auto;
	 min-width: 12.5rem;
	 -webkit-transition: all .1s;
	 transition: all .1s;
	 font-family: proxima-nova,sans-serif;
	 font-style: normal;
	 font-weight: 600;
	 color: #024375;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child>a:hover {
	 -webkit-transition: background-color 0.1s ease-in-out,color 0.1s ease-in-out;
	 transition: background-color 0.1s ease-in-out,color 0.1s ease-in-out;
	 background-color: #005596;
	 color: #FFF;
	 border-color: #FFF;
	 text-decoration: none;
  }

  .header_height {
	 min-height: 128px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>.child-trigger svg {
	 top: 19px;
	 left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul>li button {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a:hover {
	 color: #005596;
	 text-decoration: none;
  }

  ul ul .child-trigger {
	 padding-right: 0.125rem;
	 width: 1.875rem;
	 height: 1.875rem;
	 text-align: right;
	 right: 0;
  }

  ul ul .child-trigger svg {
	 width: 7px;
	 height: 11px;
	 top: 7px;
	 left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul ul {
	 display: none;
	 padding-top: 0.125rem;
	 padding-right: 1rem;
	 padding-bottom: 0.125rem;
	 padding-left: 1rem;
	 margin-bottom: 0;
  }

  ul ul .child-trigger svg g {
	 fill: #505151;
  }

  ul ul ul .child-trigger svg {
	 top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li ul li a {
	 padding-top: .5rem;
	 padding-bottom: .5rem;
	 font-size: 0.9375rem;
	 line-height: 1.4667;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.child-open>a {
	 color: #005596;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>ul>li>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1)>ul>li>ul {
	 transform: none;
  }

}

@media (max-width: 767px) {
  .right_link {
	 margin-top: 0.9375rem;
  }
  .header_height {
	 min-height: 157px;
  }
  .search-form .inner-wrapper form .input-wrapper {
	 margin-bottom: 1.5625rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 padding-right: 6.25%;
	 padding-left: 6.25%;
  }

  .custom-menu-primary {
	 padding-top: 0.625rem;
  }

  .custom-menu-secondary {
	 padding-right: 6.25%;
	 padding-left: 6.25%;
  }

  .custom-menu-secondary .hs-menu-wrapper>ul>li:last-child>a {
	 min-width: auto;
  }

  .child-trigger {
	 right: 6.25%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>.child-trigger svg,
  .child-trigger svg {
	 left: 19px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  border-top: 0.25rem solid #005596;
}

.footer_bottom p {
  color: #505151;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5715;
}

.footer_bottom p:last-child {
  margin-bottom: 0.625rem;
}

.footer_bottom p a {
  color: #005596;
  line-height: 1.75;
  text-decoration: underline;
}

.footer_bottom p a:hover {
  text-decoration: none;
}

.footer>div {
  padding: 0;
}

.footer>div>div {
  padding-top: 1.875rem;
  padding-right: 6.25%;
  padding-bottom: 3.125rem;
  padding-left: 6.25%;
}

.footer_bottom {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #E1E1E1;
}

.footer_top {
  padding-bottom: 3.125rem;
}

.ftr_logo svg {
  width: 100%;
}

.ftr_logo a {
  display: block;
  width: 15.625rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #005596;
  text-decoration: underline;
}

.ftr_menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ftr_menu .hs-menu-wrapper>ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.2381%;
  flex: 0 0 45.2381%;
}

.ftr_menu .hs-menu-wrapper>ul>li>ul>li {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
}

.ftr_menu .hs-menu-wrapper>ul>li>ul>li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.ftr_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 1rem;
  line-height: 1.375;
  color: #505151;
  text-decoration: none;
  font-weight: 700;
  display: inline;
}

.ftr_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.ftr_menu {
  margin-top: 1.875rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ftr_address p {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
  margin-bottom: 1.875rem;
}

.ftr_address h3 {
  color: #505151;
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.625;
}

.ftr_address h3 a {
  color: inherit !important;
}

.ftr_address h3 a:hover {
  text-decoration: underline;
}

.footer-social-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-container ul li {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
}

.footer-social-container ul li:not(:last-child) {
  margin-right: 1.25rem;
}

.footer-social-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer-social-container ul li a svg {
  width: 2rem;
  height: 2rem;
}

.footer-social-container {
  margin-top: 1.25rem;
}


@media screen and (min-width: 768px) {
  .footer>div>div {
	 padding-top: 3.375rem;
	 padding-right: 4.16667%;
	 padding-bottom: 3.125rem;
	 padding-left: 4.16667%;
  }
  .footer_top {
	 padding-bottom: 2.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
  }
  .ftr_logo a {
	 width: 18.75rem;
  }
  .ftr_menu .hs-menu-wrapper>ul>li {
	 -ms-flex-preferred-size: 27.27273%;
	 flex-basis: 27.27273%;
  }
  .ftr_menu {
	 margin-top: 0;
	 -ms-flex-preferred-size: 63.63636%;
	 flex-basis: 63.63636%;
  }
  .ftr_col2 {
	 margin-top: 2.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-preferred-size: 100%;
	 flex-basis: 100%;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
  }
  .footer-social-container {
	 margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_bottom p a {
	 line-height: 1.7778;
  }
  .footer_top {
	 padding-bottom: 3.125rem;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
  }
  .ftr_logo a {
	 font-size: 1.125rem;
	 line-height: 1.7778;
  }
  .ftr_menu .hs-menu-wrapper>ul>li {
	 -ms-flex-preferred-size: 42.85714%;
	 flex-basis: 42.85714%;
  }
  .ftr_menu .hs-menu-wrapper>ul>li>ul>li,
  .ftr_address p,
  .footer-social-container ul li {
	 font-size: 1.125rem;
	 line-height: 1.5556;
  }
  .ftr_col2 {
	 margin-top: 0;
	 -ms-flex-preferred-size: 54.54545%;
	 flex-basis: 54.54545%;
  }
  .ftr_menu {
	 -ms-flex-preferred-size: 58.33333%;
	 flex-basis: 58.33333%;
  }
  .ftr_address {
	 -ms-flex-preferred-size: 33.33333%;
	 flex-basis: 33.33333%;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
  }
  .footer-social-container {
	 margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ftr_address {
	 margin-top: 1.25rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.blog_title_wrap {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}

.blog_title_container {
  padding-right: 6.25%;
  padding-left: 6.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog_title_container svg {
  margin-bottom: 0.9375rem;
}

.blog_title_container h1 {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  color: #505151;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  margin: 0;
}

.blog_wrap .container {
  padding: 0;
}

.blog_wrap .container_inner {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.blog_index {
  padding-right: 6.25%;
  padding-left: 6.25%;
  padding-top: 50px;
}

.blog-pagination {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.post_item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid #D8D8D8;
}

.post_item:first-child {
  padding-top: 0;
  border-top: 0;
}

.post_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.post-category {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #005596;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.3334;
  margin-bottom: 0.375rem;
}

.post_title h3 {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.1819;
  margin: 0;
  color: #505151;
}

.post_title h3 a {
  color: inherit !important;
  text-decoration: none;
}

.post_excerpt {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5556;
}

.post_excerpt p {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
}

.date-wrapper {
  font-size: 0.875rem;
  line-height: 1.5715;
  color: #505151;
}

.post_item_image img {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
}

.no-image .post_item_content .text-container {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.blog_menu {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D8D8D8;
}

.blog_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog_menu ul li {
  color: #505151;
  font-size: 1rem;
  line-height: 1.625;
}

.blog_menu ul li a {
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.4445;
  display: inline-block;
  border-bottom: 0.375rem solid transparent;
  color: #505151;
  letter-spacing: 0;
  text-decoration: none;
}

.blog_menu ul li a:hover {
  color: #005596;
  text-decoration: none;
}

.blog_menu ul li.active-branch a {
  border-color: #005596;
  color: #005596;
}

.featured-card .post_item_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.pop_posts_wrap .featured-card {
  margin-bottom: 1.875rem;
}

.pop_posts_wrap .cards-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pop_posts_wrap .featured-card .post_item {
  padding: 0;
  border: none;
}

.featured-card .post_item_content .text-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.featured-card .post_title h3 {
  font-size: 1.625rem;
  line-height: 1.1154;
}

.featured-card .post_item_content .post_item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1.25rem;
}

.blog-pagination {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-pagination .line {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 1px;
  background: #D8D8D8;
}

.blog-pagination a {
  font-family: proxima-nova,sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-right: 1.875rem;
  margin-left: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4286;
  width: auto;
  height: auto;
  color: #505151 !important;
  text-decoration: none;
}

.blog-pagination a svg {
  margin-left: 0.9375rem;
}

.post_item_image {
  margin-bottom: 0.9375rem;
}
/* ==Post== */
.article-banner {
  padding-top: 3.125rem;
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.article-banner .text-wrapper {
}

.article-banner .text-wrapper .page-title h1 {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #505151;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
  line-height: 1.0667;
}

.authored-date>div {
  display: block;
}

.authored-date p,.authored-date span {
  font-size: 1rem;
  line-height: 1.4375;
  display: block;
  color: #505151;
  margin: 0;
}

.article-banner .image-container,
.blog-post__body {
  position: relative;
  margin-top: 3.125rem;
}

.article-banner .image-container img {
  display: block;
  border-radius: 0.5rem;
  width: 100%;
}

.article-banner .image-container .social-share {
  display: none;
  position: absolute;
  top: 8.5625rem;
  left: 2.08333%;
  margin-right: 15.625%;
  top: 0;
  right: 100%;
  left: auto;
}

.post_page_wrap .container {
  padding: 0;
}

.blog-post__body {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.blog-post__body p {
  font-size: 1rem;
  line-height: 1.625;
  color: #505151;
  margin-bottom: 1.875rem;
}

.blog-comments form {
  max-width: 100%;
  padding: 1.875rem 0 0;
}

.content-bottom {
  padding-top: 1.5625rem;
  background: url(https://5347064.fs1.hubspotusercontent-na2.net/hubfs/5347064/raw_assets/public/Rice_Business_May2021/images/arrows-big.svg) no-repeat top center;
  background-size: 16.875rem auto;
}

.container_inner {
  padding-right: 6.25%;
  padding-left: 6.25%;
}

.rel-section-title h2 {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.0667;
  color: #505151;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

.rel_post img {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}

.rel_post .text-container .post-category {
  margin-bottom: 0.5rem;
}

.rel_post .text-container .post-title {
  margin-bottom: 0.625rem;
}

.rel_post .text-container .post-title h3 {
  font-family: proxima-nova-condensed,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.1819;
  color: #505151;
  margin: 0;
}

.rel_post .text-container .post-title h3 a {
  text-decoration: none;
  color: inherit;
}

.rel_post .text-container .post-title h3 a:hover {
  text-decoration: underline;
}

.rel_post .text-container .description p {
  font-size: 1rem;
  line-height: 1.4375;
  color: #505151;
}

.addtoany {
  display: inline;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
}

.addtoany_list > a,.addtoany_list a img,.addtoany_list a > span {
  vertical-align: middle;
}

.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}

.addtoany_list .a2a_counter img {
  float: left;
}

.addtoany_list a span.a2a_img {
  display: inline-block;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  width: 16px;
}

.addtoany_list a span {
  display: inline-block;
  float: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #9E1B32;
}

.article-banner .post-category {
  margin: 0 0 8px;
}

.addtoany_list.a2a_kit_size_32 a>span:hover,.addtoany_list.a2a_kit_size_32 a>span svg:hover {
  opacity: 0.7;
}

.addtoany_list.a2a_kit_size_32 * {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.addtoany_list a:hover:hover img,.addtoany_list a:hover span {
  opacity: .7;
}

.addtoany_list a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto;
}

.addtoany_list a .a2a_count {
  position: relative;
}

.a2a_label {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0 0,0 0,0 0);
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.social-share .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-share .addtoany_list a {
  font-size: 32px;
  margin-bottom: 0.625rem;
  line-height: 1.75;
}

.rel_posts {
  margin: 0 0 1.875rem;
  padding: 0 0 1.875rem;
}

.article-banner .post-category {
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .post_item_image {
	 margin-bottom: 0;
  }
  .blog_title_wrap {
	 padding-top: 3.125rem;
	 padding-bottom: 1.25rem;
  }
  .blog_title_container {
	 padding-right: 16.66667%;
	 padding-left: 16.66667%;
  }
  .blog_title_container svg {
	 margin-bottom: 1.25rem;
  }
  .blog_title_container h1 {
	 font-size: 3.4375rem;
	 line-height: 1;
  }
  .blog_wrap .container_inner {
	 padding-right: 4.16667%;
	 padding-left: 4.16667%;
  }
  .blog_index,
  .blog-pagination {
	 padding-right: 20.83333%;
	 padding-left: 20.83333%;
  }
  .post_item_content {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
  }
  .post_item_image {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 39.28571%;
	 flex: 0 0 39.28571%;
	 width: 39.28571%;
  }
  .post_item_content .text-container {
	 padding-right: 7.14286%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 60.71429%;
	 flex: 0 0 60.71429%;
	 width: 60.71429%;
  }
  .post_title h3 {
	 font-size: 1.25rem;
	 line-height: 1.15;
  }
  .pop_posts_wrap {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
  }
  .pop_posts_wrap .featured-card {
	 margin-bottom: 0;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 47.72727%;
	 flex: 0 0 47.72727%;
	 width: 47.72727%;
  }
  .pop_posts_wrap .cards-list {
	 padding-left: 4.54545%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 52.27273%;
	 flex: 0 0 52.27273%;
	 width: 52.27273%;
  }
  .featured-card .post_title h3 {
	 font-size: 1.75rem;
	 line-height: 1.0715;
  }
  .cards-list .post_item_content .text-container {
	 padding-right: 4.7619%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 57.14286%;
	 flex: 0 0 57.14286%;
	 width: 57.14286%;
  }
  .cards-list .post_item_content .post_item_image {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 39.28571%;
	 flex: 0 0 39.28571%;
	 width: 39.28571%;
  }
  .cards-list .no-image .post_item_content .text-container {
	 padding-right: 0;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 width: 100%;
  }
  .article-banner {
	 padding-right: 8.33333%;
	 padding-left: 8.33333%;
  }
  .article-banner .text-wrapper .page-title h1 {
	 margin-bottom: 0.9375rem;
	 font-size: 2.25rem;
	 line-height: 1.0556;
  }
  .blog-post__body {
	 padding-right: 8.33333%;
	 padding-left: 8.33333%;
  }
  .content-bottom {
	 padding-top: 4.375rem;
	 background-size: 24rem auto;
  }
  .container_inner {
	 padding-right: 4.16667%;
	 padding-left: 4.16667%;
  }
  .rel-section-title h2 {
	 margin-bottom: 1.5625rem;
	 font-size: 2.25rem;
	 line-height: 1.0556;
  }
  .rel_posts {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
  }
  .rel_post {
	 margin-right: 2.27273%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 31.81818%;
	 flex: 0 0 31.81818%;
	 width: 31.81818%;
  }
  .rel_post:nth-of-type(3n) {
	 margin-right: 0;
  }
  .rel_post .text-container {
	 padding-right: 7.14286%;
	 padding-left: 7.14286%;
  }
  .rel_post .text-container .post-title h3 {
	 font-size: 1.5rem;
	 line-height: 1.2084;
  }
}
@media screen and (min-width: 1024px) {
  .blog_title_wrap {
	 padding-top: 5rem;
	 padding-bottom: 1.875rem;
  }
  .blog_title_container h1 {
	 font-size: 5rem;
	 line-height: 1;
  }
  .post_item_content .text-container {
	 padding-right: 7.14286%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 57.14286%;
	 flex: 0 0 57.14286%;
	 width: 57.14286%;
  }
  .post_item_image {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 42.85714%;
	 flex: 0 0 42.85714%;
	 width: 42.85714%;
  }
  .post_title h3 {
	 font-size: 1.625rem;
	 line-height: 1.2308;
  }
  .blog_menu ul li,
  .post_excerpt p,
  .blog-pagination {
	 font-size: 1.125rem;
	 line-height: 1.5556;
  }
  .featured-card .post_item_content .text-container {
	 padding-right: 4.7619%;
	 padding-left: 4.7619%;
  }
  .featured-card .post_title h3 {
	 font-size: 2.375rem;
	 line-height: 1.1053;
  }
  .cards-list .post_item_content .text-container {
	 padding-right: 4.7619%;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 52.38095%;
	 flex: 0 0 52.38095%;
	 width: 52.38095%;
  }
  .cards-list .post_item_content .post_item_image {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 42.85714%;
	 flex: 0 0 42.85714%;
	 width: 42.85714%;
  }
  .cards-list .no-image .post_item_content .text-container {
	 padding-right: 0;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 width: 100%;
  }
  .article-banner {
	 padding-top: 5rem;
	 padding-right: 16.66667%;
	 padding-left: 16.66667%;
  }
  .article-banner .text-wrapper {
	 padding-right: 6.25%;
	 padding-left: 6.25%;
  }
  .article-banner .text-wrapper .page-title h1 {
	 margin-bottom: 1.25rem;
	 font-size: 3rem;
	 line-height: 1.0834;
  }
  .article-banner .image-container .social-share {
	 display: block;
  }
  .blog-post__body,
  .article-banner .image-container {
	 margin-top: 3.125rem;
  }
  .blog-post__body {
	 padding: 0 20.83333%;	 
  }
  .blog-post__body p {
	 font-size: 1.125rem;
	 line-height: 1.5556;
  }
  .content-bottom {
	 padding-top: 6.875rem;
	 background-size: auto;
  }
  .rel-section-title h2 {
	 margin-bottom: 2.5rem;
	 font-size: 3rem;
	 line-height: 1.0834;
  }
  .rel_post img {
	 margin-bottom: 1.5625rem;
  }
  .rel_post .text-container .post-title h3 {
	 font-size: 1.625rem;
	 line-height: 1.2308;
  }
  .social-share .addtoany_list a {
	 line-height: 1.7778;
  }
  .rel_posts {
	 margin: 0 0 3.125rem;
	 padding: 0 0 3.125rem;
  }
}
@media (max-width: 767px) {
  .rel_post+.rel_post {
	 margin-top: 1.875rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}