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





























































































































































































img.fancybox-image {
  background: #fff;
}
.body-container__website .hs-richtext strong {
  margin-bottom: 15px;
  display: block;
}
.body-container__website textarea {
  height: 73px !important;
}
ul.listitems {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
ul.listitems li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1em;
  padding-left: 1.5em;
  background: url('') no-repeat left top;
    margin-bottom: 0.313em;
    }
.video-box {
  margin-bottom: 0.625em;
  text-align: center;
  background: url('');
    padding: 0.625em;
    }
.video-box iframe {
  width: 100%;
  height: 30em;
  border: none;
  display: inline-block;
}


@media (max-width: 767px) {
  .body-container__website img {
    margin: 0 0 10px !important;
    display: block !important;
    width: 100% !important;
  } 
  .body-container__website .hs-form-field {
    width: 100% !important;
  }
  .body-container__website .hs-form-field .input {
    margin-right: 0 !important;
  }



}

p.image-border {
  text-align: center;
}

p.image-border a img {
  border: 1px solid #dee1e5;
  cursor: url(), pointer !important;
  vertical-align: middle;
  max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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 {
  -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 */
  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;
}

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

.banner-section-homepage .dnd-section>.row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em;
}

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

html { }

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

p {
  font-size: 1.125em;
  margin: 0 0 1em 0;
  font-family: Lato, serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  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;
  line-height: normal;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}

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

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

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

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

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

strong {
  font-weight: bold;
}

body.firefox b, 
body.firefox strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

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

ol {
  margin: 0;
  margin-bottom: 1em;
  padding: 0 0 0 1em;
}

ol li {
  font-size: 1.125em;
  margin-left: 1em;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
}


ul li,
ol li { }

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0.625em 0;
}

ul li {
  padding-left: 0.938em;
  padding-bottom: 0.313em;
  text-align: left;
  background: url() no-repeat;
  list-style-type: none;
}

ul li ul {
  list-style-type: circle;
  margin: 0px;
  margin-top: 0.25em;
  padding: 0;
}

ul li ul li {
  list-style-type: square;
  margin: 0;
  margin-left: 1em;
  padding: 0;
  padding-left: 0.5em;
  padding-bottom: 0.313em;
  background: none;
}


/* Horizontal Rules */
hr {
  background: #DEE1E5;
  border: 0;
  margin: 1em 0;
  height: 1px;
  clear: both;
}

/* TODO */
small {
  font-size: 80%;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

sup {
  position: static;
  vertical-align: super;
  font-size: smaller;
  top: 0;
  line-height: inherit;
}

:focus {
  outline: none;
}

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

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

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space: normal;
}

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

.hs-button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

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


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

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

.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 40px !important;
  min-height: 27px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;

  outline: none;
  margin-bottom: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 15px !important;
}

.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;
  width: auto !important;
  height: auto !important;
  min-height: auto;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


input#hs-pwd-widget-password { 
  width: 100% !important;
  height: 40px !important;
  min-height: 27px;
  font-size: 16px !important;
  background-color: #f5f8fa !important;
  border: 1px solid #d1d6dc !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
  padding: 0 15px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-wrapper ul li {
  margin: 0;
  padding: 0;
  background: none;
}

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #dee1e5;
  border-bottom: 1px solid #dee1e5;
}

th,
td {
  padding: 0.75rem;
  vertical-align: middle;
  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;
}


.table-data-style, .table-data {
  overflow: auto;
  padding-bottom: 1em;
}

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

.table-data table {
  width: 100%;
}

.table-data table td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 0.250em;
  vertical-align: top;
}

.table-data table tr:nth-child(2n+1) td {
  background-color: #f1f4f6;
}

.table-data table td ul {
  margin: 0;
  padding-left: 1em;
}

.table-data table td ul li {
  list-style-type: square;
  margin: 0;
  margin-bottom: 0.250em;
  background: none;
  padding: 0;
}

