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











































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

.banner-section .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.banner-section .row-fluid {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-left: 33px;
    padding-right: 33px;
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face{
  font-family:'mfn-icons';
  src:url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/VerandaPensacola-June2021/Fonts/mfn-icons.eot) format("embedded-opentype"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/mfn-icons.woff) format("woff"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/mfn-icons.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'revicons';
  src: url('https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/VerandaPensacola-June2021/Fonts/revicons.eot') format('embedded-opentype'),
       url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/revicons.woff) format('woff'),
       url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/revicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: social-logos;
    src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: 'foundation-icons';
  src: url('https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/VerandaPensacola-June2021/Fonts/fontcustom.eot') format("eot"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/fontcustom.woff2) format("woff2"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/fontcustom.woff) format("woff"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/fontcustom.ttf) format("truetype"),
    url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/fonts/fontcustom.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #000000;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 15px;
}

/* Anchor Links */
a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 32px;
  letter-spacing: 8px;
  line-height: 36px;
}

h2 {
  font-size: 32px;
  letter-spacing: 8px;
  line-height: 36px;
}

h3 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 0px;
}

h4 {
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

h6 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin: 0 0 15px 30px;
}

blockquote {
  quotes: none;
  display: block;
  height: auto;
  margin: 0 0 35px 25px;
  top: 15px;
  position: relative;
  background: url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/images/textline.png) repeat-y;
}

blockquote:after {
  content: '\e909';
  font-family: "mfn-icons";
  font-size: 65px;
  position: absolute;
  left: -25px;
  top: -10px;
  color: rgba(0,0,0,.1);
}

/* Horizontal Rules */
hr {
  display: block;
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  margin: 0 auto 15px;
  clear: both;
  background-color: rgba(0,0,0,.08);
  color: rgba(0,0,0,.08);
}

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

* {
  outline: none;
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

::selection {
  background-color: #0095eb;
  color: #fff;
}

img {
  max-width: 100%;
}

[class*="force-full-width-section"]>.row-fluid {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    line-height: 27px;
    letter-spacing: 0px;
  }

  h2 {
    line-height: 31px;
    letter-spacing: 7px;
  }

  h3 {
    line-height: 23px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    line-height: 24px;
    letter-spacing: 0px;
  }

  h2 {
    line-height: 27px;
    letter-spacing: 6px;
  }

  h3 {
    line-height: 20px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 479px) {
  body {
    line-height: 19px;
    letter-spacing: 0px;
  }  

  h2 {
    line-height: 22px;
    letter-spacing: 5px;
  }

  h3 {
    line-height: 19px;
    letter-spacing: 0px;
  }

  h4 {
    line-height: 19px;
    letter-spacing: 0px;
  }

  h5 {
    line-height: 19px;
    letter-spacing: 0px;
  }

  h6 {
    line-height: 19px;
    letter-spacing: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
}

.hs-button {
  margin: 16px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  letter-spacing: 4px;
  background-repeat: repeat-x;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background-image: none;
  transition: all .3s;
  border-color: #b7b7b7;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  line-height: normal;
}

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

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

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

.hs-input,
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  display: block;
  width: 100% !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  color: #626262;
  background-color: rgba(245, 245, 245, 1);
  border-color: #3e3e3e;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  padding: 5px 4px;
  letter-spacing: normal;
  font-weight: 400;
}

.hs-input:focus,
.hs-search-field input.hs-search-field__input:focus,
input[type="password"]:focus {
  color: #757575;
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: #3e3e3e;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  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: #929292;
}

.hs-input::-webkit-input-placeholder {
  color: #929292;
}
::-webkit-input-placeholder {
    color: #929292;
}
.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: #790000;
}
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;
}
.submitted-message {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    background: #80B736;
    color: #fff;
}
.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;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 21px;
  color: #000000;
}
.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;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  background-color: rgba(255,223,224,.25);
}
@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: Montserrat, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 641px) {
  .hs-input, .hs-search-field input.hs-search-field__input, input[type="password"] {
line-height: 2;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 5px;
}

table th, table td {
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}

table th {
  font-weight: 700;
  background: #f9f9f9;
  box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 4%);
  border-color: rgba(0,0,0,.08);
  color: #444;
}

table td {
  border-color: rgba(0,0,0,.08);
}

table tr:first-child td {
  box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 6%);
}

table tr:nth-child(2n) td {
  background: rgba(0,0,0,0.01);
}

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

.body-container__website .dnd-section > .row-fluid > .span12.dnd-column,
.lifestyle-layout .dnd-section > .row-fluid > .span12.dnd-column,
.dining-layout .dnd-section > .row-fluid > .span12.dnd-column,
.lifestyle-banner .dnd-column{
  width: 98%;
  margin: 0 1% 0px; 
  margin-left: .5%;
  margin-right: .5%;
}

.lifestyle-banner .dnd-column {
  margin-left: .5% !important;
}
.full-width-page .dnd-section > .row-fluid > .span12.dnd-column {
  width: 98%;
  margin: 0 1% 0px;
  margin-left: .5%;
  margin-right: .5%;
}
.full-width-page form fieldset,
.volunteer-page form fieldset,
.brochure-page form fieldset{
  max-width: 100%;
}
.full-width-page form fieldset.form-columns-2 .input,
.full-width-page form fieldset.form-columns-1 .input,
.volunteer-page form fieldset .input,
.brochure-page form fieldset .input {
  margin-right: 0px !important;
}
.full-width-page form fieldset.form-columns-2 .hs-form-field,
.full-width-page form fieldset.form-columns-1 .hs-form-field,
.volunteer-page form fieldset.form-columns-2 .hs-form-field,
.volunteer-page form fieldset.form-columns-1 .hs-form-field,
.brochure-page form fieldset.form-columns-2 .hs-form-field,
.brochure-page form fieldset.form-columns-1 .hs-form-field {
  padding-right: 16px;

}
.website-page-banner .banner-wrapper .bottom-bar {
  display: none;
}
.full-width-page form fieldset.form-columns-1 {
  margin: 0;
}
.full-width-page form .hs-address_line_2 input {
  margin-top: 0px; 
}
.full-width-page form .hs-zip1.hs-form-field {
  width: 50%;
  margin-bottom: 22px;
}
.full-width-page form .hs-form-field textarea,
.volunteer-page form .hs-form-field textarea{
  height: 80px;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 6px 8px;
  margin-bottom: 16px;
}
.volunteer-page form .hs-form-field textarea {
  margin-bottom: 16px; 
}
.volunteer-page .volunteer-row1 .dnd-section.row1-row-1-background-color>.row-fluid > .span12.dnd-column {
  margin: 0 0;
  width: 100%;

}
.full-width-page form .hs-button,
.volunteer-page form .hs-button,
.brochure-page form .hs-button{
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  border-color: #fff;
  background-color: #2a4767;
  box-shadow: inset 0 0 0 0;
  padding: 10px;
}
.full-width-page form .actions,
.volunteer-page form .actions,
.brochure-page form .actions{
  padding: 16px 0 10px 0;
}
.full-width-page form {
  margin-bottom: 16px;
  margin-top: 3px;
}
.full-width-page form fieldset:first-child {
  padding-bottom: 4px;
}
.full-width-page form ::-webkit-input-placeholder {
  color: #929292;
}
.full-width-page form .hs-phone.hs-form-field,
.full-width-page form .hs-email.hs-form-field {
  margin-top: 16px;
  margin-bottom: 14px;
}
.widget-type-header h1 {
  color: #2a4767; 
}
.full-width-page .hs_address_line_1 .hs-input,
.full-width-page .hs_address_line_2 .hs-input,
.full-width-page textarea.hs-input {
  max-width: 767px;
} 
.lifestyle-row1 .widget-type-linked_image {
  border: 6px solid #d4d1d1;
}
.lifestyle-layout .widget-type-linked_image img,
.dining-layout .widget-type-linked_image img{
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  vertical-align: middle;
}
.lifestyle-row2 h3 a {
  color: inherit; 
}
.lifestyle-row2 h3 a:hover {
  text-decoration: none; 
}

