@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');   
@import url('//fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css');

@font-face {
  font-family: "wpusb";
  src: url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/wpusb.woff2") format("woff2"), 
  url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/wpusb.woff") format("woff"),
   url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/wpusb.ttf") format("truetype"),
     url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/wpusb.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}

.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 {
    width: 100% !important;
}
form.hs-form fieldset.form-columns-3>div {
    width: 33.33% !important;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    display: inline-block !important;
}
form.hs-form, form.hs-form fieldset {
    max-width: 100%;
}
form.hs-form .hs-button, form.hs-form .button--primary {
    max-width: 300px;
}




































 








*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

/**
 * 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;
}
.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;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); 


@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/d?subset_id=2&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Font Awesome \35  Free;
  src: url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), 
  url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/fa-solid-900.woff2") format("woff2"), 
  url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/fa-solid-900.woff") format("woff"),
   url("//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}



html {
  font-size: 15px;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: medium;
  line-height: 1.5;
  color: #494a52;
  line-height: 30px;
/*   background-color:#842237; */
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
      -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover, a:focus {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
    line-height: 30px;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-family: Roboto, sans-serif;
  font-size: 46px; !important;
  font-weight: 700;
  line-height: 1.2; /* Adjust line height for headings */
}

h2 {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
    margin: 20px 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;
}

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

@media (max-width: 480px) {
  html {
    font-size: 9.0px
  }
}
form {
  max-width: 500px;
  font-family: Roboto, sans-serif;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  font-size: 18px;
  background-color: #494A52;
  border-color: #494A52;
  color: #444;;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 1px 0 rgba(156,156,156,.75);
  -webkit-box-shadow: 0 1px 0 rgba(156,156,156,.75);
  box-shadow: 0 1px 0 rgba(156,156,156,.75);
  
  text-decoration: none;
  margin:15px 0;
  white-space: normal;
}

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

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

.hs-input ,
form input[type="text"],
input[type="password"],
input[type="email"], 
input[type="search"]{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 10px 2.5%;
  display: block;
  line-height: 28px;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="password"]{
      height: auto !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: #bfbfbf;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 767px){
form {
    max-width: 100%;
}

}


@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: Roboto, sans-serif;
}
.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);
}
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;
}
/* TODO */
/* Missing Template at Path: \'BartleGibson_March2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
header.header {
  position: relative;
  padding: 30px 0 0 0;
  z-index: 15;
}

header .clear,
#search_top  .clear{
  clear: both;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; /* Adjust this value to control the padding around the container */
}



.header .header__container {
  position: relative;

}


.header__logo.header__logo--main {
 
  overflow: hidden;
  float: left;
  text-indent: -10000px;
 padding: 3px; /* Adjust this value to control the padding around the container */
}



.header .link-flag {
  font-size: 14px;
  padding: 0 13px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  position: absolute;
  top: -31px;
  right: 53px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.header .link-flag:hover {
  text-decoration: underline;  
}

.header .flag-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  background-image: url(//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/raw_assets/public/BartleGibson_March2020/images/bgs-icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}




/* ================search_top ================ */


#search_top {
  height: 91px;
  border-bottom: 1px solid #a9344c;
  margin: -90px 0 0 0;
  transition: .3s all ease-in;
}

#search_top form {
  border: 1px solid #4d4d4d;
  background-color: #393939;
  float: right;
  padding: 0;
  margin: 20px -26px 0 0;
}

#search_top form input.search-input {
  width: 340px;
  height: 48px;
  line-height: 48px;
  outline: none;
  border: none;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

#search_top form input {
  margin: 0;
  display: block;
  float: left;
  padding: 0 20px;
}

#search_top form input.search-btn {
  border: 1px solid ;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 48px;
  -webkit-appearance: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  cursor:pointer;
}


.search-open div#search_top {
  margin-top: 0;
}
#search_current {
  position: absolute;
  display: none;
  z-index: 0;
  top: -31px;
  right: -15px;
  width: 70px;
  height: 35px;
  background: url(//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/raw_assets/public/BartleGibson_March2020/images/search_current.png);
}
.search-open #search_current {
  display:block;
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation-primary > ul > li > a > b{
    font-weight:300;
  }
  .header__logo--main.header__logo{
    padding-right:38px;
  }

}