.table-data table td ul li ul li {
  list-style-type: circle;
  font-size: 0.875em;
  margin-bottom: 0;
}

.table-data table td ul li ul {
  margin-left: 0;
  padding-left: 0.5em;
}

.table-data table th {
  font-weight: normal;
  border-left: 1px solid #dee1e5;
  border-right: 1px solid #dee1e5;
  border-top: 1px solid #dee1e5;
  background: #072b7a;
  color: #fff;
  font-size: 1.125em;
  padding: 1px;
}

.table-data table td {
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
  padding: .250em;
  vertical-align: top;
}

.table-data-style table td {
  vertical-align: middle;
}

.table-data-style table tr.orange-background td {
  background: #fff4eb;
}

.table-data-style table tr.blue-background td {
  background: #f1f4f6;
}

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


.homepage-gallery .dnd-section>.row-fluid {
  padding: 0;
}

.homepage-gallery .slick-dots {
  position: absolute !important;
  bottom: 1.125em !important;
  left: 1.125em;
  margin: 0 !important;
  text-align: left;
}

.homepage-gallery .slick-dots li {
  display: inline-block;
  padding: 0;
  padding-right: .188em;
  width: auto;
  margin: 0;
  height: auto;
  background: none;
  position: static;
  margin-right: 3px;
}

.homepage-gallery .slick-dots li button {
  display: block;
  height: 1.125em;
  width: 1.125em;
  background: #babcbe;
  border-radius: 100%;
  text-decoration: none;
  box-sizing: content-box;
  font-size: 16px;
  line-height: normal;
  padding: 0;
}

.homepage-gallery .slick-dots li button:before {
  content: none;
}

.homepage-gallery .slick-prev, 
.homepage-gallery .slick-next {
  display: none !important;
}

.homepage-gallery .slick-slider {
  background: #030303;
  padding: 0 .625em;
  padding-top: 2em;
  padding-bottom: 2.25em;
  text-align: center;
  max-height: 22.125em;
  overflow: hidden;
  margin: 0;
}

.homepage-gallery img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.homepage-gallery .caption {
  text-align: inherit;
}

.homepage-gallery .caption h1 {
  font-size: 2.250em;
  line-height: 0.889em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.homepage-gallery .caption h1 span {
  font-weight: 300;
  font-size: 0.694em;
  text-transform: none;
  display: block;
  line-height: 1.240em;
  margin-bottom: 0.400em;
}

.image-right-wrapper .highslide img { 
  cursor: url(), pointer !important;
}

iframe#idContentTblCell {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: 699px;
}

.home-buckets {
  clear: both;
  padding-top: 2em;
  text-align: center;
  max-width: 60em;
  margin: 0 auto;
  padding-left: 0.625em;
  padding-right: 00.625em;
  box-sizing: content-box;
}

.home-buckets .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.home-page-section-1-column {
  text-align: left;
  max-width: 18.750em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -4px;
  box-sizing: content-box;
}

.home-page-section-1-column.col-1 {
  text-align: left;
  max-width: 18.750em;
  display: inline-block;
  vertical-align: top;
}

