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


/* cyrillic-ext */

html {
  font-size: 24px;
}

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

p {
  margin: 0 0 15px;


}

/* Anchor Links */
a {
  color: #0270E0;
  border-bottom: 1px dashed #000;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 1;
  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;
  text-transform: uppercase;
  line-height:1.2;
}

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

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

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

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

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

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



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

.dnd-section>.row-fluid , .no-banner .content-wrapper {
    padding: 0 4%;
}

img {
  max-width:100%;
  height:auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  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;
  padding: 15px 53px;
  
  text-decoration: none !important;
  white-space:normal !important;
}

.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 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input , input#hs-pwd-widget-password   {
  display: inline-block;
  width: 100% !important;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:15px;
  outline:0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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;
  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.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your 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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
}

.header-group {
  width: 100%;
  z-index: 999999;
  position: fixed;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background: transparent;
  padding: 20px;
}

.scrolled .header-group {
  box-shadow: 0 -10px 22px 3px #464646;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background: rgba(0,0,0,.9);
}

.menu_bar_logo {
  padding: 25px;
  position: absolute;
  /* width: 70px; */
  /* height: 70px; */
  top: 0;
  left: 0;
}

.menu_bar_logo img {
  width: 178px !important;
  height: 55px !important;
}

.menu_bar_nav {
  position: relative;
  height: 70px;
  right: 0;
  display: flex;
}

.menu_bar_nav .button-group {
  height: 70px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.menu_bar_nav .button-group .search-wrap {
  margin: 0 0 0 auto;
}

.btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: 0 0;
  text-decoration: none;
  color: #fff;
  outline: none;
}

.menu_bar_nav .button-group .btn--search {
  font-size: 1.5em;
}

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.menu_bar .hs-menu-wrapper>ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  text-align: right;
  display: block;
  font-size: 0;
}

.menu_bar .hs-menu-wrapper>ul>li {
  position: relative;
  display: inline-block;
  zoom: 1; min-height: 70px;
}

.menu_bar {
  width: 100%;
}

.menu_bar .hs-menu-wrapper>ul>li>a {
  transition: none;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 10px 0 9px;
  /* height: 70px; */
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  border: 0;
  text-transform: uppercase;
}

.menu_bar .hs-menu-wrapper>ul>li:hover>a {
  color: #dedc00;
}

.menu_bar .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  background: rgba(0,0,0,.9);
  list-style: none;
  padding: 0 20px 10px;
  flex-wrap: wrap;
  transform: translate(-50%,-1px);
  width: 800px;
  left: 50%;
}

.menu_bar .hs-menu-wrapper>ul>li:hover>ul {
  display: flex;
  padding: 30px;
}

.menu_bar .hs-menu-wrapper>ul>li>ul>li {
  flex: 0 0 33.333333%;
  position: relative;
  padding: 3px 6px;
  margin: 7px 0;
  text-align: left;
  line-height: normal;
}

.menu_bar .hs-menu-wrapper>ul>li>ul>li>a {
  color: #ffffff;
  font-weight: 700;
  transition:none;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0;
  border: 0;
}
.menu_bar .hs-menu-wrapper>ul>li:hover>a,
.menu_bar .hs-menu-wrapper>ul>li>ul>li:hover>a{
  color: #dedc00;
}

.sub_menu_bar_nav {
  padding: 16px 0;
  width: 95%;
  text-align: right;
  font-weight: 300;
  margin-top: -20px;
}

.sub_menu_bar_nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  float: right;
  line-height: normal;
  letter-spacing: 0;
}

.sub_menu_bar_nav ul li {
  margin: 0 10px;
}

.sub_menu_bar_nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  border: 0;
  transition: none;
}

.sub_menu_bar_nav ul li a:hover {
  color: #dedc00;
}

.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  opacity: 0;
  transition: opacity .5s;
}

#btn-search-close {
  display: block;
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  opacity: 0;
  transition: opacity .5s;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: 0 0;
  text-decoration: none;
  color: #fff;
  outline: none;
}

.search__form {
  margin: 5em 0;
  width: 100%;
  max-width:100%;
}

