*, *:before, *:after {
  box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: middle;
}
/*! 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;
}


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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
	font-family: 'Blacker Pro Display';
	src: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/Blacker-Pro-Display-Bold.ttf),
		url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/Blacker-Pro-Display-Bold.woff),
		url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/Blacker-Pro-Display-Bold.woff2);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'IcoMoon';
	src: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/icomoon.woff2),
		url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/icomoons.ttf),
		url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/fonts/icomoons.woff);
	font-weight: 700;
	font-style: normal;
}


body {
	line-height: 1.4;
	word-break: break-word;
}

html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	transition: background .3s ease-in-out,color .3s ease-in-out;
}

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

@media (max-width: 767px){
	h1{
		font-size: 2.5rem !important;
	}
	h2{
		font-size: 2.3rem !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;
}

.hs-search-module .hs-button {
	margin-top: 1.4rem;
}

form{
	margin-bottom: 50px;
}

/* Labels */

form label {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0.35rem;
}
.hs_error_rollup label {
	color: #ef6b51;
}

/* 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 {
	border: 1px solid #cfcfcf;
	padding: 5px;
	max-width: 100%;
	padding-right: 30px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: 180%;
}

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

/* Submit button */


form input[type=submit],
form .hs-button {
	margin: 0 0 20px;
	padding: 18px 23px;
	background: rgba(0,0,0,0);
	color: #373737;
	border-radius: 0;
	border: 2px solid #9d2235;
	cursor: pointer;
	text-align: center;
	font-size: .6875rem;
	line-height: 180%;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
	display: inline-block;
	white-space: normal;
	cursor: pointer;
}

/* 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 .site-info-container {
	margin: 0;
}

.hs-inline-edit .custom-header .desktop-menu-container {
	display: none !important;
}

header .header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	width: 100%;
	z-index: 1;
	padding: 20px 15px;
}

header.header {
	position: relative;
	z-index: 10;
}

.no-banner header .header-wrapper {
	position: relative;
	background-color: #9d2235;
}

header .menu-trigger-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 77px;
	height: 45px;
	margin: 0;
	z-index: 10;
}

.custom-header .mobile-toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 21px;
	content: "";
	background: #fff;
	border-radius: 2px;
	margin-top: -0.35294em;
	transform: translate(-50%,-50%);
	transition: margin-top .3s,transform .3s;
}

.custom-header .mobile-toggle:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 21px;
	content: "";
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0.35294em 0 0 #fff;
	transform: translate(-50%,-50%);
	transition: box-shadow .3s,transform .3s;
}

.custom-header .mobile-toggle {
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	border: 0;
	background: none;
	margin: 0;
	color: rgba(0,0,0,0);
	background: #9d2235;
	cursor: pointer;
	filter: drop-shadow(15px 4px 20px rgba(0,0,0,.15));
	transition: all .3s ease-in-out;
	position: absolute;
	padding: 0;
	overflow: hidden;
}

.custom-header .mobile-toggle:hover {
	background: #7d0a1c;
}

.custom-header .mobile-toggle span {
	display: block;
	height: 1px;
	margin: -1px;
	white-space: nowrap;
	width: 1px;
	position: absolute;
	padding: 0;
	overflow: hidden;
}

header .sticky-cta-buttons {
	position: fixed;
	top: 64px;
	right: 0;
	margin: 0;
	z-index: 9;
	display: none;
	transition: all .6s ease-in-out;
	transform: translateY(-214px);
}
.keyboard-active header .sticky-cta-buttons {
	transform: translateY(0);
}

header .sticky-cta-buttons ul {
	display: block;
}

header .sticky-cta-buttons ul li a {
	font-weight: 700;
	font-size: .6875rem;
	line-height: 180%;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #9d2235;
	color: #fff;
	text-decoration: none;
	padding: 0;
	width: 110px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

header .sticky-cta-buttons ul li.inquire a {
	background: #b2273c;
}

header .sticky-cta-buttons ul li.visit a {
	background: #bf2d43;
}

header .sticky-cta-buttons ul li.apply a {
	background: #cb354c;
}

header .sticky-cta-buttons ul li a:before {
	display: block;
	font-size: 1.125rem;
}

header .sticky-cta-buttons ul li.apply a:before {
	content: "\E91B";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

header .sticky-cta-buttons ul li.visit a:before {
	content: "\E904";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

header .sticky-cta-buttons ul li.inquire a:before {
	content: "\E905";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

header .sticky-cta-buttons ul li a span {
	display: block;
	height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

header .sticky-cta-buttons ul li.inquire a:hover {
	background: #9d2235;
}
header .sticky-cta-buttons ul li.visit a:hover {
	background: #aa283c;
}
header .sticky-cta-buttons ul li.apply a:hover {
	background: #b72f44;
}

header .sticky-cta-buttons ul li a:hover {
	height: 67px;
}

header .sticky-cta-buttons ul li a:hover span {
	height: 16.2px;
	margin-top: 7px;
}

header .site-info-container img {
	width: 162px;
	height: 47px;
}

/* menu section */