.home-page-section-1-column.col-2 {
  max-width: 18.750em;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.home-page-section-1-column.col-3 {
  max-width: 18.750em;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.home-buckets h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #072b7a;
  font-size: 1.063em;
  font-weight: 700;
  margin: 0;
  padding: 0.471em 0 0.588em 0;
  border-top: 0.412em solid #072b7a;
  line-height: normal;
}

.home-buckets p {
  color: #515257;
  font-size: 1em;
  font-weight: 300;
  padding: 0 0.375em 0 1em;
  background: url() no-repeat 0 0.313em;
  margin: 1em 0 2em;
}

.home-buckets-wrapper ul li a span {
  background-image: url();
  background-repeat: no-repeat;
  background-position: 0 0.313em;
}

.certificates-documentation-bottom p {
  font-size: 1.125em;
  font-weight: 300;
  text-align: right;
}

.body-container__website p i {
  /*   font-style: normal;
  font-size: 1.125em; */
}

.homepage-content {
  background: url();
  width: 100%;
  float: left;
}

.homepage-content p {
  font-size: 1.250em;
}

.homepage-content p:last-child {
  margin-bottom: 0;
}

.homepage-content p a {
  background: url() no-repeat 0 0.4em;
  padding-left: 0.875em;
  color: #072b7a;
  text-decoration: none;
}

.homepage-content p a:hover {
  color: #145eff;
  text-decoration: none;
}

.homepage-content .span6 {
  text-align: center;
  margin: 1.875em auto 0;
  width: auto;
  margin-left: auto;
  float: none;
}

.homepage-content .span6:first-child {
  margin-top: 0;
}

.newspage-content .hs_cos_wrapper_type_rich_text  {
  border: 1px solid #dee1e5;
  border-top: 0.438em solid #072b7a;
  margin-bottom: 1em;
  float: left;
  padding: 0.625em;
  padding-bottom: 0;
}

.newspage-content h2 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: normal;
  font-size: 1.125em;
  color: #163578;
  font-weight: 600;
  margin: 0 0 0.222em 0;
  padding: 0;
}

.newspage-content p.image-right {
  text-align: center;
}

.newspage-content p.image-right img,
.newspage-content P.image-left img {
  vertical-align: middle;
  max-width: 100%;
}

.newspage-content P.image-left {
  text-align: center;
}

.image-gallery-wrapper .image-gallery-item a img {
  cursor: url(), pointer;
}

.contact-information .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  min-width: 100% !important;
  overflow: visible !important;
  max-height: 100% !important;
}

.contact-information .span6 {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.contact-information .span6:first-child {
  width: auto;
  float: none;
}

.contact-information .hs-responsive-embed-inner-wrapper {
  font-size: 1.125em;
  font-weight: 300;
  margin: 0 0 1em 0 !important;
  position: static !important;
  padding: 0 !important;
  overflow: visible !important;
}

.contact-information iframe {
  width: 100% !important;
  height: 18.750em !important;
  border: 1px solid #62676b !important;
  padding-bottom: 1px;
  box-sizing: content-box;
  position: static !important;
}


.contact-information-form form {
  max-width: 100% !important;
}

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

.contact-information-form fieldset.form-columns-3 .hs-form-field {
  width: 33.3% !important;
}

.contact-information-form .hs-input {
  width: 90% !important;
  margin-bottom: 0;
}

.contact-information-form .hs-priority .hs-input[type=radio] {
  width: auto !important;
}

.contact-information-form .hs-priority .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.contact-information-form hr {
  background: #dee1e5;
  border: 0;
  margin: 1em 0;
  height: 1px;
  clear: both;
  margin-top: 0;
}

.contact-information-form .hs-priority .inputs-list label>input,
.contact-information-form .hs-priority .inputs-list label>span {
  vertical-align: unset;
}

.contact-information-form .hs-lastname .hs-input,
.contact-information-form .hs-phone .hs-input,
.contact-information-form .hs-jobtitle .hs-input,
.contact-information-form .hs-zip .hs-input { 
  width: 100% !important;
}

.contact-information-form textarea.hs-input {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  padding: 9px 10px !important;
}

.contact-information-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  margin-top: 20px;
}

.contact-information-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: visible;
  overflow-x: visible;
  margin-top: 5px;
  margin-left: 8px;
}

.home-page-section-1-column.col-2 .home-buckets-wrapper ul li:nth-child(4) a, 
.home-page-section-1-column.col-2 .home-buckets-wrapper ul li:nth-child(5) a {
  padding-top: 0.313em;
  height: 2.313em;
}

.fancybox-bg {
  background: transparent !important;
}

.fancybox-image {
  border-width: 8px !important;
  border-style: solid !important;
  border-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}

