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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
main.body-container-wrapper .dnd-section > .row-fluid, .content-wrapper{
  padding-left:18px;
  padding-right:18px;
}
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1180px){
 main.body-container-wrapper .dnd-section > .row-fluid, .content-wrapper{
  padding-left:16px;
  padding-right:16px;
}
}
@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: "BlackerProDis-Rg";

  src: url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/font.woff2) format("woff2"),
    url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/font.woff) format("woff");
}




@font-face {
  font-family: "MaterialDesignIcons"; 
  src: url("https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/Rotachrom_May2021/materialdesignicons-webfont.eot") format("embedded-opentype"),
    url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/materialdesignicons-webfont.woff2) format("woff2"),
    url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/materialdesignicons-webfont.woff) format("woff"),
    url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/materialdesignicons-webfont.ttf) format("truetype"),
    url(https://5763758.fs1.hubspotusercontent-na1.net/hubfs/5763758/raw_assets/public/Rotachrom_May2021/fonts/materialdesignicons-webfont.svg) format("svg");
  font-style: normal; font-weight: normal;
}







html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.375;
  padding-top: 180px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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




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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
@media (max-width: 1023px){
  body{
    padding-top: 250px;
  }


}
@media only screen and (max-width: 767px){
  body{
    padding-top: 130px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin-top:15px;
  margin-bottom:10px;
  white-space:normal;
  
  text-decoration: none;
}

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

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b!mportant;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.hs-input,
#hs-pwd-widget-password {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.hs-private.hs-private.hs-private .gcEUXD {
    position: fixed;
    background: none!important;
    opacity: 0.9;
    z-index: 1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
header.header{
  overflow-x: hidden;
}
.mac header.header.sticky .logo_wrapper img{
  max-width: 200px!important;
  padding-top: 0px;
}
.mac .hs-blog-post header.header.sticky .logo_wrapper img {
    padding-top: 0;
}
.mac .hs-blog-post header.header .logo_wrapper img{
  max-width: 200px!important;
  padding-top: 6px;
}

header.header.sticky {
  backdrop-filter: blur(6px);
  background-color: rgba(255,255,255,.7);
}
header.header{
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -moz-transition-property: left,margin-left,margin-right,margin-top;
  -o-transition-property: left,margin-left,margin-right,margin-top;
  -webkit-transition-property: left,margin-left,margin-right,margin-top;
  transition-property: left,margin-left,margin-right,margin-top;
  -moz-transition-duration: 0.7s,0.7s,0.7s,0.4s;
  -o-transition-duration: 0.7s,0.7s,0.7s,0.4s;
  -webkit-transition-duration: 0.7s,0.7s,0.7s,0.4s;
  transition-duration: 0.7s,0.7s,0.7s,0.4s;
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header_inner{
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  -o-transition: cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  height: 70px;
}
.header__container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none ;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
  border-bottom: 0 ;
  height: 70px;
}
.logo_wrapper{
  position: relative;
  margin-top: 18px;
  float: left;
  text-align: left;
  margin-right: 20px;

}

header.header.sticky .hook_logo_before{
  opacity: 0;
}
header.header.sticky .hook_logo_after{
  opacity: 1 
}
header.header.sticky .logo_wrapper{
  margin-top: 9px;
}
.hook_logo_before{
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
  line-height: 0px;
}
.logo_wrapper img{
  max-width: 100%;
  border-style: none;
  height: auto;
}
.hook_logo_after{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 0px;
  -webkit-backface-visibility: hidden;
  line-height: 0px;
}
.hook_main_menu{
  -webkit-backface-visibility: hidden;
  z-index: 9908;
  overflow: visible !important;
  text-align: center;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100px;
  float: right;
}
.hook_mm_inner{
  height: 100px;
}

header.header.sticky{
  backdrop-filter: blur(6px);
}
.mobile_trigger{
  display:none;
}
.header_mobile{
  display:none;
}


@media screen and (min-width: 1024px){
  .navigation-primary>ul>li.has-submenu:hover > ul.submenu.level-2{
    display:block;
  }
  .navigation-primary ul ul{
    position: absolute;
    top: 100%;
    width: 220px;
    display:none;
  }
  .navigation-primary ul ul>li{
    height: 30px;
    text-align: left;
  }
  .navigation-primary ul ul>li>a{
    font-weight: 700;
    font-size: 1rem;
    line-height: 30px;
    text-decoration: none;
    padding: 5px;
    padding-left: 10px;
  }
  .navigation-primary>ul{
    margin-bottom: -1px;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    letter-spacing: 2px;
    font-family:Roboto, sans-serif;
  }
  .navigation-primary>ul>li{
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    -moz-transition-property: border;
    -o-transition-property: border;
    -webkit-transition-property: border;
    transition-property: border;
    -moz-transition-property: height,border;
    -o-transition-property: height,border;
    -webkit-transition-property: height,border;
    transition-property: height,border;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    float: left;
    margin-right: 1px;
    width: auto;
    position: relative;
    height: 100px;
  }
  .navigation-primary>ul>li>a{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    -moz-transition-property: height,line-height,color,background-color;
    -o-transition-property: height,line-height,color,background-color;
    -webkit-transition-property: height,line-height,color,background-color;
    transition-property: height,line-height,color,background-color;
    -moz-transition-duration: 400ms,400ms,300ms,100ms;
    -o-transition-duration: 400ms,400ms,300ms,100ms;
    -webkit-transition-duration: 400ms,400ms,300ms,100ms;
    transition-duration: 400ms,400ms,300ms,100ms;
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.25, 0.25, 0.75, 0.75),cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.25, 0.25, 0.75, 0.75),cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.25, 0.25, 0.75, 0.75),cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.215, 0.61, 0.355, 1),cubic-bezier(0.25, 0.25, 0.75, 0.75),cubic-bezier(0.25, 0.25, 0.75, 0.75);
    font-weight: 700;
    font-size: 15px;
    height: 100px;
    line-height: 100px;
    color:#04517f;
  }
  .navigation-primary>ul>li>a .hook_menu_main{
    -webkit-transition: 300ms background linear;
    margin-top: 0px;
    height: auto;
    line-height: 1em;
    display: inline-block;
    position: relative;
    font-size: 1rem;
  }
  .navigation-primary>ul>li:last-child>a{
    padding-right: 0px;
  }
  .sticky .navigation-primary>ul>li>a {
    height: 70px;
    line-height: 70px;
  }
  .mobile_bar {
    display: none;
  }
}
@media screen and (min-width: 1340px){
  .navigation-primary>ul>li>a .hook_menu_main{
    padding: 10px 15px;
  } 

}


