*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 40px 20px;
}

.dnd-section {
    margin-bottom: 15px;
}


.dnd-section>.row-fluid {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}

@media (max-width: 1240px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid {
    margin: 0 auto;
    padding: 0 15px;
  }
}
@font-face { 
  font-family: "HelveticaNeueLTStd-Lt"; 
  src: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/HelveticaNeueLTStd-Lt.otf) format("opentype"); 
  font-style: normal; font-weight: normal; font-stretch: normal; 
}

@font-face { font-family: "HelveticaNeueLTStd-Bd"; 
  src: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/HelveticaNeueLTStd-Bd.otf) format("opentype"); 
  font-style: normal; font-weight: normal; font-stretch: normal; 
}

@font-face { 
  font-family: "HelveticaNeueLTStd-Md"; 
  src: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/HelveticaNeueLTStd-Md.otf) format("opentype"); 
  font-style: normal; font-weight: normal; font-stretch: normal; 
}
@font-face { 
  font-family: "HelveticaNeueLTStd-Roman"; 
  src: local("HelveticaNeueLTStd-Roman"), 
    url("https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/BrandyWineRealty_December2021/fonts/HelveticaNeueLTStd-Roman-1.otf") format("opentype"); 
  font-style: normal; 
  font-weight: normal; 
  font-stretch: normal; 
}


@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/fa-brands-400%202555.woff2) format("woff2");
  font-style: normal; font-weight: normal; 
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/fa-solid-900%20131.woff2) format("woff2");
  font-style: normal; font-weight: 900; 
}


@font-face { 
  font-family: "HelveticaNeueLTStd-Th"; 
  src: local("HelveticaNeueLTStd-Th"),
    url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/fonts/HelveticaNeueLTStd-Th.otf) format("opentype"); 
  font-style: normal; font-weight: normal; font-stretch: normal; }




body {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'HelveticaNeueLTStd-Lt';
  color: #354a59;
}


/* Paragraphs */

p {
  font-weight: 400;
  margin: 0 0 1.4rem;
  color: #354a59;
  font-size: 1.25rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 { line-height: 1; margin-top: 1.4rem;}

h2 { line-height: 1; }

h3 { line-height: 1; }

h4 { line-height: 1; }

h5 { line-height: 1; }

h6 { line-height: 1; }


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width: 100%; 
  height: auto;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: .35rem;
  /* font-weight: bold; */
  font-weight: 400;
  line-height: 1.5;
  /* color: #354a59; */
  text-align: left;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  outline: 0;
  margin-top: 10px;
  font-family: inherit;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  background-clip: padding-box;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 0.375rem 0.75rem;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #354a59;
  border: solid 2px #0093c9;
  height: 3.75rem;
  border-radius: 0;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: #fff;
  border-color: #41b9ff;
  box-shadow: 0 0 0 0.2rem rgba(0,121,192,0.25);
}


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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs-error-msgs label{
  margin: 0;
}

/* Submit button */

button, .button, form input[type=submit], form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: 100%;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  /* padding: 0.3125rem 0.625rem 0.625rem; */
  font-size: 1.5rem;
  text-transform: uppercase;
  height: 3.75rem;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form#email-prefs-form h3 {
  margin-bottom: 0;
}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
header.header.site__header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s,-o-transform .5s;
}



.header-wrap {
  width: 100%;
  padding-right: 40px;
  margin: 0 auto;
}





nav.navigation h2 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

nav.primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  width: 100%;
}

section.row.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 90px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.header-hide .header.site__header {
  transform: translateY(-100%);
}

.nav-trigger-items div span a.nav-tenants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 0.875rem;
  color: #003c71;
  float: right;
  text-indent: -624.9375rem;
  text-decoration: none;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-background-size: 1.5625rem 1.5625rem;
  background-size: 1.5625rem 1.5625rem;
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/tenants.svg) no-repeat center;
  margin: 0 auto;
}


.nav-trigger-items div span a.search-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.0625rem 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #003c71;
  text-indent: -624.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-background-size: 1.5625rem 1.5625rem;
  background-size: 1.5625rem 1.5625rem;
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/search.svg) no-repeat center;
  margin: 0 6.25rem 0 0;

}

.cd-search .search-block-form {
  width: 100%;
  background: #fff;
}

.cd-search .search-block-form .container-inline {
  width: 100%;
}