@media (min-width: 768px){
  .mob-header{
    display:none !important;
  }
  .lp .header__logo.header__logo--main {
    padding-bottom: 17px;
  }

}




@media (max-width: 1050px) and (min-width: 1001px){

  .header .link-flag {
    right: 73px;
  }

  #search_current {
    right: -2px;
  }

  #search_top form {
    margin: 20px 0px 0 0;
  }

}



@media (max-width: 1000px){
  .header .header__container,
  #search_top .header__container,
  .mob-header .header__container{
    max-width: 666px;
  }

  .header__logo.header__logo--main {
    float: none;
    padding-right: 0;
    background: none;
  }

  .header__logo.header__logo--main a {
    margin: 0 auto;
    display: block;
    width: 259px;
    line-height: 0;
  }
}

@media (max-width: 767px){

  .header .header__container,
  #search_top .header__container,
  .mob-header .header__container{
    max-width: 100%;
    padding: 0 5%;
  }


  .custom-menu-primary.desktop{
    display:none !important;
  }


  #search_top {
    display: none;
  }

  header.header {
    padding: 30px 0;
  }

  .mob-header {
    position: relative;
    display: block;
    background: #4b151c;
    z-index: 15;
    border-bottom: 1px solid #a9344c;
  }

  .custom-menu-primary {
    position: relative;
    float: left;
    width: 100%;
  }

  #mobile_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
    background: url('//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/image/search_icon@2x.png')  center center no-repeat;
    background-size: 17px 17px;
    width: 57px;
    height: 47px;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    cursor: pointer;
  }

  #search_mob {
    clear: both;
    display: none;
    height: auto;
    margin: 0;
    padding-bottom: 20px;
  }

  .mob-header .clear {
    clear: both;
  }

  #search_mob form {
    width: 100%;
    position: relative;
    margin: 0;
    border: 1px solid #a9344c;
    background-color: #1b1b1b;
    float: right;
    padding: 0;
    height: 38px;
    max-width: 100%;
  }

  #search_mob form input.search-input {
    height: 36px;
    line-height: 36px;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 70%;
    padding: 0 5%;
  }

  #search_mob form input.search-btn {
    border: 1px solid #5c0026;
    background-color: #9e2942;
    color: #fff;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 36px;
    -webkit-appearance: none;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    border-radius: 0;
    float: right;
    width: 30%;
    padding: 0;
  }

  #search_mob form input {
    margin: 0;
    display: block;
    float: left;
    padding: 0 20px;
  }



}
.footer {
  background-color: transparent;
  position: relative;
  padding: 35px 0;
}
.footer__container {
  margin: 0 auto;
}


.footer p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.footer p a {
  font-size: 14px;
  margin: 0 8px 8px;
  padding: 0 13px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.custom-copyright p a {
  background-color: transparent;
}

.footer p a img {
  display: inline-block;
  position: relative;
  top: 7px;
}

.cm-trades  p {
  text-transform: uppercase;
  font-weight: bold;
}

.custom-login-group p {
  font-size: 0;
}

.cm-trades p + div {
  text-align: center;
  margin: 0 0 60px 0;
}

.cm-trades p + div > a {
  text-decoration: none !important;
  opacity: 0.8;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.cm-trades p+div>a img:nth-child(1) {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}

.cm-trades p+div>a img:nth-child(2) {
  opacity: 1;
}

.cm-trades p+div>a img {
  position: relative;
  padding: 10px;
  display: block;
}
.cm-trades p+div>a:hover{
  opacity: 1;
  background: #fff;
}

.cm-trades p+div>a:hover > img:nth-child(2) {
  opacity: 0;
}

.cm-trades p+div>a:hover > img:nth-child(1) {
  opacity: 1;
}




@media (max-width: 1000px){
  .footer .footer__container{
    max-width: 666px;
  } 
}




@media (max-width: 660px){
  .footer .footer__container{
    max-width: 100%;
    padding: 0 5%;
  } 

}
/* TODO: Find a better place for this */




.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 20px;
}



/*============================ blog banner============================*/

.blog-banner {
  margin-bottom: 30px;
}

.blog-banner-inner {
  position: relative;
}

.banner-image {
  position: relative;
  display: block;
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 47.008547008547%;
}
.blog-banner-inner .box-caption {
  width: 70%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 10px 15px;
}

.blog-banner-inner .box-caption h2 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  color: #000000;
  letter-spacing: -0.01em;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.2;
}

