/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: shadows-into-light;
  src: url("//use.typekit.net/af/4a92dc/00000000000000000001237f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("//use.typekit.net/af/4a92dc/00000000000000000001237f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/4a92dc/00000000000000000001237f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: itc-avant-garde-gothic-pro;
  src: url("//use.typekit.net/af/848d14/00000000000000003b9b3de0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/848d14/00000000000000003b9b3de0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/848d14/00000000000000003b9b3de0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: itc-avant-garde-gothic-pro;
  src: url("//use.typekit.net/af/0d47f8/00000000000000003b9b3ddf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/0d47f8/00000000000000003b9b3ddf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/0d47f8/00000000000000003b9b3ddf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: expo-serif-pro;
  src: url("//use.typekit.net/af/a7b91c/000000000000000000014ff0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/a7b91c/000000000000000000014ff0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/a7b91c/000000000000000000014ff0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: expo-serif-pro;
  src: url("//use.typekit.net/af/f1db62/000000000000000000014ff2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/f1db62/000000000000000000014ff2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/f1db62/000000000000000000014ff2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-brands-400.woff2") format("woff2"),
    url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-brands-400.woff") format("woff"),
    url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-solid-900.woff2") format("woff2"),
    url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/StateBarTexas_July2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}


html {
  font-size: 16px;
}

body {
  font-family: "expo-serif-pro",serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

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

/* Anchor Links */
a {
  color: #29516d;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color:#1a2844;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  color: #1a2844;
  word-break: break-word;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "expo-serif-pro",serif;
  font-weight:normal;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 1.333;
}

h4 {
  font-size: 20px;
  line-height: 1.444;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  
}

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

blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #1a2844;
  margin-bottom:0;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 0;
}

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

@media (max-width: 767px) {
  html,body {
    font-size: 14px !important;
  }

  footer {
    font-size: 16px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: "expo-serif-pro",serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #29516d;
  border-color: #29516d;
  color: #fff;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.15s linear;
  width:auto;
  border-style:solid;
  margin: 10px 0 0;
  white-space:normal;
}

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

.hs-button:active {
  background-color: #1a2844;
  border-color: #1a2844;
}


.hs-form-field > label {
  color: #1a2844;
  display: block;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 171.4%;
  line-height:1.5;
  margin-bottom: 5px;
}

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

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  display: inline-block;
  width: 100%;
  color: #333;
  height: auto;
  margin-bottom: 5px;
  padding: 9px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #cbd1d0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
}

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

:-moz-placeholder {
  color: #c5c5c5;
}

::-webkit-input-placeholder {
  color: #c5c5c5;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus
.hs-input:focus {
  outline: none;
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

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: #cbd1d0;
}
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: #cbd1d0;
}

.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;
  padding:0;
}

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

.hs-form-required {
  color: red;
  font-weight:300;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #000;
}
.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: "expo-serif-pro",serif;
}

h3.form-title {
  margin: 1em 0 0;
  font-size: 285.7%;
  line-height: 1.05;
  background-color: transparent;
  color: #1a2844;
}

.comment-notes {
  margin-bottom: 1em;
  font-size: 114.2%;
  margin: 0 0 1.313em;
}

@media (max-width:767px) {
  form {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.website-page h3, .labdin-page h3 {
  margin-top:10px;
}
/* ******************************************************************************
*********************************************************************************
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-top {
  height: 32px;
  font-size: 1em;
  background-color: rgb(26,40,68);
  z-index: 99;
}

.header-top .content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 90%;
  height: 32px;
  display: flex;
}

.header-top-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  display: flex;
}

.header-top-menu .hs-menu-wrapper > ul {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0em 0em 0em 0em;
  font-size: 1em;
  display: flex;
}

.header-top-menu .hs-menu-wrapper > ul > li a {
  color: #fff;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  padding: 0 16px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color, text-shadow;
}

.header-top-menu .hs-menu-wrapper > ul > li a:hover {
  color:#fff !important;
}

.header-top-menu .hs-menu-wrapper > ul > li:not(:first-child) > a {
  border-width: 0px 0px 0px 1px;
  border-style: solid none inset solid;
  border-color: transparent transparent transparent rgb(255,255,255);
}

.header-top-menu .hs-menu-wrapper > ul > li {
  display: flex;
  align-items: center;
  color: #fff;
}


.header-top-menu .hs-menu-wrapper > ul > li:nth-child(4) > a,
.header-top-menu .hs-menu-wrapper > ul > li:nth-child(5) > a {
  color: #BFCBD3;
}

.header-top-menu .hs-menu-wrapper>ul>li:nth-child(1) a {
  font-weight: 700;
}

.header-top-menu .hs-menu-wrapper>ul>li:nth-child(1) > a:before {
  content: '';
  font-family: "FontAwesome" !important;
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: rgb(255,255,255);
  background-color: transparent;
  margin: 0px 10px 0px 0px;
}

.header-main {
  height: auto;
  padding: 1.5em 0em 1.5em 0em;
  background-color: rgb(255,255,255);
  z-index: 99;
  background-color: #fff;
}

.header-main .content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex: 0 1 90%;
  height: auto;
}

.main-content-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1 0 0%;
  display: flex;
  position:relative;
}

.header-logo {
  max-width: 245px;
  margin: 0em 2.5em 0.4em 0em;
  width:100%;
}

.custom-menu-primary {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  align-self: flex-end;
  flex: 0 1 auto;
  margin: .5em auto 0em 0em;
}

.header-btns {
  align-self: flex-end;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
}

.header-btns a {
  font-weight: 700;
}

.header-btns a.cta-link {
  color: #d94e41;
}

.header-btns a.cta-link:hover {
  color: #793b42;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  align-self: flex-end;
  flex: 0 1 auto;
  margin: .5em auto 0em 0em;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0.5em 2.5em 0px 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover ,
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color:#29516d;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  width: 240px;
  font-size: 1em;
  background-color: rgb(41,81,109);
  box-shadow: 0em 3em 6em 0em rgba(0,0,0,0.15);
  margin: 10px 0px 0px 0px;
  transform: translateX(calc(-50% + 2.5em));
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  position: absolute;
  right: auto;
  bottom: auto;
  top: 100%;
  left: 0;
  opacity:0;
}



.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  border-width: 1px 0px 1px 0px;
  border-style: none none solid none;
  border-color: #fff #fff #fff #fff;
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  padding: 8px 16px 8px 16px;
  color: #FFF;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #29516d transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul ul:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: -16px;
  left: 0;
  height: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background-color: #1a2844;
}

@media (max-width:1199px) {
  .header-btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
}

@media (max-width:979px) {
  .custom-menu-primary {
    flex: 1 1 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin:0;
  }

  .header-top-menu .hs-menu-wrapper > ul > li a {
    font-size: 10.5px;
    padding: 0 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    transform:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    left:15px;
  }
}

@media (max-width:767px) {
  .header-top {
    display: none;
  }

  .header-logo {
    max-width: 190px;
  }

  .header-main {
    padding: 21px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }

  main.body-container-wrapper .dnd-section:first-child {
    padding-top: 0;
  }

}

@media (min-width:768px) {
  .custom-menu-primary-mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .header-btns {
    display: none;
  }

  .mobile-trigger {
    cursor:pointer;
  }
  .mobile-trigger-inner {
    width: 30px;
    margin: 10px 0;
    font-size: 3px;
    color: rgb(41,81,109);
    height: 1em;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  }

  .mobile-trigger-inner > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
    animation: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }

  .mobile-trigger-inner > span:nth-child(1) {
    transform: translate3d(0,-10px,0);
  }

  .mobile-trigger-inner > span:nth-child(3) {
    transform: translate3d(0,10px,0);
  }

  .custom-menu-primary {
    display: none;
  }

  .mobile-open .mobile-trigger-inner>span:nth-child(1) {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  .mobile-open .mobile-trigger-inner>span:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger-inner>span:nth-child(3) {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }

  .custom-menu-primary-mobile {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
  }

  .mobile-open .custom-menu-primary-mobile {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }

  .custom-menu-primary-mobile .menu-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%, 0, 0);
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    max-width: 85%;
    padding: calc(50px * 1);
    background-color: rgb(26,40,68);
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
  }

  .mobile-open .custom-menu-primary-mobile .menu-inner { 
    transform: translate3d(0, 0, 0);
  }

  .close-trigger {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    right: 0;
    width: calc(1em * 1);
    height: calc(1em * 1);
    font-size: 50px;
    color: rgb(255,255,255);
    outline:none !Important;
    cursor:pointer;
  }

  .mobile-open .close-trigger {
    opacity: 1;
    transform: scale(1);
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul {
    font-size:16px;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li > a {
    padding: 8px 0px 8px 0px;
    display: inline-block;
    font-family: "expo-serif-pro",serif;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: rgb(255,255,255);
  }

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

  .custom-menu-primary-mobile .hs-menu-wrapper > ul ul li a {
    padding: 8px 0px 8px 16px;
    display: block;
    font-family: "expo-serif-pro",serif;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    color: rgb(255,255,255);
  }

  .child-trigger {
    width: 100% !important;
    height: 44px !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor:pointer;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '';
    font-family: "FontAwesome" !important;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color, text-shadow;
    z-index: 2;
    margin: 0px 0px 0px 10px;
    font-size: 18px;
  }

  .mobile-open .menu-overlay {
    opacity: 1;
    background-color: rgba(255,255,255,0.5);
  }
  .menu-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}



.bkb-sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 250px;
  width: 150px;
  display: none;
  z-index: 999;
}

.bkb-sticky-container {
  top: 25%!important;
  right: 0;
  width: auto;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 9999;
  opacity: 1;
  display: block;
}

.bkb-sticky-container ul.bkb-sticky {
  margin: 0;
  list-style:none;
}

.bkb-sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.bkb-sticky-container ul.bkb-sticky li {
  height: auto;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  background-color:#d94e41;
}

.bkb-sticky li a {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.bkb-sticky-container ul.bkb-sticky li a, .bkb-sticky-container ul.bkb-sticky li span {
  vertical-align: middle;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "FontAwesome";
}

.fa, .fas {
  font-weight: 900;
}

.fa-search:before {
  content: "\f002";
}

.bkb-sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 250px;
  width: 150px;
  display: none;
  z-index: 999;
}

.bkb-sticky-container {
  top: 25%!important;
  right: 0;
  width: auto;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 9999;
  opacity: 1;
  display: block;
}

.bkb-sticky-container ul.bkb-sticky {
  margin: 0;
  list-style: none;
}

.bkb-sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.bkb-sticky-container ul.bkb-sticky li {
  height: auto;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  background-color: #d94e41;
}

.bkb-sticky li a {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.bkb-sticky-container ul.bkb-sticky li a, .bkb-sticky-container ul.bkb-sticky li span {
  vertical-align: middle;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


.fa, .fas {
  font-weight: 900;
}

.fa-search:before {
  content: "\f002";
}

.pop-search-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; 
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  padding: 10px 10px 0;
}

.hs-search-field.popup-search {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: calc(40% - 4px);
}

.hs-search-field.popup-search {
  max-width: 700px;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.popup-search input.hs-search-field__input {
  background-origin: content-box;
  background-image: url(https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/raw_assets/public/StateBarTexas_July2020/images/search.png);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 106.4%;
  background-position-y: 50%;
  padding-right: 50px;

}

.popup-search input.hs-search-field__input:focus {
  border-color:#cbd1d0 !Important;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

body {
  overflow-x:hidden;
  overflow-y:auto;
}

.popup-search form {
  max-width: 100%;
}

.bkb-sticky li span {
  opacity: 0;
  font-size: 11px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bkb-sticky-container ul.bkb-sticky li span {
  opacity: 1;
  margin-left: 5px;
}

.bkb-sticky-container ul.bkb-sticky li:hover {
  margin: 0;
  background-color: #793b42;
}

.search-open .search-overlay {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: remodal-overlay-opening-keyframes;
}

.search-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  backface-visibility: hidden;
  background: rgba(43, 46, 56, 0.9);
}

@keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search-open .pop-search-wrapper {
  animation-name: remodal-opening-keyframes;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.search-open {
  overflow:hidden;
}

@keyframes remodal-opening-keyframes {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-image:url(https://6819039.fs1.hubspotusercontent-na1.net/hubfs/6819039/raw_assets/public/StateBarTexas_July2020/images/pattern-dark-cropped.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 560px auto;
  background-color: rgb(26,40,68);
  height: auto;
  padding: 5em 0em 5em 0em;
  color:#fff;
}


.footer-main.content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  flex: 0 1 90%;
  height: auto;
  max-width: 1640px;
  padding: 0;
  display: flex;
  width:90%;
}

.footer-main > div {
  display: flex;
  position: relative;
  z-index: 1;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 20%;
  background-color: transparent;
}

.footer-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 20%;
  max-width: 240px;
  margin: 0em 0em 0em 2.5em;
  background-color: transparent;
}

.copyright-text-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 0 0 30%;
  margin: 5em 0em 0em 0em;
  background-color: transparent;
}

.copyright-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 70%;
  margin: 5em 0em 0em 0em;
  background-color: transparent;
}

.footer a {
  color: #fff;
}

.copyright-menu .hs-menu-wrapper > ul {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0px;
  display: flex;
}

.copyright-menu .hs-menu-wrapper > ul > li {
  margin: 0em 0em 0em 1.875em;
  background-color: transparent;
  display: flex;
}

.copyright-menu .hs-menu-wrapper > ul > li > a {
  font-size: .875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
}

.copyright-text {
  margin: 0em;
  padding: 0em;
  font-family: "expo-serif-pro",serif;
  font-size: .875em;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(255,255,255);
}

.footer-menu .hs-menu-wrapper > ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0px;
  display: flex;
}

.footer-menu .hs-menu-wrapper > ul > li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: "expo-serif-pro",serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 5px 0px 0px 0px;
}

.menu-heading h5 {
  margin: 0 calc(0em * -1) 0 0;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: rgb(255,255,255);
}

.menu-heading {
  margin: 0em 0em 1em 0em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.footer-logo-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 300px;
}

.footer-logo-wrapper .footer-logo {
  max-width: 245px;
  margin: 0 0 2.5em 0;
  display: block;
}

.x-anchor.x-anchor-button {
  width: 32px;
  font-size: 1em;
  background-color: transparent;
}


.x-anchor {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-anchor-content {
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.e617-5.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display:flex;
}

.x-anchor-button+.x-anchor-button {
  margin-left: 8px;
  text-align: center;
}

.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}

.x-icon {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-x-icon-b] {
  font-family: "FontAwesomeBrands" !important;
}

.x-graphic-icon {
  width: auto;
  font-size: 24px;
  color: #fff;
  background-color: transparent;
}

.x-icon:before {
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-align: inherit !important;
}

[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}

.e617-4.x-text {
  margin: 0 20px 0 0;
  padding: 0;
  font-family: "expo-serif-pro",serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #fff;
  background-color: transparent;
}

.e617-4.x-text p {
  margin:0;
}

.e617-3.x-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  font-size: 1em;
  text-align: left;
  background-color: transparent;
  flex-shrink: 1;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  padding:1px;
}

.e617-2>.x-row-inner>* {
  flex-grow: 1;
  margin: calc(0rem / 2) calc(0rem / 2);
}

@media (min-width: 1200px) {
  .e617-2 > .x-row-inner > *:nth-child(1n - 0) {
    flex-basis: calc(100% - 0rem);
  }

  .footer-tab {
    display:none;
  }
}

@media (min-width: 768px) {
  .footer-mobile {
    display:none !Important;
  }
}


@media (max-width:1199px) {
  footer.footer.footer-desktop {
    display: none;
  }

  .footer.footer-tab {
    padding: 2.5em 0em 2.5em 0em;
  }

  .footer-tab .footer-main.content-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .footer-tab-copyright {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 100%;
    margin: 2.5em 0em 0em 0em;
  }

  .copyright-text-container {
    margin: 18px 0 0;
    display: block;
    flex: unset;
  }

  .copyright-menu {
    flex: auto;
    margin: 0;
  }

  .copyright-menu .hs-menu-wrapper>ul > li:first-child {
    margin: 0;
  }

  .footer-logo-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex: 0 0 100%;
    margin: 0em 0em 2.5em 0em;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 0 auto;
    max-width: 240px;
  }

  .footer-menu1 {
    margin: 0 !important;
  }

  .footer-logo-wrapper .footer-logo {
    max-width: 190px;
    margin:0;
  }

  .x-anchor.x-anchor-button {
    height:24px;
  }
}

@media (max-width:767px) {
  .footer-tab-copyright {
    text-align: center;
    align-items: center;
    flex:unset;
    margin: 1.25em 0em 0em 0em; 
  }

  .copyright-menu .hs-menu-wrapper>ul>li>a {
    margin: 5px 15px 5px 15px;
    flex: 0 1 auto;
  }

  .copyright-menu .hs-menu-wrapper>ul {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex: 0 0 auto;
    margin: 0px;
  }

  .copyright-menu .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .footer.footer-tab {
    display: none;
  }

  .footer.footer-mobile {
    padding: 2.5em 0em 2.5em 0em;
  }

  .footer-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 0 auto;
  }

  .footer-menu {
    margin: 0;
  }

  .footer-menu .hs-menu-wrapper > ul {
    display: none;
  }

  .menu-heading {
    padding: 0em 0em 1.25em 0em;
    margin:0;
  }

  .e615-4.cs-content.x-global-block {
    width: 100%;
  }

  .footer-logo-wrapper {
    flex-wrap: wrap;
  }

  .footer-logo-wrapper .footer-logo {
    margin: 0em 0em 1.25em 0em;
  }

  .copyright-text-container {
    margin-top:17.5px;
  }

  .footer-menu .hs-menu-wrapper>ul {
    padding: 0 0 1.25em 0;
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-top:10px;
  }

  .menu-heading h5 {
    cursor:pointer;
    pointer-events:none;
  }

  .menu-heading > .hs_cos_wrapper {
    cursor:pointer;
  }

  .menu-heading h5:after {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    content: '';
    line-height: 1;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    color: rgb(255,255,255);
    margin: 0 0px 0px 10px;
    position: relative;
    top: 4px;
    pointer-events:none;
  }

  .footer-menu.menu-active .menu-heading {
    padding: 0;
  }

  .footer-menu.menu-active .hs-menu-wrapper>ul {
    display: block;
    transform: translateY(0px);
    opacity: 1;
  }
}


.x-anchor.x-anchor-button:hover i{
  animation:x-flip-y .5s;
}
@keyframes x-flip-x {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: perspective(125px) rotate3d(1, 0, 0, -180deg)
  }
  100% {
    opacity: 1;
    transform: perspective(125px) rotate3d(1, 0, 0, 0deg)
  }
}
@keyframes x-flip-y {
  33% {
    opacity: 0;
    transform: none
  }
  34% {
    opacity: 0;
    transform: perspective(125px) rotate3d(0, 1, 0, -180deg)
  }
  100% {
    opacity: 1;
    transform: perspective(125px) rotate3d(0, 1, 0, 0deg)
  }
}

.lp-footer .copyright-text-container , .lp-footer .copyright-menu {
  margin-top:0 !Important;
}

.lp-footer .footer-tab-copyright {
  margin-top:0 !Important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  width:90%;
  margin: 0 auto;
}

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

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

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

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

.comment-date {
  display: block !important;
}

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

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

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

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

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

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

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

.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  color: #29516d;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #29516d;
}


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

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


.blog-body > .content-wrapper {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.post-item {
  border-top: 1px solid #ddd;
}

.entry-wrap {
  min-height: 35vh;
}

.entry-header {
  margin-bottom: 2.5em;
}

.p-meta {
  margin: 8px 0 0;
  font-size: 85.7%;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-meta>span {
  display: inline-block;
}

[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-x-icon], [data-x-icon-s], [data-x-icon][class*="cs-fa-"] {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}

[data-x-icon]:before, [data-x-icon-o]:before, [data-x-icon-l]:before, [data-x-icon-s]:before, [data-x-icon-b]:before, [data-x-fa-pro-icon]:before, [class*="cs-fa-"]:before {
  line-height: 1;
}

[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}

.p-meta>span:after {
  content: "/";
  padding: 0 0.5em 0 0.45em;
}

.p-meta>span:last-child:after {
  display: none;
}

.blog-body {
  color: #333333;
}

i.x-icon-bookmark {
  color: #29516d;
}

.more-link {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 128.5%;
  line-height: 1.4;
}

.post-item+.post-item {
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .entry-header {
    margin-bottom: 1.5em;
  }

  .blog-body>.content-wrapper {
    margin-top: 0;
    margin-bottom: 2.5em;
  }
}



.blog-post-wrapper {
  padding: 26px 1px 26px 1px;
}

.post-inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.post-inner > div {
  margin: calc(1rem / 2) calc(1rem / 2);
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
}

.post-inner .col-7 {
  flex-basis: calc(66.66% - 1rem);
}

.x-author-box {
  margin: 0 0 1.313em;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
  width: 0px;
}

.x-author-box .h-about-the-author {
  margin: 0 0 0.925em;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.45em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d3d3d3;
  line-height: 1.4;
}

.x-author-box .avatar {
  float: left;
  width: 90px;
  border-radius: 0.35em;
}

.x-author-box .avatar {
  width: 20px;
}

.x-author-box .x-author-info {
  margin-left: 35px;
}

.x-author-box .h-author {
  margin-bottom: 0.35em;
  line-height: 1;
}

.cf:after {
  clear: both;
}

.related-title h3 {
  margin: 0 calc(0em * -1) 0 0;
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0,0,0,1);
}

.related-posts-inner {
  flex-shrink: 1;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  flex-grow: 1;
  flex-basis: calc(100% - 1rem);
}

.related-title {
  padding-bottom: 10px;
}

.x-recent-posts {
  margin: 0 0 1.313em;
}

.x-recent-posts a {
  overflow: hidden;
  float: left;
  display: block;
  margin: 0 4% 0 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 5px 5px 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.075);
  transform: translate3d(0, 0, 0);
}

.x-recent-posts a:last-child {
  margin-right: 0;
}

.x-recent-posts a.x-recent-post2 {
  width: 48%;
}

.x-recent-posts article.hentry>.entry-wrap {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.x-recent-posts .x-recent-posts-img {
  position: relative;
  padding-bottom: 56.25%;
  background: center center/cover no-repeat;
  border-radius: 2px;
}

.x-recent-posts .x-recent-posts-img:before, .x-recent-posts .x-recent-posts-img:after {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.x-recent-posts .x-recent-posts-img:before {
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-recent-posts .x-recent-posts-img:before {
  content: "\f15c";
}

.x-recent-posts .x-recent-posts-img:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff2a13;
  border-radius: 2px;
  z-index: 1;
  background-color: #29516d;
}

.x-recent-posts .x-recent-posts-content {
  padding: 10px 5px;
}

.x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-recent-posts .h-recent-posts {
  margin: -1px 0 5px;
  font-size: 17px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.x-recent-posts .x-recent-posts-date {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0,0,0,0.65);
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
  opacity: 1;
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
  opacity: 0.85;
}

.x-recent-posts a:hover .h-recent-posts {
  color: #29516d;
}

.post-inner .col-10 {
  flex-basis: calc(33.33% - 1rem);
  padding: 1px;
}


@media (max-width: 766.98px) and (min-width: 480px) {
  .post-inner .col-7 ,.post-inner .col-10{
    flex-basis: calc(50% - 1rem);
  }
}

@media (max-width:767px) {
  .x-recent-posts a.x-recent-post2 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

@media (max-width:479px) {
  .post-inner .col-7 {
    flex-basis: 100%;
  }

  .post-inner .col-10 {
    flex-basis: 100%;
  }

  .col-10 .x-row-inner .x-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    min-width: 0px;
    max-width: 100%;
    min-height: 0px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "itc-avant-garde-gothic-pro",sans-serif;
  font-size: 1.25rem;
  color: #000;
  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: #000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px !important;
  font-size: 1em !important;
}

.systems-page input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
}

@media (max-width:767px){
  .systems-page .page-header h2 {
    font-size: 20px;
  }
}