.container-inline div, .container-inline label {
  display: inline-block;
}

.cd-search .search-block-form .container-inline {
  width: 100%;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.cd-search .search-block-form {
  width: 100%;
  background: #fff;
}

#search-block-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header #search-block-form {
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cd-search .search-block-form .container-inline #search-block-form {
  width: 100%;
  padding: 0 1.875rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.cd-search .search-block-form .container-inline #search-block-form fieldset {
  width: 100%;
  margin: 0;
}

.cd-search .search-block-form .container-inline {
  width: 100%;
}

.cd-search .search-block-form .container-inline {
  width: 100%;
}

.container-inline div, .container-inline label {
  display: inline-block;
}

.cd-search .search-block-form .container-inline #search-block-form .form-actions button {
  width: 10.9375rem;
  height: 3.75rem;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  text-transform: uppercase;
  color: #0093c9;
  font-size: 1.5rem;
  background: #fff;
  padding: 0.625rem;
  border-radius: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #354a59;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border-width: 1px !important;
}

.btn-primary {
  color: #fff;
  background-color: #0079C0;
  border-color: #0079C0;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.cd-search .search-block-form .container-inline #search-block-form .form-actions button:after {
  position: relative;
  display: inline-block;
  content: "";
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/search-blue-icon.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  top: 6px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.container-inline div, .container-inline label {
  display: inline-block;
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.cd-search .search-block-form .container-inline #search-block-form fieldset input {
  border-radius: 0;
  border: solid 1px #0093c9;
  width: 100%;
  height: 3.75rem;
  font-size: 1.5rem;
  padding: 1.25rem;
  margin: 0;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,0.05);
}




.menu_toggle div.cd-search {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  -o-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity .3s 0s,visibility 0s 0s;
}

.nav-trigger-items div span a.search-trigger:hover {
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/search_blue.svg) no-repeat center;
}

.nav-trigger-items div span a.nav-tenants:hover {
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/tenants_blue.svg) no-repeat center;
}

.nav-trigger-items div span a.search-trigger>div {
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  font-size: 0.875rem !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
}


.nav-trigger-items div span a.nav-tenants>div {
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  font-size: 0.875rem !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
}

.cd-search .search-block-form .container-inline #search-block-form .form-actions button:hover {
  color: #fff;
  background: #0093c9;
}

.cd-search .search-block-form .container-inline #search-block-form .form-actions button:hover:after {
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/icn-search-white.svg) no-repeat;
}

.cd-search .search-block-form .container-inline #search-block-form fieldset input::placeholder {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: italic;
  color: #5B7E96;
}

:focus-visible {
  outline: none;
}

.lp-logo ul.submenu.level-1>li:not(:first-child) {
    display: none;
}

@media (min-width: 576px) {
  div.cd-search {
    height: 120px;
    top: 140px;
  }

  .cd-search .search-block-form .container-inline #search-block-form fieldset {
    width: calc(100% - 195px);
  }

  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }

}


@media (min-width: 768px) {
  .nav-trigger-items div span a.search-trigger:hover {
    text-indent: 0;
  }

  .nav-trigger-items div span a.nav-tenants>div {
    color: #0093c9;
    position: relative;
    top: 20px;
    left: -13px;
  }
  .nav-trigger-items div span a.search-trigger>div {
    color: #0093c9;
    position: relative;
    top: 20px;
    left: -20px;
  }

  .nav-trigger-items div span a.nav-tenants:hover {
    text-indent: 0;
  }

  header.header.site__header {
    height: 150px;

  }

  .nav-trigger-items div span a.nav-tenants  {
    padding: 4.0625rem 0;
  }

}



@media screen and (min-width: 992px) {
  .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none;
  }


  ul.submenu.level-1>li>a {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.39px;
    color: #003c71;
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
    padding-right: 0;
    font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  }

  ul.submenu.level-1>li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
    padding: 4.0625rem 0;
  }

  ul.submenu.level-1>li:first-child {
    display: block;
    text-indent: -624.9375rem;
    width: 7.3125rem;
    height: 8.125rem;
    -webkit-background-size: 8.125rem 7.3125rem;
    background-size: 8.125rem 7.3125rem;
    background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/Header%20logo.svg) center;
    margin: 0 4rem 0 0;
  }

  ul.submenu.level-1>li:first-child>a {
    height: 100px;
    margin-top: -50px;
    display: block;
  }

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

  ul.submenu.level-2 {
    display: none !important;
  }

  ul.submenu.level-1 {
    margin: 0;
    padding: 0;
  }

  ul.submenu.level-1:after {
    display: block;
    clear: both;
    content: "";
  }

  ul.submenu.level-1 li input {
    display: none;
  }

  a.nav-trigger {
    display: none;
  }

  a.mobile-logo {
    display: none;
  }

  nav.primary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 97%;
  }

}