.lifestyle-row4 .content-with-image-wrap.left .content-col {
  width: 64.666%;
  margin: 0 .5% 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.lifestyle-row4 .content-with-image-wrap.left .content-col ul li {
  margin-bottom: 10px; 
}
.lifestyle-row4 .content-with-image-wrap.left .image-col {
  width: 31.333%;
  margin: 0 .5% 0px;
}
.lifestyle-row4 .content-with-image-wrap .column-inner {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.lifestyle-row4 .content-with-image-wrap.left .image-wrap {
  margin-top: 20px;
}
.lifestyle-layout [class*="force-full-width-section"] >.row-fluid > .span12.dnd-column,
.dining-layout [class*="force-full-width-section"] >.row-fluid > .span12.dnd-column,
.community-page [class*="force-full-width-section"] >.row-fluid > .span12.dnd-column{
  width: 100%;
  margin: 0 0;
}
.independent-living-page .lifestyle-row3 .content-with-image-wrap.right .content-col {
  padding: 20px 0px 20px 0px;
}
.independent-living-page .lifestyle-row3 .content-with-image-wrap.right .image-col {
  padding: 20px 10px 20px 0px;
  margin: 0;
}
.independent-living-page .lifestyle-row3 .content-with-image-wrap .image-wrap {
  margin: 10px 0px;
}
.independent-living-page .lifestyle-row5 figure {
  float: right;
  margin: 15px 0 15px 15px;
  border: 6px solid #d4d1d1;
  max-width: 462px;
} 
.independent-living-page .lifestyle-row5 figure img {
  vertical-align: middle; 
}
.independent-living-page iframe {
  max-width: 100%;
}
.dining-row4 .content-with-image-wrap.left .content-col {
  padding: 0; 
}
.dining-row5 .content-with-image-wrap.right .image-col,
.dining-row5 .content-with-image-wrap.right .content-col {
  width: 50%
}
.dining-row5 .content-with-image-wrap.right .image-col {
  margin-top: 0px;
  padding: 55px 0px 0px 0px;
}
.dining-row5 .content-with-image-wrap.right .content-col {
  padding: 0;
}
.dining-row4 .content-with-image-wrap.left .image-wrap {
  margin-top: 0px;
}
.dining-row4  .content-with-image-wrap.left .image-col{
  padding-top: 55px;
}
.dining-row6 a.hs-button {
  border-color: #000;
  border-radius: 10px;
  margin: 0 10px 15px 0;
  position: relative;
  overflow: hidden;
  line-height: 32px;
  background-color: #947131;
  padding: 0;
}
.dining-row6 a.hs-button span {
  padding: 11px 10px;
  background-color: #947131;
}
.dining-row1.activities-row1 .widget-type-linked_image {
  margin-bottom: 0px;
}
.services-row2 .content-with-image-wrap.right .image-col,
.services-row2 .content-with-image-wrap.right .content-col{
  width: 50%
}
.services-row4 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.services-row4 .span8 {
  width: 60%;
}

.services-row4 .span4 {
  width: 40%;
  margin-left: 0px;
  margin: 15px 0 15px 15px;
}
.services-row4 .widget-type-rich_text  div {
  float: left;
  margin-left: .5%;
  margin: 0 1% 0px;
  width: 58%;
}

.services-row4 .widget-type-rich_text  div:last-child {
  width: 38%;
}
.services-row4 .widget-type-rich_text ul li,
.lifestyle-row4 .widget-type-rich_text ul li{
  margin-bottom: 10px; 
}
.services-row4 .hs_cos_wrapper_type_linked_image img {
  border: 6px solid #d4d1d1;
  display: block;
}
.services-row4 .widget-type-linked_image {
  width: 98%;
  margin: 0 .5% 0;
  float: left;
}
.services-row5 .widget-type-rich_text {
  background-color: #2a4767;
  color: #fff;
  padding: 25px 20px 25px 30px;
}
.services-row5 .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.services-row5 .widget-type-rich_text ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 13px 0 13px 50px;
  word-wrap: break-word;
}
.services-row5 .widget-type-rich_text ul li:before {
  content: '\e841';
  font-family: "mfn-icons";
  color: rgba(0,0,0,.7);
  font-size: 20px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
} 
.services-row5 .widget-type-rich_text ul li:after {
  content: "";
  display: block;
  width: 70px;
  border-width: 0px;
  border-style: solid;
  border-color: rgba(255,255,255,.2);
  position: absolute;
  left: -30px;
  bottom: 0;
}
.services-row3 .content-with-image-wrap.left {
  padding-top: 20px;
}
.services-row3 .content-with-image-wrap.left .content-col {
  width: 60%;
  padding: 10px 0px 0px 0px;
}
.services-row3 .content-with-image-wrap.left .image-col {
  width: 40%; 
}
.services-row3 .content-with-image-wrap.left .image-wrap{
  margin: 15px 0 15px 15px;
}
.services-row3 .content-with-image-wrap.left .content-col ul li {
  margin-bottom: 10px;
}
.activities-row2 .content-with-image-wrap .image-wrap {
  margin-right: 15px;
}
.activities-row2 .content-with-image-wrap.right .content-col {
  padding: 15px 0px 0px 0px;
}
.brochure-row2 .content-with-top-icon .column-inner {
  padding: 0 0; 
}
.brochure-row2 .dnd-section > .row-fluid  > .dnd-column,
.volunteer-row2 .dnd-section > .row-fluid  > .dnd-column {
  margin: 0 !important;
  width: 100% !important;
}
.brochure-page form .hs-richtext {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: inherit;
  color: #000;
  font-weight: 700;
}
.brochure-page form .hs-richtext p {
  margin: .188em 0 .75em;
}
.brochure-page form .hs-richtext p span.required {
  color: #790000;
  margin-left: 8px;
}
.brochure-page form .form-columns-2{
  margin-top: 8px;
  margin-bottom: 10px;
}
.brochure-page form {
  margin-top: 1px;
  margin-bottom: 16px;
}
.brochure-page form .form-columns-2 .hs-form-field {
  padding-top: 2px;
}
.brochure-page form fieldset.form-columns-0:not(:first-of-type) {
  margin-top: 16px;
}
.brochure-page form fieldset.form-columns-1 .hs-form-field {
  width: calc(50% - 8px);
}
.brochure-page form fieldset.form-columns-1 .hs-form-field .hs-input {
  margin-bottom: 0px;
}
.brochure-page form .hs-form-field > label {
  display: none;
}
.brochure-page form fieldset:nth-child(7) {
  width: 50%;
  padding-top: 10px;
}
.brochure-page form fieldset:nth-child(9) {
  padding-top: 22px;
}
.brochure-page form .hs_would_you_like_a_copy_of_the_brochure_s__sent_to_yourself_as_well_ {
  margin-top: 16px;
}
.brochure-page form .hs_would_you_like_a_copy_of_the_brochure_s__sent_to_yourself_as_well_ ul.inputs-list {
  margin: 6px 0;
  padding: 0;
}
.brochure-page form ul.inputs-list.multi-container li {
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.brochure-page form .hs-input[type=radio] {
  margin: 6px 5px 3px 0px;
}
.brochure-page form .inputs-list label>span {
  line-height: 1.5;
  font-size: .875em;
  margin: 2px 0 0 4px;
  display: inline-block;
}
.volunteer-row2 .column-1 {
  width: 38%;
  float: left;
  margin: 0 .5% 0px;
}
.volunteer-row2 .column-2 {
  width: 58%;
  float: left;
  margin: 0 .5% 0px;
}
.volunteer-row2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.volunteer-row2 .dnd-section > .row-fluid {
  max-width: 100%; 
  padding: 0;
}
.volunteer-row2 .dnd-section {
  padding: 0;
}
.volunteer-page form fieldset .hs-form-field {
  margin-top: 16px;
  margin-bottom: 10px;
}
.volunteer-page form {
  margin-bottom: 16px; 
}
.volunteer-page form .grecaptcha-badge {
  margin-left: 0;
}
.volunteer-page form fieldset:nth-child(2) .hs-input{
  margin-bottom: 11px;
}
.volunteer-page form fieldset:first-child .hs-input {
  margin-top: 0;
}
.activities-page .activities-row1 .widget-type-linked_image,
.services-row1 .widget-type-linked_image{
  border: 6px solid #d4d1d1;
  margin-bottom: 10px;
}
.activities-page .activities-row2 .content-with-image-wrap.left .content-col {
  width: 60%;
  padding: 15px 0px 0px 0px;
}

.activities-page .activities-row2 .content-with-image-wrap.left .image-col {
  width: 40%;
}
.activities-page .activities-row2 .content-with-image-wrap.left .image-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.activities-page .activities-row3 .content-with-image-wrap.right .image-col {
  width: 31.333%;
  margin-top: 10px;
  margin-bottom: 0;
}
.activities-page .activities-row3 .content-with-image-wrap.right .content-col {
  width: 64.666%;
  padding: 0;
}
.activities-page .activities-row4 .span8 {
  width: 64.666%;
  margin-right: .5%;
  margin-left: .5%;
}

.activities-page .activities-row4 .span4 {
  width: 31.333%;
  margin-right: .5%;
  margin-left: .5%;
}


.activities-page .activities-row4 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.contact-row2 .content-with-icon {
  padding-bottom: 0;
}
.contact-row1 .widget-type-linked_image img {
  display: block;
}
.banner-section .widget-span {
  min-height: 0;
}

.gallery-row1 .dnd-section {
  padding-top: 14px;
  padding-bottom: 0;
}

.gallery-row1 .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-bottom: 22px;
}

.gallery-layout .dnd-section>div>div {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 98%;
}

.gallery-row2 .dnd-section {
  padding: 0;
}

.gallery-row3 .dnd-section {
  padding: 0;
}

.gallery-row3 .span6 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 20px;
  margin-left: .5% !important;
  width: 48% !important;
  margin-bottom: 1% !important;
}