@media screen and (min-width: 40em) {

  .contact-information .span6 {
    width: 60%;
    float: right;
  }

  .newspage-content p.image-left {
    float: left;
    margin-right: 1em;
  }

  .newspage-content P.image-right {
    float: right;
    margin-left: 1em;
  }

  .homepage-gallery .slick-slider {
    padding: 0;
    text-align: left;
    position: relative;
    clear: both;
  }

  .homepage-gallery .caption {
    position: absolute;
    bottom: 2.500em;
    left: 0.625em;
    max-width: 23.125em;
  }

  .homepage-gallery .caption h1 {
    font-size: 1.625em;
  }

  .homepage-gallery .caption h1 span {
    font-size: 0.692em;
  }

  .home-page-section-1-column.col-3 {
    margin-left: 0.750em;
  }
}

@media screen and (min-width: 50em) {

  .homepage-content .span6:first-child {
    width: 66%;
    float: left;
    text-align: left;
  }

  .homepage-content .span6 {
    text-align: center;
    margin: 0;
    float: right;
    margin-left: auto;
  }

  .home-page-section-1-column.col-3 {
    margin: 0 1.625em;
  }
}


@media screen and (min-width: 60em) {

  .homepage-content .span6:first-child {
    width: 68%;
    text-align: left;
  }


  .homepage-gallery .slick-slider {
    position: relative;
  }

  .header-banner .ui-tabs-nav-main {
    bottom: 1.125em;
    left: 1.125em;
  }

  .homepage-gallery .caption {
    bottom: 3.500em;
    left: 1.125em;
    max-width: 32.500em;
  }

  .homepage-gallery .caption h1 {
    font-size: 2.375em;
  }
}

@media screen and (max-width: 1200px) {

  img.fancybox-image {
    width: 95%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {

  .certificate-gallery .certificate-item a>img {
    margin: 0 !important;
    display: inline !important;
    width: auto !important;
  }

  .body-container__website img.lig-img {
    display: inline !important;
    width: auto !important;
  }
}



@media screen and (max-width: 639px) {

  .homepage-gallery .caption {
    text-align: center !important;
  }

  .slick-slide img {
    display: none !important;
  }

  .homepage-gallery .slick-dots {
    display: none !important;
  }

  .newspage-content img {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 636px) {

  .home-page-section-1-column {
    margin-right: 0;
  }

  .home-buckets-wrapper ul {
    margin-bottom: -1px;
  }
}


@media screen and (max-width: 479px) {

  .contact-information-form .field .input {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 400px) {

  .contact-information-form .hs-input {
    width: 100% !important;
  }

  .contact-information-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header,.hs-breadcrumb-menu {
 font-family: Source Sans Pro,sans-serif;
  margin: 0 auto;
  font-size: 16px;
  line-height: normal;
  max-width: 1200px !important;
  width: 90%;
  
  background-color: unset !important;
}
.hs-breadcrumb-menu {
  display: flex;
  font-size: 18px;
}

.hs-breadcrumb-menu ul li {
  list-style-type: none;
}

.hs-breadcrumb-menu ul li a {
  text-decoration: none;
}

.header__container{
 max-width: unset !important; 
}

ul li ul {
    list-style-type: circle !important;
    margin: 0px;
    margin-top: .25em;
    padding: 0;
}
@media screen and (max-width: 960px) {

  .custom-menu-primary{
    padding-top: 3em; 
  }
}
.custom-menu-primary .hs-menu-wrapper> ul {

    margin-top: 4rem !important;
  }  

  *{
        font-family: 'Open Sans', sans-serif;
 }
.social-footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/*  .header-right ul  li :not(.hs-menu-depth-3) {
        text-decoration:none !important; 
        margin-right: 10px;
        margin-left: 10px !important; 
        color: grey; 
        font-size: 18px; 
        display: unset !important;
      } */



.custom-logo a {
  display: block;
  text-align: center;
}

.custom-logo img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  
}

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

.utility-nav {
  padding: 0 0 0.813em;
  display: inline-block;
  vertical-align: top;
}

.utility-nav > div {
  display: inline-block;
}

.utility-nav p {
  font-size: 16px;
  display: inline;
}

.utility-nav p a {
  color: #072b7a;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 400;
  cursor: text;
}

.utility-nav a.email-icon {
  text-decoration: none;
  background: url() no-repeat left top;
  display: inline-block;
  vertical-align: text-top;
  width: 1.5em;
  height: 0.813em;
  margin-left: 0.5em;
}

.utility-nav a.email-icon:hover {
  background-position: left bottom;
}

#searchbox {
  display: block;
  margin: 0 auto;
  max-width: 14.375em;
  height: 1.875em;
  padding-bottom: 1em;
  display: none;
  box-sizing: content-box;
}

.search-active #searchbox {
  display: block;
}

.company-slogan {
  text-align: center;
  font-weight: 400;
}



.tagline {
  min-height: 2em;
  padding-top: 0.875em;
  margin-top: 2em;
  clear: both;
  border-bottom-width: 0.875em;
  border-bottom-style: solid;
  text-transform: uppercase;
  box-sizing: content-box;
}

.tagline p {
  font-family: Source Sans Pro,sans-serif;
  font-size: 0.813em;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 0;
}

.tagline p i {
  background: url() no-repeat center top;
  width: 2.154em;
  height: 4.769em;
  position: absolute;
  top: -3.308em;
  margin-left: 0.769em;
  z-index: 2;
}

#searchbox input {
  font-family: Arial;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  padding: .188em .313em;
  vertical-align: middle;
  border: 0;
  color: #969696;
  width: 11.250em;
  border: 1px solid #d2d2d2;
  background: #fff;
  float: left;
  outline: 0;
  border-radius: 0;
  box-sizing: content-box;
}

#searchbox .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  width: 11.250em;
  box-sizing: content-box;
  padding: .188em .313em;
  background-color: #fff;
  z-index: 10;
  display: none;
}

