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



/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

::selection {
    background: #4a5d8c;
    color: #fff;
}

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-left: 15px;
  padding-right: 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

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


@media (max-width: 1239.99px){
  .content-wrapper,
  .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/Oxbow_Partners_October2020%20fonts/open-sans-v17-latin-300.eot") format("eot"),
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Light.woff2") format("woff2"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Light.woff") format("woff"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Light.ttf") format("truetype"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Light.svg") format("svg");

 }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), 
    url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Regular.woff2") format("woff2"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Regular.woff") format("woff"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Regular.ttf") format("truetype"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Regular.svg") format("svg");
 }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Bold.woff2") format("woff2"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Bold.woff") format("woff"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Bold.ttf") format("truetype"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/OpenSans-Bold.svg") format("svg");

 }



@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-Medium.woff2") format("woff2"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-Medium.woff") format("woff"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-Medium.ttf") format("truetype"), 
   url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-Medium.svg") format("svg");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Barlow Condensed SemiBold"), local("BarlowCondensed-SemiBold"),
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/Oxbow_Partners_October2020%20fonts/barlow-condensed-v4-latin-600.eot") format("eot"),
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-SemiBold.woff") format("woff"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-SemiBold.ttf") format("truetype"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/BarlowCondensed-SemiBold.svg") format("svg");

}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5BrandsRegular.woff2") format("woff2"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5BrandsRegular.woff") format("woff"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5BrandsRegular.ttf") format("truetype"), 
  url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5BrandsRegular.svg") format("svg");

}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5FreeSolid.woff2") format("woff2"), 
    url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5FreeSolid.woff") format("woff"), 
    url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5FreeSolid.ttf") format("truetype"), 
    url("https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/fonts/FontAwesome5FreeSolid.svg") format("svg");

 }

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #4a5d8c;
}

p {
  margin: 0;
  padding-bottom: 30px;
  font-family: Lato, serif;
}

main li,
main p{
  line-height: 1.83333333333;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}
h1,h2,h3,h4{
  line-height: 1.1;
}
h1 {
  font-size: 2.1rem;
  margin: 0;
  padding-bottom: 15px;
}

h2 {
  font-size: 1.6rem;
  margin: 0;
  padding-bottom: 40px;
}

h3 {
  font-size: 1.25rem;
  padding-bottom: 20px;
  margin: 0;
}

h4 {
  font-size: 1.175rem;
  margin: 0;
  padding-bottom:10px;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

} 
ul li,
ol li {

}

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

blockquote {
  padding: 20px;
  background-color: #f2f0ef;
  font-weight: 500;
  margin: 0;
  border: none;
  quotes: none;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;

}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width:767px;
  font-family: Lato, sans-serif;
  background-color: #ccc4c0;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-weight: 500;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all .3s ease;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 21px;
  font-family: "Barlow Condensed",sans-serif;
  padding: 15px 53px;
  border:0;
  
  text-decoration: none;
  text-transform: uppercase;
  border-radius:0;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding: 14px 16px;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  background: #fff;
  font-weight: 400;
  line-height: normal;
  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;
  position: relative;
  outline: 0;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

input::-webkit-input-placeholder {
  color: #484759;
}
.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 { 
}
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 { 
}

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

.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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.header {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 90px 80px;
  box-sizing: border-box;
  transition: all .3s ease;
  display: block;
}


.mobButton {
  -webkit-tap-highlight-color: transparent;
  transition: all .3s;
  text-decoration: none;
  color: #484759;
  display: none;
}

.header .header__logo {
  display: block;
  float: left;
  height: auto;
  z-index: 200;
}

.header .header__logo svg {
  display: block;
  width: 355px;
  height: auto;
  transition: all .3s ease;
}
.header.sticky .header__logo svg {
  width: 200px;
}
.header .header__logo svg polygon {
  transition: all .3s ease;
}

.header .header__logo svg path {
  transition: all .3s ease;
}