.search__form .search__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: .05em 0;
  color: #fff;
  border: 0;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: none;
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
  transition: transform .3s;
  outline:none;
}

.search__info {
  font-size: 90%;
  font-weight: 700;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: .85em 0;
  text-align: right;
  color: #5b57a2;
  opacity: 0;
  transform: translate3d(0,50px,0);
  transition: opacity .4s,transform .4s;
  letter-spacing: 0;
}

.search--open .search {
  pointer-events: auto;
}

.search--open .search:before {
  opacity: 1;
}

.search--open #btn-search-close {
  opacity: 1;
}

.search--open .search__form .search__input {
  transform: scale3d(1,1,1);
  transition-duration: .5s;
}
.body-wrapper {
  position: relative;
  transition: transform .5s;
  width: 100%;
  height: 100vh;
}

.search--open .body-wrapper {
  transform: scale3d(.7,.7,1);
}

.search--open .search__info {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.mobile-menu-button {
  display: none;
  margin-left: auto;
  margin-right: 10px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.menu_bar_nav_mobile {
  display: none;
  position: fixed;
  left: 100vw;
  top: 0;
  height: 100vh;
  background: #123274;
  transition: transform .8s ease;
  min-width: 300px;
  overflow-y: auto;
}
.menu_bar_nav_mobile.open {
  transform: translate(-100%,0);
  z-index: 10;
}
.scrolled .header-group.lp-header {
  min-height: 125px;
}
body.no-banner .header-main {
    min-height: 125px;
}

@media(max-width: 992px) {
  .menu_bar_nav_mobile {
    display: block;
  }
  .mobile-menu-button {
    display: flex;
  }
  .mobile-menu-button a {
    border:0;
  }
  .mobile-menu-button a div {
    height: 50px;
    width: 50px;
    background: url('//8558252.fs1.hubspotusercontent-na1.net/hubfs/8558252/raw_assets/public/GolleySlater_March_2021/images/hamburger.svg') no-repeat;
    background-size: contain;
  }
  .menu_bar_nav .button-group .search-wrap,
  .menu_bar,
  .sub_menu_bar_nav {
    display: none;
  }
  .menu_bar_nav_mobile .hs-menu-wrapper>ul {
    background-color: #000;
    display: block;
    margin: 16px 0;
    line-height: normal;
  }

  .menu_bar_nav_mobile .hs-menu-wrapper>ul>li {
    border-bottom: #1a2047 1px solid;
    border-top: #1a2047 1px solid;
  }

  .menu_bar_nav_mobile .hs-menu-wrapper>ul>li>a {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    background-color: #000;
    text-transform: capitalize!important;
    display: flex;
    padding: 20px 10px;
    letter-spacing: 0;
    font-weight: normal;
    /* line-height: normal; */
    border: 0;
  }

  .menu_bar_nav_mobile .hs-menu-wrapper>ul>li>ul {
    margin: 0;
    display: none;
    padding: 0 0 0 40px;
  }

  .menu_bar_nav_mobile .hs-menu-wrapper>ul>li>ul>li {
    margin: 10px 0;
  }

  .menu_bar_nav_mobile .hs-menu-wrapper>ul>li>ul>li>a {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    padding: 0;
    border: 0;
    letter-spacing: 0;
  }
  .scrolled .header-group.lp-header {
    min-height: 110px;
  }
body.no-banner .header-main {
    min-height: 110px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {

  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer__container {
  max-width: 1200px !important;
  width: 100%;
  margin: auto;
}

.footer_nav {
  background-color: #000;
  padding: 20px 0;
}
.footer-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  font-size: 0;
}
.foot-img {
    display: inline-block;
}
.footer-menu .hs-menu-wrapper>ul>li {
  display: inline;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  padding: 0 10px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1px;
  border-right: 1px solid #f1f1f1;
  color: #fff;
  border-bottom: 0;
  transition: none;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #dedc00;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child>a {
  border-right: 0;
}

.google_badge {
  text-align: center;
  margin-top: 2%;
}

.footer_wrapper .inner-container {
  padding: 0 2%;
}


.footer_wrapper {
  margin: 33.333px 0;
}

.f-imgs ul{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin-bottom: -2px;
}

.f-imgs ul>li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 11%;
  -webkit-flex-basis: 11%;
  -ms-flex-basis: 11%;
  height: auto;
  padding:0px;
  padding-top: 8px;
}
.f-imgs ul>li a {
  border:0;
}
.google_badge a {
  border: 0;
}

.google_badge a:last-child img {
  margin-bottom: 16px;
  margin-left: 16px;
}
@media(max-width:999px){
  .f-imgs ul>li {
    padding: 8px;
    padding-bottom: 0;
  }
}
@media (max-width: 970px) {
  .f-imgs ul>li {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
  }
}

@media(max-width: 600px) {
  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 21px;
  }
}

@media(max-width: 480px) {
 .f-imgs ul>li a img {
    width: 100%;
    height: auto;
  }
}
.content-wrapper {
  margin: 0 auto;
}
.banner-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background-position: center;
}

.banner-area  .banner-title-group {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 60px;
  max-width: 970px;
  z-index: 2;
}

.banner-area  .banner-title-group .banner_title {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: calc(40px + 10px);
  color: #fff;
  text-align: center;
  opacity: 1;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
}



.banner-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}
.outer_wrapper {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
  background-color: #dedc00;
}