.mfp-wrap .mfp-close {
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 10px;
  border-color: white !important;
  background-color: #2a4767 !important;
  box-shadow: inset 0 0 0 0 !important;
  right: 1px !important;
  padding-right: 10px !important;
}

.mfp-wrap .mfp-arrow {
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 10px;
  border-color: white !important;
  background-color: #2a4767 !important;
  color: white !important;
  box-shadow: inset 0 0 0 0 !important;
}

.mfp-wrap .mfp-arrow:hover {
  background: none!important;
}

.mfp-wrap .mfp-close:hover {
  background: none!important;
}

.dining-inner-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.dining-inner-page .span6 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 48%;
}

.dining-inner-page ul li {
  margin-bottom: 10px;
}


.banner-section .hs_cos_wrapper_type_header {
  clear: both;
  overflow: hidden;
}

.banner-section .hs_cos_wrapper_type_header h1 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 0;
  width: 68%;
  float: left;
  text-transform: uppercase;
}

.win-banner.banner-section .dnd-section {
  padding: 50px 0;
}

.win-banner.banner-section .hs_cos_wrapper_type_header {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-left: .5%;
  width: 98%;
}

.dining-top .gallery-row1 .dnd-section {
  padding-top: 25px;
}


.review-page .dnd-section {
  padding: 0;
}

.community-page .widget-type-linked_image img,
.community-page .widget-type-rich_text img{
  border-color: #d4d1d1;
  border-width: 6px;
  display: block;
  border-style: solid;
}
.community-page p img {
  float: left;
  margin: 15px 15px 15px 0;
  border: 6px solid #d4d1d1;
}
.community-page .dnd-section {
  padding: 0;
  padding-bottom: 20px;
}

.community-page .hs_cos_wrapper_type_linked_image {
  display: block;
  max-width: 708px;
  padding-bottom: 20px;
  position: relative;
  left: -12px;
}

.community-page .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.community-page li {
  margin-bottom: 10px;
}
.community-page .content-with-image-wrap.right .image-col {
  width: 25%;
  margin: 0;
}
.community-page .content-with-image-wrap .image-wrap {
  margin: 15px 0 15px 15px;
  border: none
}
.community-page .content-with-image-wrap .image-wrap img {
  border: 6px solid #d4d1d1;
}
.community-page .content-with-image-wrap.right .content-col {
  width: 75%;
  padding: 10px 0 0 20px;
}
.properties-page .hs_cos_wrapper_type_rich_text,
.testimonials-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-left: .5%;
  width: 98%;
  margin-bottom: 10px;
}

.properties-page .span9 .hs_cos_wrapper_type_rich_text {
  margin: 0;
  width: 100%;
  float: none;
}

.properties-page .span9 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5%;
  width: 73%;
}

.properties-page .span3 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 23%;
}
.properties-page .span3 .widget-type-linked_image {
  border: 6px solid #d4d1d1;
} 
.properties-page .span3 img,
.brochure-page .widget-type-linked_image img{
  display: block;
}

.properties-page .dnd-section {
  padding-bottom: 20px;
  padding-top: 20px;
}
.properties-page .sd-sharing .sd-content ul li a.sd-button span {
  font-style: inherit;
  font-weight: inherit;
}

.properties-page .sd-sharing .sd-content ul li a.sd-button {
  font-family: sans-serif;
}
.properties-page .span9 p {
  margin: 0;
}

.testimonials-row1 .dnd-section {
  padding: 22px 12px;
  text-align: center;
}

.testimonials-row2 .dnd-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.testimonials-row2 .embedded-video {
  width: 48%;
  margin: 0 auto;
  position: relative;
  left: -19px;
  margin-bottom: 20px;
}

.testimonials-row2 .hs_cos_wrapper_type_rich_text {
  margin-bottom: 0;
}

.info-header .header-top-section {
  display: none !important;
}

.body-content-wrapper.appointments-page,
.info-header+.body-content-wrapper {
  padding: 0 !important;
  min-height: initial !important;
}

.get-information .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin-top: -1px;
  margin-bottom: 62px;
}

.get-information .embedded-video .fluid-width-video-wrapper {
  padding: 0;
  position: static;
}

.get-information .embedded-video {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  max-width: 593px;
  max-height: 334px;
  min-width: 320px;
  padding-bottom: 56.32%;
  margin-bottom: 20px;
}

.get-information .dnd-section {
  padding-bottom: 15px;
}

.get-information form input.hs-button.primary.large {
  margin: 0;
}

.get-information form .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.get-information form fieldset {
  max-width: 100% !important;
}

.get-information form .hs-form-field {
  padding: 0 10px 0 0;
}

.get-information form .input {
  margin: 0 !important;
}

.get-information form select {
  -webkit-appearance: none;
  height: 37px;
}

.get-information form legend.hs-field-desc {
  padding-left: 2px;
}

.home-row1 img {
  display: block; 
}
.home-row1 .dnd-section>div>div {
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 98%;
}

.home-row3 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.home-row3 .schedule-tour h2 a {
  color: #957230;
  text-decoration: underline !important;
}

.home-row3 .schedule-tour .column-inner a.cm-schedule-cta {
  margin-bottom: 4px !important;
}

.home-row5 .content-with-icon {
  padding-top: 32px;
}


.home-row3 .span6 {
  margin: 0;
  width: 50%;
}

.home-row3 .span6>div {
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5%;
  width: 98%;
}

.home-row3 ul li {
  margin-bottom: 10px;
}

.home-row2 {
  overflow: hidden;
}
.home-row3 .hs_cos_wrapper_type_linked_image {
  border-color: #d4d1d1;
  border-width: 6px;
  border-style: solid;
  display: block;
}
.home-row3 .hs_cos_wrapper_type_linked_image img {
  display: block; 
}
.home-row3 hr.no_line {
  background-color: transparent;
}
.home-row4 .span6 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 48%;
}

.home-row4 .span3 {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 23%;
}


.icon-location:before {
  content: '\e8c6';
}

.icon-phone:before {
  content: '\e8f4';
}

.info-header .header-outer-wrap {
  min-height: 0 !important;
}
.full-width-page  .widget-type-rich_text ul li {
  margin-bottom: 10px;
}
.testimonials-layout .gallery-row1 .hs_cos_wrapper_type_linked_image {
  padding-bottom: 30px;
}
.lifestyle-layout .row-fluid [class*="span"] {
  min-height: 0px;
}
.contact-page-footer .footer__container {
  display: none;
}

.contact-page-footer .footer {
  background-color: transparent;
  height: 0;
}
.lifestyle-layout.services-page .banner-wrapper {
  height: 16.2vw;
}



/* RSS Listings */

.widget-type-rss_listing {
  text-align: center;
}

.widget-type-rss_listing h3 {
  font-size: 30px;
  font-weight: 600;
}