#searchbox .hs-search-field--open .hs-search-field__suggestions {
  display: block;
}

img[data-icon="pdf"] {
  padding-right: 0.222em;
  vertical-align: baseline;
  width: auto;
  display: inline;
  margin: 0px !important;
}

#searchbox .hs-search-field__suggestions li {
  background: none;
}

#searchbox input::-webkit-input-placeholder {
  color: #969696;
}

#searchbox input:-moz-placeholder { 
  font-family: MS Shell Dlg 2;
  color: #969696;
  opacity: 1;
}

#searchbox input::-moz-placeholder { 
  font-family: MS Shell Dlg 2;
  color: #969696;
  opacity: 1;
}

#searchbox input:-ms-input-placeholder {
  color: #969696;
}

#searchbox input:focus::-webkit-input-placeholder {
  color: transparent;
}

#searchbox input:focus:-moz-placeholder { 
  color: transparent;
}

#searchbox input:focus::-moz-placeholder { 
  color: transparent;
}

#searchbox input:focus:-ms-input-placeholder {
  color: transparent;
}


.mac.chrome #searchbox input {
  font-family: system-ui;
}

.pc.chrome #searchbox input {
  font-family: Arial,Helvetica,sans-serif;
}

.pc.firefox #searchbox input {
  font: -moz-field;
  font-size: 1em;
}

#searchbox button {
  background: url() no-repeat center;
  font-size: 1em;
  width: 1.875em;
  height: 1.875em;
  color: #969696;
  cursor: pointer;
  border: 0;
  padding: 0;
  vertical-align: middle;
  float: right;
  outline: none;
}

#searchbox button:hover {
  opacity: 0.8;
}

#searchbox button svg {
  display: none;
}

.custom-menu-primary {
 display: flex;
 flex-direction: column;
  align-items: flex-end;
}