.filter_wrapper {
  max-width: 610px;
  width: 100%;
  margin: auto;
}

.search_box {
  float: left;
  margin-right: 10px;
  border-radius: 0;
  width: 320px;
}

.search_box form {
  max-width: 100%;
}

.search_box form .hs-search-field__input {
  padding: 12px 15px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 0;
  color: #000;
  width: 215px;
  outline: 0;
}
.search_box form input[type="submit"] {
  padding: 12px 15px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  width: 100px;
  border-radius: 0;
  background-color: #000;
  border: 1px solid #000;
  border-color: transparent;
  margin-top: 20px;
  outline: 0;
  margin-left: 4px;
  cursor:pointer;
}

.search_box form input[type="submit"]:hover {
  color: #000;
  background-color: #dedc00;
  border: 1px solid #000;
}



.wrapper-dropdown {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 12px 15px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
  outline: none;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  float: left;
  z-index: 4;
  width: 278px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  max-height: 0;
  overflow: hidden;
}

.wrapper-dropdown ul li {
  padding: 0 10px;
}

.wrapper-dropdown ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  border-bottom: 1px solid #e6e8ea;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
}

.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #5b57a2 transparent;
}
.search_box form .hs-search-field__input::placeholder {
  color: #000;
  letter-spacing: 1px;
}

.wrapper-dropdown {
  color: #000;
}
.wrapper-dropdown.topic-open {
  background: #000;
  color: #fff;
}

.wrapper-dropdown.topic-open:after {
  border-color: #fff transparent;
}

.wrapper-dropdown.topic-open ul {
  border-bottom: 1px solid rgba(0,0,0,.2);
  max-height: 250px;
  
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    background: #fff;
}
.blog_wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.post_grid {
  width: 100%;
  float: left;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.post_item {
  width: 33%;
  float: left;
  min-height: 500px;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  border: 4px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
 
}

.post_info {
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  padding: 4%;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: normal;
  z-index: 2;
}

.post_data {
  width: 100%;
  float: left;
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.post_data a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
  border-bottom: none;
}

.post_category {
  width: 100%;
  float: left;
  text-align: right;
  color: #fff;
  padding-top: 3px;
}

.post_category a {
  color: #fff;
  font-style: italic;
  border: none;
}

.post_sub_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4%;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  line-height: 22px;
  z-index: 2;
}

.post_sub_title a {
  color: #fff;
  text-decoration: none;
  border: none;
}