.hs-rss-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hs-rss-module>.hs-rss-item {
  flex: 1 1 30%;
  margin: 0 0 2em 0;
  padding: 10px 20px;
}

.hs-rss-module .hs-rss-title {
  font-weight: 700;
  text-decoration: none;
}

.hs-rss-module .hs-rss-byline {
  margin: 10px 0;
}

.hs-rss-module .hs-rss-description a {
  display: block;
  background-color: #224567;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  line-height: normal;
  max-width: 200px;
  margin: 20px auto 0;
}

.hs-rss-module .hs-rss-description a:hover {
  background-color: rgba(149,114,48,1.0);
}

/* Call To Action section */

.call-to-action a.cta_button {
  width: auto !important;
}

/* Hero Banner */
.hero-banner {
  position: relative;
}

.hero-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}

.hero-banner>div {
  position: relative;
  z-index: 1;
}


.image-right_text-left .widget-type-rich_text {
  max-width: 600px;
  margin-left: auto;
  padding: 20px;
}

.image-left_text-right .widget-type-rich_text {
  max-width: 600px;
  margin-right: auto;
  padding: 20px;
}

.image-left_text-right .widget-type-linked_image {
  float: right;
}

/* Two Column PAge*/

@media only screen and (max-width: 1239px) and (min-width: 768px) {
  .banner-two-col-page, .lp-banner {
    padding-top: 65px;
  }
}


@media (min-width: 768px) {
  .activities-page .activities-row4 .embedded-video .fluid-width-video-wrapper {
    padding-top: 133.33333333333331%;
  } 
}
@media (max-width: 1489px) {
  .community-page .hs_cos_wrapper_type_linked_image {
    max-width: 545.19px;
    left: -9px;
  }

  .testimonials-row2 .embedded-video {
    left: -14px;
  }

  .home-row1 .hs_cos_wrapper_type_header h2 {
    padding-right: 28px;
  }

  .home-row7 .dnd-section {
    padding-bottom: 10px;
  }
}

@media (max-width: 1239px) {
  .gallery-row1 .dnd-section {
    padding-top: 74px;
  }

  .community-page .hs_cos_wrapper_type_linked_image {
    left: -10px;
  }

  .info-header .header-outer-wrap {
    min-height: 107px;
  }

  .home-row1 .hs_cos_wrapper_type_header h2 {
    padding-right: 27px;
  }
}

@media (max-width: 959px) {
  .gallery-row1 .dnd-section {
    padding-top: 25px;
  }

  .banner-section .hs_cos_wrapper_type_header h1 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 7px;
  }

  .dining-top .gallery-row1 .dnd-section {
    padding-bottom: 1px;
  }

  .gallery-row1 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-top: 1px;
  }

  .comm-top .gallery-row1 .dnd-section {
    padding-top: 30px !important;
  }

  .community-page .hs_cos_wrapper_type_linked_image {
    max-width: 410.63px;
    left: -7px;
  }

  .testimonials-row2 .embedded-video {
    left: -11px;
  }
}

@media (max-width: 767px) {
  .body-container__website .dnd-section > .row-fluid  > .span12.dnd-column,
  .full-width-page .dnd-section > .row-fluid > .span12.dnd-column,
  .lifestyle-layout .dnd-section>.row-fluid> .span12.dnd-column,
  .dining-layout .dnd-section > .row-fluid > .span12.dnd-column,
  .volunteer-row2 .column-1,
  .volunteer-row2 .column-2{
    margin: 0 0 20px;
    width: 100%;
    float:  none;
  }
  .lifestyle-layout [class*="force-full-width-section"]>.row-fluid> .span12.dnd-column,
  .dining-layout [class*="force-full-width-section"]>.row-fluid> .span12.dnd-column,
  .community-page [class*="force-full-width-section"]>.row-fluid> .span12.dnd-column{
    margin: 0;
    width: 100%;
  }

  .lifestyle-row1 .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    margin-left: 0px !important;
    display: block;
  }
  .lifestyle-row2 .widget-type-linked_image {
    margin: 0 0 30px;
  }
  .full-width-page h4,
  .lifestyle-layout h4{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .independent-living-page .lifestyle-row2 .dnd-section {
    padding-top: 0px !important;
  }
  .independent-living-page .lifestyle-row2 .widget-type-linked_image,
  .dining-row2 .embedded-video{
    margin: 0 0 20px;
  }
  .independent-living-page .lifestyle-row3 .content-with-image-wrap .image-wrap {
    margin-top: 0;
  }
  .independent-living-page .content-with-icon .column-inner {
    margin: 0 0 15px;
  }
  .independent-living-page .lifestyle-row5 figure {
    max-width: 100%;
    margin-left: 0px;
  }
  .lifestyle-banner .dnd-column {
    margin-left: 0% !important;
  }
  .activities-row1 .dnd-section {
    padding-bottom: 0px !important;
  }
  .brochure-row3 .content-with-icon .column-inner{
    margin-bottom: 15px;
  }
  .activities-row4 .schedule-tour .column-inner a.cm-schedule-cta {
    margin: 0 10px 22px 0 !important;
  }
  .contact-layout .content-with-icon .column-inner {
    margin-bottom: 20px;
  }

  .contact-row1 .widget-type-linked_image {
    margin: 0 0 20px;
  }
  .gallery-row1 .dnd-section {
    padding-top: 44px;
    padding-bottom: 20px;
  }

  .gallery-layout .dnd-section>div>div.span12.dnd-column {
    margin: 0 !important;
    width: 100% !important;
  }

  .gallery-row3 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .gallery-row3 .widget-type-rich_text {
    margin-bottom: 20px;
  }

  .dining-inner-page .span6 {
    margin: 0 0 20px !important;
    width: 100%!important;
    clear: both;
  }

  .dining-top .gallery-row1 .dnd-section {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .dining-inner-page .dnd-section {
    padding-top: 22px;
  }


  .dining-top .gallery-row1 .dnd-section {
    margin: 0;
  }

  .win-banner.banner-section {
    padding-top: 0;
  }

  .gallery-row1 .hs_cos_wrapper_type_rich_text {
    padding-top: 22px;
  }

  .comm-top .gallery-row1 .dnd-section {
    padding-bottom: 42px !important;
  }

  .community-page .hs_cos_wrapper_type_linked_image {
    position: static;
    max-width: 100%;
    padding-bottom: 60px;
  }

  .community-page .dnd-section {
    padding-bottom: 20px;
  }

  .community-page .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    margin: 15px auto !important;
  }

  .properties-page .span3,
  .properties-page .span9 {
    margin: 0 0 20px !important;
    height: auto!important;
    width: 100%!important;
    clear: both;
  }

  .properties-page .span3 .dnd-module {
    display: block !important;
  }

  .testimonials-row2 .hs_cos_wrapper_type_rich_text {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
  }

  .testimonials-row2 .embedded-video {
    width: 100%;
    position: static;
    margin: 30px 0;
  }

  .testimonials-row2 .dnd-section {
    padding-bottom: 30px;
  }

  .testimonials-row2 .hs_cos_wrapper_type_rich_text h3 {
    padding-top: 10px;
  }

  .info-banner.win-banner.banner-section .hs_cos_wrapper_type_header {
    display: block;
  }

  .info-banner.win-banner.banner-section .dnd-section {
    padding: 50px 0;
  }

  .info-header .header-outer-wrap {
    min-height: initial;
  }

  .info-banner.win-banner.banner-section .dnd-section>.row-fluid {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .info-banner.win-banner.banner-section .hs_cos_wrapper_type_header h1 {
    width: 100%;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 6px;
  }

  .get-information .embedded-video {
    max-height: 333px;
  }

  .get-information .hs_cos_wrapper_type_linked_image img {
    margin-top: 0;
    margin-bottom: 42px;
  }

  .home-row1, 
  .home-row1 .widget-type-linked_image {
    padding-bottom: 20px;
  }

  .home-row2 .dnd-section>div>div {
    width: 100%;
    margin: 0 !important;
  }

  .home-row3 .span6 h2 {
    padding-bottom: 20px;
  }
  .home-row3 .span6 {
    width: 100%;
    margin: 0 0 20px;
  }

  .home-row3 .span6>div {
    margin: 0;
    width: 100%;
  }

  .ambassadors-row2 .dnd-section {
    padding-top: 0 !important;
  }

  .ambassadors-row2 .ambassador-card .column_image .image_frame {
    margin-top: 0;
  }

  .ambassadors-row2 .ambassador-card .column_divider {
    margin-bottom: 0;
  }
  .community-page .content-with-image-wrap.right .image-col{
    width: 100%; 
  }
  .community-page .content-with-image-wrap .image-wrap {
    margin-left: 0px;
  }
  .community-page .content-with-image-wrap.right .content-col{
    width: 100%; 
    padding-left: 0px;
  }
  .banner-section .widget-type-header {
    padding-left: 33px;
    padding-right: 33px;
  }
  .banner-section .hs_cos_wrapper_type_header h1 {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 6px;
    width: 100%;
  }
  .community-page .sd-sharing,
  .ambassadors-row2 .sd-sharing{
    margin-bottom: 1em;
    padding-left: .5%;
  }
  .activities-page .sd-sharing,
  .services-page .sd-sharing,
  .brochure-page .sd-sharing,
  .body-container__website .sd-sharing,
  .lifestyle-layout .sd-sharing,
  .full-width-page .sd-sharing{
    padding-left: .5%;
  }
  .testimonials-layout .gallery-row1 {
    margin: 0 0 20px;
  }
  .ambassadors-row2 {
    padding-top: 25px;
  }
  .activities-page .activities-row1 .widget-type-linked_image,
  .services-row1 .widget-type-linked_image{
    margin-bottom: 30px;
  }
  .activities-page .activities-row2 .content-with-image-wrap.left .image-wrap {
    margin-bottom: 20px;
  }
  .activities-page .activities-row3 .content-with-image-wrap .image-wrap {
    margin-bottom: 0;
  }
  .activities-page .activities-row4 .span8,
  .activities-page .activities-row4 .span4,
  .services-row4 .span8,
  .services-row4 .span4{
    width: 100%;
    margin: 0 0 0px;
  }
  .activities-page .activities-row4 .span4,
  .services-row4 .widget-type-rich_text div,
  .services-row4 .span4{
    width: 100%;
    margin: 0 0 20px;
  }
  .services-row4 .widget-type-rich_text div:last-child {
    width: 100%;
  }
  .services-row3 .banner-wrapper {
    height: 19.5vw;
  }
  .services-row4 .span8 h3 {
    margin-bottom: 35px; 
  }
  .services-row4 .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 15px;
  }
  .lifestyle-row4 .care-levels{
    margin-top: 20px;
  }
  .full-width-page .widget-type-rich_text p a {
    word-break: break-word;
  }
  
  .hs-rss-module {
    flex-direction: column;
  }
  
  .image-right_text-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    display: flex;
    flex-direction: column;
  }
  .image-right_text-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    order: 2;
  }
  .image-right_text-left > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:last-child {
    order: 1;
  }
  
}