.menu-trigger {
  color: #515257;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.875em;
  padding: 0.571em 0 0.857em;
  line-height: 1.375em;
  top: -30px;
  position: relative;
}

.menu-trigger img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0.625em 0;
  display: none;
  text-align: left;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #515257;
  text-transform: uppercase;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 0.929em;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  padding-left: 1em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 0.929em;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 0.231em;
  padding-top: 0.231em;
}

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

.search-icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 0.75em;
  top: -0.313em;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.child-trigger {
  width: 1em;
  background: url() no-repeat center;
  cursor: pointer;
  display: inline-block;
}

.child-open.child-trigger {
  background: url() no-repeat center;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  display: none;
  padding: 0 0 0.5em;
}

.print-links {
  text-align: right;
  clear: both;
  margin-top: 1em;
}

.print-links a {
  padding-left: 0.5em;
  text-decoration: none;
}

.print-links a:hover {
  text-decoration: none;
}

.print-links a img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
}

.print-links a img:hover {
  opacity: 0.7;
}

.print-links.footer-prnt {
  padding-bottom: 32px;
  margin-top: 0;
}

small[data-small] {
  font-size: smaller;
}

@media screen and (min-width: 40em) {

  .custom-logo { 
    float: left;
    padding-top: 1em;
  }

  .header-right {
    float: right;
    padding: 1.250em 0 0 0;
    text-align: right;
  }

  #searchbox {
    position: absolute;
    top: 3.125em;
    right: 0.5em;
  }

  .company-slogan {
    margin-top: 1.176em;
    text-align: right;
    margin-bottom: 1.765em;
  }

  .tagline p {
    padding-right: 3.077em;
    text-align: right;
  }
}

@media screen and (min-width: 60em) {

  .header__container {
    position: relative;
  }

  .custom-logo { 
  }

  .header-right {
  }

  #searchbox {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
  }


  .custom-menu-primary {
    margin: 0 auto;
   
  }

  #searchbox input { 
    width: 8.125em;
    margin: 0 0.5em 0 1.563em;
    box-sizing: content-box;
  }

  #searchbox .hs-search-field__suggestions {
    width: 8.125em;
    margin: 0 .5em 0 1.563em;
    box-sizing: content-box;
  }

  .menu-trigger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    padding: 0 0 0.750em;
    float: left;
    width: 100%;
    background: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
    position: relative;
    z-index: 9;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    float: left;
    font-weight: 400;
    padding: 0.714em 0.929em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span {
    background: url() no-repeat right;
    padding-right: 0.857em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a span {
    background: url() no-repeat right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    width: 21.563em;
    position: absolute;
    top: 2.063em;
    border-width: 1px;
    border-style: solid;
    width: 13.125em;
    padding: 0;
    display: none;
    float: none;
    box-sizing: content-box;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
    width: 21.563em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    right: 0;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
    float: none;
    display: block;
    padding: 1px 0 0 0;
    position: relative;
    z-index: 9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
    padding: 0.5em 1em;
    float: none;
    display: block;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
  }

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

  .search-icon, .child-trigger {
    display: none;
  }
}


@media screen and (max-width: 1440px) and (min-width: 960px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: -12px;
  }
  .custom-header
  {
      padding-bottom: 1em;
  }

}

@media screen and (max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 1rem !important;
}
  .mt-page #hs-search-module {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px){
 .custom-logo{
   float: left;
   padding-top: 1em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  font-size: 16px;
  line-height: normal;
  background: url() repeat-x left top;
  padding-top: 3em;
  clear: both;
  padding-bottom: 20px;
  color: #fff!important;
}
* {
    font-family: sans-serif;
  }
  .footer {
    background-color: rgb(41,55,116)!important;
}

.footer a {
  color: #fff!important;
}
.footer a:hover {
  color: #fff!important;
}