.custom-header .fsMenu {
	background: #9d2235;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	height: 100%;
	max-width: 320px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translate(100%);
	transition: all .3s;
	visibility: hidden;
	width: 100%;
	z-index: 502;
}
.custom-header .menu-trigger-container {
	position: fixed;
	right: 0;
	width: 77px;
	height: 45px;
	margin: 0;
	z-index: 11;
	top: 0;
	transition: transform 0.6s ease;
}

.menu-open .custom-header .fsMenu {
	transform: translate(0);
	visibility: visible;
}

.menu-open .custom-header .menu-trigger-container {
	position: absolute;
}

.menu-open .custom-header .mobile-toggle{
	background-color: #74091a;
}

.menu-open .custom-header .mobile-toggle:before {
	margin-top: 0;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.menu-open .custom-header .mobile-toggle:after {
	box-shadow: none;
	transform: translate(-50%,-50%) rotate(45deg);
}

.custom-header .fsMenu:before {
	content:'';
	background: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/menu%20watermark.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 506px;
	width: 100%;
	z-index: -1;
}

.custom-header .fsMenu-wrapper {
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 75px 15px 15px;
}

.custom-header .nav-utility-header {
	margin-bottom: 70px;
}

.custom-header .nav-utility-header .hs-menu-wrapper > ul > li > a {
	font-weight: 700;
	font-size: .75rem;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
	padding: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

.custom-header .nav-utility-header .hs-menu-wrapper > ul > li {
	margin: 0;
	padding: 0;
	margin-right: 50px;
}

.custom-header .nav-main .hs-menu-wrapper > ul {
	position: relative;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-10%,0,0);
	transition: all .5s ease-in-out;
	transition-delay: .3s;
}
.custom-header .nav-main .hs-menu-wrapper > ul > li {
	width: 62%;
	margin-bottom: 36px;
	padding-right: 28px;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	background: rgba(0,0,0,0);
	font-family: Blacker Pro Display,Georgia,serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 115%;
	text-decoration: none;
	padding: 0;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > a span {
	font-family: Montserrat,sans-serif;
	display: block;
	font-weight: 600;
	font-size: .8125rem;
	line-height: 180%;
	color: #ffb3ac;
	margin-top: 11px;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > .fsNavPageInfo {
	position: absolute;
	top: 0;
	left: 62%;
	transform: translate3d(-5%,0,0);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li:hover > .fsNavPageInfo{
	opacity: 1;
	visibility: visible;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > .fsNavPageInfo > ul {
	height: 100%;
	padding-left: 50px;
	display: block;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > .fsNavPageInfo > ul li {
	margin-bottom: 25px;
}

.custom-header .nav-main .hs-menu-wrapper > ul > li > .fsNavPageInfo > ul li a {
	display: block;
	color: #fff;
	background: rgba(0,0,0,0);
	padding: 0;
	font-style: normal;
	font-weight: 600;
	font-size: .875rem;
	line-height: 180%;
	text-decoration: none;
}

.custom-header .nav-main .hs-menu-wrapper>ul>li>a:before {
	content: "\E91E";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
	font-size: 23px;
	line-height: 1;
	color: #ffb3ac;
	position: absolute;
	right: 0;
	top: 6px;
	transform: translate3d(-40px,0,0);
	opacity: 0;
	transition: .3s ease;
}

.custom-header .nav-main .hs-menu-wrapper>ul>li:hover>a:before {
	transform: translateZ(0);
	opacity: 1;
}

.custom-header .nav-main .hs-menu-wrapper>ul:after {
	content: "";
	width: 1px;
	height: 100%;
	max-height: 0;
	border-left: 1px dashed hsla(0,0%,100%,.5);
	position: absolute;
	top: 0;
	left: 62%;
	transition: 1s ease .5s;
}

.custom-header .nav-main .hs-menu-wrapper>ul>li:hover>.fsNavPageInfo {
	transform: translateZ(0);
	opacity: 1;
	visibility: visible;
}

.custom-header .desktop-menu-container {
	display: none;
}

/* mobile menu section */

.custom-header .site-search {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
	background: #0d2b46;
	z-index: 1;
	width: 106px;
	overflow: hidden;
	transition: width .3s ease-in-out;
}

.custom-header .site-search form {
	position: relative;
	display: flex;
	margin: 0;
}

.custom-header .site-search form label.fsFieldLabel {
	display: block;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.custom-header .site-search .fsSearchElementKeyword {
	margin: 0;
	width: 100%;
	position: relative;
	height: 82px;
	background: #fff;
	display: flex;
	align-items: center;
}

.custom-header .site-search .fsSearchElementKeyword input[type=text] {
	border: 0;
	height: 62px;
	width: 487px;
	font-weight: 500;
	font-size: 1.0625rem;
	line-height: 180%;
	color: #3d4047;
	background: #f1f4f4;
	padding: 0 40px 0 20px;
	margin-left: 116px;
}

.custom-header .site-search .fsSearchElementKeyword input[type=text] {
	height: 45px;
	width: 100%;
	margin-left: 0;
	font-size: .90625rem;
}

.custom-header .site-search .fsButtonClear {
	background-color: transparent;
	padding: 0;
	border: 0;
	bottom: 0;
	line-height: 1;
	margin: auto 0;
	position: absolute;
	right: 7px;
	top: 0;
	right: 90px;
	line-height: 16px;
}

.custom-header .site-search .fsButtonClear {
	right: 50px;
}

.custom-header .site-search .fsStateHidden{
	display: none !important;
}

.custom-header .site-search button.fsSearchElementSearchButton {
	width: 106px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	border: 0;
	background: #9d2235;
	color: rgba(0,0,0,0);
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	visibility: hidden;
	letter-spacing: 0;
	transition: background .3s ease-in-out,visibility .3s ease-in-out;
	transition-delay: .3s;
}

.custom-header .site-search button.fsStyleUpdateButton {
	text-align: center;
	font-size: .6875rem;
	line-height: 180%;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.custom-header .site-search button.fsSearchElementSearchButton:before {
	content: "\E914";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	font-size: 1.1875rem;
	color: #fff;
	z-index: 1;
	line-height: 1;
}

.custom-header .nav-main-mobile .hs-menu-wrapper > ul {
	border-top: 1px dashed hsla(0,0%,100%,.5);
	display: block;
}

.custom-header .nav-main-mobile .hs-menu-wrapper > ul > li {
	border-bottom: 1px dashed hsla(0,0%,100%,.5);
	position: relative;
}

.custom-header .nav-main-mobile .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	background: rgba(0,0,0,0);
	font-family: Blacker Pro Display,Georgia,serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 115%;
	text-decoration: none;
	padding: 15px 0;
}
.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	width: calc(100% - 29px);
}
.custom-header .nav-main-mobile .hs-menu-wrapper > ul > li > a > span {
	display: block;
	font-weight: 600;
	font-size: .8125rem;
	line-height: 180%;
	color: #ffb3ac;
	margin-top: 11px;
}
.custom-header .nav-main-mobile .hs-menu-wrapper> ul > li > .fsNavPageInfo {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #9d2235;
	z-index: 10;
	top: 0;
	right: 0;
	transform: translateX(320px);
	transition: all .3s ease-in-out;
	padding: 0 15px;
}

.custom-header .nav-utility-header-mobile {
	margin-top: 40px;
}

.custom-header .nav-utility-header-mobile .hs-menu-wrapper > ul > li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.custom-header .nav-utility-header-mobile .hs-menu-wrapper > ul {
	display: block;
}

.custom-header .nav-utility-header-mobile .hs-menu-wrapper > ul > li > a {
	font-weight: 700;
	font-size: .75rem;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
	padding: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li .expander {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 55px;
	overflow: hidden;
	color: rgba(0,0,0,0);
	display: flex;
	align-items: centera;
	justify-content: center;
	cursor: pointer;
	transition: transform .3s ease-in-out;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li .expander:before {
	content: "\E90B";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%,-50%);
	transition: color .3s;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.expanded>.fsNavPageInfo {
	transform: translateX(0);
}

.custom-header .nav-main-mobile .hs-menu-wrapper .fsNavPageInfo > li.back {
	padding-bottom: 30px;
	margin-bottom: 26px;
	margin-top: 11px;
	border-bottom: 1px dashed hsla(0,0%,100%,.5);
	line-height: 27px;
}

.custom-header .nav-main-mobile .hs-menu-wrapper .fsNavPageInfo > li.back > a {
	position: relative;
	font-weight: 600;
	font-size: .8125rem;
	line-height: 180%;
	color: #ffb3ac;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
}

.custom-header .nav-main-mobile .hs-menu-wrapper .fsNavPageInfo > li.back > a:before {
	content: "\E91A";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
	display: inline-block;
	font-size: .625rem;
	margin-right: 13px;
	color: #fff;
}

.custom-header .nav-main-mobile .hs-menu-wrapper .fsNavPageInfo > li.parentPage {
	border: 0;
	margin-bottom: 46px;
	line-height: 18.3px;
}

.custom-header .nav-main-mobile .hs-menu-wrapper .fsNavPageInfo > li.parentPage > a {
	font-family: Blacker Pro Display,Georgia,serif;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 115%;
	color: #f0d4cc;
	pointer-events: none;
	padding-left: 0;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.expanded>.fsNavPageInfo > ul > li > a {
	display: block;
	color: #fff;
	background: rgba(0,0,0,0);
	padding: 0 15px 0 25px;
	font-style: normal;
	font-weight: 600;
	font-size: .875rem;
	line-height: 180%;
	text-decoration: none;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.expanded>.fsNavPageInfo > ul {
	display: block;
}

header .cta-buttons-mobile .hs-menu-wrapper ul li.inquire a:hover {
	color: #fff;
	background: #cb354c;
}

header .cta-buttons-mobile .hs-menu-wrapper ul li.visit a:hover {
	background: #bf2d43;
	color: #fff;
}

header .cta-buttons-mobile .hs-menu-wrapper ul li.apply a:hover {
	background: #b2273c;
	color: #fff;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.expanded>.fsNavPageInfo > ul > li {
	margin-bottom: 20px;
}

header .cta-search-container{
	display: none;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li:hover>a {
	color: #ceced0;
}

.custom-header .nav-utility-header-mobile .hs-menu-wrapper>ul>li:hover>a {
	color: #ffb3ac;
}

.custom-header .nav-main-mobile .hs-menu-wrapper>ul>li.expanded>.fsNavPageInfo>ul>li>a:hover {
	color: #ffb3ac;
}

@media screen and (min-width: 900px){
	.custom-header .nav-main .hs-menu-wrapper > ul {
		opacity: 1;
		visibility: visible;
		transform: translateZ(0);
	}

	.custom-header .nav-main .hs-menu-wrapper>ul:after {
		max-height: 100%;
	}
}

@media screen and (min-width: 1000px){
	header .header-wrapper {
		padding: 50px;
		height: 157px;
	}

	header .menu-trigger-container {
		width: 110px;
		height: 64px;
	}

	header .site-info-container img {
		width: 200px !important;
		height: 57px;
	}

	.custom-header .desktop-menu-container {
		margin-bottom: 80px;
	}

	.custom-header .mobile-toggle:before {
		width: 30px;
		height: 3px;
		margin-top: -0.52941em;
	}

	.custom-header .mobile-toggle:after {
		width: 30px;
		height: 3px;
		box-shadow: 0 0.52941em 0 0 #fff;
	}

	header .sticky-cta-buttons {
		display: block;
	}

	.custom-header .menu-trigger-container {
		width: 110px;
		height: 64px;
	}
}

@media screen and (min-width: 1200px){

	.custom-header .fsMenu {
		max-width: 60.23529em;
		background: #9d2235 url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/menu%20watermark.svg);
		background-repeat: no-repeat;
		background-position: 0 bottom;
	}

	.custom-header .fsMenu:before{
		background: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/header-overlay.svg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 1110px;
	}

	.mobile-menu-container {
		display: none;
	}

	.custom-header .fsMenu-wrapper {
		padding: 47px 130px 24px;
	}

	.custom-header .desktop-menu-container {
		display: block;
	}

}

@media screen and (min-width: 1920px) {
	header .site-info-container img {
		width: 263px !important;
		height: 75px;
	}
}




@media screen and (max-width: 999px){

	.is-limitReached header .cta-search-container {
		position: absolute;
	}

	.custom-header .site-search {
		width: calc(100% - 77px);
		right: auto;
		left: 0;
	}

	.custom-header .site-search .fsSearchElementKeyword {
		height: 45px;
	}

	.custom-header .site-search button.fsSearchElementSearchButton {
		height: 45px;
		width: 45px;
		left: auto;
		right: 0;
	}

	.custom-header .site-search button.fsSearchElementSearchButton:before {
		color: #9d2235;
		visibility: visible;
	}

	.header-hide .custom-header .menu-trigger-container {
		transform: translateY(-100%);
	}

	header .cta-search-container {
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		transition: all .3s ease-in-out;
		display: block;
	}

	header .cta-search-container .cta-container-wrapper {
		display: flex;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li {
		width: 33.33333%;
	}

	header .cta-buttons-mobile {
		width: 100%;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li a {
		font-weight: 700;
		font-size: .6875rem;
		line-height: 180%;
		text-align: center;
		letter-spacing: 2px;
		text-transform: uppercase;
		background: #fafafa;
		color: #2a3d4d;
		text-decoration: none;
		padding: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: block;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li.inquire a:before {
		content: "\E905";
		font-family: IcoMoon;
		font-smoothing: antialiased;
		font-weight: 400;
		speak: none;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li a:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		font-size: .84375rem;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li.visit a:before {
		content: "\E904";
		font-family: IcoMoon;
		font-smoothing: antialiased;
		font-weight: 400;
		speak: none;
	}

	header .cta-buttons-mobile .hs-menu-wrapper ul li.apply a:before {
		content: "\E91B";
		font-family: IcoMoon;
		font-smoothing: antialiased;
		font-weight: 400;
		speak: none;
	}

	.scroll-active header .cta-buttons-mobile .hs-menu-wrapper ul li a {
		position: relative;
		background: #9d2235;
		font-size: 0;
	}

	.scroll-active header .cta-buttons-mobile .hs-menu-wrapper ul li a:before {
		color: #fff;
		margin: 0;
	}
	.scroll-active header .cta-buttons-mobile .hs-menu-wrapper ul li.inquire a:hover {
		background: #cb354c;
	}

	.scroll-active header .cta-buttons-mobile .hs-menu-wrapper ul li.visit a:hover {
		background: #bf2d43;
	}

	.scroll-active header .cta-buttons-mobile .hs-menu-wrapper ul li.apply a:hover {
		background: #b2273c;
	}
}
footer.footer {
	position: relative;
	z-index: 9;
}

.lp-footer .top-container {
	border: none !important;
	padding: 0;
}
.lp-footer .footer-bottom:after, 
.lp-footer .footer-bottom:before {
	height: 0;
}

.lp-footer .top-container {
	justify-content: flex-start;
}

.lp-footer .footer-bottom {
	padding: 40px 0 !important;
}


footer .telephone a:hover {
	text-decoration: none;
}


footer .footer-top {
	position: relative;
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	z-index: 0;
}

footer .footer-top:before{
	background-image: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/top-footer-b.svg);
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	max-width: 451px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	width: 100%;
}


footer .footer-bottom {
	position: relative;
	background: #9d2235;
	z-index: 0;
	padding: 40px 15px;
	margin-bottom: 0;
}

footer .footer-bottom:before {
	content: "";
	background: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/footer%20overlay.svg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 388px;
	width: 100%;
	z-index: 0;
}


footer .footer-bottom:after {
	content: "";
	background: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/footer%20watermark.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 388px;
	width: 100%;
	z-index: -1;
}

footer .content-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
}

footer .top-container {
	display: flex;
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 1px dashed #fff;
}

footer .top-container-head {
	max-width: 313px;
	margin-bottom: 30px;
}


footer .top-container-head h2 {
	font-family: Blacker Pro Display,Georgia,serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 115%;
	color: #fff;
}

footer .footer-menu .hs-menu-wrapper > ul {
	flex-direction: column;
}

footer .top-content-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-menu .hs-menu-wrapper > ul li a {
	font-weight: 600;
	font-size: .8125rem;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

footer .footer-menu .hs-menu-wrapper > ul li {
	margin-bottom: 15px;
}


footer .social-follow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .social-follow ul a:before {
	font-size: .8125rem;
	display: inline-block;
	vertical-align: middle; 
	margin-right: 9px;
	line-height: 1;
}

footer .social-follow ul a {
	font-weight: 600;
	font-size: .8125rem;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
	padding: 0;
}


footer .social-follow ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

footer .social-follow ul a.facebook:before {
	content: "\F09A";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

footer .social-follow ul a.twitter:before {
	content: "\F099";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

footer .social-follow ul a.instagram:before {
	content: "\F16D";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

footer .social-follow ul a.youtube:before {
	content: "\F16A";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
}

footer .top-container-content {
	max-width: 405px;
	width: 100%;
	margin-bottom: 0;
}
footer .top-container-privacy ul li a {
	font-weight: 400;
	font-size: .8125rem;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

footer .top-container-privacy ul li {
	margin: 0;
	padding: 0;
	margin-right: 25px;
}
footer .bottom-container {
	display: flex;
	border: 0;
	padding-right: 0;
}
footer .site-info-container-footer {
	margin-bottom: 30px;
	margin-top: 40px;
}

footer .site-info-container-footer a {
	background: url(https://3909058.fs1.hubspotusercontent-na1.net/hubfs/3909058/raw_assets/public/Woodward_March2023/images/footer-logo.svg) no-repeat 0 50%;
	display: block;
	padding: 20px 0;
	color: rgba(0,0,0,0);
	width: 159px;
	height: 45px;
	background-size: contain;
}

footer .address-container .address [itemprop=name] {
	position: relative;
	font-weight: 600;
	display: block;
}

footer .address-container .address [itemprop=name]:before {
	content: "\E908";
	font-family: IcoMoon;
	font-smoothing: antialiased;
	font-weight: 400;
	speak: none;
	font-size: 19.5px;
	display: block;
	margin-bottom: 10px;
}

footer .school-details {
	margin-bottom: 20px;
	font-size: .8125rem;
	line-height: 180%;
	font-weight: 400;
	color: #fff;
}

footer .telephone {
	display: block;
}

footer .telephone a {
	font-weight: 400;
	color: inherit;
	text-decoration: underline;
}

footer .address-container {
	margin-bottom: 30px;
}
footer .top-container .top-container-privacy {
	display: none;
}

@media screen and (min-width: 600px){
	footer .content-wrapper {
		flex-direction: row;
	}

	footer .top-container {
		padding-right: 20px;
		justify-content: flex-end;
		width: 50%;
		border: 0;
		border-right: 1px dashed #fff;
		padding-bottom: 80px;
	}

	footer .top-container-content {
		margin-bottom: 40px;
	}

	footer .bottom-container .top-container-privacy {
		display: none;
	}

	footer .top-container .top-container-privacy {
		display: block;
	}
	footer .bottom-container {
		width: 50%;
		padding-left: 20px;
		justify-content: flex-start;
	}
	footer .site-info-container-footer {
		margin-top: 8px;
	}
}

@media screen and (min-width: 800px){
	footer .footer-bottom {
		padding-top: 116px;
		padding-bottom: 0;
	}

	footer .footer-bottom:after,
	footer .footer-bottom:before{
		height: 100%;
	}
	footer .top-container {
		padding-right: 50px;
	}

	footer .top-container-head {
		margin-bottom: 50px;
	}

	footer .top-container-head h2 {
		font-size: 2.625rem;
	}

	footer .social-follow ul a {
		font-size: .875rem;
	}

	footer .footer-menu .hs-menu-wrapper > ul li a {
		font-size: .875rem;
	}

	footer .top-container-content {
		margin-bottom: 120px;
	}

	footer .top-container-privacy ul li a {
		font-size: .875rem;
	}
	footer .bottom-container {
		padding-left: 50px;
	}
	footer .site-info-container-footer {
		padding-left: 29px;
		margin-top: 34px;
		margin-bottom: 55px;
	}
	footer .site-info-container-footer a{
		width: 200px;
		height: 57px;
	}

	footer .school-details {
		font-size: .875rem;
	}
}

@media screen and (min-width: 1000px){
	footer .top-container {
		padding-right: 80px;
	}
	footer .bottom-container {
		padding-left: 80px;
	}
	footer .school-details {
		padding-left: 29px;
	}
	footer .address-container .address [itemprop=name]:before {
		display: inline-block;
		position: absolute;
		top: 3px;
		left: -29px;
		margin-bottom: 0;
	}

	footer .footer-top:before{
		width: 606px;
		top: -100px;
	}
}


@media screen and (min-width: 1200px){
	footer .top-container {
		padding-right: 159px;
	}
	footer .bottom-container {
		padding-left: 177px;
	}
}
/* Menu and simple menu */

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

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