@media screen and (max-width: 1420px) and (min-width: 1024px){
  .header_inner {
    margin: 0 10px;
  }


}

@media screen and (max-width: 1339px){
  .navigation-primary>ul>li>a .hook_menu_main{
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 1180px){
  .header__container{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1023px){
  .hook_logo_before{
    opacity: 0; 
  }
  .hook_logo_after img{
    max-height: 50px;
    width:202px!important
  }
  .mobile_trigger{
    position: relative;
    height: 36px;
    width: 28px;
    margin-top: -18px;
    cursor: pointer;
    -moz-transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    transition-property: top;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9;
    float: right;
    top: 35px;
    font-family:'Roboto', sans-serif;
    display: block;
  }
  .prk_bl1 {
    top: 7px!important;
  }
  .prk_bl2 {
    top: 16px!important;

  }
  .prk_bl3 {
    top: 25px!important;
  }
  .prk_menu_block {
    width: 28px;
    height: 4px;
    position: absolute;
    left: 0px;
    -moz-transition-property: top,-moz-transform,background-color,left,right;
    -o-transition-property: top,-o-transform,background-color,left,right;
    -webkit-transition-property: top,-webkit-transform,background-color,left,right;
    transition-property: top,transform,background-color,left,right;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 7px;
    background:#04517f;
  }
  .prk_menu_block:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 4px;
    transition-property: transform;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .prk_menu_block.prk_bl2:after {
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .hook_logo_after {
    opacity: 1;
  }
  .header_mobile{
    display:block;
  }
  .mobile_open .second_anims {
    cursor: pointer;
    z-index: 1000;
    margin-left: -280px;
    visibility: visible;
    opacity: 1;
  }
  .second_anims{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    margin-left: 0px;
    -moz-transition-property: margin-left,margin-right;
    -o-transition-property: margin-left,margin-right;
    -webkit-transition-property: margin-left,margin-right;
    transition-property: margin-left,margin-right;
    -moz-transition-duration: 0.7s,0.7s;
    -o-transition-duration: 0.7s,0.7s;
    -webkit-transition-duration: 0.7s,0.7s;
    transition-duration: 0.7s,0.7s;
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(255, 255, 255 ,0.75);
  }

  .mobile_bar{
    float: left;
    position: fixed;
    top: 0px;
    right: 0px;
    visibility: hidden;
    z-index: 1;
    margin-right: -280px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    background-color: #000000;
  }

  .mobile_open .mobile_bar{
    margin-right: 0px;
    z-index: 4;
    visibility: visible;
  } 

  body {
    -moz-transition-property: margin-left,margin-right,left;
    -o-transition-property: margin-left,margin-right,left;
    -webkit-transition-property: margin-left,margin-right,left;
    transition-property: margin-left,margin-right,left;
    -moz-transition-duration: 0.7s,0.7s,0.7s;
    -o-transition-duration: 0.7s,0.7s,0.7s;
    -webkit-transition-duration: 0.7s,0.7s,0.7s;
    transition-duration: 0.7s,0.7s,0.7s;
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1),cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-left: 0px;
    z-index: 990;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }

  body.mobile_open{
    margin-left: -280px;
  }

  .hook_main_menu{
    display:none;
  }
  .mobile_bar_scroller{
    padding: 54px 18px 10px 36px;
    height: 937px;
  }
  .mobile_bar_inner{
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .mobile_bar_container{
    width: auto;
    overflow: visible;
    margin-right: 0;
    position: relative;
    top: 0;
  }
  .mobile_inner{
    text-align: left;
    padding-right: 18px;
    line-height: 1.6em;
  }
  .main_mobile_wrap{
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(229, 229, 229 ,0.12);
    padding-top: 0px;
  }
  .navigation-primary>ul{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-family:'Roboto', sans-serif;;
  }
  .navigation-primary>ul>li{
    line-height: 1.6em;
    position: relative;
  }
  .navigation-primary>ul>li>a{
    width: 100%;
    padding: 4px 0px;
    display: inline-block;
    font-family:'Roboto', sans-serif;
    position: relative;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    line-height: 1.5em;
    color: #e5e5e5!important;
  }
  .navigation-primary>ul>li>a .hook_menu_main{
    padding: 10px 5px;
    transition: 500ms all linear;
    -webkit-transition: 300ms background linear;
    background: transparent;
  }
  .navigation-primary>ul ul{
    background:none!important;
    margin:0px;
    padding:0px;
    list-style:none;
    display:none;
  }
  .navigation-primary>ul ul>li{
    line-height: 1.6em;
  }
  .navigation-primary>ul ul>li>a{
    width: 100%;
    padding: 4px 0px;
    display: inline-block;
    font-family:'Roboto', sans-serif;
    position: relative;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    line-height: 1.5em;
    color: #e5e5e5!important;
    background-color: rgb(255 255 255 / 0%)!important;
    padding-left: 5px;
  }



  .child-trigger {
    position:absolute;
    right:0;
    top: 10px;
    cursor:pointer;
    color:#fff;
  }
  .child-trigger i{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .navigation-primary>ul>li>a:hover .hook_menu_main{
    background:#04517f;
    border-color: #04517f;
  }
  .navigation-primary>ul ul>li>a:hover{
    background-color:#04517f;
    border-color: #04517f;
  }
  header.header.sticky .logo_wrapper {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 480px){
  .logo_wrapper{
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 70%;
    min-width: 1px !important;
  }
  header.header.sticky .logo_wrapper {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 400px){
  .logo_wrapper{
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 70%;
    min-width: 1px !important;
  }
  header.header.sticky .logo_wrapper {
    margin-top: 9px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer a{
  text-decoration:none;
}

.footer{
  display: block;
  position: relative;
  background-position: 50% 50%;
  max-width: none;
  margin-bottom: 0px;
}
.footer__container{
  line-height: 1.6em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none ;
  padding-left: 34px;
  padding-right: 34px;
}
.footer__row{
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.footer_col{
  position: relative;
  padding: 0 18px;
  width: 100%;

}
.rc-footer {
  display: grid;
  grid-template-columns: 30fr 33fr 23.3fr 28fr;
  grid-gap: 0px 34px;
}

.footer-column-1 {
  grid-column: 1/2;
}
.rc-footer h5{
  margin: 0;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 45px;
  font-size: 32px ;
  color: #fff;
  font-family:'Roboto', sans-serif;;
}
.row_last .hs_cos_wrapper >a:first-child{
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-gap: 0px 16px;
}
.row_last .hs_cos_wrapper >a img{
  max-width: 100%;
  height: auto;
  max-height: 7.2vw;
  width: auto;
  display: block;
}
.row_last .hs_cos_wrapper >a h4{
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  grid-column: 2/3;
  grid-row: 1/3;
  max-height: 6vw;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.row_last .hs_cos_wrapper >a span{
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  font-size: 0.667rem;
  line-height: 0.667em;
  color: #00e0bd;
  font-family: 'Roboto', sans-serif;
}
.row_last a:last-child{
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  color: #00e0bd;
  font-family: 'Roboto', sans-serif;
}
.footer-row-2 a{
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-gap: 0px 16px;
}
.footer-row-2 a img{
  max-width: 100%;
  height: auto;
  max-height: 7.2vw;
  width: auto;
  display: block;
}
.footer-row-2 a  h4{
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  grid-column: 2/3;
  grid-row: 1/3;
  max-height: 6vw;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}

.footer-row-2 a  span{
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  color: #9C9E9F;
  font-size: 0.667rem;
  line-height: 0.667em;
  font-family: 'Roboto', sans-serif;
}
.first_row_bottom a{
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  color: #00e0bd;
  font-family:'Roboto', sans-serif;
}

.footer-column-2 {
  grid-column: 2/3;
}
.footer-column-3 {
  grid-column: 3/4;
}
.footer-column-4{
  grid-column: 4/5;
}
.webinar img {
  max-width: 328px!important;
  max-height: 95px!important;
}
.career_info{
  margin: 0px 0px 1rem;
  max-width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #C7C8CA;
  margin-bottom: 0px;
  font-family:'Roboto', sans-serif;
}
.career img{
  max-height: 7.2vw;
  width: auto;
  display: block;
  max-width: 233px!important;
}
.footer-row-1 h3{
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
  color: #fff;
  font-family:'Roboto', sans-serif;
}
.footer-row-1 p{
  margin: 0px 0px 1rem;
  max-width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #C7C8CA;
  font-family:'Roboto', sans-serif;
}
.footer-row-2 h3{
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
  color: #fff;
  font-family:'Roboto', sans-serif;
}
.footer-row-2 p{
  margin: 0px 0px 1rem;
  max-width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #C7C8CA;
  font-family:'Roboto', sans-serif;
}
.bototm_wrap{
  margin-bottom: 36px;
}

.footer_copyright{
  font-size: 16px;
  color: #6d6e71;
  background-color: #414043;
}

.footer_copyright .footer__container{
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 0.9em;
  padding-top: 6px;
}
.copyright_row{
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.copyrights_col{
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
  position: relative;
  width: 100%;
  font-size: 16px;
}
.copyrights_item{
  margin: 0px 0px 1rem;
  text-align: center;
  color:#939598;
  font-family:'Roboto', sans-serif;
  font-size: 0.8em;
  color: #6d6e71;
  line-height:22px;
}
.copyrights_item a{
  color: #25bdad;
  font-family: 'Roboto',sans-serif;
  text-align: center;

}

.rc-footer .hs-rss-item-text {
  min-height: 95px;
  display: flex;
  flex-wrap: wrap;
}

.rc-footer a.hs-rss-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  grid-column: 2/3;
  grid-row: 1/3;
  max-height: 6vw;
  overflow: hidden;
}

.rc-footer a.hs-rss-title:hover {
  color: #fff;
}

.rc-footer .hs-rss-byline {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  color: #9c9e9f;
  font-size: .667rem !important;
  line-height: .667em;
  display: block;
  width: 100%;
  opacity: 1 !important;
}

.rc-footer .hs-rss-item{
  margin-bottom:17px !important;
}
.row_last.career a:last-child{
  font-size: 18px;
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
}


@media screen and (min-width: 1024px){
  .footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
    display: grid;
    grid-template-rows: 252px auto;
  } 
  .footer-row-1 {
    grid-row: 1/2;
  }
  .footer-row-2 {
    grid-row: 2/3;
  }
  .webinar img {
    height: 7.2vw!important;
  }
}


@media screen and (min-width: 1320px){
  .footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
    display: grid;
    grid-template-rows: 252px 95px;
  }  
}


@media screen and (max-width: 1350px){
  .footer{
    padding: 0 10px;
  }
}
@media screen and (max-width: 1270px){
  .items_area .footer-row-2 {
    margin-top: 34px;
  }  
}
@media only screen and (max-width: 1180px){
  .footer__container{
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer_copyright .footer__container{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1023px){
  .rc-footer{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0px 20px;
  }
  .footer-column-4 {
    grid-column: 2/3;
  }
  .items_area .footer-row-2 {
    margin-top: 0px;
  }  
  .footer-column-3 {
    grid-column: 1/2;
  }
  .footer-column-2 {
    grid-column: 2/3;
  }
  .footer-column-1 {
    grid-column: 1/2;
  }
  .footer-row-2 p{
    max-width: calc(30vw + 112px);

  }
  .footer-row-2 p:last-child{
    margin-bottom: 0px; 
  }
  .footer-row-2 a img{
    max-height: 95px;
  }
  .career_info{
    max-width: calc(30vw + 112px);
  }
  .row_last .hs_cos_wrapper>a img{
    max-height: 95px;
  }
}

@media screen and (max-width: 767px){
  .rc-footer{
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0px 20px;
  }
  .footer-column-2 {
    grid-column: 2/3;
  }
  .footer-column-3 {
    grid-column: 1/2;
  }
  .footer-column-4 {
    grid-column: 2/3;
  }
  .first_row_bottom a, .first_row_bottom a, .first_row_bottom a{
    font-size: 18px;
    padding: 12px 0 12px 0;
    margin-bottom: 12px;
  }
  .footer-row-2 h3{
    font-size: 1.0625em;
  }
  .footer-row-1 h3{
    font-size: 1.0625em; 
  }
  .rc-footer h5{
    margin-top: 80px;
  }
  .career_info{
    max-width: 100%;
  }
  .footer-row-1 {
    margin-bottom: 12px;
  }
  .footer-row-2 a img {
    max-width: 150px!important;
    max-height: none;
  }
  .row_last .hs_cos_wrapper>a:first-child {
    display: block;
  }
  .row_last .hs_cos_wrapper>a img{
    max-width: 100%!important;
    max-height: none!important;
  }
  .row_last a:last-child{
    font-size: 18px;
    padding: 12px 0 12px 0;
    margin-bottom: 12px;
  }
}


@media (max-width: 480px){
  .footer-row-1 h3 {
    font-size: .9375em;
  }
  .footer-row-2 p {
    max-width: 100%;
  }
  .footer-row-2 h3{
    font-size: .9375em;
  }


  .row_last.career a:last-child{
    font-size: 18px;
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
  }

  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.comment-date {
  display: block !important;
}

a.next-posts-link.load-more.p-hide {
 display: none !important;
}
.blog-header {
  background-color: #F8FAFC;
  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;
}
.mpc-post__tax a:hover{
  color: #3fe8ce;
}
.mpc-post__meta a.date_part:hover{
      color: #979797!important;
}
@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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}


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





.banner .page-center{
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
}
.banner-row{
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.banner-col{
  position: relative;
  padding: 0 18px;
}
.banner-col h1{
  line-height: 1em;
  margin: 0;
  font-weight: 400;
  color:#00e0bd;
  font-size:4.5rem;
  text-align: center;
  font-family:'BlackerProDis-Rg', serif;
}

.blog_listing{
  position: relative;
  display: block;
}
.blog_listing .content-wrapper{
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  padding-left: 34px;
  padding-right: 34px;
}
.listing_row{
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.blog-index__post-content_part{
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 17px 10px;
  padding-top: 20px;
  padding-bottom: 80px;
}
.blog-index__post_wrap {
  width: 50%;
  margin-left: 25%;
  padding: 0 18px;
}
.blog-index__post_wrap h3{
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight:700;
}
.blog-index__post_wrap h3 a{
  color:rgb(4, 81, 127);
  font-family: 'Roboto',sans-serif;
}
.listing_image img{
  width:100%;
}
.listing_Desciption{
  font-family: 'Roboto', sans-serif;
  line-height: 1.6em;
  color: #404041;
  margin-top: 10px;
  text-align: left;
}
.read_more{
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  border-style: solid;
  margin-top: 18px;
  margin-bottom: 8px;
  text-align: center;
  background:#04517f;
  border:#04517f;
  color:#00e0bd;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #04517f;
}
.read_more span{
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  line-height: initial;
  padding-top: 7px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
}

.mpc-post__meta {
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  color: #404041;
}
.mpc-post__meta  a{
  font-size: 13px;
  font-weight: 700;
  color: #979797;
  font-family: 'Roboto', sans-serif;
  cursor: default;
}
.mpc-post__meta  a span:hover{
  color: #979797;
}
.mpc-post__tax a{
  color: #00e0bd;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-weight:400;
}
.blog-post-tags a:hover{
      color: #04517f;
}

.listing_items{
  padding-top: 120px;
}


.post_banner{
  width: 100%;
  text-align: center;
  top: 0px;
  margin-top: -25px;
}

.post_banner .content-wrapper{
  width: 100%;
  position: relative;
  padding-left: 34px;
  padding-right: 34px;
}
.post_banner h1{
  margin: 0;
  text-align: center;
  font-weight: 700;
  color:#04517f;
  line-height:2rem;
  font-size:2rem;
  font-family:'Roboto', sans-serif;
}

.blog-post_wrap .content-wrapper{
  text-align: center; 
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none ;
  padding-left: 34px;
  padding-right: 34px;
  margin-top: 8px;
  margin-bottom: 36px;
}

.single_blog_meta{
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #04517f;
  font-size: 0.85rem;
  line-height: 1.7em;
  font-family:'Roboto', sans-serif;
}
.post_banner_date{
  float: left;
}

.single_blog_meta_wrap{
  float: left;
}
.pir_divider {
  float: left;
  margin: 0px 5px 0px;
}
.blog-post-tags{
  float: left;
}
.blog-post-tags a{
  color: #04517f;
  font-family:'Roboto', sans-serif;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
  color: #04517f;
}
.post_section .content-wrapper{
  padding-left: 34px;
  padding-right: 34px;
}
.post_main_row{
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.post_main_area{
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1095px;
  margin: 0 auto;
}
.post_section {
  overflow: hidden;
}
.post_item {
  width: 66.66667%;
  margin-left: 16.66667%;
  padding: 0 0px;
}

.post-featured-image_wrap img{
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.blog-post_wraps {
  padding-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.single_post_sharer {
  font-family: 'Roboto', sans-serif;
  margin: 36px 0px 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 108px;
}
.sharrer_inner {
  display: inline-block;
}

.sharrre {
  margin: 0px 8px 8px 0px;
  border-width: 1px;
  border-style: solid;
  float: left;
  cursor: pointer;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.sharrre.prk_sharrre_facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}
.sharrre a {
  padding: 0px 16px;
  float: left;
  position: relative;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  color:#00e0bd;
  font-family:'Roboto', sans-serif;
}
.sharrre a span {
  height: 30px;
  display: block;
}
.sharrre.prk_sharrre_twitter {
  border-color: #00aced;
  background-color: #00aced;
}
.prk_sharrre_email{
  border-color: #04517f;
  background-color: #04517f;
}


.sharrre a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: rgba(0,0,0,0.15);
}

.sharrre a:hover:before {
  top: 0px;
}


.single_meta_header{
  margin: 0px 0px 108px;
  padding-left: 10px;
  padding-right: 10px;
}
.simple_line {
  margin-bottom: -26px;
}

.custom-post-pagination {
  color: #04517f;
  font-family: 'Roboto', sans-serif;
}

.navigation-previous-blog {
  float: left;
}
.navigation-previous-blog a{
  font-family: 'Roboto', sans-serif;
  color: #04517f;
}

.prk_lf {
  float: left;
}
.special_heading{
  font-family: 'Roboto', sans-serif;
  color: #04517f;
  line-height: 1.6em;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.prk_heavier_600{
  color: #04517f;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.navigation-previous-blog a{
  font-family: 'Roboto', sans-serif;
  color: #04517f;
}
.navigation-next-blog {
  text-align: right;
  float: right;
}
.navigation-next-blog a{
  font-family: 'Roboto', sans-serif;
  color: #04517f;
}


.blog-recent-post{
  padding-top: 54px;
}
.blog-recent-post .content-wrapper{
  padding-left: 34px;
  padding-right: 34px;
}
.blog-recent-post h2{
  margin: 0;
  color: #04517f;
  font-size: 1.87688rem;
  font-weight: 600;
  line-height:2rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.small_headings{
  line-height: 1.6em;
  text-align: center;
  color: #04517f;
  font-family: 'Roboto', sans-serif;
  font-size:16px;
}

.blog-recent-posts_list{
  margin: 36px 0px 108px;
}

.recnt_main{
  margin-left: -18px;
  margin-right: -18px;
}
.recent_posts{
  padding-bottom: 1px;
  text-align: left;
}
.blog-index__post_wrapper{
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  width: 33.33333%;
  float: left;
}

.blog-index__post-inner-recent{
  padding: 0px 0px 55px;
}
.masonr_img_wp{
  margin-bottom: 36px;
  line-height: 0px;
  overflow: hidden;
  position: relative;
}
.blog_fader_grid {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 145, 194 ,0.6);
}
.mdi-link-variant{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  font: normal normal normal 24px/1 MaterialDesignIcons;
  color: #ffffff;

  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  margin-top: -20px;
  padding: 2px;
  font-size: 36px;
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  -ms-animation-duration: .35s;
  -o-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-delay: .15s;
  -moz-animation-delay: .15s;
  -ms-animation-delay: .15s;
  -o-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mdi-link-variant::before {
  content: "\f365";
}

.masonr_img_wp img {
  max-width: none;
  width: 100%;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  height: auto;
}
.blog-index__post-image_recent:hover .blog_fader_grid {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.blog-index__post-image_recent:hover .mdi-link-variant{
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .15s;
  -moz-animation-delay: .15s;
  -ms-animation-delay: .15s;
  -o-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
} 
.blog-index__post-image_recent:hover .masonr_img_wp img  {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}

.recent_title{
  float: left;
  margin-bottom: 2px;
  width: 100%;
}
.recent_title h4{
  margin: 0;
  font-size: 1.87688rem;
  font-weight: 600;
  line-height: 1.1em;
  color:#04517f;
  font-family:'Roboto', sans-serif;
}
.recent_title h4 a{
  color:#04517f;
  font-family:'Roboto', sans-serif;
  font-size: 1.87688rem;
}
.recent_tags{
  line-height: 1.6em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #04517f;
  font-weight: 600;
  font-family:'Roboto', sans-serif;

}
.recent_date{
  float: left;
}
.recent_divider {
  float: left;
  margin: 0px 5px 0px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #04517f;
}
.recent_categories{
  float: left;
}
.recent_categories a{
  line-height: 1.6em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #04517f;
  font-family:'Roboto', sans-serif;
}
.recent_info{
  margin-top: 8px;
  margin-bottom: 12px;
  -webkit-backface-visibility: hidden;
}
.recent_info_main{
  font-size: 0.9em;
  margin-bottom: 36px;
}

.recent_info_main p{
  color: #000;
  margin: 0px 0px 1rem;
  line-height:1.375rem;
  font-size:1rem;
  font-family:'Roboto', sans-serif;
}
.hook_anchor_recent{
  float: left;
}
.hook_anchor_recent a{
  line-height: 1.6em;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  color: #04517f;
  font-weight: 700;
}
.hook_anchor_recent a:hover{
  color: #04517f;
}
.min_wrapper{
  line-height: 1.6em;
  font-size: 0.75rem;
  font-size: 0.75rem;
  border-top: 1px solid #ffffff;
  font-family:'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
  padding: 16px 0px 0px;
}
.min_part{
  float: left;
  position: relative;
  width: 100%;
}
.min_area{
  float: right;
}
.min_area a{
  line-height: 1.6em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #04517f;
  font-family:'Roboto', sans-serif;
}
.min_area a:hover{
  color: #04517f;
}

.recent_categorie a{
  line-height: 1.6em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #04517f;
  font-family: 'Roboto',sans-serif;
}
.recent_categorie a:hover{
  color: #04517f;
}
.post_section .content-wrapper{
  padding:0px;
}






@media screen and (max-width: 1200px){
  .blog-index__post_wrap{
    padding: 0 10px;
  } 

}

@media only screen and (max-width: 1180px){
  .post_banner .content-wrapper{
    padding-left: 16px;
    padding-right: 16px;
  }
  .post_banner{
    margin-top: -44px;
  }
  .blog-recent-post .content-wrapper{
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1023px){
  .post_banner {
    margin-top: -144px;
  }
  .post_item {
    width: 70.66667%;
    margin-left: 13.66667%;
    padding: 0 0px;
  }
  .blog-post_wraps {
    padding-top: 30px;
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media screen and (max-width: 768px){
  .banner-col h1{
    font-size:3rem;
  } 
  .blog-index__post_wrap {
    width: 100%;
    padding: 0 18px;
  }
  .listing_items {
    padding-top: 60px;
  }
  .blog_listing .content-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog_listing{
    overflow: hidden;
  }
  .post_banner {
    margin-top: -42px;
  }
  .post_item {
    width: 100%;
    margin-left: 0%;
    padding: 0 0px;
  }
  .post_section .content-wrapper{
    padding-left: 16px;
    padding-right: 16px;
  }
  .post_main_row{
    margin-left: -0px;
    margin-right: -0px;
  }
  .blog-post_wraps{
    padding-left: 0px;
    padding-right: 0px;
  }
  .single_meta_header {
    margin: 0px 0px 108px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single_meta_header {
    margin: 0px 0px 108px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-recent-post h2{
    font-size: 1.275em;
  }
  .blog-index__post_wrapper{
    width: 100%;
    float: none;
  }
  .recent_title h4{
    font-size: 20px;
  }

  .recent_title h4 a{
    font-size: 20px;
  }
}


@media screen and (max-width: 480px){
  .recent_title h4 {
    font-size:18px;
  }
  .recent_title h4 a{
    font-size: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 8rem 0;
  text-align: center;
  position: relative;
      z-index: 1;
}
.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: #edeff2;
  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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 20px;
  font-size: 14px;
}

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

.systems-page .widget-type-email_simple_subscription .hs-input{
  width: 100% !important;
}

.systems-page form{
  max-width:750px;
  width:100%;
}
.systems-page .hs-input{
  display:block;
}

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

.systems-page .hs-input{
  margin-bottom:18px;
}

#hs-pwd-widget-password{
  height:40px !important;
}


@media (max-width:767px){
  .systems-page h2{
    font-size: 35px;
  }
  .systems-page h1{
    font-size: 40px;
  }
}

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