.container-rg{
     width: 90%;
     max-width: 1200px !important;
     margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-company-info p a li{
  color: #fff!important; 
}
.footer-company-info li{
  padding-bottom: .713em;
 list-style-type: none; 
}
.footer-links{
 list-style-type: none!important; 
  color: #fff;
}
.footer-links li {
  padding-bottom: .7em!important;
  list-style-type: none!important;
}
#copyright{
  margin: 0 auto;
  max-width: 1200px !important;
  text-indent: 15px;
  width: 90%;
  font-size: 12px!important;
}
.footer li{
 background: unset !important; 
}

.page-footer {
    padding-top: 20px;
    padding-bottom: 54px;
    margin-top: 80px;
    color: black;
    background-color: rgb(80,171,233);
  }
  @media screen and (max-width: 700px){
   .column-rg {
  display: block;
    }
  }
.social-footer{
    padding-left: 1em; 
    }

.footer__container {
  padding: 0 0.625em;
  margin: 0 auto;
  box-sizing: content-box;
}

.footer p, .footer a {
  font-family: Source Sans Pro,sans-serif;
}

.footer-location p {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 1em;
}

.footer-location p em {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-style: normal;
  display: none;
}

.footer-location p a {
  text-decoration: underline;
}

.footer-location p a.link-normal,
.footer-location p a.link-normal:hover {
  cursor: text;
  text-decoration: none;
}

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

.copyright {
  text-align: center;
  margin-bottom: 0;
}

.footer-links p {
  text-align: center;
  font-size: 0.875em;
  margin: 0;
  margin-bottom: 0.400em;
}

.footer-links p a {
  text-decoration: underline;
}

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

.company-url p {
  font-size: 1.429em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.social p {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 2em;
  margin-top: 1em;
}

.social p img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  margin-right: 0.143em;
}

.social p img:hover {
  opacity: 0.7;
}

.certificate-footer p {
  text-align: center;
  font-size: 0.875em;
  margin: 0 0 1em 0;
}

.certificate-footer p i {
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-style: normal;
}

.certificate-footer p i.show-tablet {
  display: none;
}

.copyright p {
  margin: 0;
  font-family: Source Sans Pro,sans-serif;
  font-size: 0.750em;
  padding: 0.5em 0 1em 0;
}

@media screen and (min-width: 40em) {

  .footer-location p {
    margin-bottom: 2em;
  }

  .footer-location p em {
    display: inline;
  }

  .footer p em.hide-tablet {
    display: none;
  }

  .footer-location p br {
    display: none;
  }

  .certificate-footer p {
    margin-bottom: 0.5em;
  }

  .certificate-footer p br {
    display: none;
  }

  .certificate-footer p i.show-tablet {
    display: inline;
  }

  .copyright p {
    margin-right: 0.667em;
  }
}

@media screen and (min-width: 50em) {

  .footer p em.hide-tablet {
    display: inline;
  }
}