.header .header__logo a:hover svg path,
.header .header__logo a:hover svg polygon {
  fill: #7d766e;
} 
.slidePanel {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slidePanel {
  background-color: #fff;
}
.header .right-head {
  position: relative;
  top: 0;
  padding-top: 27px;
  transition: all .3s ease;
  float: right;
}

.header .right-head:after {
  content: "";
  display: block;
  clear: both;
}

.custom-menu-primary {
  float: left;
  display: block;
  transition: padding-top .3s ease;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  border-bottom: 1px solid #494340;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child:after{
  display:none;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.no-submenu:hover::after,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.active-item::after{
  opacity: 1;
  width: 100%;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
  padding: 6px 0 15px;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu>a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s,opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  padding: 20px 15px 15px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.7);
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.12);
  list-style: none;
  margin: 0;

}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li {
  display: block;
  text-align: left;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  margin-bottom: 15px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li:last-child {
  padding-bottom: 0;
  margin-bottom: 5px;
  border: 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child {
  margin-right: 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #494340;
  padding: 14px;
  position: relative;
  top: -9px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child a:hover {
  background-color: rgba(73,67,64,.1);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child a:after {
  display: none;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu:hover ul.submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 99999;
}

.side-menu {
  display: none;
}

.side-menu form.searchForm {
  position: relative;
  height: 58px;

}

.side-menu form.searchForm input {
  background-color: #41527b;
  border-radius: 0;
  padding: 16px 30px;
  font-size: 18px;
  height: 58px;
}

.side-menu form.searchForm input:focus {
  border:0 !important;
}

.side-menu form.searchForm label {
  padding: 0;
  margin: 0;
  display: block;
}

.side-menu form.searchForm input[type="search"] {
  position: relative;
  z-index: 10;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.side-menu form.searchForm input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 0;
  margin: 0;
  background-position: center;
  width: 50px;
  background-color: #38476b;
  text-indent: -99999999px;
  background-image: url(https://7474208.fs1.hubspotusercontent-na1.net/hubfs/7474208/raw_assets/public/Oxbow_Partners_October2020/images/mag.svg);
  background-repeat: no-repeat;
  border:none;
  cursor:pointer;
}

.side-menu input::placeholder {
  color: #91a0c5;
}

.side-menu .social { 
  margin: 0;
  padding: 0;
  list-style: none;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.header.sticky {
  background-color: #f2f0ef;
  padding: 20px 40px 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.header.sticky .mobButton {
  margin-top: 7px;
}

.header.sticky .header__logo {
  margin-top: 5px;
}

.header.sticky .right-head {
  padding-top: 7px;
}

.complete-wrapper {
  -webkit-box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 50;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  overflow-x: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
}

body.open .complete-wrapper {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.fas {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.searchBox {
  max-width: 750px;
  display: block;
  margin: auto;
}

.searchPop form.searchForm {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  position: relative;
  max-width: 750px;
  padding:0;

}

.searchPop form.searchForm input[type="search"] {
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding: 20px 108px 20px 22px;
  width: 100%;
  outline: 0;
  border: 0;
  font-family: "Open Sans",sans-serif;
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-sizing: border-box;
  height: 64px;
  line-height: normal;
}

.searchPop form.searchForm input[type="submit"], .searchBar form input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 20;
  padding: 12px 14px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: #615a55;
  max-width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transition: all .3s ease;
  font-size: 21px;
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
  margin-top:0;
  margin-bottom:0;
}

.searchPop form.searchForm input[type="submit"]:hover {
  background-color: #494340;
}
header.header.lp {
  min-height: 86px;
}
/*-Media-Query---*/


@media(min-width:1124px){
  body.no-banner {
    background: #fff;
  }
  body.no-banner .body-wrapper > div {
    min-height: 200px;
  }
}
@media (max-width: 1589.99px) {
  header.header {
    padding: 40px;
  }
  .header .header__logo svg {
    width: 200px;
  }
  .header .right-head {
    padding-top: 10px;
  }

}

@media (max-width: 1379.99px) {
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
    font-size: 14px;
  }
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1123.99px) {
  body.no-banner .body-wrapper > div {
    min-height: 93px;
  }
  .side-menu::-webkit-scrollbar {
    display: none;
  }
  header.header {
    background-color: #ccc4c0;
    padding: 30px;
  }
  .mobButton {
    margin-top: 3px;
    float: right;
    display: block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
  }
  .mobButton .nav-icon {
    width: 30px;
    height: 28px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .mobButton .nav-icon span:nth-child(1) {
    top: 0;
  }
  .mobButton .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #494340;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobButton .nav-icon span:nth-child(2), .mobButton .nav-icon span:nth-child(3) {
    top: 12px;
  }
  .mobButton .nav-icon span:nth-child(4) {
    top: 24px;
  }
  .header .header__logo {
    margin-top: 0;
  }
  .custom-menu-primary {
    display: none;
  }
  .side-menu {
    overflow-y: auto;
    display: block;
    padding: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: fixed;
    background-color: #4a5d8c;
    background-repeat: no-repeat;
    width: 300px;
    z-index: 40;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 22px;
  }
  .side-menu form.searchForm {
    margin-bottom: 18px;
    margin-top: 95px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: none;
    padding: 0;

  }
  .side-menu .custom-menu-primary-mobile {
    position: relative;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .side-menu .custom-menu-primary-mobile ul {
    padding: 0 0 25px 0;
    transform-origin: 50% 0;
    transition: all .5s;
    list-style: none;
    margin: 0;
  }
  .side-menu .custom-menu-primary-mobile .hs-menu-wrapper > ul {
    padding-bottom: 40px;
  }
  .side-menu .custom-menu-primary-mobile ul li {
    display: block;
    border-bottom: 1px solid #53689d;
    position: relative;
    font-size: 18px;
  }
  .side-menu .custom-menu-primary-mobile ul li.hs-item-has-children> a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: auto;
    right:3px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  .side-menu .custom-menu-primary-mobile ul li.hs-item-has-children.open> a:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 220px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  .side-menu .custom-menu-primary-mobile ul li a {
    padding: 14px 0;
    display: block;
    position: relative;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
  }
  .side-menu .custom-menu-primary-mobile ul li a:hover {
    color: #91a0c5;
  }
  .side-menu .custom-menu-primary-mobile ul ul {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    transition:none;
  }
  .side-menu .custom-menu-primary-mobile ul li a.open + ul {
    display: block;
    max-height: 800px;
    margin: 5px 0;
  }
  .side-menu .custom-menu-primary-mobile ul li ul li {
    border: 0;
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
    display: block;
  }
  .side-menu .custom-menu-primary-mobile ul li ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "-";
    color: #fff;
  }
  .side-menu .custom-menu-primary-mobile ul li ul li a {
    padding: 0 0 10px 5px;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
  }
  .side-menu .custom-menu-primary-mobile ul li ul li a:hover {
    color: #91a0c5;
  }
  .side-menu .custom-menu-primary-mobile ul li:last-child {
    border: 0;
    margin-bottom: 5px;
  }
  .mobButton .nav-icon.open span:nth-child(1), .mobButton .nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0;
    left: 50%;
  }
  .mobButton .nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobButton .nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .side-menu.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .side-menu .social {
    padding: 0 0 80px 0 !important;
  }
  .side-menu .social li {
    float: left;
    display: block;
    margin: 0 25px 8px 0;
    text-align: center;
    border:0 !important;
  }
  .side-menu .social li a {
    color: #fff !important;
    display: block !important;
    padding: 0 !important;
  }
  .side-menu .social li i {
    font-size: 24px;
  }
  .side-menu .social li:last-child {
    margin-right: 0;
  }
  .side-menu .custom-menu-primary-mobile ul ul.show {
    display: block;
    max-height: 800px;
    margin: 5px 0;
  }
  .header.sticky {
    background-color: #ccc4c0;
    margin-top: 0;
    padding: 30px;
  }
  .header.sticky .mobButton {
    margin-top: 3px;
  }
  .header.sticky .header__logo {
    margin-top: 0;
  }
  .open .slidePanel {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .side-menu form.searchForm input { 
    height: 56px;
  }
  .side-menu .custom-menu-primary-mobile ul li.hs-item-has-children>a.open:after {
    content: "\f077";
  }
}


@media (max-width: 480px) {
  header.header {
    padding: 20px 30px;
  }
  .header.sticky {
    padding: 20px 30px;
  }
  .header .header__logo svg {
    width: 150px;
  }
  .header.sticky .header__logo svg {
    width: 150px;
  }
  .side-menu form.searchForm {
    margin-top: 72px;
  }
  header.header.lp {
    min-height: 71px;
  }
  body.no-banner .body-wrapper>div {
    min-height: 71px;
  }
}
@media (max-width: 399.99px){
  .side-menu {
    width: 250px;
  }

  .open .slidePanel {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer {
  padding: 60px 0 40px;
  position: relative;
  font-size: 16px;
  display: block;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

.footer .footer__container {
  display: block;
  width: 1160px;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.footer .footer__container:after {
  content: "";
  display: block;
  clear: both;
}

.footer .footer-top {
  max-width: 640px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.footer .footer__logo {
  display: none;
}

.footer .footer-links {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(189,172,121,0.5);
}

.footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-links ul li {
  display: inline-block;
  margin: 0 18px;
  padding-bottom: 5px;
  float: none;
  position: relative;
  padding-bottom: 5px;
}

.footer .footer-links ul li:first-child a {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #bdac79;
}

.footer .footer-links ul li:first-child a:hover {
  color: #cec19b;
}

.footer .footer-links ul li a:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -24px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #bdac79;
  border-radius: 50%;
}

.footer .footer-links ul li a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;

}

.footer .footer-links ul li:last-child a:after {
  display: none;
}

.footer .small-menu {
  padding: 15px 0;
  text-align: center;
}

.footer .small-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .small-menu ul li {
  margin: 0 13px;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  float: none;
  position: relative;
}

.footer .small-menu ul li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;

}

.footer .small-menu ul li a:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -19px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #bdac79;
  border-radius: 50%;
}

.footer .small-menu ul li:last-child a:after {
  display: none;
}

.footer .socialList {
  text-align: center;
}

.footer ul.social {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.footer ul.social li {
  display: inline-block;
  margin: 0 10px;
  float: left;
}

.footer ul.social li a {
  display: block;
  box-sizing: border-box;
  padding-top: 9px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;

}

.footer ul.social li a i {
  font-size: 18px;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.footer ul.social li:last-child {
  margin: 0 10px;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.footer .footer__copyright ul.bottom {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding: 15px 0 0 0;
  list-style: none;
  margin: 0;
}

.footer .footer__copyright ul.bottom li {
  font-size: 12px;
  display: inline-block;
  margin: 0 26px 12px 0;
  line-height: 1.8;

}



.footer .footer__copyright ul.bottom li:last-child {
  margin-right: 0;
}



/*-Media-Query--*/

@media (max-width: 1279.99px) {
  .footer .footer__copyright ul.bottom {
    text-align: center;
  }
  .footer .footer__copyright ul.bottom li {
    margin: 0 11px;
  }
  .footer .footer__copyright ul.bottom li:last-child {
    margin: 0 11px;
  }
}

@media (max-width: 1239.99px) {
  .footer .footer__container {
    width: auto;
    margin: 0 40px;
  }
}

@media (max-width: 709.99px) {
  .footer {
    padding: 50px 0 60px;
  }
  .footer .footer__logo {
    text-align: center;
    display: block;
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .footer .footer__logo svg {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    height: auto;
  }
  .footer .footer__logo svg polygon {
    fill: #cbc3bf;
  }
  .footer .footer__logo svg path {
    fill: #cbc3bf;
  }
  .footer .footer-links {
    display: none;
  }
  .footer .small-menu {
    display: none;
  }
  .footer .footer__copyright ul.bottom {
    border-top: 0;
    padding-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.banner {
  background-color: #494340;
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.banner.auto {
  height: auto;
  min-height: 0;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 20%,rgba(0,0,0,.3) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 20%,rgba(0,0,0,.3)100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 20%,rgba(0,0,0,.3) 100%);
}
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.banner .caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 120px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
}
.banner.auto .caption {
  padding-bottom: 100px;
}
.banner.auto .caption {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding-top: 280px;
}
.banner .caption h1 {
  font-size: 88px;
  font-weight: 500;
  padding-bottom: 45px;
  margin: 0;
  color: #fff;
  line-height: 90px;
}
.banner .caption p {
  font-size: 30px;
  line-height: 47px;
  margin: 0;
  padding:0;
}
.searchBar {
  background-color: #ccc4c0;
  padding: 60px 0;
}
.centered {
  text-align: center;
}
.searchBar form {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  padding:0;
}

.searchBar form input.hs-search-field__input {
  padding: 20px 108px 20px 22px;
  width: 100%;
  position: relative;
  outline: 0;
  border: 0;
  font-family: "Open Sans",sans-serif;
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: normal;
}

.searchBar form button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 20;
  padding: 12px 14px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: #615a55;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
  font-size: 21px;
}

.searchBar form button:hover {
  background-color: #494340;
}
.mostPopular {
  padding: 60px 0 0;
  text-align: center;
  background-color: #f2f0ef;
  position: relative;
  overflow: hidden;
}

.mostPopular .negMargin {
  margin-left: -52px;
  margin-right: -52px;
}
.blogBoxes {
  display: block;
  padding: 60px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mostPopular .blogBoxes {
  padding: 0;
}
.blogBox {
  float: left;
  width: 33.3333%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #f2f0ef;
  color: #000;
}
.mostPopular .blogBox {
  position: relative;
}
.blogBox a.inner {
  display: block;
  margin: 0 52px;
}

.mostPopular .blogBox:after {
  content: "";
  width: 2px;
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
}
.hideScale {
  overflow: hidden;
  display: block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.blogBox .hideScale {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.mostPopular .blogBox .hideScale {
  margin-bottom: 20px;
}
.scale {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: block;
  margin: auto;
  width: 100%;
}
.hideScale:hover .scale {
  -webkit-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.blogBox img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blogBox h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
}
.blogBox h3:after {
  content: "";
  display: block;
  margin: auto;
  width: 105px;
  height: 0;
  border-top: 5px solid #f2f0ef;
  margin-top: 15px;
}
.search-filter-results h2 {
  padding-bottom: 40px;
  margin: 0;
}
.blogBox p {
  font-weight: 300;
  padding-bottom: 10px;
  line-height: 33px;
}
.blogBox .readMore {
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 33px;
  font-weight: 700;
}
.blogBoxes.mainBlog .blogBox .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  border-top: 2px solid #f2f0ef;
  margin-top: 50px;
}
.blogBoxes>.container {
  position: relative;
}
.blogBoxes h2 {
  padding-bottom: 75px;
  color: #615a55;
}
.blogBoxes h2 {
  padding-bottom: 40px;
}
.blogBoxes .negMargin {
  margin-left: -52px;
  margin-right: -52px;
}
.blogBoxes.mainBlog .blogBox {
  margin-bottom: 0;
}
.blogBoxes.mainBlog .blogBox .inner {
  position: relative;
  padding: 60px 0 40px;
}

.blogBox p { 
  margin: 0;
}
.blogBoxes.mainBlog .blogBox:nth-child(1) .inner, 
.blogBoxes.mainBlog .blogBox:nth-child(2) .inner, 
.blogBoxes.mainBlog .blogBox:nth-child(3) .inner {
  padding-top: 0;
}

.pagination {
  display: block;
  padding: 100px 0 0;
  clear: both;
  font-family: "Barlow Condensed",sans-serif;
  font-size: 38px;
  font-weight: 600;
}
.pagination span.title {
  margin-right: 20px;
  margin-left: 0;
}
.pagination a, .pagination span.current {
  position: relative;
  padding-top: 24px;
  display: inline-block;
  margin: 0 8px;
  width: 50px;
  height: 61px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-family: "Barlow Condensed",sans-serif;
  box-sizing: content-box;
}
.pagination a {
  background-image: url(https://oxbowpartners.com/wp-content/themes/oxbow/images/pagepin.svg);
}
.pagination span.current {
  background-image: url(https://oxbowpartners.com/wp-content/themes/oxbow/images/pagepin-active.svg);
}

.signupBlock {
  background-color: #fff;
  padding: 100px 0;
  padding-top: 0;
}
.signupBlock.popForm .signup {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align:center;
}
.signupBlock.popForm .signup .bgGraphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lGreyBg {
  background-color: #f2f0ef;
}
.signupBlock.popForm .signup .bgGraphic .half {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.signupBlock.popForm .signup .bgGraphic .half.slant {
  left: 0;
  right: auto;
  z-index: 10;
  background-color: #4a5d8c;
}
.signupBlock.popForm .signup .bgGraphic .half.bgImg {
  z-index: 8;
  right: 0;
  left: auto;
  background-position: center left;
}

.signupBlock.popForm .signup .textOverlay .left {
  float: left;
}
.signupBlock.popForm .signup .textOverlay .left, 
.signupBlock.popForm .signup .textOverlay .right {
  width: 50%;
}
.right {
  float: right;
}
.signupBlock.popForm .signup .textOverlay .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.signupBlock.popForm .signup .textOverlay .inner {
  padding: 60px 30px;
  position: relative;
  z-index: 6;
}
.signupBlock.popForm .signup p, .signupBlock.popForm .signup a.button {
  display: inline-block;
}
.signupBlock.popForm .signup p {
  font-weight: 600;
  color: #fff;
  padding-bottom: 0;
  margin: 0;
  vertical-align:middle;
}
.signupBlock.popForm .signup .bgGraphic .half.slant:after {
  content: "";
  position: absolute;
  left: calc(100% - 54px);
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  background-color: #4a5d8c;
  width: 80px;
}
.table, .tableCell {
  width: 100%;
  height: 100%;
}
.table {
  display: table;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
.signupBlock .tableCell a.button {
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  font-size: 21px;
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
  background-color: #b4aa7d;
  display: inline-block;
  position: relative;
}
.blogBox:nth-child(3n), .blogBox:last-child {
  border-right: 0;
}
.signupBlock .tableCell a.button:hover {
  background-color: #aa9150;
} 
.signup p {
  line-height: 1.3;
  font-size: 18px;
}

.single-post .banner{
  height: 500px;
}
#next {
  position: relative;
  z-index: 15;
}
.single #next {
  padding-bottom: 0;
}
.negTop {
  margin-top: -150px;
}
.featuredImg {
  opacity: 1;
  margin: 0 0 80px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.featuredImg img {
  display: block;
  width: 100%;
  height: auto;
}
.mainHolder {
  min-height: 550px;
}
.single-post .mainHolder  {
  display: block;
  padding-bottom: 50px;
}
.single-post .leftSide  {
  float: left;
  width: 78%;
}
.single-post .rightSide {
  position: relative;
  float: right;
  width: 20%;
  text-align: center;
}
.single-post .leftSide .inner {
  padding-right: 40px;
  padding-left: 20%;
}
.single-post h1{
  text-transform: uppercase;
}
.single .content h1 {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 30px;
  margin: 0;
}
.content p, .content li {
  line-height: 33px;
}
.single .content p.date{
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 5px solid #f2f0ef;
  margin-bottom: 50px;
  line-height: 33px;
  margin-top:0;
}
.postInfo {
  padding: 30px 0;
}
.leftSide .inner div {
  font-size: 18px;
  line-height: 33px;
}
.content p.catList {
  padding-bottom: 0;
}
.content p.buttonlist span {
  display: inline-block;
  margin-right: 20px;
}
.content p.buttonlist a {
  padding: 3px 8px;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent;
  font-size: 13px;
  border: 1px solid #615a55;
  color: #615a55;
  margin-right: 15px;
}
.content p.buttonlist a:hover {
  background-color: rgba(97,90,85,0.1);
}
.content p.tagList {
  padding-bottom: 0;
}
.postInfo .sharing {
  padding-top: 20px;
  padding-bottom: 50px;
}
.leftSide .inner div {
  font-size: 18px;
  line-height: 33px;
}
.postInfo p {
  margin: 0;
}
.postInfo .sharing p {
  margin-right: 20px;
  padding-top: 10px;
}
.postInfo .sharing p, .postInfo .sharing ul.social {
  float: left;
}
.content ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content ul li {
  position: relative;
  padding-bottom: 10px;
}
ul.social li {
  display: block;
  float: left;
  margin-right: 20px;
}
.postInfo ul.social li span {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  display: block;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #615a55;
}
.postInfo a:not(.button), .postInfo i {
  color: #615a55;
  border-color: #615a55;
}
.postInfo ul.social li span:hover {
  background-color: rgba(97,90,85,0.1);
}
.content p {
  padding-bottom: 30px;
}
a.button.brown {
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 100;
  font-size: 21px;
  cursor: pointer;
  padding: 10px 14px;
  display: inline-block;
  max-width: 100%;
  background-color: #615a55;
  text-decoration: none;
}

a.button.brown:hover {
  background-color: #494340;
}
.single-post .rightSide .stickySide {
  will-change: min-height;
}
.single-post .rightSide .sidebar__inner{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  will-change: position,transform;
}
.single-post .rightSide .shareBox{
  margin-bottom: 90px;
  text-align: center;
}
.single-post .rightSide .shareBox h3{
  font-weight: 600;
  font-size: 31px;
  color: #4a5b8a;
}
.single-post .rightSide .shareBox ul.social li {
  margin: 0 0 15px;
  float: none;
  display: block;
  padding: 0;
}
.single-post .rightSide .shareBox ul.social li span {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  display: block;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #484759;
}
.single-post .rightSide .shareBox ul.social li span:hover{
  background-color: rgba(72,71,89,0.1);
}
.single-post .rightSide .shareBox ul.social li span i {
  font-size: 20px;
}
.blue {
  color: #4a5d8c;
}
.sideBox {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #f2f0ef;
  padding: 30px 30px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.sideBox svg.pin {
  width: 30px;
  height: auto;
  margin-bottom: 15px;
}
.sideBox h3 {
  font-size: 31px;
  font-weight: 600;
  color: #4a5b8a;
  padding-bottom: 20px;
  margin:0;
}
.sideBox p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 20px;
  color: #484759;
  margin:0;
}
.sideBox .button {
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: none;
  padding: 12px 10px;
  width: 100%;
  cursor: pointer; 
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 100;
  font-size: 21px;
  background-color: #4a5d8c;
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
}
.sideBox .button:hover {
  background-color: #484759;
}
.single-post .blogBoxes  {
  padding-top: 0;
}
.single .blogBoxes h2 {
  padding-bottom: 75px;
  color: #615a55;
}
img {
  max-width: 100%;
}
.pagination a:hover {
  color: #fff;
}
.blog-post__body p {
  margin: 0;
}
.single .blogBox a.inner {
  height: auto !important;
}
.searchBar .hs-search-field--open .hs-search-field__suggestions {
  margin-top: 10px;
  text-align: left;
  padding: 10px;
}
.single-post .mainHolder.nobg {
  margin-top: 200px;
}



.searchPop,.signUpPop {
  position: fixed;
  overflow-x: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  padding: 30px
}

.searchPop::-webkit-scrollbar,.signUpPop::-webkit-scrollbar {
  display: none
}

.searchPop h2,.signUpPop h2 {
  font-size: 45px;
  line-height: 42px
}

.searchPop i.close,.searchPop i.closeForm,.signUpPop i.close,.signUpPop i.closeForm {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px
}


.searchPop i.close,.signUpPop i.close {
  color: #fff
}

.searchPop.show,.signUpPop.show {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.searchPop .hbspt-form,.signUpPop .hbspt-form {
  padding-bottom: 50px
}

.signUpPop {
  background-color: rgba(74,93,140,0.95);
}
.signUpPop i.closeForm {
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.fa-times-circle:before {
  content: "\f057";
}
.signUpPop .formBox {
  text-align: left;
  max-width: 550px;
  display: block;
  margin: auto
}

.signUpPop .hs-form .hs_error_rollup {
  margin: 20px 0 30px
}

.signUpPop .hs-form .hs_error_rollup .hs-error-msgs label {
  padding-top: 0
}

.signUpPop .hs-form .hs-error-msgs {
  margin: 0 15px
}
form.hs-form .hs-richtext {
  padding-bottom: 15px;
}
.signUpPop .hs-form .hs-error-msgs label {
  font-size: 13px;
  padding-top: 10px;
  color: #f47a84 !important;
  line-height: 1.4
}
.signUpPop h3.form-title {
  background: transparent;
  margin: 0;
  padding: 0;
}
.signUpPop form {
  max-width: 100%;
}
.signUpPop .hs-form p,.signUpPop .hs-form label {
  color: #fff !important
}

.signUpPop .hs-form .hs_submit {
  margin: 20px 15px 0
}

.signUpPop h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600
}

.signUpPop .inner {
  padding: 100px 0 60px
}
.signUpPop form {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.searchPop {
  background-color: rgba(74,93,140,0.95);
}
.signUpPop form {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.signUpPop form.hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 15px;
}
.signUpPop form.hs-form .legal-consent-container p {
  font-size: 14px;
  padding: 0;
}
.signUpPop form.hs-form fieldset ul li label {
  margin: 0 !important;
}
.signUpPop .hs-form p, .signUpPop .hs-form label {
  color: #fff !important;
}
.signUpPop form.hs-form fieldset .legal-consent-container .input {
  margin: 0 !important;
}
.signUpPop form.hs-form .legal-consent-container p {
  line-height: 1.5;
}
.signUpPop form {
  padding-bottom: 50px;
}
.signUpPop ul.inputs-list {
  margin: 0 !important;
  padding: 0 !IMPORTANT;
}
.signUpPop input.hs-button.primary.large {
  margin: 0;
}
.signUpPop .legal-consent-container {
  margin: 0 15px !important;
}
.signUpPop form.hs-form .hs-richtext {
  margin: 0;
}
.signUpPop form.hs-form .legal-consent-container {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 1.5%;
}
.signUpPop form.hs-form .hs-form-field {
  margin: 0;
}
.signUpPop form.hs-form .hs-richtext {
  padding-bottom: 15px;
}
.signUpPop form.hs-form fieldset label {
  font-size: 14px;
  margin: 0 15px 10px;
}

.signUpPop form.hs-form fieldset .input {
  margin: 0 15px 20px !important;
}

.signUpPop fieldset {
  max-width: 100% !important;
}

.signUpPop .centered {
  margin: 0 -15px;
}

.signUpPop span.hs-form-required {
  color: #fff !important;
}
.signUpPop .hs-form .hs-error-msgs {
  margin: 0 15px !important;
}
.signUpPop .hs-form .hs_error_rollup .hs-error-msgs label {
  margin: 0;
}
.signUpPop .hs-form .hs_error_rollup ul {
  margin: 0 !important;
}
form.hs-form .hs_error_rollup {
  margin: 20px 1.5% 30px;
  padding: 20px 20px 20px 50px;
  background-color: #ae0e1b;
  color: #fff;
  position: relative;
  line-height: 1.5;
  font-size: 15px;
}
form.hs-form .hs_error_rollup:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 18px;
  left: 20px;
  color: #fff;
}
.signUpPop .hs-form .hs_error_rollup {
  margin: 20px 0 30px !important;
}
.postInfo ul.social li span i {
  font-size: 20px;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
.signUpPop .submitted-message {
  overflow: hidden;
  color: #fff;
}
form.hs-form .hs_error_rollup label.hs-main-font-element {
  color: #fff !important;
  font-size: 14px !IMPORTANT;
}
ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
#comments-listing { 
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  padding: 0;
  margin: 0;
}

.staffBox {
  background-color: #f2f0ef;
  padding: 50px;
  margin-bottom: 120px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px
}

.staffBox img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  float: left;
  margin-right: 30px
}

@media(max-width: 979.99px) {
  .staffBox img {
    width:120px;
    height: 120px
  }
}

@media(max-width: 567.99px) {
  .staffBox img {
    float:none;
    margin: 0 auto 20px
  }
}

.staffBox p {
  padding-bottom: 0
}

.staffBox p.contHead {
  color: #8b8cb0;
  font-weight: 700;
  font-size: 20px
}

.staffBox p.contName {
  font-weight: 700
}

.staffBox .text {
  position: relative;
  overflow: hidden;
  min-height: 160px
}

.staffBox .button {
  position: absolute;
  width: 170px;
  text-align: center;
  top: 0;
  right: 0
}

@media(max-width: 979.99px) {
  .staffBox .button {
    position:relative;
    width: auto;
    margin-top: 20px;
    top: auto;
    right: auto
  }
}

.staffBox .bio {
  position: relative;
  padding-right: 210px
}
.staffBox .button {
  background-color: #625c56;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 14px;
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  font-size: 21px;
  font-family: "Barlow Condensed",sans-serif;
  margin: 15px 0 0;
}

.staffBox .button:hover {
  background-color: #393632;
  outline: none;
}
@media(max-width: 979.99px) {
  .staffBox .bio {
    padding-right:0
  }
}

.staffBox:after {
  content: "";
  display: block;
  clear: both
}
.staffBox p.contHead {
  font-family: "Barlow Condensed",sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #484759;
}


ul.hs-search-results__listing li {
  width: 33.3333%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #f2f0ef;
  color: #000;
  text-align: center;
  padding: 0 40px;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
}

ul.hs-search-results__listing li a.hs-search-results__title {
  font-family: "Open Sans",sans-serif;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  padding-bottom: 15px;
  text-decoration: none;
}

ul.hs-search-results__listing li  .hs-search-results__description {
  font-weight: 300;
  padding-bottom: 10px;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans';
}

@media(max-width: 979.99px) {
  .staffBox {
    text-align:center
  }
}

@media(max-width: 567.99px) {
  .staffBox {
    padding:30px
  }

  .staffBox p {
    font-size: 14px;
    line-height: 28px
  }
}
@media(min-width:1124px){
  .custom-blog header:not(.sticky) .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
    color: #fff;
  }

  .custom-blog header:not(.sticky) .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child>a {
    border-color: #fff;
  }

  .custom-blog header:not(.sticky) .header__logo svg path, .custom-blog header:not(.sticky) .header__logo svg polygon {
    fill: #fff;
  }
  .custom-blog header:not(.sticky) .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:after {
    border-color: #fff;
  }
}

@media (max-height: 600px){
  .banner{
    min-height: 0;
    height: auto;
  }
}
@media (min-width: 1280px){
  .single #next div#contHolder {
    display: flex;
    flex-wrap: wrap; 
  }
  .single-post .rightSide { 
    margin-left: 2%;
  }
  .single-post .rightSide .stickySide {
    position: sticky;
    top: 130px;
  }
}
@media (max-width: 1279.99px){
  .single-post .leftSide {
    width: auto;
    float: none;
  }
  .single-post .leftSide .inner {
    padding: 0;
  }
  .single-post .rightSide {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    float: none;
    clear: both;
  }
  .single-post .rightSide .shareBox {
    width: auto;
    float: none;
    display: none;
  }
}

@media (max-width: 1239.99px){
  .page-center {
    max-width: 100% !important;
    margin: 0 40px !important;
  }
  .banner .caption .page-center {
    margin: 0 auto !important;
  }
}
@media (max-width: 1123.99px){
  .slidePanel {
    -webkit-box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 50;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    overflow-x: hidden;
  }
  .single-post .banner {
    height: 180px;
  }
  .negTop {
    margin-top: -48px;
  }
  .featuredImg {
    margin-bottom: 40px;
  }
  .single-post .mainHolder.nobg {
    margin-top: 100px;
  }
}
@media (max-width: 1023.99px){
  .banner .caption h1 {
    font-size: 60px;
    line-height: 65px;
    padding-bottom: 25px;
  }
  .banner .caption p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media (max-width: 979.99px){
  .single .blogBoxes h2,
  .search-filter-results h2 {
    font-size: 32px;
  }
  .pagination {
    font-size: 28px;
  }
  .pagination span.title {
    text-align: center;
    display: block;
    margin: 0 0 5px;
  }
  .pagination a, .pagination span.current {
    font-size: 18px;
    width: 38px;
    padding-top: 34px;
    margin: 0 3px;
  }
}
.error-page { 
  z-index: 1;
}
@media (max-width: 849.99px){
  .mostPopular .negMargin {
    margin: 0;
  }
  ul.hs-search-results__listing li {
    width: 100%;
    border: none;
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 2px solid #f2f0ef;
  }
  .mostPopular .blogBox {
    margin-bottom: 30px;
  }
  .blogBox {
    float: none;
    width: auto;
    margin-bottom: 50px;
    border-right: 0;
  }
  .blogBox a.inner {
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f2f0ef;
  }
  .mostPopular .blogBox .inner {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .blogBox img {
    width: auto;
    max-width: 100%;
  }
  .mostPopular .blogBox:after {
    display: none;
  }
  .mostPopular .blogBox .inner {
    height: auto !important;
  }
  .blogBoxes.mainBlog .blogBox .inner {
    height: auto !important;
  }
  .blogBoxes .negMargin {
    margin: 0;
  }
}
@media (max-width: 709.99px){
  .signupBlock.popForm .signup .textOverlay .inner {
    padding: 50px 20px;
  }
}
@media (max-width: 567.99px) {
  .signUpPop form.hs-form .hs-form-field {
    width: 100% !important;
  }

  .signUpPop form.hs-form fieldset.form-columns-2 .hs-form-field input.hs-input {
    width: 100% !important;
  }

  .banner .caption, .banner.auto .caption {
    padding: 140px 50px 60px;
  }
  .banner .caption h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .single-post .banner {
    min-height: 0;
  }
  .searchBar {
    padding: 40px 0;
  }
  .search-filter-results h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .signupBlock.popForm .signup .textOverlay .left,
  .signupBlock.popForm .signup .textOverlay .right {
    width: auto;
    float: none;
    position: relative;
  }
  .signupBlock.popForm .signup .textOverlay .left .inner,
  .signupBlock.popForm .signup .textOverlay .right .inner {
    padding: 50px 20px 25px;
  }
  .signupBlock.popForm .signup .textOverlay .left .table,
  .signupBlock.popForm .signup .textOverlay .right .table {
    padding-bottom: 50px;
  }
  .signupBlock.popForm .signup .textOverlay .left .table, 
  .signupBlock.popForm .signup .textOverlay .left .tableCell,
  .signupBlock.popForm .signup .textOverlay .right .table, 
  .signupBlock.popForm .signup .textOverlay .right .tableCell {
    display: block;
  }
  .single .content h1  {
    font-size: 38px;
    line-height: 40px;
  }
  .single .blogBoxes h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .searchPop i.close,.searchPop i.closeForm,
  .signUpPop i.close,.signUpPop i.closeForm {
    top:30px;
    right: 30px
  }
}
@media (max-width: 480px) {
  .banner .caption, .banner.auto .caption {
    padding: 120px 30px 60px;
  }
  .banner .caption p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 479.99px){
  .single-post .banner {
    height: 160px;
  }
  .blogBoxes {
    padding: 30px 0 90px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.content-wrapper {
  margin: 0 auto;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
input#hs-pwd-widget-password {
  width: 100%;
  border-style: solid;
  height: auto !important;
  padding: 10px !important;
}
.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;
}
.systems-page form .hs-form-field input.hs-input {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}
.systems-page.subscription_preferences form {
  background: transparent;
  padding: 0;
}
.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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  }
}


.systems-page .page-header{
line-height: normal;
}


.systems-page #content{
line-height:normal;
}