@media (max-width: 641px) {
  .full-width-page form .form-columns-2 .hs-form-field,
  .full-width-page form .form-columns-1 .hs-form-field,
  .full-width-page form .hs-zip1.hs-form-field,
  .volunteer-page form .hs-form-field,
  .brochure-page form fieldset .hs-form-field{
    width: 100% !important;
    float: none !important;
    padding-right: 0px !important;
  }
  .full-width-page form .hs-button,
  .volunteer-page form .hs-button,
  .brochure-page form .hs-button {
    margin: 0 0 16px 0;
    line-height: 2;
    width: 100%;
  }
  .full-width-page form .hs-phone.hs-form-field, .full-width-page form .hs-email.hs-form-field {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .full-width-page form .hs-form-field textarea {
    margin-top: 4px;
  }
  .full-width-page form .hs-email.hs-form-field,
  .full-width-page form .hs-zip1.hs-form-field{
    margin-bottom: 0;
  }
  .full-width-page form .hs-phone.hs-form-field {
    margin-bottom: 20px;
  }
  .full-width-page form .hs-phone.hs-form-field input {
    margin-top: 5px;
  }
  .full-width-page form .hs-zip1.hs-form-field input {
    margin-top: 1px;
  }
  .full-width-page form .hs-city.hs-form-field input {
    margin-bottom: 13px;
    margin-top: 1px;
  }
  .full-width-page form .hs_address_line_1.hs-form-field input {
    margin-bottom: 13px;
    margin-top: 0;
  }
  .full-width-page form .hs_firstname.hs-form-field input {
    margin-bottom: 26px;
  }
  .volunteer-page form .hs-form-field,
  .brochure-page form fieldset .hs-form-field{
    padding-right:0px !important;
  }
  .volunteer-page form .hs-form-field .hs-input {
    margin: 0; 
  }
  .volunteer-page form fieldset .hs-form-field {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .volunteer-page form {
    margin-top: 16px; 
  }

  .get-information form input.hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 15px;
  }

  .home-row3 .schedule-tour .column-inner h2 a {
    display: block;
  }
  .brochure-page form ul.inputs-list.multi-container li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .brochure-page form .hs_submit.hs-submit {
    padding-top: 10px;
  }
  .brochure-page form fieldset:nth-child(9) {
    padding-top: 0;
  }
  .brochure-page form fieldset:nth-child(7) {
    width: 100%;
    padding-top: 0;
  }
  .brochure-page form fieldset.form-columns-1 .hs-form-field {
    width: 100%
  }
}

@media (max-width: 479px) {
  .full-width-page h4,
  .lifestyle-layout h4{
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .dining-inner-page .dnd-section {
    padding-top: 24px;
  }

  .gallery-row1 .hs_cos_wrapper_type_rich_text {
    padding-top: 24px;
  }

  .comm-top .gallery-row1 .dnd-section {
    padding-bottom: 44px !important;
  }

  .properties-page .dnd-section {
    padding-top: 40px;
  }

  .get-information .embedded-video {
    max-width: 100%;
    min-width: 100%;
  }

  .info-banner.win-banner.banner-section .hs_cos_wrapper_type_header h1 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 5px;
  }
  .banner-section .hs_cos_wrapper_type_header h1 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 5px;
  }
  .volunteer-page form .grecaptcha-badge {
    max-width: 100%;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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-outer-wrap {
  min-height: 287px;
}
.site-header {
  background-color: #F8FAFC;
  position: fixed;
  width: 250px;
  height: 100%;
  left: 0;
  background: url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/images/Menu-Background-Dark-Navy.jpg) repeat center left;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  transition: left .5s ease-in-out, right .5s ease-in-out, background-color .5s ease-in-out;
  top: 0;
  z-index: 9002;
}
body {
  padding-left: 250px;
}

.header-top-section {
  padding: 15px 0 15px;
  background-color: #957230;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header-top-section .inner {
  width: 98%;
  margin-right: .5%;
  margin-left: .5%;
  padding: 15px 0 15px;
  margin-top: 30px;
}
.header-top-section img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.header-top-section p {
  text-align: center;
}

.header-top-section p a {
  text-decoration: underline;
}
.header-logo {
  margin: 15px 0;
  text-align: center;
}
.header-logo a {
  line-height: 97px;
  padding: 15px 0;
  height: 127px;
  display: block;
}
.menu_wrapper {
  margin: 0 0 30px;
  padding: 0 20px;
}
.menu_wrapper h3 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  border-top: 1px solid transparent;
}
.menu_wrapper h3:hover {
  border-top: 1px solid #8c8c8c;
}
.menu_wrapper h3 a:hover {
  text-decoration: none; 

}
.header-logo img {
  max-width: 181px;
  vertical-align: middle;
  width: auto !important
}
ul.submenu.level-2 {
  background-image: url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/images/box_shadow.png);
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none!important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.Action_bar {
  position: absolute;
  bottom: 0;
  top: auto;
  clear: both;
  padding: 0 20px;
  width: 100%;
  z-index: 30;
  line-height: 21px;
  left: 0;
}
.Action_bar .social li:last-child {
  margin-right: 0;
}

.body-content-wrapper {
  padding-top: 0px;
}

.responsive-menu-toggle {
  display: none; 
}
.responsive-menu-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 3px;
  z-index: 200;
  color: #7db1bc;
  background: #000000;
}
.responsive-menu-toggle:hover,
.responsive-menu-toggle:focus{
  color: #7db1bc;
}
.responsive-menu-toggle i {
  font-size: 22px;
  line-height: 34px;
}
.responsive-menu-toggle .icon-menu-fine:before {
  content: '\e960';
}
.header-outer-wrap.lp-header {
  min-height: auto;
}
.site-header .Top_bar {
  border-bottom: 1px solid transparent;
}