@media (min-width: 992px) and (max-width: 1055px) {
  ul.submenu.level-1>li:first-child {
    width: 6.25rem;
    margin: 0 1rem 0 0;
  }
}

@media (max-width: 1199.98px) {
  .nav-trigger-items div span a.search-trigger {
    margin: 0 3.75rem 0 0;
  }
}

@media screen and (max-width: 991.98px) {
  ul.submenu.level-1 {
    display: none;
  }

  ul.submenu.level-1 .has-submenu {
    position: relative;
  }

  i.child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    display: none;
  }

  ul.submenu.level-2 li a {
    color: #fff;
  }

  .child-open:after {
    content: '-' !important;
  }

  .nav-trigger-items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .nav-trigger-items div span a.nav-tenants {
    padding: 4.0625rem 0;
    display: none;
  }

  .nav-trigger-items a.nav-trigger {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
  }

  .nav-trigger-items a.nav-trigger {
    transform: translateY(-50%);
    text-indent: -624.9375rem;
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #003c71;
    font-weight: bold;
    right: 0;
  }

  .nav-trigger-items a.nav-trigger>span>em:after {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #003c71;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s,-o-transform .2s;
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }

  .nav-trigger-items a.nav-trigger>span>em:before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #003c71;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s,-o-transform .2s;
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }



  i.child-trigger.child-open:before {
    -webkit-transform: rotate(
      45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg);
    right: 1rem;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
    right: 0.625rem;
    width: 15px;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
  }

  i.child-trigger.child-open:after {
    -webkit-transform: rotate(
      -45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
    right: 0.625rem;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
    right: 0.625rem;
    width: 15px;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
  }

  .nav-trigger-items a.nav-trigger>span>em {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #003c71;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 6px 0 14px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }

  .nav-trigger-items a.nav-trigger>span {
    display: table-cell;
    vertical-align: middle;
  }

  a.mobile-logo {
    font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
    font-size: 0.875rem !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    display: block;
    position: relative;
    left: 1.4375rem;
    z-index: 100;
    text-indent: -624.9375rem;
    width: 8.75rem;
    height: 5.625rem;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/mobile-logo.svg) center no-repeat;
    margin: 0 auto;
  }

  .nav-trigger-items div span a.search-trigger {
    position: absolute;
    right: 0;
    top: 35%;
    float: right;
    padding: 0 1em;
    margin: 0 1.875rem 0 0 !important;
  }

  .show-menu ul.submenu.level-1 {
    display: block;
  }
  .show-menu ul.submenu.level-1 {
    position: absolute;
    z-index: 20;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 20px rgb(0 0 0 / 20%);
    box-shadow: 0 14px 20px rgb(0 0 0 / 20%);
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .show-menu .nav-trigger-items a.nav-trigger>span>em {
    background-color: rgba(255,255,255,0);
  }

  .show-menu .nav-trigger-items a.nav-trigger>span>em:after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .show-menu .nav-trigger-items a.nav-trigger>span>em:before {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ul.submenu.level-2 {
    display: none;
  }

  .show-menu ul.submenu.level-1>li>a {
    padding: 0.5rem 1rem;
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 5%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.39px;
    color: #003c71;
    font-size: 0.875rem !important;
    text-transform: uppercase;
    position: relative;
    font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  }

  .show-menu ul.submenu.level-1>li:first-child {
    display: none;
  }

}

@media (max-width: 768px) {
  i.child-trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #0093c9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(
      45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg);
    right: 1rem;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
  }

  i.child-trigger:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #0093c9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(
      -45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
    right: 0.625rem;
    -webkit-transform: origin(9px 50%);
    -o-transform: origin(9px 50%);
    transform: origin(9px 50%);
  }

  ul.submenu.level-2>li>a {
    font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.39px;
    color: #003c71;
    font-size: 0.875rem !important;
    text-transform: uppercase;
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 8%;
  }

  ul.submenu.level-2>li {
    list-style: none;
  }

  ul.submenu.level-2 {
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    list-style: none;
    padding: 0;
    display: none;
    position: relative;
    top: 0;
    margin: 0 auto;
    box-shadow: none !important;
  }

  i.child-trigger {
    display: block;
  }
}