.blog-banner-inner .box-caption a {
  color: #000000;
  font-family: inherit;
}

.blog-banner-inner .box-caption a:hover,
.blog-banner-inner .box-caption a:focus {
  color: #5b5b5b;
  text-decoration: none;
}


.box-caption > h2, .box-caption > div,
.box-caption > p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.box-caption .d-md-block {
  display: none;
}

.box-caption p {
  font-size: 13px;
  line-height: 22px;
  color: #4b4b4b;
  margin-bottom: 15px;
  font-family: "Lato",sans-serif;
  display: none;
}

.box-caption a.btn {
  padding: 0 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  font-family: "Cormorant", serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-style: italic;
  line-height: 1;
  text-transform: lowercase;
}


/* ==================================Header================================== */

.custom-blog-header {
  padding: 10px 0;
  text-align: right;
  background-color: #9ecfc2;
  font-family: "Lato", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 20px;
}


.blog-logo {
  text-align: center;
  padding: 40px 0 10px;
}

.blog-logo img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.header-inner .col-6,
.header-inner .col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}






.blog-header-search {
  display: none;
}

.header-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 20px;
}

.header-link {
  text-align: left;
}


.header-inner ul li {
  display: inline-block;
  line-height: inherit;
}
.header-inner ul li  a{
  display: inline-block; 
}


.custom-topic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}


.blog-topics-header .custom-topic-inner ul {
  display: none;
  margin: 0 auto;
}

.header-link ul li a {
  color: #3e3e3e;
  display: block;
  font-weight: bold;
  padding: 8px 0 0;
  font-family: "Montserrat", sans-serif;
}

.blog-topics-header ul li a {
  font-weight: bold;
  color: rgba(0,0,0,.9);
  font-family: "Montserrat", sans-serif;
  padding: 8px 15px;

}



.custom_search_inner {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}


span.search-trigger {
  float: right;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}


.custom_search_inner form {
  display: inline-block;
  float: left;
  max-width: 100%;
  position: relative;
  border: none;
  font-family: "Lato", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}


.custom_search_inner form input.search-field {
  display: none;
  border: 0 none;
  background-color: transparent;
  font-size: 11px;
  border-bottom: 1px solid #e3e3e3;
  height: 25px;
  padding-left: 0;
  font-style: italic;
  line-height: inherit;
  font-family: inherit;
  padding: 1px;
  outline:none !important;
  -webkit-appearance: none;
}
.search-open-hd .custom_search_inner form input.search-field{
  display: block;
}




.navbar-header {
  position: absolute;
  left: 20px;
  top: 6px;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  cursor: pointer;
}

.navbar-header .navbar-toggle {
  border: 0 none;
  background-color: transparent;
  outline: 0 none;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.navbar-header .navbar-toggle span.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url('//6606862.fs1.hubspotusercontent-na1.net/hubfs/6606862/BartleGibson_March2020/image/download%20%281%29.svg');
}

/* ==================================Footer================================== */

.blog-footer {
  text-align: center;
  background-color: #000;
  padding: 40px 20px;
}
.blog-copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  color: #838383;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  font-weight: 400;
}




/* ==================================blog Listing ================================== */
.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;

}

.hs-blog-listing .blog-content {
  margin-top: 30px; 
}



.blog-content>div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.blog-item-content {
  margin-bottom: 30px;
  margin-top: 30px;
}

h2.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  color: #000000;
  font-weight: normal;
  line-height: 1.2;
}

h2.section-title span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 7px;
}

h2.section-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
  background-color: #b7b7b7;
  z-index: 1;
}

.content-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content-wrapper-inner .post-item {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}

.entry-archive-content {
  position: relative;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  margin-top: -70px;
  text-align: center;
  max-width: 80%;
  padding: 10px 30px 0;
}