/* Header Inverse */

.header-inverse {}


@media (min-width: 768px) {
  html,body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  header.header-inverse {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  header.header-inverse .header__container_v2,
  header.header-inverse .header__navigation_v2 {
    background: transparent;
  }
  
  header.header-inverse .navigation-primary-v2 .level-1 > li > a {
    color: #fff;
  }

  header.header-inverse .submenu-v2.level-1 .has-submenu .menu-arrow svg {
    fill: #fff;
  }
}

@media (min-width: 780px) {
  .header-top-section {
    width: calc(100% + 250px);
  } 

}

@media (max-height: 770px) and (min-width: 780px) {
  .Action_bar {
    position: static;
  }
}

@media (max-width: 1239px) {
  .header-outer-wrap {
    min-height: 372px;
  }
  .body-content-wrapper {
    padding-top: 0;
  }
  .site-header {
    width: 100%;
    left: 0!important;
    height: auto;
    background-size: cover;
  }
  .menu_wrapper,
  .Action_bar{
    display: none; 
  }
  body {
    padding: 0;
  }
  .menu_wrapper h3 a {
    line-height: normal;
    padding: 0 25px;
  }
  .header-logo {
    margin: 0 30px 0 20px;
    float: left;
  }
  .header-logo img {
    max-height: 40px!important;
  }
  .header-logo a {
    height: auto;
    line-height: 50px;
    padding: 5px 0;
  }
  .responsive-menu-toggle {
    display: block;
  }
  .header-top-section {
    width: 100%;
    padding-top: 100px;
  }
  .menu_wrapper {
    background-color: #000000;
    width: 300px;
    position: absolute;
    right: 1px;
    top: 100%;
    bottom: auto;
    z-index: 201;
    margin: 0;
    padding: 0;
  }
  .header-top-section .inner {
    margin-right: 0;
    margin-left: 0;
  }
  .menu_wrapper h3 {
    border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu_wrapper h3 {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0px;
  }
}
@media (max-width: 959px) {
  .header-outer-wrap {
    min-height: 367px;
  }
}
@media (max-width: 767px) {
  .header-top-section {
    position: static;
  }
  .header-top-section .inner {
    padding-bottom: 15px;
  }
  .site-header {
    position: static;
  }
  .body-content-wrapper {
    padding-top: 0px;
  }
  .header-top-section {
    padding-top: 15px;
  }
  
  header.header-inverse .header__container_v2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .header-logo {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .header-logo img {
    max-height: 50px !important;
    max-width: 93px;
  }
  .Top_bar {
    background-color: black;
    padding-top: 5px;
    padding-bottom: 4px;  
  }
  .header-logo a {
    padding-top: 0;
    padding-bottom: 6px;
  }
  .header-outer-wrap {
    min-height: auto;
  }
  .site-header .inner-wrapper {
    position: relative;
  }
  .menu_wrapper  {
    position: static;
    width: 100%;
  }
  .menu_wrapper h3 {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .menu_wrapper h3 a {
    line-height: normal;
  }
  .responsive-menu-toggle {
    margin-top: -17px;
    right: 10px;
    top: 30px;
  }
  .responsive-menu-toggle  i {
    font-size: 22px;
    line-height: 34px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  border-top: 1px solid;
  text-align: center;
}
.footer__container {
  max-width: 1220px !important ;
  margin: 0 auto;
}
.footer__main {
  padding-bottom: 20px;
  padding-top: 30px;
  min-height: 33px;
  width: 98%;
  margin-right: .5%;
  margin-left: .5%;
}

.footer .copyright {
  margin: 0 0 10px;
}
.footer .social-share-wrap ul li {
  margin-bottom: 0px; 
}
.footer .social-share-wrap ul {
  margin: 0;
  padding: 0;
}
.footer .social-share-wrap .social li a {
  font-size: 25px;
}
.footer .social-share-wrap .social li i {
  font-size: 25px;
}
#back_to_top.sticky {
  position: fixed;
  right: 75px;
  bottom: 20px;
  z-index: 1;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  color: #65666c;
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
}
#back_to_top {
  float: right;
  margin: -9px 0 0;
}
#back_to_top .icon-up-open-big:before {
  content: '\e946';
}
@media (max-width: 767px) {
  .footer__container {
    max-width: 700px !important; 
    padding-left: 33px;
    padding-right: 33px;
  }
  .footer__main {
    margin: 0;
    width: 100%;
  }
  .footer .social-share-wrap ul li {
    margin-right: 2px;
  }
  #back_to_top.sticky {
        right: 20px;
  }
}

/* Social Share */
.social-wrapper {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 1px 12px #000;
}
.social-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-wrapper li a span {
  display: block;
  font-size: 2.25rem;
  padding: 0.75rem;
  color: #fff;
  line-height: 0;
  transition: .3s;
}
.social-wrapper li span.fi-social-facebook {
  background: #5890ff;
}
.social-wrapper li span.fi-social-facebook:hover {
  background: #256eff;
}
.social-wrapper li span.fi-social-twitter {
  background: #00b2ff;
}
.social-wrapper li span.fi-social-twitter:hover {
  background: #008ecc;
}
.social-wrapper li span.fi-social-instagram {
  background: linear-gradient(#400080,transparent),linear-gradient(200deg,#d047d1,red,#ff0);
}
.social-wrapper li span.fi-social-instagram:hover {
  background: linear-gradient(#27004d,transparent),linear-gradient(200deg,#b62eb7,#c00,#cc0);
}
.social-wrapper li span.fi-social-youtube {
  background: #c00;
}
.social-wrapper li span.fi-social-youtube:hover {
  background: #900;
}
.fi-social-facebook:before,
.fi-social-twitter:before,
.fi-social-instagram:before,
.fi-social-youtube:before {
  font-family: foundation-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.fi-social-facebook:before {
  content: "\f1c4";
}
.fi-social-twitter:before {
  content: "\f1e4";
}
.fi-social-instagram:before {
  content: "\f1cd";
}
.fi-social-youtube:before {
  content: "\f1ea";
}
@media (max-width: 640px) {
  .social-wrapper {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-banner-area {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(245, 245, 245, 1);
  padding: 50px 0;
}
.blog-banner-area .banner-content {
  margin-left: .5%;
  margin-top: 0px;
  margin-right: .5%;
  width: 98%;
  margin-bottom: 0;
}

.blog-banner-area h1.banner-title {
  margin-bottom: 0;
  width: 100%;
  color: #2a4767;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.hs-blog-listing .blog-title {
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #2a4767;
  border: 2px solid transparent;
  padding: 10px 0px 0px 0px;
  margin-top: 62px;
}
.hs-blog-listing .blog-title h2 {
  font-size: 26px !important;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #fff;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-style: italic;
}
.hs-blog-listing .blog-content {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5% !important;
  width: 98%;
}

.post-item {
  margin-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
}

.post-item:before,
.post-item:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.featured-image-wrapper {
  width: 37%;
  float: left;
  border-style: solid;
  max-width: 100%;
  display: block;
  margin: 0;
  line-height: 0;
  border-color: #d4d1d1;
  border-width: 6px;
}

.post-item .image_wrapper {
  position: relative;
  overflow: hidden;
  border-color: #e2e2e2;
}

a.featured-image-link {
  display: block;
}

.post-item .image_wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}

.post-item .image_wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255,255,255,.4);
}

.post-item img.featured-image {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: -15px!important;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.post-item .image_links.double {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(24, 42, 64, 0.8);
}

.post-item .image_links.double a {
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #ffffff;
  width: 50%;
  display: block;
  float: left;
}

.post-item .image_links.double a.zoom {
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
}

.post-desc-wrapper {
  width: 63%;
  float: left;
}
.post-item.no-image .post-desc-wrapper {
   width: 100%;
}
.post-desc {
  padding: 15px 0 0 20px;
}

.post-meta {
  margin-bottom: 8px;
  color: #a8a8a8;
}

.post-meta .author-date {
  float: left;
}

.icon-clock:before {
  content: '\e843';
}

.blog h2 {
  font-size: 26px !important;
}

h2.entry-title {
  margin-bottom: 15px;
  color: #69a5c7;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 26px !important;
}

h2.entry-title a{
  color: inherit;
}

h2.entry-title a:hover {
  color: #2a4767;
  text-decoration: none;
}

.post-excerpt {
  margin-bottom: 15px;
}

.post-footer {
  background: rgba(0,0,0,.02);
  padding: 7px 15px;
  overflow: hidden;
  line-height: 30px;
  color: #a8a8a8;
}

.post-footer .button-love {
  float: left;
}

.post-footer .post-links {
  float: right;
  border-left: 1px solid rgba(0,0,0,.08);
  padding-left: 10px;
}

.icon-doc-text:before {
  content: '\e85d';
}

.blog-pagination {
  float: left;
  text-align: center;
  width: 100%;
}

.blog-pagination a {
  text-decoration: none;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background-color: transparent!important;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  transition: all .3s;
  border-color: #f7f7f7;
  color: #937032 !important;
}

.blog-pagination a span.button_icon {
  display: block;
  float: left;
  padding: 11px 12px;
  background: none;
}

.blog-pagination a span.button_icon i {
  border-color: #f7f7f7;
  color: #937032;
}
.blog-pagination a:hover span.button_icon i {
color: rgba(0,0,0,.5)!important;
}
.icon-layout:before {
  content: '\e8b1';
}

.blog-pagination .button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}

.blog-pagination .button_label {
  padding: 11px 10px;
  color: #5f5f5f;
}

.blog-pagination a:hover{
  background-color: #f7f7f7 !important;
  color: #fff;
}

.featured-image-wrapper:hover .image_wrapper .mask:after {
  opacity: 1;
}

.featured-image-wrapper:hover img.featured-image {
  top: -15px;
}

.featured-image-wrapper:hover .image_links.double {
  bottom: 0;
}

.icon-search:before {
  content: '\e91b';
}

.icon-link:before {
  content: '\e8c2';
}

.post-item .image_links.double a:hover {
  background: #ffffff;
  color: #182a40;
}

.hs-blog-post .blog-wrapper {
  width: 100%;
}
.hs-blog-post .blog-banner-area {
  margin-bottom: 30px;
}
.hs-blog-post .column, .hs-blog-post .columns {
  float: left;
  margin: 0 1% 40px;
}

.post-nav {
  padding: 10px 15px 4px 130px;
  margin-bottom: 20px;
  background-image: url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/images/stripes_5_b.png);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.hs-blog-post .column, .hs-blog-post .columns {
  float: left;
  margin: 0 1% 0px;
  margin-top: 0px;
  margin-right: .5%;
  margin-bottom: 0px;
  margin-left: .5%;
}

.hs-blog-post .one.column {
  width: 98%;
}

.post-nav .next-prev-nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-nav .next-prev-nav li {
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}

.post-nav .next-prev-nav a.button {
  text-decoration: none;
  outline: 0;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background-color: transparent!important;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  transition: all .3s;
  border-color: #f7f7f7;
  color: #937032;
  margin: 0;
  padding: 0!important;
}

a.button .button_icon {
  display: block;
  float: left;
  background-color: rgba(0,0,0,.05);
}

a.button .button_icon {
  padding: 11px 12px;
}

.post-nav a.button .button_icon {
  background: none;
}

.post-nav .next-prev-nav a.button i {
  border-color: #f7f7f7;
  color: #937032;
}

.icon-left-open:before {
  content: '\e8b7';
}

.icon-right-open:before {
  content: '\e915';
}

.post-nav .list-nav {
  float: right;
  line-height: 49px;
}

.icon-layout:before {
  content: '\e8b1';
}

.post-nav a:hover.button, .post-nav a:hover.tp-button {
  background-color: #f7f7f7 !important;
  color: #fff;
}

.post-header .button-love {
  width: 99px;
  float: left;
  text-align: center;
}

.post-meta {
  margin-bottom: 8px;
  color: #a8a8a8;
}

.post-meta .author-date {
  float: left;
}
.single-photo-wrapper.image {
  text-align: center;
}

.share_wrapper {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  width: 98px;
  text-align: center;
  padding: 10px 0 5px;
  border-color: rgba(0,0,0,.08);
}

.single-photo-wrapper .share_wrapper {
  float: left;
}

.image_frame, .wp-caption {
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.single-photo-wrapper.image .image_frame {
  border: 6px solid #d4d1d1;
  margin-left: 0;
  display: inline-block;
  max-width: calc(100% - 130px);
  max-width: -webkit-calc(100% - 130px);
  max-width: -moz-calc(100% - 130px);
  max-width: -ms-calc(100% - 130px);
  width: 100%;
}

.image_frame .image_wrapper {
  position: relative;
  overflow: hidden;
  border-color: #e2e2e2;
}

.image_frame a, .wp-caption a {
  display: block;
}

.image_frame .image_wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.image_frame .image_wrapper .mask, .edd_download_image:after {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}

.image_frame .image_wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255,255,255,.4);
}

img.scale-with-grid {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: -15px!important;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.image_frame .image_wrapper .image_links {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(24, 42, 64, 0.8);
}

.image_frame .image_wrapper .image_links a {
  display: block;
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #ffffff;
}

.wp-caption-text {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px;
  line-height: normal;
}

.wp-caption-text {
  background: #f8f8f8;
  color: #A6A6A6;
}

.image_frame:hover .image_wrapper .mask:after, 
.image_frame.hover .image_wrapper .mask:after {
  opacity: 1;
}

.image_frame:hover .image_wrapper img, 
.image_frame.hover .image_wrapper img {
  top: -15px;
}

.image_frame:hover .image_wrapper .image_links, 
.image_frame.hover .image_wrapper .image_links {
  bottom: 0;
}

.image_frame .image_wrapper .image_links a:hover {
  background: #ffffff;
  color: #182a40;
}

.blog-post-wrapper .post-body {
  float: left;
}

.the_content_wrapper {
  margin: 0 1%;
}

.section.post-footer {
  background: transparent;
  padding: 0;
  line-height: inherit;
  color: inherit;
  margin: 0 1%;
}

.comment-date {
  display: block;
  text-align: left;
}

.hs-blog-post .body-container-wrapper {
  margin-bottom: 40px;
}

.stButton {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px;
}

.share_wrapper .stButton {
  margin-bottom: 10px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  cursor: pointer;
}

.stButton .stBubble {
  height: 44px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  color: #4d4d4d;
  width: 60px;
  overflow: hidden;
  display: none;
  background: url(https://19972050.fs1.hubspotusercontent-na1.net/hubfs/19972050/raw_assets/public/VerandaPensacola-June2021/images/bubble_arrow_below.png) no-repeat 10px 40px;
  line-height: 16px;
  display: block;
}
.stButton .stFb, .stButton .stTwbutton,
.stButton .stMainServices {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
  display: inline-block;
  white-space: nowrap;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  height: 16px!important;
  min-height: 16px!important;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 16px;
  width: auto;
  position: relative;
}

.stButton .st-twitter-counter, 
.stButton .st-facebook-counter {
  width: 60px;
}

.stButton .stBubble_count {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  width: 58px;
  height: 29px;
  font-family: Helvetica,sans-serif;
  color: #555;
  position: relative;
  z-index: -1;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

.stButton .st-pinterest-counter,
.stButton .st-email-counter {
  width: 60px;
}

.fixed-nav {
  position: fixed;
  bottom: 40px;
  height: 80px;
  z-index: 9;
  text-decoration: none;
}

.fixed-nav.fixed-nav-prev {
  left: 0;
}

.fixed-nav.fixed-nav-prev {
/*   margin-left: 250px; */
}

.fixed-nav.fixed-nav-next {
  right: 0;
}

.fixed-nav .arrow {
  display: block;
  width: 35px;
  height: 80px;
  font-size: 15px;
  position: relative;
  z-index: 999;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background-color: #b7b7b7;
}

.fixed-nav-prev .arrow,
.fixed-nav-prev .photo, 
.fixed-nav-prev .desc {
  float: left;
}

.icon-left-open-big:before {
  content: '\e8b8';
}

.fixed-nav .photo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 92;
  overflow: hidden;
  line-height: 0;
  background-color: #000;
}

.fixed-nav .photo, .fixed-nav .desc {
  transition: all .3s ease-in-out;
}

.fixed-nav .photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.fixed-nav .desc {
  width: 190px;
  padding: 6px 15px;
  min-height: 68px;
  background: #fff;
  z-index: 91;
}

.fixed-nav .desc {
  margin: 0;
  opacity: 0;
}

.fixed-nav .desc h6 {
  color: #000000;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.fixed-nav-next .arrow,
.fixed-nav-next .photo, 
.fixed-nav-next .desc {
  float: right;
}

.icon-right-open-big:before {
  content: '\e916';
}

.fixed-nav:hover .desc {
  opacity: 1;
}

.blog-wrapper {
  clear: both;
  overflow: hidden;
}

.blog-title-img {
  padding-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 31px;
  text-align: center;
}

.fancybox-button,
.fancybox-infobar {
  
}

.hs-blog-listing .header-top-section,
.hs-blog-post .header-top-section {
  display: none !important;
}

.hs-blog-listing .body-content-wrapper,
.hs-blog-post .body-content-wrapper {
  padding: 0 !important;
}



.hs-blog-post .blog-post-wrapper .post-body {
  float: none;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
}

.hs-blog-post .blog-comments .hs-input {
  max-width: 767px;
}

.hs-blog-post .blog-comments {
  margin-top: 20px;
}

.hs-blog-post .blog-comments .grecaptcha-badge {
  margin: 0 !important;
}

.hs-blog-post .body-content-wrapper {
  margin-bottom: 40px;
}

.hs-blog-post .blog-comments .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.hs-blog-post .blog-comments input.hs-button.primary {
  margin: 0;
  border-color: #b7b7b7;
  color: #b7b7b7;
  padding: 10px;
}
.hs-blog-post .blog-comments input.hs-button.primary:hover,
.hs-blog-post .blog-comments input.hs-button.primary:focus{
  background-color: #b7b7b7 !IMPORTANT;
  border-color: #947131 !IMPORTANT;
  color: #ffffff;
  border-width: 2px !IMPORTANT;
  border-style: solid !IMPORTANT;
  border-radius: 3px !IMPORTANT;
}
.hs-blog-post .blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 16px 0;
}

.hs-blog-listing .header-outer-wrap,
.hs-blog-post .header-outer-wrap {
  min-height: 0 !important;
}

.fancybox-button--close {
  position: fixed !important;
  z-index: 999999 !important;
  top: 0;
  right: 0;
  display: block !important;
  pointer-events: none;
}

.fancybox-slide--image {
  cursor: pointer;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media (min-width: 768px) {
  .single-photo-wrapper .share_wrapper {
        margin-top: -30px;
  }
  .blog-section .title_wrapper {
    margin-left: 99px;
    padding-left: 30px;
}
}

@media only screen and (max-width: 1430px){
  .fixed-nav-prev .photo {
    position: static;
    margin-left: -115px;
  }

  .fixed-nav-prev:hover .photo {
    margin-left: 0;
  }

  .fixed-nav-next .photo {
    position: static;
    margin-right: -115px;
  }

  .fixed-nav-next:hover .photo {
    margin-right: 0;
  }
}

@media (max-width: 1239px) {
  .hs-blog-listing .header-outer-wrap,
  .hs-blog-post .header-outer-wrap {
    min-height: 107px;
  }
  .blog-wrapper {
    padding-top: 60px;
  }
  .fixed-nav.fixed-nav-prev {
    margin-left: 0;
}
}

@media only screen and (max-width: 1239px) and (min-width: 960px){
  .blog-pagination .button_label {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .blog-pagination a span.button_icon {
    display: none;
  }

  .blog-pagination .button_label {
    padding: 11px;
  }
  .hs-blog-listing .blog-title h2 {
    line-height: 31px;
    letter-spacing: 7px;
  }
  .blog-banner-area h1.banner-title {
        width: 100%;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 7px;
  }
}

@media (max-width: 767px) {
  .blog-banner-area h1.banner-title {
    width: 100%;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 6px;
  }
  .blog-wrapper {
    padding-top: 0px;
  }
  .hs-blog-listing .blog-title {
    margin-top: 80px;
  }
  .hs-blog-listing .blog-title h2 {
    line-height: 27px;
    letter-spacing: 6px;
  }
  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    display: block; 
  }

  .blog-title-img > div {
    margin: 0 !important;
    float: none;
    width: 100%;
  }

  .blog-title-img {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 51px;
  }

  .hs-blog-listing .blog-content {
    width: 100%!important;
    clear: both;
    margin: 0 0 20px !important;
    height: auto!important;
  }

  .featured-image-wrapper {
    width: 100%;
    float: none;
  }

  .post-desc-wrapper {
    width: 100%;
    float: none;
  }

  .post-desc {
    padding: 15px 0 0;
  }

  h2.entry-title {
    line-height: 27px;
    letter-spacing: 6px;
  }

  span.love-text {
    display: none;
  }
  .blog-pagination {
    margin: 0 0 21px;
  }

  .hs-blog-post .one.column {
    width: 100%!important;
    clear: both;
    margin: 0 0 20px;
    height: auto!important;
  }

  .post-nav {
    padding: 10px 10px 4px 90px;
  }

  .section_wrapper .mcb-wrap, .section_wrapper .column{
    margin: 0;
    width: 100%!important;
    clear: both;
  }

  .section_wrapper .column {
    margin: 0 0 20px;
    height: auto!important;
  }

  .single-photo-wrapper .share_wrapper {
    float: none;
    padding: 5px 15px 0;
    margin-bottom: 20px;
    width: auto;
  }

  .single-photo-wrapper .image_frame {
    max-width: 100%!important;
    margin-left: 0;
  }

  .fixed-nav {
    display: none!important;
  }

  .hs-blog-listing .header-outer-wrap, 
  .hs-blog-post .header-outer-wrap {
    min-height: initial;
  }

  .hs-blog-listing .blog-content {
    width: 100%!important;
    clear: both;
    margin: 0 0 20px !important;
    height: auto!important;
  }

  .blog-title-img {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 41px;
  }



  .fancybox-content {
    width: 80% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .hs-blog-post .blog-comments .hs-input {
    max-width: 100%;
  }

}

@media (max-width: 641px) {
  .blog-comments input.hs-button.primary {
    line-height: 2;
    min-height: 2rem;
  }
}

@media (max-width: 479px) {
  h2.entry-title {
    line-height: 22px;
    letter-spacing: 5px;
  }

  .post-nav {
    padding: 10px 10px 4px;
  }
  .blog-banner-area h1.banner-title {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 5px;
  }
  .hs-blog-listing .blog-title h2 {
    line-height: 22px;
    letter-spacing: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}

.systems-page .hs-error-msgs {
  margin-left: 0;
}

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

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #000000;
  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: #000000;
}

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

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.custom-error-page .error_pic {
  width: 30%;
  float: left;
  text-align: center;
}

.custom-error-page .error_desk {
  width: 70%;
  float: left;
  padding-top: 40px;
}

.custom-error-page .error_pic i {
  font-size: 250px;
  line-height: 250px;
  color: #b7b7b7;
}

.custom-error-page .error_pic i:before {
  content: '\e93b';
}

.custom-error-page .error_desk h2 {
  font-size: 45px;
  line-height: 45px;
}

.custom-error-page .error_desk h4 {
  font-size: 26px;
  line-height: 30px;
}

.custom-error-page .error_desk p span {
  line-height: 45px;
  font-size: 16px;
}

.custom-error-page .error_desk p a.button {
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  border-color: white !important;
  background-color: #2a4767 !important;
  color: white !important;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  margin: 0;
  display: inline;
  margin-left: 20px;
  letter-spacing: 4px;
  text-decoration: none;
}

@media (max-width:959px) {
  .custom-error-page .error_pic {
    float: none;
    width: 100%;
  }

  .custom-error-page .error_desk {
    float: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

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

  .systems-page h1 {
    font-size: 28px;
    letter-spacing: 0;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }

  .custom-error-page .error_pic i {
    font-size: 160px;
    line-height: 160px;
  }

  .custom-error-page .error_desk h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .custom-error-page .error_desk h4 {
    font-size: 19px;
    line-height: 25px;
  }

  .custom-error-page .error_desk p span {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }
}