@media (max-width: 479px) {
  .body-container--home .button {
    font-size: 20px;
  }
}
.fluid-container.footer--bottom {
  background: #003c71;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}




.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

span.mailing-list--copy {
  text-transform: uppercase;
  margin: 0 0.625rem;
  font-size: 1.125rem !important;
}

.mailing-list a {
  color: white;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  font-size: 0.875rem !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
}

span.mailing-icon {
  position: relative;
  top: 3px;
  display: block;
  margin: 0;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/mailing-icon.svg);
  -webkit-background-size: 1.5rem 1.5625rem;
  background-size: 1.5rem 1.5625rem;
  background-position: center;
}

i.fas.fa-arrow-right {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -4px;
}

i.fas.fa-arrow-right:before {
  content: "\f061";
}

.mailing-list {
  position: relative;
  font-size: 1.375rem;
  padding: 1.875rem 0;
}

.col.col2.social-wrapper>div {
  display: flex;
  width: 100%;
}

.col.col2.social-wrapper ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
  width: 100%;
}

.col.col2.social-wrapper ul li a i {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
}

.col.col2.social-wrapper ul li {
  list-style: none;
}

.col.col2.social-wrapper ul li a i.facebook:before {
  content: "\f39e";
}

.col.col2.social-wrapper ul li a i.instagram:before {
  content: "\f16d";
}
.col.col2.social-wrapper ul li a i.twitter:before {
  content: "\f099";
}
.col.col2.social-wrapper ul li a i.youtube:before {
  content: "\f167";
}
.col.col2.social-wrapper ul li a i.linkedin:before {
  content: "\f0e1";
}
.col.col2.social-wrapper ul li a i.vimeo:before {
  content: "\f27d";
}

.col.col2.social-wrapper ul li a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: 2rem !important;
  position: relative;
  display: inline;
  float: left;
}

.column1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.column2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.column4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.column5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.column3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column3 {
  display: none;
}

.column h2 {
  font-size: 0.9375rem !important;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  font-weight: 700;
  color: #003c71;
  line-height: 1;
  margin: 0.1875rem 0 1.125rem 0;
  padding: 0;
}

.legel-nav p {}

.column.column5 p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
  position: relative;
  left: -0.9375rem;
  top: -0.625rem;
  color: #003c71 !important;
  font-size: 0.9375rem;
  padding: 0.9375rem 0.3125rem 0.9375rem 0.9375rem;
  text-align: left;
}

.legel-nav ul li a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
  display: block;
  font-size: 0.9375rem !important;
  color: #003c71;
  padding: 0.3125rem 0 !important;
  margin: 0;
}

.legel-nav ul {
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}

.corporate-nav ul li a {
  transition: all .3s ease-in-out;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
  display: block;
  font-size: 0.9375rem;
  color: #003c71;
  padding: 0.3125rem 0;
  margin: 0;
}

.corporate-nav ul li {
  list-style: none;
}

.corporate-nav ul {
  margin: 0;
  padding: 0;
}

.footer-contact ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 0 0 0;
  list-style: none;
}

.footer-contact ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.0625rem;
}

.column.column1 a {
  display: block;
  text-indent: -624.9375rem;
  width: 12.5rem;
  height: 11.5rem;
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/Footer%20logo.svg);
  -webkit-background-size: 12.5rem 12.5rem;
  background-size: 12.5rem 12.5rem;
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.footer-contact p {
  /* color: red; */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
  font-size: 0.9375rem;
  color: #354a59;
  margin-bottom: 0rem;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.container.padding-vertical {
  padding: 3.125rem 0;
}

.footer-contact ul li a {
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  transition: ease all 0.3s;
}

.footer-contact ul li img {
  vertical-align: middle;
  border-style: none;
  margin: 0 1.25rem 0 0;
}

nav.menu--legal h2 {
  padding-left: 0;
}

li.d-flex.flex-row.phone>div {
  line-height: 0;
}

.footer-contact p:hover {
  color: #0093c9;
}

.legel-nav ul li a:hover,
.corporate-nav ul li a:hover {
  color: #0093c9;
}

.modal.fade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear;
}

