*, *: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: auto;
        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: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

@media(max-width:1200px){
		.dnd-section, .content-wrapper--vertical-spacing {
    padding: 40px 0px !important;
}
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section>.row-fluid {
    padding: 10px !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Brands/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Brands/FontAwesome5Brands-Regular.woff2") format("woff2"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Brands/FontAwesome5Brands-Regular.woff") format("woff"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Brands/FontAwesome5Brands-Regular.ttf") format("truetype"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Brands/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: block; 
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Free/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Free/FontAwesome5Free-Solid.woff2") format("woff2"),
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Free/FontAwesome5Free-Solid.woff") format("woff"),
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Free/FontAwesome5Free-Solid.ttf") format("truetype"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/Font-Awesome-Free/FontAwesome5Free-Solid.svg") format("svg"); 
  font-style: normal; 
  font-weight: 900;
  font-display: block; 
}

@font-face { font-family: eicons; 
  src: url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/eicons/eicons.eot") format("embedded-opentype"),
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/eicons/eicons.woff2") format("woff2"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/eicons/eicons.woff") format("woff"), 
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/eicons/eicons.ttf") format("truetype"),
    url("https://14488827.fs1.hubspotusercontent-na1.net/hubfs/14488827/raw_assets/public/BrownEdwards_March2022/fonts/eicons/eicons.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400;
}