span.entry-category {
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.entry-category {
  font-family: "Montserrat", sans-serif;
}

.entry-category a {
  color: #5b5b5b ;
}

.entry-category a:hover {
  text-decoration: underline;
  color: #5b5b5b;
}

h3.entry-title {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-family: "Cormorant", serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: -0.01em;
  font-size: 22px;
  text-transform: none;
}

h3.entry-title a {
  color: #000000;
}

h3.entry-title a:hover,
h3.entry-title a:focus {
  color: #5b5b5b;
  text-decoration: none;
}

a.entry-read-more {
  color: #000000;
  background-color: transparent;
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
}

a.entry-read-more:hover,
a.entry-read-more:focus {
  color: #5b5b5b;
}

.content-wrapper-inner .post-item  .entry-thumb img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.post-item.no-feature .entry-archive-content {
  margin-top: 0;
}

.comment-date {
  display: block;
}
.post-footer:before {
  content: "Leave a comment ";
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #5b5b5b;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/* =====================sidebar===================== */


.hs-blog-listing  .blog-sidebar {
  padding-top: 42px;
}


.blog-sidebar > div {
  border: 1px solid #e3e3e3;
  padding: 35px 35px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-sidebar>div:first-child {
  margin-top: 0;
}

.blog-site-search form {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
  border: none;
  padding: 0;
}

.blog-site-search form .hs-search-field__input {
  padding: 1px;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  width: 100%;
  border: 1px solid #e7e5e5;
  padding-left: 15px;
  border-radius: 0;
  height: 45px;
  border-color: #b4b4b4;
  background-color: #fff;
  font-style: italic;
  font-size: 12px;
  color: #000;
  outline: none !important;
}

.blog-site-search form .search-submit {
  position: absolute;
  height: 45px;
  width: 45px;
  top: 0;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #000;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}
.blog-sidebar {
  display:none !important;
}
.blog-sidebar > div h3 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.blog-sidebar > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar > div ul li {
  line-height: 30px;
}

.blog-sidebar > div ul li a {
  margin-bottom: 10px;
  color: #9ECFC2;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.blog-sidebar > div ul li a:hover {
  color: #5b5b5b;
  text-decoration: underline;
}

span.filter-link-count {
}

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


/* ============================pagination ============================*/

.blog-pagination {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  color: #5b5b5b;
  line-height: 20px;
}

.blog-pagination a {
  color: #000000;
  display: inline-block;
  line-height: 1;
  font-family: "Montserrat",sans-serif;
}

.blog-pagination a .fa {
  font-size: 12px;
  line-height: .8;
  vertical-align: bottom;
}
.blog-next a .fa {
  margin-right: 2px;
}

.blog-pagination > div {
  display: inline;
}
.blog-pagination .blog-prev {
  float: right;
}

.blog-pagination a:hover, .blog-pagination a:focus {
  color: #5b5b5b;
  text-decoration: none;
}


.custom_blog_next-previous {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  clear: both;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 45px 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.custom_blog_next-previous > div {
  display: inline;
}


.custom_blog_next-previous a {
  color: #000000;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}

.custom_blog_next-previous .fa {
  font-size: 12px;
  line-height: .8;
  vertical-align: bottom;
}

.custom-previous .fa {
  margin-right: 2px;
}

.custom_blog_next-previous .custom-next {
  float: right;
}


.custom-next .fa {
  margin-left: 2px;
}

.custom_blog_next-previous a:hover {
  color: #5b5b5b;
  text-decoration: none;
}



/* ==================================blog post================================== */


.blog-post img.featured-image {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.entry-singular-header {
  position: relative;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  margin-top: -70px;
  text-align: center;
  padding: 15px 40px 30px;
  width: 78%;
  max-width: 910px;
}

.entry-singular-header h1 {
  line-height: 1.2;
  font-family: "Cormorant", serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: -0.01em;
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 10px;
}
.entry-date {
  font-size: 10px;
  letter-spacing: .05em;
  font-family: "Montserrat", sans-serif;
}




/* =======================================Post Social Share======================================= */

.blog-post-social {
  font-family: "Lato", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 20px;
}

.wpusb {
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.wpusb-item {
  display: inline-block;
  font-family: Arial, Sans-serif;
  margin-bottom: 10px;
  margin-right: 10px;
}

.wpusb .wpusb-item, .wpusb .wpusb-count {
  font-size: 14px;
  vertical-align: middle;
}

.wpusb-square-plus .wpusb-item {
  margin-right: 5px;
}


.entry-content a {
  font-style: italic;
}

.wpusb-square-plus .wpusb-facebook a {
  background-color: #3b5998;
  -moz-box-shadow: 0 2px #2a3f6c;
  -webkit-box-shadow: 0 2px #2a3f6c;
  box-shadow: 0 2px #2a3f6c;
}
.wpusb-square-plus .wpusb-item .wpusb-btn {
    border-radius: 3px;
    color: #fff;
    height: 30px;
    position: relative;
    padding: 2px 0 0 2px;
    display: table-cell;
    text-align: center;
    width: 35px;
  -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: Arial,Sans-serif,Helvetica;
    transition: background 0.3s ease;
}

.wpusb-square-plus .wpusb-item .wpusb-btn i {
    color: #fff;
    font-size: 22px;
    height: initial;
    left: -1px;
    line-height: 27px;
    position: relative;
    width: initial;
}

.wpusb-item .wpusb-btn i,
.wpusb-item .wpusb-btn span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.wpusb-square-plus .wpusb-inside .wpusb-link span {
  display: inline-block;
  font-weight: bold;
  left: 1px;
  margin-left: 3px;
  position: relative;
  text-transform: uppercase;
  top: 5px;
  font-size: 12px;
}

[class^="wpusb-icon"],
[class*=" wpusb-icon"],
.wpusb-fixed .wpusb-toggle {
  font-family: "wpusb" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
}

.wpusb-square-plus .wpusb-item .wpusb-btn i {
  color: #fff;
  font-size: 22px;
  height: initial;
  left: -1px;
  line-height: 27px;
  position: relative;
  width: initial;
}

.wpusb-item .wpusb-btn i {
  font-style: normal;
}

.wpusb-square-plus .wpusb-inside .wpusb-link i {
  vertical-align: -moz-middle-with-baseline;
  vertical-align: -webkit-baseline-middle;
}

.wpusb-icon-facebook:before,
.wpusb-icon-facebook-default:before,
.wpusb-icon-facebook-buttons:before,
.wpusb-icon-facebook-square-plus:before {
  content: "\ea8c";
}
.wpusb-icon-twitter:before,
.wpusb-icon-twitter-default:before,
.wpusb-icon-twitter-buttons:before,
.wpusb-icon-twitter-square-plus:before {
  content: "\ea91";
}
.wpusb-icon-google-plus:before,
.wpusb-icon-google-plus-default:before,
.wpusb-icon-google-plus-buttons:before,
.wpusb-icon-google-plus-square-plus:before {
  content: "\e904";
}

.wpusb-icon-pinterest:before, 
.wpusb-icon-pinterest-default:before,
.wpusb-icon-pinterest-buttons:before,
.wpusb-icon-pinterest-square-plus:before {
  content: "\e600";
}
.wpusb-icon-linkedin:before,
.wpusb-icon-linkedin-default:before, 
.wpusb-icon-linkedin-buttons:before,
.wpusb-icon-linkedin-square-plus:before {
  content: "\eac9";
}
.wpusb-icon-share:before,
.wpusb-icon-share-default:before,
.wpusb-icon-share-buttons:before,
.wpusb-icon-share-square-plus:before {
  content: "\f1e0";
}

.wpusb-item .wpusb-btn span:before {
  content: attr(data-title);
}

.wpusb-square-plus .wpusb-twitter a {
  background-color: #00aced;
  -moz-box-shadow: 0 2px #0080b0;
  -webkit-box-shadow: 0 2px #0080b0;
  box-shadow: 0 2px #0080b0;
}

.wpusb-square-plus .wpusb-google-plus a {
  background-color: #dd4b39;
  -moz-box-shadow: 0 2px #b93120;
  -webkit-box-shadow: 0 2px #b93120;
  box-shadow: 0 2px #b93120;
}

.wpusb-square-plus .wpusb-pinterest a {
  background-color: #cb2027;
  -moz-box-shadow: 0 2px #96181d;
  -webkit-box-shadow: 0 2px #96181d;
  box-shadow: 0 2px #96181d;
}

.wpusb-square-plus .wpusb-linkedin a {
  background-color: #007bb6;
  -moz-box-shadow: 0 2px #005279;
  -webkit-box-shadow: 0 2px #005279;
  box-shadow: 0 2px #005279;
}

.wpusb-square-plus .wpusb-share a {
  background-color: #014e6b;
  -moz-box-shadow: 0 2px #00222e;
  -webkit-box-shadow: 0 2px #00222e;
  box-shadow: 0 2px #00222e;
}

.wpusb-buttons .wpusb-twitter a:hover,
.wpusb-square-plus .wpusb-twitter a:hover,
.wpusb-fixed-left .wpusb-twitter a:hover,
.wpusb-fixed-right .wpusb-twitter a:hover {
  background: #0096ce;
}

.wpusb-buttons .wpusb-facebook a:hover,
.wpusb-square-plus .wpusb-facebook a:hover,
.wpusb-fixed-left .wpusb-facebook a:hover,
.wpusb-fixed-right .wpusb-facebook a:hover {
  background: #324c82;
}

.wpusb-buttons .wpusb-google-plus a:hover,
.wpusb-square-plus .wpusb-google-plus a:hover,
.wpusb-fixed-left .wpusb-google-plus a:hover,
.wpusb-fixed-right .wpusb-google-plus a:hover {
  background: #d33724;
}

.wpusb-buttons .wpusb-pinterest a:hover,
.wpusb-square-plus .wpusb-pinterest a:hover,
.wpusb-fixed-left .wpusb-pinterest a:hover,
.wpusb-fixed-right .wpusb-pinterest a:hover {
  background: #b11c22;
}

.wpusb-buttons .wpusb-linkedin a:hover,
.wpusb-square-plus .wpusb-linkedin a:hover,
.wpusb-fixed-left .wpusb-linkedin a:hover, 
.wpusb-fixed-right .wpusb-linkedin a:hover {
  background: #006697;
}
.wpusb-buttons .wpusb-share a:hover,
.wpusb-square-plus .wpusb-share a:hover,
.wpusb-fixed-left .wpusb-share a:hover,
.wpusb-fixed-right .wpusb-share a:hover {
  background: #01384d;
}










/* ==================================Media responsive================================= */

@media (min-width: 520px){
  .wpusb-square-plus .wpusb-inside .wpusb-link {
    width: 100%;
    padding: 0 15px 0 10px;
    text-align: initial;
  }
}



@media (min-width: 576px){

  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 540px;
  }
}


@media (min-width: 768px){

  .blog-footer{
    padding: 40px;
  }

  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 720px;
  }

  .blog-banner-inner .box-caption {
    width: 80%;
    padding: 10px 30px;
  }

  .box-caption .d-md-block {
    display: block;
  }

  .blog-banner-inner .box-caption h2 {
    margin-top: 30px;
    font-size: 24px;
  }
  .box-caption p{
    display: block;
  }
  .content-wrapper-inner .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}



@media (min-width: 992px){
  .blog-topics-header .custom-topic-inner ul{
    display: block;
  }

  .blog-footer{
    padding: 80px 40px 30px;
  }

  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 960px;
  }
  .custom_search_inner {
    margin-left: 15px;
  }
  span.search-trigger {
    line-height: 30px;
  }

  .blog-banner {
    margin-bottom: 50px;
  } 
  .blog-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display:block!important;
  }

  .blog-index {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .blog-header-search {
    display:block;
  }
  .header-inner .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .header-inner .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar-header {
    display: none;
  }
  .blog-banner-inner .box-caption h2 {
    font-size: 46px;
  font-weight: bold;
  }

  .entry-singular-header h1 {
    font-size: 26px;
  }
}

@media (min-width: 1200px){

  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    max-width: 1200px;
  }
  .entry-singular-header h1 {
    font-size: 46px;
  font-weight: bold;
  }

}
@media (max-width: 991px){

  .header-link {
    text-align: right;
    margin-top: 5px;

  }
  .header-link ul li a {
    padding: 3.2px 0;
  }

  .blog-topics-header .custom-topic-inner ul {
    margin: 0;
    padding-left: 8px;
  }

  .blog-topics-header ul li a {
    padding: 8px 0;
    display: block;
  }
}
.error-page {
      padding: 10rem .5rem;
  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: Roboto, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, sans-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;
}