.cta_button {
  z-index: 2;
  position: absolute;
  left: -400px;
  bottom: 10px;
  width: 92%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.cta_button a {
  width: 207px;
  text-align: center;
  display: block;
  padding: 10px 20px;
  border-radius: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  border: 1px solid #5b57a2;
  background: #5b57a2;
  color: #fff;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background-color: #000;
  border: 1px solid #dedc00;
  color: #dedc00;
  text-transform: uppercase;
}

.post_item:hover {
  background-size: 120% auto;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.post_item:hover .post_info {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.post_item:hover .post_sub_title {
  bottom: 79px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.post_item:hover .cta_button {
  left: 4%;
  bottom: 10px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.cta_button a:hover {
  background-color: #dedc00;
  border: 1px solid #000;
  color: #000;
}

.pagination_wrapper {
  width: 100%;
  float: left;
}

.pagination_wrapper .pagination_btn {
  width: 50%;
  float: left;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pagination_wrapper .pagination_btn.paginate_left {
  background-color: #dc5f9f;
}

.pagination_wrapper .pagination_btn.paginate_right {
  background-color: #dc5f9f;
}

.pagination_wrapper .pagination_btn.paginate_right a {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 10px 2%;
  width: 100%;
  float: left;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  border: none;
  text-decoration: none;
  outline: none;
}

.pagination_wrapper .pagination_btn.paginate_right a:hover {
  background-color: #dedc00;
  color: #000;
}
.pagination_wrapper .pagination_btn.paginate_left a {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 2%;
  width: 100%;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  border: none;
}

.pagination_wrapper .pagination_btn.paginate_left a:hover {
  background-color: #dedc00;
  color: #000;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.page_sub_title {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  opacity: 1;
  text-transform: capitalize;
}

.post_category a:hover {
  color: #fff;
}
.post_sub_title a:hover {
  color: #fff;
}
.search_box .hs-search-field__suggestions li a {
  border: none !important;
}

.search_box .hs-search-field__suggestions li {
  padding: 0 10px !important;
}
.post-page-banner {
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.banner-post_header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 60px;
  max-width: 970px;
  z-index: 2;
}

.banner-post_header h1 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: .7;
  line-height: calc(40px + 10px);
  color: #fff;
  text-align: center;
  opacity: 1;
}

.banner-post_header .meta-category {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  opacity: 1;
}

.banner-post_header .post_info {}

.post-page-banner .post_info {
  width: 300px;
  padding: 0;
  color: #fff;
  font-size: 12px;
  z-index: 2;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 15px;
  right: 2%;
  top: unset;
}

.post-page-banner .post_info .post_data {
  width: 100%;
  float: left;
  color: #fff;
  text-align: right;
}

.banner-post_category {
  width: 100%;
  float: left;
  text-align: left;
  color: #fff;
  padding-top: 3px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: right;
}

.banner-post_category a {
  color: #fff;
  font-style: italic;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 12px;
  background: 0 0;
  padding: 0;
  margin-top: 4px;
  float: none;
  border: none;
}

.banner-post_category a:hover {
  color: #FFF;
}

.post_buttons {
  position: absolute;
  bottom: 15px;
  left: 2%;
  z-index: 2;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.post_buttons a {
  float: left;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  border: none;
}

.post_buttons:hover {
  left: 1%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.post_buttons:hover a {
  color: #fff;
}

.post-page-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}

.post-wrapper {
  padding: 100px 0;
  width: 100%;
}

.post-wrapper .content-wrapper {
  padding: 0 4%;
  margin: auto;
}

.blog-comments {}

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

.blog-comments form .actions {
  text-align: center;
}

.panel-has-style {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.panel-row-style {
  background-color: #dedc00;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.panel-grid-cell {
  height: 300px;
  width: 100%;
  width: calc(100% - (0*30px));
}

.so-panel {
  height: 300px;
}

.panel-grid-cell:before,.panel-grid-cell:after {
  display: block;
  clear: both;
  content: "";
}

.panel-widget-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.sow-cta-base {
  border: 0 !important;
  height: 300px;
  padding: 0;
  position: relative;
  background: 0 0;
}

.sow-cta-wrapper {
  width: 90%;
  height: 80%;
  max-width: 970px;
  padding: 0 4%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sow-cta-wrapper {
}

.sow-cta-base {}

.sow-cta-text {
  float: left;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.sow-cta-title {
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: .7;
  line-height: calc(40px + 10px);
  color: #5b57a2;
  opacity: 1;
  color: #000;
  margin: .4em 0;
  margin-top: 0;
  text-transform: uppercase;
}

.sow-cta-subtitle {
  margin: .4em 0;
  margin-bottom: 0;
  color: #000;
  line-height: 25px;
  letter-spacing: 1px;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 600;

}

.sow-cta-subtitle a {
  font-weight: bold;
  color: #000;
  border: none;
}

.sow-cta-subtitle a:hover {
  color: #000;
}

.so-widget-sow-button {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-left: 0;
  margin-top: 20px;
  position: relative;
}

.ow-button-base {
  z-index: 2;
  width: 100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  height: 47px;
  margin-bottom: 15px;
  opacity: 1;
  width: 100%;
}

.ow-button-base:before {
  content: '';
  display: block;
}

.ow-button-base:after {
  content: '';
  display: table;
  clear: both;
}

.so-widget-sow-button a {
  width: 207px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  -webkit-box-shadow: inset 0 0px 0 rgb(255 255 255 / 20%), 0 0px 0px rgb(0 0 0 / 7%);
  -moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.2),0 0px 0px rgba(0,0,0,.065);
  box-shadow: inset 0 0px 0 rgb(255 255 255 / 20%), 0 0px 0px rgb(0 0 0 / 7%);
  text-shadow: 0 0px 0 rgb(0 0 0 / 5%);
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.so-widget-sow-button a span {
  color: #000;
  font-weight: 600;
}

.so-widget-sow-button a:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #dedc00;
}
.hs-blog-post .f-imgs ul>li {
  padding-top: 10px;
}
.description_wrapper {
  background-color: #000;
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0;
  margin-bottom: 0;
}

.description_wrapper .content-wrapper {
  width: 100%;
  margin: auto;
}

.description {
  font-family: Arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  width: 100%;
  float: left;
  padding: 0 4%;
  text-align: center;
}

.description h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 1;
  line-height: calc(40px + 10px);
  margin: 0 0 15px;
  color: #dedc00;
  text-align: center;
}

.description h2 {
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: calc(40px + 10px);
  margin: 0 0 15px;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-transform:uppercase;
}
.post_item.no-image {
    background-color: #ccc;
}
@media only screen and (max-width: 1400px){
  .post_item {
    min-height: 400px;
  }
}
@media(max-width:1200px){
  .banner-area {
    height: calc(400px - 100px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  } 
  .post_item {
    min-height: 300px;
  }
  .post-page-banner {
    height: calc(400px - 100px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .post-wrapper {
    padding: calc(100px - 30px) 0;
  }
}

@media(max-width:1000px){
  .banner-area .banner-title-group .banner_title {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
  .post_sub_title {
    font-size: calc(18px - 3px);
  }
  .post-wrapper {
    padding: calc(100px - 40px) 0;
  }
  .banner-post_header h1 {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
  .banner-post_header .meta-category {
    font-size: calc(18px - 3px);
  }
  .sow-cta-title {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
  .description_wrapper {
    padding: calc(100px - 40px) 0;
  }

  .description h1 {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }

  .description h2 {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
}

@media(max-width:970px){
  .banner-area .banner-title-group .banner_title {
    padding-top: 10px;
    font-size: calc(40px - 11px);
    line-height: calc(40px - 8px);
  }
  .post_item {
    width: 50%;
  }
  .banner-area {
    height: calc(400px - 200px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .post-wrapper {
    padding: calc(100px - 30px) 0;
  }

  .post-page-banner {
    height: calc(400px - 200px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }

  .banner-post_header h1 {
    padding-top: 10px;
    font-size: calc(40px - 11px);
    line-height: calc(40px - 8px);
  }

  .banner-post_header .meta-category {
    font-size: calc(18px - 5px);
    line-height: 18px;
  }

  .post-page-banner .post_info {
    font-size: 12px;
    bottom: 0;
  }

  .post-page-banner .post_info .post_data {
    font-size: 12px;
  }

  .post_buttons a {
    font-size: 12px;
  }
}
@media (max-width: 780px){
  .panel-grid-cell {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }
}
@media(max-width:767px){
  .banner-area .banner-title-group .banner_title {
    padding-top: 10px;
    font-size: calc(40px - 16px);
    line-height: calc(40px - 13px);
  }
  .post_sub_title {
    font-size: calc(18px - 2px);
  }
  .filter_wrapper {
    width: 300px;
  }

  .search_box {
    margin-right: 0;
    width: 320px;
  }
  .wrapper-dropdown {
    width: 321px;

  }
  .post-wrapper {
    padding: calc(100px - 50px) 0;
  }
  .banner-post_header h1 {
    padding-top: 10px;
    font-size: calc(40px - 16px);
    line-height: calc(40px - 13px);
  }
  .banner-post_header .meta-category {
    font-size: calc(18px - 7px);
    line-height: 13px;
  }
  .post-page-banner .post_info {
    font-size: 10px;
    bottom: 0;
  }
  .post-page-banner .post_info .post_data {
    font-size: 10px;
  }
  .banner-post_category {
    display: none;
  }
  .post_buttons {
    bottom: 0;
  }
  .post_buttons a {
    font-size: 10px;
  }
  .panel-row-style {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sow-cta-title {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
  .description_wrapper {
    padding: calc(100px - 60px) 0;
  }
  .description h1 {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
  .description h2 {
    font-size: calc(40px - 3px);
    line-height: calc(40px + 7px);
  }
}
@media(max-width:640px){
  .so-widget-sow-button {
    display: inline-block;
    margin-left: 0 !important;
  } 
}
@media only screen and (max-width: 600px){
  .post_item {
    width: 100%;
  }
  .description h1 {
    font-size: calc(40px - 9px);
    line-height: calc(40px - 6px);
  }
  .post_info {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .post_sub_title {
    bottom: 70px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .cta_button {
    left: 4%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    margin-bottom:15px;
  }
  .description_wrapper {
    padding: calc(100px - 70px) 0;
  }
  .cta_button a {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
    border: 2px solid #dedc00;
  }
  .pagination_wrapper .pagination_btn.paginate_right a , .pagination_wrapper .pagination_btn.paginate_left a {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .search_box form .hs-search-field__input {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .wrapper-dropdown {

    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }

  .wrapper-dropdown ul li a {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .search_box form input[type="submit"] {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .banner-post_header h1 {
    font-size: calc(40px - 9px);
    line-height: calc(40px - 6px);
  }

  .post-page-banner .post_info {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .post_buttons a {

    line-height: calc(16px + 5px);
  }
  .post-wrapper {
    padding: calc(100px - 70px) 0;
  }

  .blog-post__body p {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
    letter-spacing: 1px;
  }
  .sow-cta-title {
    font-size: calc(40px - 9px);
    line-height: calc(40px - 6px);
  }
  .sow-cta-subtitle {
    line-height: calc(16px + 5px);
  }
  .so-widget-sow-button a {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 5px);
  }
  .description h2 {
    font-size: calc(40px - 9px);
    line-height: calc(40px - 6px);
  }
}
@media(max-width:480px){
  .banner-area .banner-title-group .banner_title {
    padding-top: 20px;
  }
  .description_wrapper {
    padding: calc(100px - 80px) 0;
  }
  .banner-area {
    height: calc(400px - 250px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .banner-post_header h1 {
    padding-top: 20px;
    font-size: calc(40px - 24px);
    line-height: calc(40px - 22px);
  }
  .post-page-banner {
    height: calc(400px - 250px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .sow-cta-title {
    font-size: calc(40px - 19px);
    line-height: calc(40px - 13px);
  }
  .description h1 {
    font-size: calc(40px - 19px);
    line-height: calc(40px - 13px);
  }
  .description h2 {
    font-size: calc(40px - 19px);
    line-height: calc(40px - 13px);
  }
}

@media(max-width:380px){
  .filter_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .search_box form input[type="submit"] {
    width: 75px;
  }

  .search_box form .hs-search-field__input {
    width: 190px;
  }

  .search_box {
    width: 100%;
  }

  .wrapper-dropdown {
    width: 250px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.no-list.hs-error-msgs {
    padding-left: 0;
}
input#hs-pwd-widget-password {
    height: 58px !important;
    margin-top: 0px !important;
}
@media(max-width:767px){
  .error-page_heading {
    font-size: 20px;
  }
  .systems-page h1 , .systems-page h2 {
    font-size: 20px;
  }

  .systems-page h3 {
    font-size: 16px;
  }
}