.show-form .modal.fade {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out,-o-transform 0.3s ease-out;
  -webkit-transform: translate(0,-50px);
  -o-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.show-form {
  padding-right: 21px;
  overflow: hidden;
}

.show-form .modal.fade .modal-dialog {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}


.modal-content {
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  outline: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.modal-content .actions input {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #1794c7;
  border-color: #1794c7;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  height: auto;
  text-transform: capitalize;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-content h1 span {
  font-weight: 500 !important;
  font-family: "HelveticaNeueLTStd-Bd",Arial,Verdana,sans-serif;
  font-size: 1.3125rem !important;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-dialog.modal-dialog-centered .modal-content form input[type=email], 
.modal-dialog.modal-dialog-centered .modal-content form input[type=text] {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  display: inline-block;
  width: 100%;
  height: 40px;
  max-width: 100%;
  border: none;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  margin: 0;
}

.modal-dialog.modal-dialog-centered .modal-content form input[type=email]:focus, 
.modal-dialog.modal-dialog-centered .modal-content form input[type=text]:focus {
  box-shadow: none;
}

.modal-dialog.modal-dialog-centered .modal-content form input[type=email]::placeholder, 
.modal-dialog.modal-dialog-centered .modal-content form input[type=text]::placeholder {
  color: #c1c1c1;
}


.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.subscribe-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-header h4 {
  font-family: "HelveticaNeueLTStd-Bd",Arial,Verdana,sans-serif;
  font-size: 1.3125rem;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background-color: transparent;
  border: 0;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
}

.subscribe-form form span {
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 13px;
}

.subscribe-form form label {
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.subscribe-form .hs-form-field {
  margin-bottom: 18px;
}

.subscribe-form ul {
  /* background: red; */
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}

.subscribe-form ul>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.subscribe-form ul>li input {
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  overflow: hidden;
  vertical-align: baseline;
}

.subscribe-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: left;
}

.subscribe-form .grecaptcha-badge {
  margin: 0;
  line-height: 0;
}

.subscribe-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: block;
  margin: 8px;
}

.subscribe-form h3 {
  margin: 0;
}

.col.col1 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.col.col2.social-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  visibility: hidden;
}

.show-form .modal-backdrop.fade {
  opacity: .5;
  visibility: visible;
}

.subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 0;
}

.subscribe-form ul.no-list.hs-error-msgs.inputs-list>li>label {
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  display: block;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-top: 0;
}

li.d-flex.address img {
  margin: 0;
  min-width: 20px;
}

li.d-flex.address>div:first-child {
  margin-right: 20px;
}

.modal-content .actions input:hover {
  border-width: 1px;
}

.subscribe-form fieldset.form-columns-2>div:first-child .input>input {
  width: 90%;
}


.more-text {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5px 20px 15px;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.more-text a {
  background-color: transparent;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  font-family: "HelveticaNeueLTStd-Md",Arial,Verdana,sans-serif;
  color: #0093c9;
  text-decoration: none;
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.mega-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.col-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.row.mega-links {
  padding: 0.625rem 0 0;
}

.top-wrapper .paragraph .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.col-12.mega-hr-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mega-hr {
  border-top: 2px solid rgba(189,189,189,0.3);
  margin: 0.5rem 3.125rem 0;
}

.more-text a:after {
  display: inline-block;
  content: "";
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/blue.svg) no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.more-text:hover {
  background-color: #0093c9;
}

.more-text:hover a {
  color: #fff;
}

.more-text:hover a:after {
  background: url(https://6632606.fs1.hubspotusercontent-na1.net/hubfs/6632606/raw_assets/public/BrandyWineRealty_December2021/images/white.svg) no-repeat;
}

@media (min-width: 576px) {

  .container {
    max-width: 540px;
  }

  .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.col2.social-wrapper ul li a {
    margin: 0 1rem;
  }


  .column h2 {
    padding: 0 0 0 1.25rem;
  }

  .legel-nav p {}

  .column.column5 p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
    position: relative;
    left: -0.9375rem;
    top: -0.625rem;
    font-size: 0.9375rem;
    padding: 0.9375rem 0.3125rem 0.9375rem 0.9375rem;
    text-align: left;
  }

  .legel-nav ul li a {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: "HelveticaNeueLTStd-Lt",Arial,Verdana,sans-serif;
    display: block;
    font-size: 0.9375rem !important;
    color: #003c71;
    padding: 0.3125rem 0 !important;
    margin: 0;
  }

  .legel-nav ul {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
  }

  .corporate-nav ul {
    padding: 0 0 0 1.25rem;
  }

  nav.menu-corporate {
    padding: 1.25rem 0 0 0;
  }

  .footer-contact {
    padding: 1.25rem 0 0 0;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col.col1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col.col2.social-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .container.padding-vertical {
    padding: 4.6875rem 0;
  }

  nav.menu--legal {
    padding: 1.25rem 0 0 0;
  }

  .col-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col.col2.social-wrapper ul li a {
    margin: 0 1.25rem;
  }

  .column h2 {
    padding: 0 0 0 6.25rem;
  }

  .corporate-nav ul {
    padding: 0 0 0 6.25rem;
  }


}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

@media screen and (max-width: 991.98px) {
  i.fas.fa-arrow-right {
    margin-left: 0;
  }

  .more-text a {
    padding: 4px 0;
    font-size: 1.3125rem !important;
  }
  .more-text {
    padding: 5px 0 15px;
  }

}

@media (max-width: 767.98px) {
  .footer .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col.col2.social-wrapper {
    padding: 0;
  }
  .col.col2.social-wrapper ul {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    /* flex-direction: row-reverse; */
    /* width: 100%; */
  }
  .col.col2.social-wrapper ul li {
    list-style: none;
    float: none !important;
    margin: 0 auto;
  }

  .col.col2.social-wrapper ul li a i {
    transform: scale(0.7);
  }

  i.fas.fa-arrow-right {
    position: absolute;
    right: 15px;
    top: 42px;
  }

  span.mailing-list--copy {
    font-size: 0.8125rem !important;
  }

  span.mailing-icon {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 3px 10px 0 4px;
  }

  .footer-contact ul li img {
    transform: scale(0.5);
    margin: 0 0.3125rem 0 0;
  }

  .corporate-nav ul li a {
    font-size: 0.6875rem !important;
  }

  .column.column5 p {
    left: 0rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem !important;
  }

  .column h2 {
    font-size: 0.8125rem !important;
  }

  nav.menu-corporate {
    width: 100%;
    padding: 0 1.25rem;
    margin: 0 0 3.125rem 0;
  }

  nav.menu--legal {
    width: 100%;
    padding: 0 1.25rem;
  }

  .legel-nav ul li a {
    font-size: 0.6875rem !important;
  }

  .column.column1 a {
    background-position: -15px -10px;
    margin: 0;
    width: 9.375rem;
    height: 10.625rem;
    -webkit-background-size: 9.375rem 11.25rem;
    background-size: 9.375rem 11.25rem;
  }

  .footer-contact p {
    font-size: 0.6875rem;
  }

  .block.block-helpers {
    margin: 0.9375rem 1.25rem 1.5625rem 0;
  }

  .column3 {
    display: block;
  }

  .mobile-hr {
    border-top: 2px solid rgba(189,189,189,0.3);
    margin: 0 0.3125rem 1.25rem;
  }

  li.d-flex.address>div:first-child {
    margin: 0 0.3125rem 0 0;
  }

  .more-text a {
    padding: 7px 20px 0px !important;
    border: 2px solid #0093c9;
    /* padding: 4px 20px; */
    width: 100%;
    font-size: 1.125rem !important;
  }

  .more-text a:after {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: -2px;
    right: 30px;
  }

  .more-text {
    text-align: left;
    padding: 5px 20px;
  }

  .mega-hr {
    margin: 1.25rem 0.3125rem 0;
  }

  .col-12.mega-hr-col {
    padding-bottom: 0.3125rem;
  }

}



@media (max-width: 480px) {
  .subscribe-form fieldset.form-columns-2>div:first-child .input>input {
    width: 100% !important;
  }
  .subscribe-form fieldset.form-columns-2>div:last-child .input>input {
    width: 100% !important;
  }
}


/* Override all footer fonts to Inter */
.footer--bottom,
.footer--bottom *,
.mailing-list *,
.column *,
.legal-nav *,
.social-wrapper *,
.footer * {
    font-family: "Inter", sans-serif !important;
}
``