body {
		-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

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

/* 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;
}
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: block;
		font-size: 0.875rem;
		margin-bottom: 0.35rem;
}

/* 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 {
		background-color: #f5f8fa;
		border: 1px solid;
		font-size: 16px;
		font-weight: normal;
		line-height: 22px;
		display: inline-block;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		width: 100%;
		max-width: 100%;
		height: 40px;
		outline: none;
			padding:0px 15px !important;
}

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 {
		color: #EF6B51;
		margin-top: 0.35rem;
}
label.hs-main-font-element {
		color: #ef6b51;
}
/* Submit button */
form{
		margin:20px 0;
}
form input[type=submit],
form .hs-button {
		cursor: pointer;
		display: inline-block;
		white-space: pre-wrap;
		color: #ffffff;
		font-size: 12px;
		line-height: 12px;
		font-family: Open Sans;
		font-weight: 700;
	
}
a.hs-button.primary {
		margin-top: 20px;
}
form input[type=submit]:hover,
form .hs-button:hover{
		background: #00226e !important;
		border-color: #00226e !important;
}
/* Captcha */

.grecaptcha-badge {
		margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

section.header-top {
  background-color: #001D38;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 1000;
  position: relative;
}

.header-top-column-gap-no {
  min-height: 45px;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-top-col-left {
  width: 16.071%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-top-col-right {
  width: 83.929%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-top-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}

.header-top-left-align {
  width: 100%;
  position: relative;
}

.header-top-widget-container {
  text-align: left;
  line-height: 1;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.header-top-widget-wrap-two {
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}

.header-top-right-align a.hs-button:hover {
  background-color: #FFFFFF40;
}

.header-top-button-wrapper-two a.hs-button:hover {
  background-color: #FFFFFF40;
}

.header-top-button-wrapper-three a.hs-button:hover {
  background-color: #BB870CC9;
}

/* HEADER CSS */


header.header {
  background-color: #FFFFFFCC;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #d8d8d8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 2px 0px 0px 0px;
  z-index: 1000;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  position: relative;
}

.header-container.header-column-gap-no {
  min-height: 90px;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: min-height .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-left {
  width: 30.714%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}

.header-site-logo {
  text-align: left;
  width: 100%;
  position: relative;
}

.header-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.header-widget-container a {
  display: inline-block;
  color: #00226E;
}

.header-site-logo .header-widget-container img {
  transition: max-width .3s ease-in-out;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.header-right {
  width: 69.286%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-mega-menu {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}

.header-mobile-nav {
  display: none;
}

.header-menu-container {
  position: relative;
  width: 100%;
}

.header-top-right-align {
  width: auto;
  align-self: center;
  max-width: 100%;
  position: relative;
  text-align: right;
  line-height: 21px;
}

.header-top-button-wrapper {
  text-align: right;
}

.header-top-right-align a.hs-button {
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FFFFFF5C;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-right-align-two {
  width: auto;
  align-self: center;
  max-width: 100%;
  position: relative;
  text-align: right;
  line-height: 21px;
}

.header-top-widget-container-two {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
}

.header-top-button-wrapper-two a.hs-button {
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FFFFFF5C;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-right-align-three {
  width: auto;
  align-self: center;
  max-width: 100%;
  position: relative;
  text-align: right;
  line-height: 21px;
}

.header-top-widget-container-three {
  margin: 0px 0px 0px 0px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.header-top-button-wrapper-three a.hs-button {
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #bb870c;
  border-radius: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


/* Menu CSS */

.header-menu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22.5px;
}

i.header-arrow.fa.fa-angle-down {
  color: #FFFFFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 10px;
}

.fa-angle-down:before {
  content: "\f107";
}

.mega-menu {
  top: 80%;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: #fff;
  left: 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  z-index: 999999;
}

.column-wrapper {
  padding: 40px 20px 40px 20px;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.col-one {
  width: 14.999%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 30px 0px 0px;
  flex-wrap: wrap;
  text-align: center;
}

.col-one img {
  width: 80px;
  max-width: 80px;
  vertical-align: middle;
  display: inline-block;
}

main.body-container-wrapper {
  z-index: 1;
}


.col-two {
  width: 42.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h5.mega-menu-heading {
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-family: "Noto Serif", Sans-serif;
  font-size: 35px;
  line-height: 39.6px;
  font-weight: 500;
  margin-bottom:0px;
}

p.dropcap {
  color: #2c2c2c;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 0px 0px 0px 0px;
  margin-bottom: 12px;
}

.col-three {
  width: 42.334%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
  flex-wrap: wrap;
  flex-direction: column;
}

.col-three ul.submenu.level-2 {
  width: 100%;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  border-top: 1px solid #ededed;
  font-weight: bold;
  left: 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}

.col-three ul.submenu.level-2 > li {
  border-width: 0;
  position: relative;
  border-bottom: 1px solid #ededed!important;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.col-three ul.submenu.level-2 > li > a {
  transition: padding .3s ease-in-out;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2em!important;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
}

.col-three ul.submenu.level-2>li.has-submenu > a {
  padding: 13px 20px 6px 20px;
}

.col-three ul.submenu.level-2 ul.submenu.level-3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col-three ul.submenu.level-2 ul.submenu.level-3 > li {
  font-weight: normal!important;
  padding-left: 15px;
  border-bottom: 0!important;
  position: relative;
  display: block;
}

.col-three ul.submenu.level-2 ul.submenu.level-3 > li > a {
  padding: 3px 20px;
  transition: padding .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2em!important;
  font-size: 14px;
  font-family: "Open Sans", Sans-serif;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li.hover .mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .col-one {
  width: 15%;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .col-two-wrapper {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .col-two {
  width: 37.447%;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .col-three {
  width: calc(100% - 37.447%);
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu .col-three ul.submenu.level-2 > li {
  width: calc(50% - 10px);
  border-top: 1px solid #ededed;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu .col-three ul.submenu.level-2 {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0 10px;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu {
  width: 1000px;
  max-width: 66.3vw;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu .col-three ul.submenu.level-2 > li ul.submenu.level-3 {
  width: 100%;
}


.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu .col-three ul.submenu.level-2 > li ul.submenu.level-3 > li {
  padding: 0;
  border-bottom: 1px solid #ededed !important;
}

.header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li:nth-child(3) .mega-menu .col-three ul.submenu.level-2 > li ul.submenu.level-3 > li > a {
  color: #2c2c2c;
  font-weight: 700;
  padding: 13px 20px;
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:nth-child(3) .mega-menu .col-three ul.submenu.level-2>li ul.submenu.level-3 ul.submenu.level-4 {
  padding: 0;
  list-style: none;
}

ul.submenu.level-4 {
  padding: 0;
  list-style: none;
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:nth-child(3) .mega-menu .col-three ul.submenu.level-2>li ul.submenu.level-3 ul.submenu.level-4 > li {
  border-bottom: 1px solid #ededed!important;
  padding-left: 15px;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:nth-child(3) .mega-menu .col-three ul.submenu.level-2>li ul.submenu.level-3 ul.submenu.level-4 > li > a {
  padding: 3px 20px;
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:nth-child(3) .mega-menu .col-three ul.submenu.level-2>li > a {
  padding: 13px 20px;
}

header.header.newClass {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
}

.header.newClass .header-site-logo .header-widget-container img {
  max-width: calc(90% * 0.80);
}

.header.newClass .header-container.header-column-gap-no {
  min-height: calc(80px * 0.80);
  height: calc(80px * 0.80);
}

.header.newClass .header-mega-menu nav.navigation-primary > ul.submenu.level-1 > li > a {
  padding: 22px 10px 18px 10px;
}

.header.newClass .col-three ul.submenu.level-2 > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

.header.newClass .col-three ul.submenu.level-2 ul.submenu.level-3 > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:hover > a.menu-link {
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #00226E;
  padding: 50px 0px 45px 10px;
}

header.header.newClassone .header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:hover>a.menu-link {
  padding: 22px 10px 18px 10px;
}

.col-three ul.submenu.level-2>li>a:hover {
  background-color: #f2f2f2;
  color: #00226e;
}

.col-three ul.submenu.level-2 ul.submenu.level-3>li>a:hover {
  background-color: #f2f2f2;
  color: #00226e;
}

.header-mega-menu nav.navigation-primary>ul.submenu.level-1>li:nth-child(3) .mega-menu .col-three ul.submenu.level-2>li ul.submenu.level-3>li>a:hover {
  background-color: #f2f2f2;
  color: #00226e;
}

.header-wrapper {
  min-height: 120.5px;
}


@media (max-width:1024px){

  .header-wrapper {
    min-height: 94.2px;
  }

  .header-widget-wrap{

    position: unset;
  }

  section.header-top {
    padding: 10px 20px 10px 20px;
  }

  header.header {
    padding: 20px 20px 20px 20px;
  }

  .header-container.header-column-gap-no {
    max-width: 1024px;
  }

  .header-left {
    width: 80%;
  }

  .header-right {
    width: 20%;
    position: unset;
  }

  .header-mega-menu {
    display: none;
  }

  .header-mobile-nav {
    display: block;
    width: 100%;
  }

  .header-site-logo .header-widget-container img {
    max-width: 300px;
  }

  .header-mobile-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  }

  .header-mobile-menu-toggle {
    margin-left: auto;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color: #494c4f;
  }

  i.header-mobile-menu-toggle__icon--open.eicon-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .eicon-menu-bar:before {
    content: '\e816';
  }

  span.header-mobile-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }


  .mobile-navigation {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    position: absolute;
    z-index: 9997;
    margin-top: 10px;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    background-color: #fff;
    font-size: 13px;
    top: 62px;
    left: -10px;
    right: 0;
    width: calc(100% + 20px);
  }

  .main .mobile-navigation {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .mobile-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
  }

  .mobile-navigation ul > li {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-bottom: 1px solid #ededed!important;
  }

  .mobile-navigation ul > li > a {
    font-size: 13px;
    font-family: "Noto Serif", Sans-serif;
    transition: padding .3s ease-in-out;
    color: #494c4f;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.2em!important;
    z-index: 9;
  }

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

  .main i.header-mobile-menu-toggle__icon--open.eicon-menu-bar {
    display: none;
  }

  .main i.header-mobile-menu-toggle__icon--close.eicon-close {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .eicon-close:before {
    content: '\e87f';
  }

  i.header-mobile-menu-toggle__icon--close.eicon-close {
    display: none;
  }

  span.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #494c4f;
    margin-left: -20px;
    z-index: 37;
    position: relative;
  }

  i.fas.fa-caret-down {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .fa-caret-down:before {
    content: "\f0d7";
  }

  .mobile-navigation ul ul.hs-menu-children-wrapper {
    background-color: #fff;
    font-size: 13px;
  }

  .mobile-navigation ul ul.hs-menu-children-wrapper > li > a {
    font-size: 13px;
    text-shadow: none;
    border-left: 8px solid transparent;
    padding: 10px 20px;
    font-family: "Open Sans", sans-serif;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper ul.hs-menu-children-wrapper > li > a {
    border-left: 16px solid transparent;
  }

  header.header.newClass {
    position: relative;
  }

  .mobile-navigation ul>li:hover {
    background-color: #55595c;
  }

  .mobile-navigation ul>li:hover > a {
    color: #fff;
  }

  .mobile-navigation ul ul.hs-menu-children-wrapper > li:hover {
    background-color: #f2f2f2;
  }

  .mobile-navigation ul ul.hs-menu-children-wrapper > li:hover > a {
    color: #2c2c2c;
  }


  .mobile-navigation ul>li:hover > span.sub-arrow {
    color: #fff;
  }


  .mobile-navigation ul ul.hs-menu-children-wrapper > li:hover > span.sub-arrow.rotate {
    color: #494c4f;
  }

  .mobile-navigation ul ul.hs-menu-children-wrapper>li:hover>span.sub-arrow {
    color: #494c4f;
  }

}

@media (max-width: 1024px) and (min-width: 769px) {

  .header-top-col-left {
    width: 25%;
  }

  .header-top-col-right {
    width: 75%;
  }

}

@media (max-width:768px){

  section.header-top {
    padding: 6px 10px 6px 10px;
  }

  .header-top-column-gap-no {
    min-height: 30px;
    max-width: 767px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-top-col-left {
    display: none;
    width: 100%;
  }

  .header-top-col-right {
    width: 100%;
  }

  .header-top-widget-wrap-two {
    justify-content: center;
  }

  .header-top-right-align a.hs-button {
    font-size: 11px;
    padding: 8px 6px 8px 6px;
  }

  .header-top-widget-container-two {
    margin: 0px 4px 0px 4px;
    padding: 0px 0px 0px 0px;
  }

  .header-top-button-wrapper-two a.hs-button {
    font-size: 11px;
    padding: 8px 6px 8px 6px;
  }

  .header-top-button-wrapper-three a.hs-button {
    font-size: 11px;
    letter-spacing: 0px;
    padding: 8px 6px 8px 6px;
  }

  header.header {
    padding: 20px 10px 20px 10px;
  }

  .header-container.header-column-gap-no {
    min-height: 46px;
  }

  .header-site-logo .header-widget-container img {
    max-width: 250px;
  }
}

.header-top-widget-container > .custom-hs-form-wrap{

  display:none;
}



p.dropcap.form {
  width: 95%;
}

p.dropcap.form input {
  box-sizing: border-box;
  min-height: 27px;
}

p.dropcap.form form input::placeholder {
  color: #ccc;
}

p.dropcap.form em {
  opacity: 0;
}


.hs-landing-page .header-wrapper {
    min-height: 92px;
}



/* note */
.footer_top {
		background-color: #F2F2F2;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding: 50px 0px 55px 0px;
		position: relative;
}

.footer_top-container {
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		max-width: 1210px;
}

.footer_top-container-section.section-logo-and-text {
		width: 46.158%;
}

.footer_top-container-section.section-Quick-Links {
		width: 27.873%;
}

.footer_top-container-section.section-Office-Locations {
		width: 25.609%;
}
.footer_bottom.lp .footer_bottom-section.icon-section {
    width: 57%;
}

.footer_top-container-section {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.footer_top-container-section-wrap {
		align-content: flex-start;
		align-items: flex-start;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.footer_top-container-section.section-logo-and-text .footer_top-container-section-wrap {
		margin: 0px 80px 0px 0px;
}

.footer_logo,.footer_text-one {
		text-align: left;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
}

.footer_text-one {
		color: #2C2C2C;
		font-size: 14px;
		font-weight: 400;
}

.footer_logo img {
		max-width: 378px;
}

.footer_text-one-container p {
		margin-bottom: 12px;
		color: #2C2C2C;
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		font-family: "Open Sans", Sans-serif;
}

.footer_button {
		width: 100%;
		position: relative;
}

.footer_button-container a {
		font-family: "Open Sans", Sans-serif;
		font-weight: 700;
		fill: #FFFFFF;
		display: inline-block;
		line-height: 1;
		color: #FFFFFF;
		font-size: 12px;
		background-color: #bb870c;
		text-transform: uppercase;
		padding: 12px 24px;
		letter-spacing: 2px;
		border-radius: 0px 0px 0px 0px;
		box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}

.section-Quick-Links-heading,.section-Office-Locations-heading {
		margin-bottom: 5px;
		width: 100%;
		position: relative;
}

.section-Office-Locations-heading {
}

.section-Quick-Links-heading h6, .section-Office-Locations-heading h6 {
		color: #2C2C2C;
		font-family: "Noto Serif", Sans-serif;
		font-size: 18px;
		margin: 0;
		font-weight: 600;
		line-height: 18px;
}

.section-Office-Locations-menu ul {
		list-style-type: none;
		padding-inline-start: 0px; margin-bottom: 15px !important;
		margin-top: 15px !important;
		display: flex !important;
		flex-direction: column;
}

.section-Office-Locations-menu ul li a {
		color: #2c2c2c;
		padding-inline-start: 15px; font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
		font-family: Open sans-serif;
		font-family: "Open Sans", Sans-serif;
}

.section-Office-Locations-menu ul li {
		line-height: 17px;
}

.section-Quick-Links-menu ul {
		list-style-type: none;
		padding-inline-start: 0px; margin-bottom: 15px !important;
		margin-top: 15px !important;
		display: flex;
		flex-direction: column;
}

.section-Quick-Links-menu ul>li>a {
		padding-inline-start: 0px; font-weight: 700;
		color: #2c2c2c;
		/* padding-inline-start: 15px; */
		font-size: 14px;
		font-family: "Open Sans", Sans-serif;
}

.section-Quick-Links-menu ul>li>ul {
		display: block !important;
		opacity: 1 !important;
		position: relative !important;
		left: 0 !important;
		margin: 0 !important;
}

.section-Quick-Links-menu ul>li>ul>li>a {
		color: #2c2c2c;
		padding-inline-start: 15px; font-size: 14px;
		font-family: 'Open Sans';
		font-weight: 400 !important;
}

.fab {
		font-family: "Font Awesome 5 Brands";
		font-weight: 400;
}

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

.footer_social-icons ul li {
		display: inline-block;
		word-break: break-word;
}

.footer_social-icons ul li a {
		background-color: rgba(255,255,255,0.21);
		border-radius: 10%;
		font-size: 15px;
		line-height: 15px;
		width: 33px;
		height: 33px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.footer_social-icons ul li a i {
		color: #ffffff !important;
		width: 15px;
		height: 15px;
		position: relative;
		display: flex !important;
		text-align: center;
		justify-content: center;
		align-items: center;
}

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

.footer_bottom-section.icon-section .footer_bottom-section-wraper {
		justify-content: flex-end;
}

.footer_social-icons ul li {
		margin-left: 9px;
}

div.footer_bottom-section.image-section > div > div:nth-child(4) > div {
		margin-right: 0;
		margin-left: 3px;
		position: relative;
		left: 3px;

}

.logo-widget-container div {
		line-height: 0;
}

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

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

.fa-youtube:before {
		content: "\f167";
}

a {
}

.fa-angle-double-up:before {
		content: "\f102";
}

.fa, .fas {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
}

.footer_bottom {
		background-color: #001D38;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: rgba(255,255,255,0.19);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding: 20px 0px 40px 0px;
		position: relative;
		font-weight: 400;
		line-height: 1.5;
}

.footer_bottom-container {
		min-height: 50px;
		max-width: 1200px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		overflow: hidden;
}

.footer_bottom-section.copyright-section {
		width: 42.591%;
}

.footer_bottom-section.image-section {
		width: 37.583%;
}

.footer_bottom-section.icon-section {
		width: 19.088%;
		position: relative;

}

.footer_bottom-section {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 1px;
		box-sizing: border-box;
}

.footer_bottom-section-wraper {
		display: -ms-flexbox;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		padding: 10px;
		position: relative;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
}

.logo-widget-section {
		text-align: center;
		width: initial;
		max-width: initial;
		position: relative;
		align-self: center;
}

.logo-widget-container {
		margin: 0px 6px 0px 6px;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
		text-align: center;
}

.footer_bottom-section-wraper .logo-widget-section:nth-child(1) img {
		max-width: 84px;
		width: 100%;
		height: 84px;
}

.footer_bottom-section-wraper .logo-widget-section:nth-child(2) img {
		width: 94px;
		max-width: 94px;
}

.footer_bottom-section-wraper .logo-widget-section:nth-child(3) img {
		width: 78px;
		max-width: 78px;
}

.footer_bottom-section-wraper .logo-widget-section:nth-child(4) img {
		width: 73px;
		max-width: 73px;
}

.footer__copyright h3 {
		color: #adadad;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.3em;
		text-align: center;
		font-family: Noto serif;
		margin: 0;
}

.footer__copyright h3 a {
		color: #adadad;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.3em;
		text-align: center;
		margin: 0;
}

.footer_social-icons {
		padding: 20px 0px 0px 0px;
		text-align: right;
		line-height: 1;
		font-size: 0;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.footer_social-icons ul {
		display: flex;
		margin: 0;
		padding: 0;
}

.section-Quick-Links-menu ul>li {
		line-height: 21px;
		display: flex;
		flex-direction: column;
}

.footer_logo-container div {
		line-height: 0;
}


@media (max-width:1024px){
		.footer_bottom {
				padding: 10px 20px 45px 20px;
		}

		.footer_bottom-container {
				max-width: 1024px;
				flex-wrap: wrap;
				justify-content: center;
		}

		.footer_bottom-section.copyright-section {
				width: 100%;
		}

		.footer_bottom-section.copyright-section {
		}

		.footer_bottom-section.image-section {
				width: 70%;
		}

		.footer_bottom-section.icon-section {
				width: 30%;
		}

		.footer_bottom-section.icon-section .footer_bottom-section-wraper {
				justify-content: flex-start;
		}

		.footer_social-icons ul li a {
				width: 22px;
				height: 22px;
		}

		.footer_social-icons ul li a i {
				width: 10px;
				height: 10px;
				font-size: 10px;
		}

		.footer_social-icons ul li:first-child {
				margin: 0;
		}

		.footer_top {
				padding: 50px 20px 50px 20px;
		}

		.footer_top-container-section.section-logo-and-text {
				width: 40%;
		}

		.footer_top-container-section.section-logo-and-text .footer_top-container-section-wrap {
				margin: 0;
		}

		.footer_logo img {
				max-width: 250px;
		}

		.footer_top-container-section.section-Quick-Links {
				width: 30%;
		}

		.footer_top-container-section.section-Office-Locations {
				width: 30%;
		}

}


@media (max-width:768px){
		.footer_bottom {
				padding: 30px 20px 45px 20px;
		}

		.footer_bottom-section.image-section {
				width: 100%;
		}

		.footer_bottom-section.icon-section {
				width: 100%;
				text-align: center;
		}

		.footer_bottom-section.icon-section .footer_bottom-section-wraper {
				padding: 10px;
				text-align: center;
				justify-content: center;
		}

		.footer_bottom-section.image-section .footer_bottom-section-wraper {
				padding: 20px 0px 0px 0px;
				justify-content: center;
		}

		.logo-widget-container {
				margin: 0;
				padding: 0;
				text-align: center;
				width: initial;
				max-width: initial;
				align-self: center;
				margin-left: 11px;
				margin-right: 10px;
		}

		.footer_bottom-section-wraper .logo-widget-section:nth-child(1) img {
				width: 62.2px !important;
				height: 74%;
		}

		img.hs-image-widget {
		}

		.footer_bottom-section-wraper .logo-widget-section:nth-child(2) img {
				width: 73.31px !important;
				height: 74%;
		}

		.footer_bottom-section-wraper .logo-widget-section:nth-child(3) img {
				width: 60.5px !important;
				height: 77%;
		}

		.footer_bottom-section-wraper .logo-widget-section:nth-child(4) img {
				width: 59px !important;
				height: 78%;
		}

		.footer_bottom-section-wraper {
				padding: 0;
		}

		.footer_bottom-section-wraper .logo-widget-section:nth-child(1)>div {
				margin-left: 0;
		}

		.footer_social-icons {
				padding: 10px 0px 0px 0px;
		}

		.footer_top {
				padding: 35px 20px 35px 20px;
		}

		.footer_top-container-section.section-logo-and-text {
				width: 100%;
		}

		.footer_top-container {
				flex-wrap: wrap;
		}

		.footer_top-container-section.section-Quick-Links {
				width: 100%;
		}

		.footer_top-container-section.section-Office-Locations {
				width: 100%;
		}

		.footer_top-container-section-wrap {
				padding: 0px 0px 30px 0px;
		}

		.footer_top-container-section.section-Office-Locations .footer_top-container-section-wrap {
				padding: 0;
		}
		.footer_top-container-section.section-Quick-Links .footer_top-container-section-wrap {
				padding: 0px 0px 14px 0px;
		}

}

@media (max-width:350px){
		.footer_bottom-section-wraper .logo-widget-section:nth-child(3)>div {
				margin-right: 0;
		}

		div.footer_bottom-section.image-section>div>div:nth-child(4)>div {
				margin-left: 0;
				left: 0;
		}
		.footer_bottom-section-wraper .logo-widget-section:nth-child(1)>div {
				margin-left: 4px;
		}

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}