@media screen and (min-width: 60em) {

  .footer-location p {
    margin-bottom: 0.5em;
  }

  .footer {
    float: left;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.section.post-footer .actions {
  text-align: left;
}

.blog-comments .hs-submit {
  text-align: center;
  margin-top: 30px;
}

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

input[type="search"]::-webkit-search-cancel-button { 
  display:none; 
}

input[type="search"] {
  -webkit-appearance: none;
}

.grecaptcha-badge {
  margin-left: 0;
}


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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

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

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

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

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

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

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

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.systems-page .actions {
  margin: 12px 0;
}

.systems-page form label {
  margin-bottom: 5px;
  display: inline-block;
}

.content-wrapper {
  clear: both;
}

.form-input-validation-message ul {
  margin-left: 0;
  padding-left: 0;
}



.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;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.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: 767px) {
  
  form {
    max-width: 100% !important;
  }
}

.custom-logo img {
  min-width: 13vw;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
.body-wrapper > div:first-child{
  background-color: white;
}
.body-container__website textarea {
 height: unset !important; 
}
#hs_cos_wrapper_widget_1615403688042 {
    margin: unset !important;
}
@media screen and (min-width: 40em){
.header-right {
   padding: unset !important;
}
}
.header-right {
    float: right;
    text-align: right;
    background-color: #fff;
    z-index: 99999;
}

.rg-tag-line{
    color: rgba(255,255,255,1.0);
    background-color: rgba(7,43,122,1.0);
    border-color: rgba(186,188,190,1.0);
      min-height: 2em;
    padding-top: .875em;
    margin-top: 2em;
    clear: both;
    border-bottom-width: .875em;
    border-bottom-style: solid;
    text-transform: uppercase;
    box-sizing: content-box;
}  
}
.kiara{
    display: flex; 
    justify-content: space-evenly; 
    padding: 2rem 0rem; 
    align-items: center; 
    width: 80%; 
    margin: 0 auto; 
}
.rg-cert{
    display: flex; 
    justify-content: space-evenly; 
    padding: 2rem 0rem; 
    align-items: center; 
    width: 80%; 
    margin: 0 auto; 
}
@media (max-width: 767px){

   div.ina > .holo {
  max-width: 35em;
  min-height: 15em;
  margin: 0 auto;
  width: 90%;
 }

}
@media screen and (max-width: 980px){
   .custom-logo img {
      min-width: 25vh;
      border: 0;
      vertical-align: middle;
      max-width: 100%;
  } 
}
@media screen and (max-width: 1200px) {
  .kiara{
      display: block !important;
    }
   div.ina > .holo {
  margin-right: 5em;
 }

  div.kiara  p {
   padding-bottom: 1em;
    border-right: unset !important;
    border-bottom: 2px solid grey;
  }
  .ina{
    padding-left: unset !important;
}
.dropbtn{
  margin-left: -1em
  }
  .azir{
  flex-direction: column !important;
  }
  .s-l-lab{
    padding-left: unset !important;
    padding-bottom: .5px;
  }
  .riven{
    display: flex !important;
    flex-direction: column;
    margin-bottom: .5em;
  }
}

a:active{
 color: rgba(7,43,122,1.0) !important;

}
a:hover{
 color: rgba(7,43,122,1.0) !important;

}
.hs-menu-children-wrapper{
 display:none; 
}

@media screen and (max-width: 320px){
  li.hs-item-has-children > ul.hs-menu-children-wrapper >  li.hs-item-has-children > .hs-menu-children-wrapper {
    display: block !important;
    background-color: unset !important;
    border-color: unset !important;
    position: unset !important;
    top: unset !important;
    border-width: unset !important;
    border-style: unset !important;
    width: unset !important;
    left: unset !important;
    padding: unset !important;
    z-index: unset !important;
    float: unset !important;
    box-sizing: unset !important;
  }
  
}

li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    display: block;
    background-color: rgba(255,255,255,1.0);
    border-color: rgba(210,210,210,1.0);
    position: absolute;
    top: 0.063em;
    border-width: 1px;
    border-style: solid;
    width: 13.125em;
    left: 13.1rem;
    padding: 0;
    z-index: 90;
    float: none;
    box-sizing: content-box;
}
li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > a::after {
   content: ">";
   color: rgba(7,43,122,1.0);
   padding-left: .5rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
 text-transform: unset; 
 font-weight: 300;
 font-size: 1.1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a span {
   color: rgba(7,43,122,1.0) !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li a:hover{
   background-color: rgba(7,43,122,1.0) !important;
   color: white !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li:hover a::after{
   color: white;
  padding-left: .5rem;
}
.custom-menu-primary .hs-menu-wrapper ul li ul li {
    list-style-type: none;
}
 @media screen and (max-width: 1060px){

li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > a::after {
    content: "";
    color: unset;
    padding-left: unset;
} 
}
*{
  font-family: Source Sans Pro,sans-serif !important; 
}