/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

body, button, input, select, textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
}

/* commenting out because it's being annoying
a { color: $brand_grey; text-decoration: none; }
a:visited { color: $brand_grey }
a:hover { text-decoration: underline; }
a:focus { outline: none; }
*/
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

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

.site_width {
  width: 1152px;
  margin: 0 auto;
}

html {
  box-sizing: border-box;
  background-color: #069746;
  font-size: 16px;
}

body {
  color: #041E41;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 0rem;
  font-size: 0;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border-radius: 3px;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.button__button_caption {
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  line-height: 1.375rem;
}

.button__button_caption--white {
  color: #FFFFFF;
}

.button__button_caption--brand_blue {
  color: #041E41;
}

.button .iconography {
  align-self: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.button .iconography.iconography--bubble {
  width: 22px;
  height: 22px;
}
.button .iconography:first-child {
  margin-right: 15px;
}
.button .iconography:last-child {
  margin-left: 15px;
}

.button--brand_green {
  background-color: #069746;
}
.button--brand_green:hover {
  background-color: rgb(6.974522293, 175.525477707, 81.3694267516);
}
.button--brand_green.button--hollow {
  background-color: transparent;
  border-color: #069746;
}

.button--white {
  background-color: #FFFFFF;
}
.button--white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button--hollow {
  border-width: 3px;
  border-style: solid;
}
.button--hollow .button__button_caption {
  padding-top: 11px;
  padding-bottom: 10px;
}
.button--hollow:hover .button__button_caption {
  text-decoration: underline;
}

@media screen and (max-width: 1044px) {
  .button__button_caption {
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .button--hollow .button__button_caption {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.ctcc-left-side {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.ctcc-left-side a {
  text-decoration: underline;
}
.ctcc-left-side a:hover {
  text-decoration: none;
}

#catapultCookie {
  padding: 9px 10px !important;
  border-radius: 3px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  line-height: 1.375rem;
}

.file_previews {
  position: relative;
  list-style: none;
}
.file_previews::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}

.file_preview {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.file_preview::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}

.file_preview__name {
  width: 576px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

.file_preview__details {
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  white-space: nowrap;
}

.file_preview__detail {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.file_preview__detail + .file_preview__detail {
  padding-left: 4px;
}
.file_preview__detail + .file_preview__detail::before {
  content: "|";
}

.file_preview__download {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1364px) {
  .file_preview__name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 916px) {
  .file_preview__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 788px) {
  .file_preview {
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .file_preview__name {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .file_preview__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 512px) {
  .file_preview__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 384px) {
  .file_preview__name {
    margin-bottom: 5px;
  }
  .file_preview__details {
    width: 100%;
    margin-bottom: 10px;
  }
}
.iconography {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.iconography[class*=on_white] {
  background-color: #FFFFFF;
}
.iconography[class*=on_brand_green] {
  background-color: #069746;
}

.iconography svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[class*=iconography--brand_blue] [fill] {
  fill: #041E41;
}
[class*=iconography--brand_green] [fill] {
  fill: #069746;
}
[class*=iconography--white] [fill] {
  fill: #FFFFFF;
}
[class*=iconography--grey_light] [fill] {
  fill: #E2E2E2;
}

.iconography--rotate_45 {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iconography--rotate_90 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.iconography--rotate_180 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.iconography--rotate_225 {
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.iconography--rotate_270 {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.iconography--bubble {
  border-radius: 50%;
}

.iconography--bubble svg {
  width: 55%;
  height: 55%;
}
.iconography--bubble svg[id=arrow] {
  margin-left: 1px;
}

.page_article__page_previews .page_preview, .article_block__page_previews--horizontal .page_preview {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page_article__page_previews .page_preview::after, .article_block__page_previews--horizontal .page_preview::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}
.page_article__page_previews .page_preview:first-of-type, .article_block__page_previews--horizontal .page_preview:first-of-type {
  padding-top: 30px;
}
.article_block__page_previews--vertical .page_preview {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page_preview__graphic {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.page_preview--horizontal .page_preview__graphic {
  display: inline-block;
  vertical-align: top;
}
.panel--post_preview .page_preview--horizontal .page_preview__graphic {
  width: 288px;
}
.page_article__page_previews .page_preview--horizontal .page_preview__graphic {
  width: 288px;
}
.article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
  width: 192px;
}

.page_preview__image {
  max-width: 100%;
}

.page_preview__graphic_placeholder {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #E2E2E2;
}
.page_preview--horizontal .page_preview__graphic_placeholder {
  padding-top: 100%;
}
.page_preview--vertical .page_preview__graphic_placeholder {
  padding-top: 42.8571428571%;
}

.page_preview__graphic_placeholder .iconography {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 55%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_preview__details {
  width: 100%;
  padding-right: 10px;
  padding-left: 40px;
}
.page_preview--horizontal .page_preview__details {
  display: inline-block;
  vertical-align: top;
}
.panel--post_preview .page_preview--horizontal .page_preview__details {
  width: 672px;
  padding-bottom: 30px;
}
.article_block__page_previews .page_preview--horizontal .page_preview__details {
  width: 576px;
}
.page_article__page_previews .page_preview__details {
  width: 672px;
}
.page_preview--vertical .page_preview__details {
  position: relative;
}
.page_preview--vertical .page_preview__details::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}

.page_preview__date {
  color: #069746;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.page_preview--vertical .page_preview__date {
  padding-top: 20px;
}

.page_preview__title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_preview--horizontal .page_preview__title:first-child {
  padding-top: 0;
}

.page_preview__title .iconography {
  position: absolute;
  top: 22px;
  right: 100%;
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.page_preview--horizontal .page_preview__title:first-child .iconography {
  top: 2px;
}

.page_preview__title_permalink {
  color: #041E41;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  line-height: 2rem;
}
.page_preview__title_permalink:hover {
  text-decoration: underline;
}

.page_preview__details .wysiwyg > * {
  margin-bottom: 15px;
}

.page_preview__permalink {
  display: inline-block;
  margin-top: 20px;
}
.page_preview__title + .page_preview__permalink {
  margin-top: 0;
}
.article_block__page_previews--vertical .page_preview__permalink {
  margin-bottom: 30px;
}

.page_preview__permalink_caption {
  display: inline-block;
  vertical-align: middle;
  color: #069746;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.page_preview__permalink:hover .page_preview__permalink_caption {
  text-decoration: underline;
}

.page_preview__permalink .iconography {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 1364px) {
  .panel--post_preview .page_preview--horizontal .page_preview__graphic {
    width: 30%;
  }
  .page_article__page_previews .page_preview--horizontal .page_preview__graphic {
    width: 30%;
  }
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
    width: 25%;
  }
  .panel--post_preview .page_preview--horizontal .page_preview__details {
    width: 70%;
    padding-bottom: 20px;
  }
  .article_block__page_previews .page_preview--horizontal .page_preview__details {
    width: 60%;
  }
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__details {
    width: 75%;
  }
  .page_article__page_previews .page_preview__details {
    width: 70%;
  }
}
@media screen and (max-width: 1044px) {
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
    width: 20%;
  }
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__details {
    width: 80%;
  }
  .page_preview__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page_preview--vertical .page_preview__date {
    padding-top: 15px;
  }
  .page_preview__title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page_preview__title .iconography {
    top: 16px;
    width: 26px;
    height: 26px;
  }
  .page_preview__title_permalink {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .page_preview__permalink {
    margin-top: 15px;
  }
  .article_block__page_previews--vertical .page_preview__permalink {
    margin-bottom: 20px;
  }
  .page_preview__permalink_caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 916px) {
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
    width: 30%;
  }
  .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__details {
    width: 70%;
  }
}
@media screen and (max-width: 660px) {
  .page_article__page_previews .page_preview, .article_block__page_previews--horizontal .page_preview {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page_preview--horizontal .page_preview__graphic {
    padding-right: 40px;
    padding-left: 40px;
  }
  .panel--post_preview .page_preview--horizontal .page_preview__graphic {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_article__page_previews .page_preview--horizontal .page_preview__graphic, .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page_preview__details {
    padding-left: 30px;
  }
  .panel--post_preview .page_preview--horizontal .page_preview__details {
    width: 100%;
    padding-left: 40px;
  }
  .page_article__page_previews .page_preview--horizontal .page_preview__details, .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__details {
    width: 75%;
  }
  .page_preview--vertical .page_preview__details {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_preview--vertical .page_preview__date {
    padding-top: 5px;
  }
  .page_preview__title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_preview__title .iconography {
    top: 11px;
    width: 22px;
    height: 22px;
    margin-right: 3px;
  }
  .panel--post_preview .page_preview--horizontal .page_preview__title .iconography {
    margin-right: 13px;
  }
  .page_preview__title_permalink {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .page_preview__permalink {
    margin-top: 10px;
  }
  .article_block__page_previews--vertical .page_preview__permalink {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 512px) {
  .page_preview.page_preview--vertical + .page_preview--vertical {
    padding-top: 0;
  }
  .article_block__page_previews--horizontal .page_preview:first-of-type {
    padding-top: 20px;
  }
  .article_block__page_previews--vertical .page_preview {
    width: 100%;
  }
  .page_article__page_previews .page_preview--horizontal .page_preview__graphic, .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__graphic {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_article__page_previews .page_preview--horizontal .page_preview__details, .article_block__page_previews--horizontal .page_preview--horizontal .page_preview__details {
    width: 100%;
  }
}
.panels {
  position: relative;
  z-index: 1;
}

.panels .panel {
  position: relative;
  z-index: 1;
}

.panels__panels_pager {
  position: absolute;
  z-index: 2;
  top: 120px;
  right: 50%;
  display: inline-block;
  width: 96px;
  margin-right: -576px;
  padding-right: 10px;
  padding-left: 10px;
}
.panels__panels_pager.panels__panels_pager--is_fixed {
  position: fixed;
}
.panel > .panels__panels_pager {
  position: absolute;
}

.panels_pager__menu_item {
  position: relative;
  padding-bottom: 30px;
  text-align: right;
}
.panels_pager__menu_item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 7px;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #FFFFFF;
  -webkit-transition: background 150ms ease-out;
  -moz-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
}
.panels__panels_pager--is_inverted .panels_pager__menu_item::after {
  background-color: #069746;
}
.panels_pager__menu_item:last-child {
  padding-bottom: 0;
}
.panels_pager__menu_item:last-child::after {
  display: none;
}

.panels_pager__menu_item_link {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border 150ms ease-out;
  -moz-transition: border 150ms ease-out;
  transition: border 150ms ease-out;
}
.panels_pager__menu_item_link:hover, .panels_pager__menu_item--is_current .panels_pager__menu_item_link {
  border-width: 8px;
}
.panels__panels_pager--is_inverted .panels_pager__menu_item_link {
  border-color: #069746;
}

@media screen and (max-width: 1364px) {
  .panels__panels_pager {
    right: 7.1428571429%;
    width: 7.1428571429%;
    margin-right: 0;
  }
  .panels__panels_pager.panels__panels_pager--is_fixed {
    margin-right: 10px;
  }
  .panel > .panels__panels_pager {
    margin-right: 0;
  }
}
@media screen and (max-width: 1044px) {
  .panels__panels_pager {
    right: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .panels__panels_pager {
    display: none;
  }
}
.wysiwyg > * {
  margin: 0 0 25px 0;
}
.wysiwyg > figure {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0;
}
.wysiwyg > figure img {
  max-width: 100%;
  height: auto;
}
.wysiwyg > figure figcaption {
  margin: 0 !important;
  padding: 5px 10px;
  background-color: #E2E2E2;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
}
.wysiwyg > figure.alignnone {
  padding-right: 10px;
}
.wysiwyg > figure.alignleft {
  float: left;
  width: 50%;
  margin-right: 10px;
  padding-right: 10px;
}
.wysiwyg > figure.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.wysiwyg > figure.aligncenter img {
  display: inline-block;
}
.wysiwyg > figure.alignright {
  float: right;
  width: 50%;
  margin-left: 10px;
  padding-left: 10px;
}
.wysiwyg > figure:last-child {
  margin-bottom: 25px;
}
.wysiwyg > p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
}
.wysiwyg > p a {
  max-width: 100%;
  color: #041E41;
  font-weight: 600;
}
.wysiwyg > p a img {
  max-width: 100%;
  height: auto;
}
.wysiwyg > p a:hover {
  text-decoration: underline;
}
.wysiwyg > p .vacancy_detail {
  display: inline-block;
  vertical-align: top;
  width: 258px;
  font-size: 18px;
  font-size: 1.125rem;
}
.wysiwyg > p > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.wysiwyg > p > img.alignleft {
  float: left;
  max-width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.wysiwyg > p > img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg > p > img.alignright {
  float: right;
  max-width: 50%;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 10px;
}
.wysiwyg > p.vacancy_details {
  font-size: 0;
  font-size: 0rem;
}
.wysiwyg > ul, .wysiwyg > ol {
  padding: 0 0 0 20px;
}
.wysiwyg > ul li, .wysiwyg > ol li {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.wysiwyg > ul li a, .wysiwyg > ol li a {
  color: #041E41;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: underline;
}
.wysiwyg > ul li a:hover, .wysiwyg > ol li a:hover {
  text-decoration: none;
}
.wysiwyg > ul li:last-child, .wysiwyg > ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg > ul ul, .wysiwyg > ol ul {
  padding: 0 0 0 30px;
}
.wysiwyg > ul li.no_bullet {
  position: relative;
  padding-left: 20px;
  color: #069746;
  list-style: none;
  font-weight: 600;
}
.wysiwyg > ul li.no_bullet .iconography {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 20px;
  height: 20px;
}
.wysiwyg > ol li.no_bullet {
  font-weight: 600;
}
.wysiwyg > ol li.no_bullet .iconography {
  display: none;
}
.wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
  margin-top: 50px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 2.625rem;
}
.wysiwyg > h6 a, .wysiwyg > h5 a, .wysiwyg > h4 a, .wysiwyg > h3 a, .wysiwyg > h2 a, .wysiwyg > h1 a {
  color: #041E41;
}
.wysiwyg > h6 a:hover, .wysiwyg > h5 a:hover, .wysiwyg > h4 a:hover, .wysiwyg > h3 a:hover, .wysiwyg > h2 a:hover, .wysiwyg > h1 a:hover {
  text-decoration: underline;
}
.wysiwyg > h6:first-child, .wysiwyg > h5:first-child, .wysiwyg > h4:first-child, .wysiwyg > h3:first-child, .wysiwyg > h2:first-child, .wysiwyg > h1:first-child {
  margin-top: 0;
}
.wysiwyg > blockquote {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 60px 86px;
  background-color: #041E41;
}
.wysiwyg > blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}
.wysiwyg > blockquote p .iconography {
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
}
.wysiwyg > blockquote p .iconography:nth-child(1) {
  top: -36px;
  left: -66px;
}
.wysiwyg > blockquote p .iconography:nth-child(2) {
  top: -36px;
  left: -6px;
}
.wysiwyg > blockquote p .iconography:nth-child(3) {
  right: -6px;
  bottom: -40px;
}
.wysiwyg > blockquote p .iconography:nth-child(4) {
  right: -66px;
  bottom: -40px;
}
.wysiwyg > :last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1364px) {
  .wysiwyg > blockquote {
    padding-right: 12.5%;
    padding-right: calc(100%/8 - 10px);
    padding-left: 12.5%;
    padding-left: calc(100%/8 - 10px);
  }
}
@media screen and (max-width: 1044px) {
  .wysiwyg > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .wysiwyg > p .vacancy_detail {
    font-size: 16px;
    font-size: 1rem;
  }
  .wysiwyg > ul li, .wysiwyg > ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .wysiwyg > ul li a, .wysiwyg > ol li a {
    font-size: 16px;
    font-size: 1rem;
  }
  .wysiwyg > ul li.no_bullet {
    padding-left: 15px;
  }
  .wysiwyg > ul li.no_bullet .iconography {
    top: 2px;
  }
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    margin-top: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .wysiwyg > blockquote {
    padding-right: 10%;
    padding-right: calc(10% - 10px);
    padding-left: 10%;
    padding-left: calc(10% - 10px);
  }
  .wysiwyg > blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .wysiwyg > blockquote p .iconography {
    width: 100px;
    height: 100px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -27px;
    left: -56px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -27px;
    left: -4px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(3) {
    right: -4px;
    bottom: -31px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(4) {
    right: -56px;
    bottom: -31px;
  }
}
@media screen and (max-width: 916px) {
  .wysiwyg > * {
    margin-bottom: 20px;
  }
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .wysiwyg > blockquote p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -29px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -29px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(3) {
    bottom: -33px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(4) {
    bottom: -33px;
  }
}
@media screen and (max-width: 788px) {
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .wysiwyg > blockquote p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .wysiwyg > blockquote p .iconography {
    width: 80px;
    height: 80px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -21px;
    left: -42px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -21px;
    left: -2px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(3) {
    right: -2px;
    bottom: -25px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(4) {
    right: -42px;
    bottom: -25px;
  }
}
@media screen and (max-width: 660px) {
  .wysiwyg > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .wysiwyg > p .vacancy_detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .wysiwyg > ul li, .wysiwyg > ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .wysiwyg > ul li a, .wysiwyg > ol li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .wysiwyg > ul li.no_bullet {
    padding-left: 10px;
  }
  .wysiwyg > ul li.no_bullet .iconography {
    top: 1px;
  }
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    margin-top: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .wysiwyg > blockquote {
    padding: 50px 8.3333333333% 40px;
    padding-right: calc(8.3333333333% - 10px);
    padding-left: calc(8.3333333333% - 10px);
  }
  .wysiwyg > blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -23px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -23px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(3) {
    bottom: -27px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(4) {
    bottom: -27px;
  }
}
@media screen and (max-width: 512px) {
  .wysiwyg > figure.alignnone {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .wysiwyg > figure.alignleft {
    float: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .wysiwyg > figure.alignright {
    float: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .wysiwyg > blockquote {
    padding-top: 40px;
  }
  .wysiwyg > blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .wysiwyg > blockquote p .iconography {
    width: 60px;
    height: 60px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -14px;
    left: -20px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -14px;
    left: 10px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(3) {
    right: 10px;
    bottom: -20px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(4) {
    right: -20px;
    bottom: -20px;
  }
  .wysiwyg > p > img.alignnone {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .wysiwyg > p > img.alignleft {
    float: none;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .wysiwyg > p > img.alignright {
    float: none;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 384px) {
  .wysiwyg > h6, .wysiwyg > h5, .wysiwyg > h4, .wysiwyg > h3, .wysiwyg > h2, .wysiwyg > h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .wysiwyg > blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .wysiwyg > blockquote p .iconography:nth-child(1) {
    top: -16px;
  }
  .wysiwyg > blockquote p .iconography:nth-child(2) {
    top: -16px;
  }
}
.smh_container {
  border: 10px solid #069746;
}

@media screen and (max-width: 660px) {
  .smh_container {
    border: none;
  }
}
.smh_masthead {
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
}
.smh_masthead::before {
  content: "";
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 10px;
  background-color: #069746;
}
.smh_masthead .alert {
  background-color: #069746;
  padding: 20px;
}
.smh_masthead .alert .alert__inner {
  width: 80%;
  margin: auto;
  text-align: center;
}
.smh_masthead .alert .alert__inner p,
.smh_masthead .alert .alert__inner a {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
.smh_masthead .alert .alert__inner p {
  margin: 0 0 5px;
}
.smh_masthead .alert .alert__inner a {
  font-weight: bold;
}
.smh_masthead .alert .alert__inner a:hover {
  text-decoration: underline;
}

.masthead__masthead_donate {
  position: fixed;
  z-index: 9999;
  top: 25px;
  right: 25px;
  display: inline-block;
  width: 250px;
  margin-right: -125px;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #970505;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 50% 0;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
.masthead__masthead_donate::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #970505;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
.masthead__masthead_donate:hover {
  background-color: rgb(175.6826923077, 5.8173076923, 5.8173076923);
}
.masthead__masthead_donate:hover::before {
  background-color: rgb(175.6826923077, 5.8173076923, 5.8173076923);
}
.page-template-template-donate .masthead__masthead_donate {
  display: none;
}

.masthead__masthead_main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.masthead__masthead_main::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1132px;
  height: 1px;
  margin-left: -566px;
  background-color: #069746;
}
.page-template-template-panels .masthead__masthead_main::after {
  display: none;
}

.masthead__masthead_toggle {
  display: none;
}

.masthead__masthead_branding {
  display: inline-block;
  width: 480px;
  padding-top: 48px;
  padding-bottom: 32px;
}

.masthead_branding__logo {
  width: 288px;
  margin-left: 37px;
}

.is_ie11 .masthead_branding__logo svg#st_martins_logo {
  height: 1px;
  padding-bottom: 34%;
  overflow: visible;
}
.masthead_branding__logo svg#st_martins_logo_no_mission_statement {
  display: none;
}

.masthead__masthead_navigation {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: 864px;
  padding-right: 96px;
}

.masthead_navigation__secondary {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 384px;
  padding: 19px 0 15px;
}

.masthead_navigation__skip_to_content {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #041E41;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-decoration: underline;
}
.masthead_navigation__skip_to_content:hover {
  cursor: pointer;
  text-decoration: none;
}

.masthead_navigation__secondary_menu {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.masthead_navigation__secondary_menu > li {
  padding-right: 10px;
  padding-left: 10px;
}
.masthead_navigation__secondary_menu > li > a {
  display: inline-block;
  color: #041E41;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.masthead_navigation__secondary_menu > li > a:hover {
  text-decoration: underline;
}

.masthead_navigation__search {
  width: 384px;
  padding-right: 10px;
  padding-left: 10px;
}

.masthead_navigation__search_form {
  position: relative;
}

.masthead_navigation__search_form .iconography {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 11px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.masthead_navigation__search_term {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 0 10px 0 42px;
  background-color: #FFFFFF;
  border: 2px solid #E2E2E2;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  line-height: 1.625rem;
}

.masthead_navigation__primary {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.masthead_navigation__primary_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.masthead_navigation__primary_menu > li.menu-item-type-custom {
  display: none;
}
.masthead_navigation__primary_menu > li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #FFFFFF;
}
.masthead_navigation__primary_menu > li > a .menu-item-caption {
  display: inline-block;
  vertical-align: middle;
  color: #041E41;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.masthead_navigation__primary_menu > li > a .iconography {
  display: none;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 10px;
}
.masthead_navigation__primary_menu > li > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  height: 1px;
  background-color: #069746;
}
.page-template-template-panels .masthead_navigation__primary_menu > li > a::after {
  display: none;
}
.masthead_navigation__primary_menu > li > a:hover {
  border-color: #069746;
}
.masthead_navigation__primary_menu > li.current-menu-item > a, .masthead_navigation__primary_menu > li.current-menu-ancestor > a {
  border-bottom-color: #069746;
}
.masthead_navigation__primary_menu > li.current-menu-item > a .iconography [fill], .masthead_navigation__primary_menu > li.current-menu-ancestor > a .iconography [fill] {
  fill: #069746;
}
.masthead_navigation__primary_menu > li.current-menu-item > a .menu-item-caption, .masthead_navigation__primary_menu > li.current-menu-ancestor > a .menu-item-caption {
  color: #069746;
}
.masthead_navigation__primary_menu > li.menu-item-has-children {
  position: relative;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > a .iconography {
  display: inline-block;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > a:hover {
  border-color: #FFFFFF;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > a.hover_intent--anchor {
  border-color: #069746;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 576px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  margin-left: -288px;
  background-color: #069746;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul > li {
  width: 50%;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul > li > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul > li > a:hover::after {
  height: 4px;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul > li:only-child {
  width: 100%;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul.hover_intent--submenu {
  display: flex;
}
.masthead_navigation__primary_menu > li.menu-item-has-children > ul.single_child {
  width: 288px;
  margin-left: -144px;
}
.masthead_navigation__primary_menu > li:nth-last-child(1).menu-item-has-children > ul, .masthead_navigation__primary_menu > li:nth-last-child(2).menu-item-has-children > ul, .masthead_navigation__primary_menu > li:nth-last-child(3).menu-item-has-children > ul {
  right: 0;
  left: auto;
  margin-left: 0;
}

@media screen and (max-width: 1364px) {
  .smh_masthead .alert {
    display: block;
    padding: 20px;
  }
  .masthead__masthead_main::after {
    right: 7.1428571429%;
    right: calc(7.1428571429% + 10px);
    left: 7.1428571429%;
    left: calc(7.1428571429% + 10px);
    width: auto;
    margin-left: 0;
  }
  .masthead__masthead_branding {
    width: 35.7142857143%;
  }
  .masthead_branding__logo {
    width: 60%;
    margin-left: 8%;
  }
  .masthead__masthead_navigation {
    width: 64.2857142857%;
    padding-right: 7.1428571429%;
  }
  .masthead_navigation__secondary {
    min-width: 50%;
  }
  .masthead_navigation__search {
    width: 50%;
  }
}
@media screen and (max-width: 1172px) {
  .masthead__masthead_branding {
    width: 28.5714285714%;
  }
  .masthead_branding__logo {
    width: 80%;
    margin-left: 9%;
  }
  .masthead__masthead_navigation {
    width: 71.4285714286%;
    padding-right: 7.1428571429%;
  }
  .masthead_navigation__secondary {
    min-width: 55.5555555556%;
  }
  .masthead_navigation__search {
    width: 55.5555555556%;
  }
  .masthead_navigation__primary {
    position: relative;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children {
    position: static;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > ul {
    right: 0;
    right: calc(10px);
    left: auto;
    width: 133.3333333333%;
    width: calc(133.3333333333% - 20px);
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > ul.single_child {
    width: 133.3333333333%;
    width: calc(133.3333333333% - 20px);
  }
  .masthead_navigation__primary_menu > li:nth-last-child(1).menu-item-has-children > ul, .masthead_navigation__primary_menu > li:nth-last-child(2).menu-item-has-children > ul, .masthead_navigation__primary_menu > li:nth-last-child(3).menu-item-has-children > ul {
    right: 0;
    right: calc(10px);
    left: auto;
  }
}
@media screen and (max-width: 1044px) {
  .masthead__masthead_donate {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .masthead__masthead_main {
    align-items: flex-end;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
  }
  .masthead__masthead_main::after {
    right: 10px;
    left: 8.3333333333%;
    left: calc(8.3333333333% + 10px);
  }
  .masthead__masthead_branding {
    width: 33.3333333333%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .masthead_branding__logo {
    width: 75%;
    margin-left: 10%;
  }
  .masthead__masthead_navigation {
    width: 66.6666666667%;
    padding-right: 8.3333333333%;
  }
  .masthead_navigation__secondary {
    min-width: 71.4285714286%;
  }
  .masthead_navigation__search {
    width: 71.4285714286%;
  }
  .masthead_navigation__primary {
    margin-top: 10px;
    padding-right: 0;
    padding-left: 8.3333333333%;
  }
  .masthead_navigation__primary_menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > ul {
    width: 91.6666666667%;
    width: calc(91.6666666667% - 20px);
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > ul.single_child {
    width: 91.6666666667%;
    width: calc(91.6666666667% - 20px);
  }
}
@media screen and (max-width: 916px) {
  .masthead_branding__logo {
    width: 85%;
    margin-left: 8%;
  }
  .masthead_navigation__skip_to_content {
    display: none;
  }
  .masthead_navigation__primary_menu > li > a .menu-item-caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .masthead_navigation__primary_menu > li > a .iconography {
    margin-top: 1px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 788px) {
  .masthead__masthead_branding {
    width: 41.6666666667%;
  }
  .masthead_branding__logo {
    width: 85%;
    margin-left: 3%;
  }
  .masthead__masthead_navigation {
    width: 58.3333333333%;
  }
  .masthead_navigation__secondary {
    min-width: 83.3333333333%;
  }
  .masthead_navigation__search {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 660px) {
  .smh_masthead {
    padding-top: 45px;
  }
  .smh_masthead::before {
    display: none;
  }
  .page-template-template-donate .smh_masthead {
    padding-top: 0;
  }
  .masthead__masthead_donate {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 25px;
    line-height: 1.5625rem;
  }
  .masthead__masthead_donate::before {
    display: none;
  }
  .masthead__masthead_main {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }
  .masthead__masthead_main::after {
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.09);
  }
  .masthead__masthead_toggle {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .masthead__masthead_toggle:focus {
    outline: none;
  }
  .masthead_navigation__search_form--is_active .masthead_navigation__search .masthead__masthead_toggle, .masthead_navigation__primary_menu--is_active .masthead_navigation__primary .masthead__masthead_toggle {
    background-color: #041E41;
  }
  .masthead_toggle__caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #041E41;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .masthead__masthead_toggle:hover .masthead_toggle__caption {
    text-decoration: underline;
  }
  .masthead_navigation__primary_menu--is_active .masthead_navigation__primary .masthead_toggle__caption {
    color: #FFFFFF;
  }
  .masthead__masthead_toggle .iconography {
    width: 24px;
    height: 24px;
  }
  .masthead_navigation__search_form--is_active .masthead_navigation__search .masthead__masthead_toggle .iconography [fill] {
    fill: #FFFFFF;
  }
  .masthead_navigation__primary_menu--is_active .masthead_navigation__primary .masthead__masthead_toggle .iconography [fill] {
    fill: #FFFFFF;
  }
  .masthead__masthead_branding {
    width: auto;
    margin-right: auto;
    padding: 10px 20px;
  }
  .masthead_branding__logo {
    width: auto;
    margin-left: 0;
  }
  .masthead_branding__logo svg {
    height: 36px;
  }
  .masthead_branding__logo svg#st_martins_logo {
    display: none;
  }
  .masthead_branding__logo svg#st_martins_logo_no_mission_statement {
    display: block;
  }
  .is_ie11 .masthead_branding__logo svg#st_martins_logo_no_mission_statement, .is_edge .masthead_branding__logo svg#st_martins_logo_no_mission_statement {
    max-width: 150px;
  }
  .masthead__masthead_navigation {
    flex-direction: row;
    width: auto;
    padding-right: 0;
  }
  .masthead_navigation__secondary {
    display: none;
  }
  .masthead_navigation__search {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .masthead_navigation__search .masthead__masthead_toggle {
    padding: 16px 10px 16px;
  }
  .masthead_navigation__primary {
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
  .masthead_navigation__primary .masthead__masthead_toggle {
    padding: 16px 20px 16px;
  }
  .masthead_navigation__search_form {
    display: none;
  }
  .masthead_navigation__search_form--is_active .masthead_navigation__search_form {
    display: block;
  }
  .masthead_navigation__search_form .iconography {
    display: none;
  }
  .masthead_navigation__search_term {
    height: 57px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #041E41;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .masthead_navigation__primary_menu {
    display: none;
    padding-right: 0;
    padding-left: 0;
    background-color: #041E41;
  }
  .masthead_navigation__primary_menu--is_active .masthead_navigation__primary_menu {
    display: block;
  }
  .masthead_navigation__primary_menu > li {
    width: 100%;
  }
  .masthead_navigation__primary_menu > li.menu-item-type-custom {
    display: block;
  }
  .masthead_navigation__primary_menu > li > a {
    padding: 15px 20px;
    border-bottom-width: 1px;
  }
  .masthead_navigation__primary_menu > li > a .menu-item-caption {
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
  }
  .masthead_navigation__primary_menu > li > a::after {
    display: none;
  }
  .masthead_navigation__primary_menu > li > a:hover {
    border-bottom-color: #FFFFFF;
  }
  .masthead_navigation__primary_menu > li > a:hover .menu-item-caption {
    text-decoration: underline;
  }
  .masthead_navigation__primary_menu > li.current-menu-item > a, .masthead_navigation__primary_menu > li.current-menu-ancestor > a {
    border-bottom-color: #FFFFFF;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > a .iconography {
    display: none;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > a:hover {
    border-bottom-color: #FFFFFF;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > a.hover_intent--anchor {
    border-bottom-color: #FFFFFF;
  }
  .masthead_navigation__primary_menu > li.menu-item-has-children > ul.hover_intent--submenu {
    display: none;
  }
  .masthead_navigation__primary_menu > li:last-child > a {
    border-bottom: none;
  }
}
@media screen and (max-width: 384px) {
  .masthead_toggle__caption {
    display: none;
  }
  .masthead__masthead_branding {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .masthead_branding__logo svg {
    height: 31px;
  }
  .is_ie11 .masthead_branding__logo svg#st_martins_logo_no_mission_statement, .is_edge .masthead_branding__logo svg#st_martins_logo_no_mission_statement {
    max-width: 129px;
  }
}
.smh_page {
  position: relative;
  z-index: 1;
}

.panel--breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
}

.panel--breadcrumbs .site_width {
  padding-right: 10px;
  padding-left: 10px;
}

.breadcrumbs__breadcrumbs_title {
  display: inline;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #069746;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.is_safari .breadcrumbs__breadcrumbs_title {
  display: inline-block;
}

.panel--breadcrumbs span {
  display: inline;
  vertical-align: middle;
}
.is_safari .panel--breadcrumbs span {
  display: inline-block;
}

.panel--breadcrumbs a {
  position: relative;
  z-index: 1;
  display: inline;
  vertical-align: middle;
  padding-right: 5px;
  color: #041E41;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.panel--breadcrumbs a:hover {
  text-decoration: underline;
}
.is_safari .panel--breadcrumbs a {
  display: inline-block;
}

.panel--breadcrumbs .iconography {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  margin-left: 5px;
}

.panel--breadcrumbs .breadcrumb_last {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media screen and (max-width: 1364px) {
  .panel--breadcrumbs .site_width {
    width: 85.7142857143%;
  }
}
@media screen and (max-width: 1044px) {
  .panel--breadcrumbs {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel--breadcrumbs .site_width {
    width: 100%;
    padding-right: 8.3333333333%;
    padding-right: calc(8.3333333333% + 10px);
    padding-left: 8.3333333333%;
    padding-left: calc(8.3333333333% + 10px);
  }
}
@media screen and (max-width: 916px) {
  .breadcrumbs__breadcrumbs_title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .panel--breadcrumbs a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .panel--breadcrumbs .breadcrumb_last {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 660px) {
  .panel--breadcrumbs {
    display: none;
  }
}
.panel--donate {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
}

.panel--donate .site_width {
  padding-left: 96px;
}

.donate__donate_columns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.donate__donate_column.donate__donate_column--default {
  width: 480px;
}
.donate__donate_column.donate__donate_column--embed {
  flex-basis: 482px;
  flex-shrink: 0;
}

.donate_column__copy {
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.donate_column__donation_table {
  padding-bottom: 50px;
}

.donation_table__title {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 2.625rem;
}

.donation_table__row {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.donation_table__row::before, .donation_table__row::after {
  content: "";
  position: absolute;
  right: 10px;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}
.donation_table__row::before {
  top: 0;
}
.donation_table__row::after {
  top: 100%;
}

.donation_table__row_value {
  display: inline-block;
  flex-basis: 20%;
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  line-height: 2rem;
}

.donation_table__row_description {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.donate_column__page_previews .page_preview + .page_preview {
  margin-top: 20px;
}

.donate_column__donate_embed {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1364px) {
  .panel--donate .site_width {
    width: 100%;
    padding-right: 7.1428571429%;
    padding-left: 14.2857142857%;
  }
  .donate__donate_column.donate__donate_column--default {
    width: 45.4545454545%;
  }
}
@media screen and (max-width: 1044px) {
  .panel--donate {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel--donate .site_width {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .donate__donate_columns {
    padding-left: 8.3333333333%;
  }
  .donate__donate_column {
    width: 45.4545454545%;
  }
  .donate_column__copy {
    padding-bottom: 40px;
  }
  .donate_column__donation_table {
    padding-bottom: 45px;
  }
  .donation_table__title {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .donation_table__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .donation_table__row_value {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .donation_table__row_description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 916px) {
  .donate__donate_columns {
    flex-wrap: wrap;
  }
  .donate__donate_column {
    width: 100% !important;
  }
  .donate__donate_column.donate__donate_column--default {
    order: 2;
  }
  .donate__donate_column.donate__donate_column--embed {
    flex-basis: auto;
    flex-shrink: 1;
    order: 1;
    margin-bottom: 40px;
  }
  .donation_table__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .is_ie11 .donation_table__row, .is_ios.is_chrome .donation_table__row {
    display: block;
  }
  .is_ie11 .donation_table__row_value, .is_ios.is_chrome .donation_table__row_value {
    display: block;
  }
  .is_ie11 .donation_table__row_description, .is_ios.is_chrome .donation_table__row_description {
    display: block;
  }
  .donate_column__page_previews {
    padding-right: 18.1818181818%;
  }
  #CAFDonateWidgetContainer {
    width: 462px;
  }
}
@media screen and (max-width: 788px) {
  .donation_table__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .donate_column__page_previews {
    padding-right: 9.0909090909%;
  }
}
@media screen and (max-width: 660px) {
  .panel--donate {
    padding-right: 0;
    padding-left: 0;
  }
  .donate__donate_columns {
    padding-right: 10px;
    padding-left: 10px;
  }
  .donate__donate_column {
    width: 50%;
  }
  .donate_column__copy {
    padding-bottom: 30px;
  }
  .donate_column__donation_table {
    padding-bottom: 40px;
  }
  .donation_table__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .donation_table__row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .donation_table__row_value {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .donation_table__row_description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .donate_column__page_previews {
    padding-right: 0;
  }
}
@media screen and (max-width: 512px) {
  .donation_table__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  #CAFDonateWidgetContainer {
    overflow-x: scroll;
    max-width: 100%;
  }
  .donate_column__donate_button {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  #CAFDonateButtonContainer a {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #069746;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
  }
  #CAFDonateButtonContainer a img {
    display: none;
  }
  #CAFDonateButtonContainer a::before {
    content: "Donate Now Online";
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  #CAFDonateButtonContainer a:hover {
    background-color: rgb(6.974522293, 175.525477707, 81.3694267516);
  }
}
@media screen and (max-width: 384px) {
  .donation_table__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.panel--featured_page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.panel--featured_page:nth-child(odd) {
  background-color: #069746;
}
.panel--featured_page:nth-child(even) {
  background-color: #041E41;
}

.panel--featured_page .site_width {
  padding-right: 96px;
  padding-left: 576px;
}

.featured_page__banner {
  display: none;
}

.featured_page__banner_image {
  display: none;
}

.featured_page__details {
  position: relative;
  z-index: 1;
  padding: 60px 96px 70px 96px;
}
.featured_page__details::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
}
.panel--featured_page:nth-child(odd) .featured_page__details::before {
  background-color: #041E41;
}
.panel--featured_page:nth-child(even) .featured_page__details::before {
  background-color: #069746;
}

.featured_page__details > .iconography {
  position: absolute;
  z-index: -2;
  width: 120px;
  height: 120px;
}
.featured_page__details > .iconography:first-child {
  top: -62px;
  left: -52px;
}
.featured_page__details > .iconography:last-child {
  right: -52px;
  bottom: -62px;
}

.featured_page__title {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.featured_page__title .iconography {
  position: absolute;
  z-index: -1;
  top: 3px;
  right: 100%;
  width: 30px;
  height: 30px;
  margin-right: 2px;
}

.featured_page__title_permalink {
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 36px;
  line-height: 2.25rem;
}
.featured_page__title_permalink:hover {
  text-decoration: underline;
}

.featured_page__description {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.featured_page__links {
  margin-top: 33px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}

.featured_page__link {
  padding-top: 7px;
}

.featured_page__link .button {
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1364px) {
  .panel--featured_page .site_width {
    width: 85.7142857143%;
    padding-right: 7.1428571429%;
    padding-left: 35.7142857143%;
  }
  .featured_page__details {
    padding-right: 16.6666666667%;
    padding-left: 16.6666666667%;
  }
}
@media screen and (max-width: 1044px) {
  .panel--featured_page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .panel--featured_page .site_width {
    width: 100%;
    padding-right: 20px;
    padding-left: 50%;
    overflow: hidden;
  }
  .featured_page__details::before {
    right: auto;
    left: 0;
    width: 9999px;
  }
  .featured_page__details > .iconography {
    display: none;
  }
  .featured_page__title .iconography {
    top: 2px;
    width: 26px;
    height: 26px;
  }
  .featured_page__title_permalink {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .featured_page__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .featured_page__links {
    margin-top: 25px;
  }
}
@media screen and (max-width: 660px) {
  .panel--featured_page {
    background-image: none !important;
  }
  .panel--featured_page .site_width {
    padding-right: 0;
    padding-left: 0;
  }
  .featured_page__banner {
    display: block;
  }
  .featured_page__banner_image {
    display: block;
    width: 100%;
  }
  .featured_page__details {
    width: 100%;
    padding: 30px 40px 40px 40px;
  }
  .featured_page__title .iconography {
    top: 1px;
    width: 22px;
    height: 22px;
    margin-right: 3px;
  }
  .featured_page__title_permalink {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .featured_page__description {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .featured_page__links {
    margin-top: 20px;
  }
}
.panel--hero {
  position: relative;
  background-color: #041E41;
  overflow: hidden;
}

.hero__hero_background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 50%;
  display: block;
  height: 100%;
  margin-left: -96px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero__hero_background::before, .hero__hero_background::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 100%;
  display: block;
  width: 100%;
  height: 10000px;
  margin-top: -5000px;
  margin-right: -76px;
  background-color: #041E41;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.hero__hero_background::before {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero__hero_background::after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero__hero_background_image {
  display: none;
}

.hero__hero_background .iconography {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 172px;
  height: 172px;
  margin-top: -86px;
}

.hero__hero_details {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-right: 480px;
  padding-bottom: 150px;
}

.hero_details__title {
  padding-right: 202px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 66px;
  line-height: 4.125rem;
}

.hero_details__subtitle {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #069746;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 36px;
  line-height: 2.25rem;
}
.hero_details__title + .hero_details__subtitle {
  margin-top: 90px;
}

.hero__hero_details .iconography {
  position: absolute;
  z-index: -1;
  bottom: 50px;
  left: 288px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}

@media screen and (max-width: 1364px) {
  .hero__hero_background {
    margin-left: 0;
  }
  .hero__hero_background::before, .hero__hero_background::after {
    right: 85.7142857143%;
    margin-right: 20px;
  }
  .hero__hero_background .iconography {
    left: 14.2857142857%;
    margin-left: -111px;
  }
  .hero__hero_details {
    width: 85.7142857143%;
    padding-top: 105px;
    padding-right: 35.7142857143%;
    padding-bottom: 130px;
  }
  .hero_details__title {
    padding-right: 14.2857142857%;
    padding-right: calc(14.2857142857% + 10px);
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
  .hero_details__subtitle {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .hero_details__title + .hero_details__subtitle {
    margin-top: 60px;
  }
  .hero__hero_details .iconography {
    bottom: 40px;
    left: 25%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 1044px) {
  .panel--hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero__hero_details {
    width: 100%;
    padding-top: 90px;
    padding-right: 33.3333333333%;
    padding-bottom: 110px;
  }
  .hero_details__title {
    padding-right: 25%;
    padding-right: calc(25% + 10px);
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
  .hero_details__subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
  .hero_details__title + .hero_details__subtitle {
    margin-top: 45px;
  }
  .hero__hero_details .iconography {
    bottom: 30px;
    left: 29.1666666667%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 916px) {
  .hero__hero_details {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .hero_details__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  .hero_details__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .hero_details__title + .hero_details__subtitle {
    margin-top: 30px;
  }
  .hero__hero_details .iconography {
    bottom: 20px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
}
@media screen and (max-width: 788px) {
  .hero__hero_details {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .hero_details__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
  .hero_details__subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .hero__hero_details .iconography {
    bottom: 10px;
    left: 20.8333333333%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 660px) {
  .panel--hero {
    padding-right: 0;
    padding-left: 0;
  }
  .hero__hero_background {
    position: static;
    background-image: none !important;
  }
  .hero__hero_background_image {
    display: block;
    width: 100%;
  }
  .hero__hero_background .iconography {
    display: none;
  }
  .hero__hero_details {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 90px;
    padding-left: 10px;
  }
  .hero_details__title {
    padding-right: 10px;
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .hero_details__subtitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .hero_details__title + .hero_details__subtitle {
    margin-top: 25px;
  }
  .hero__hero_details .iconography {
    bottom: 20px;
    left: 50%;
  }
}
@media screen and (max-width: 512px) {
  .hero_details__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .hero_details__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .hero_details__title + .hero_details__subtitle {
    margin-top: 20px;
  }
}
.panel--login {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
}

.panel--login .site_width {
  padding-right: 192px;
  padding-left: 192px;
}

.login__login_title {
  margin-bottom: 80px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 70px;
  line-height: 4.375rem;
}

.login__login_form {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.login__login_form .iconography {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
}
.login__login_form .iconography:first-child {
  top: -62px;
  left: -52px;
}
.login__login_form .iconography:last-child {
  right: -52px;
  bottom: -62px;
}

.login_form__form {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
  background-color: #041E41;
}

.login_form__form p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 30px;
}
.login_form__form p.login-submit {
  text-align: right;
}

.login__login_form label {
  display: inline-block;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.login__login_form label input {
  margin-right: 5px;
}
.login__login_form label[for]::after {
  content: "*";
  color: #069746;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  line-height: 0rem;
}

.login__login_form .input {
  width: 100%;
  height: 45px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.login__login_form .button {
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #069746;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

.login_form__password {
  padding: 0 30px;
  text-align: right;
}

.login_form__password_reset {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.login_form__password_reset:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1364px) {
  .panel--login {
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  .panel--login .site_width {
    width: 100%;
    padding-right: 16.6666666667%;
    padding-left: 16.6666666667%;
  }
  .login__login_title {
    margin-bottom: 70px;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 64px;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1044px) {
  .panel--login {
    padding-right: 20px;
    padding-left: 20px;
  }
  .login__login_title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}
@media screen and (max-width: 916px) {
  .panel--login .site_width {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .login__login_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 788px) {
  .login__login_title {
    margin-bottom: 60px;
    font-size: 48px;
    font-size: 3rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
  .login__login_form p.login-username, .login__login_form p.login-password {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .panel--login {
    padding-right: 10px;
    padding-left: 10px;
  }
  .login__login_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .login_form__form {
    padding-right: 10%;
    padding-left: 10%;
  }
  .login__login_form p {
    padding-right: 0;
    padding-left: 0;
  }
  .login__login_form p.login-remember, .login__login_form p.login-submit {
    width: 100%;
    text-align: right;
  }
  .login-remember label {
    margin-bottom: 0;
  }
  .login_form__password {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 512px) {
  .login__login_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 384px) {
  .login__login_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.panel--newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #041E41;
}

.panel--newsletter .site_width {
  padding-right: 96px;
  padding-left: 96px;
}

.newsletter__newsletter_title {
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
}

.newsletter__newsletter_title .iconography {
  display: none;
}

.panel--newsletter .wpcf7 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 0 !important;
}

.newsletter__newsletter_form {
  width: 100%;
}

.newsletter_form__fields {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.newsletter_form__column {
  display: inline-block;
  width: 58%;
}
.article_block__contact_form .newsletter_form__column {
  width: 53%;
}

.newsletter_form__field {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  padding-right: 10px;
  padding-left: 10px;
}
.newsletter_form__field.newsletter_form__field--recaptcha {
  width: 40%;
}
.newsletter_form__column .newsletter_form__field {
  display: block;
  width: 100%;
}
.newsletter_form__column .newsletter_form__field:not(:last-child) {
  margin-bottom: 15px;
}

.newsletter_form__input {
  width: 100%;
  height: 49px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.newsletter_form__control {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
}

.newsletter_form__control .button {
  justify-content: space-between;
  display: flex;
  gap: 16px;
  flex-basis: 100%;
}
.newsletter_form__control .button .iconography:last-child {
  margin-left: 0;
}

.newsletter_form__control .ajax-loader {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  margin-left: 10px;
}

.newsletter__newsletter_form .wpcf7-response-output {
  margin-top: 20px !important;
  border-right: 10px solid #041E41 !important;
  border-left: 10px solid #041E41 !important;
}

@media screen and (max-width: 1364px) {
  .panel--newsletter .site_width {
    width: 85.7142857143%;
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  .newsletter__newsletter_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .newsletter_form__column {
    width: 53%;
  }
  .article_block__contact_form .newsletter_form__column {
    width: 100%;
  }
  .article_block__contact_form .newsletter_form__control {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1172px) {
  .panel--newsletter {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .newsletter__newsletter_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .panel--newsletter .wpcf7 {
    width: 100%;
  }
  .newsletter_form__fields {
    width: 80%;
  }
  .newsletter_form__column {
    width: 100%;
  }
  .newsletter_form__control {
    width: 20%;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1044px) {
  .panel--newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel--newsletter .site_width {
    width: 100%;
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .newsletter_form__input {
    height: 45px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 916px) {
  .newsletter_form__fields {
    width: 70%;
  }
  .newsletter_form__control {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .article_block__contact_form .newsletter_form__control,
  .article_block__contact_form .newsletter_form__fields {
    width: 100%;
  }
  .article_block__contact_form .newsletter_form__control {
    margin-top: 10px;
  }
}
@media screen and (max-width: 660px) {
  .panel--newsletter {
    padding: 0;
  }
  .panel--newsletter .site_width {
    padding-right: 0;
    padding-left: 0;
  }
  .newsletter__newsletter_title {
    position: relative;
    margin-bottom: 0;
    padding: 12px 46px 12px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .newsletter__newsletter_title.newsletter__newsletter_title--is_active + .wpcf7 {
    display: block;
  }
  .newsletter__newsletter_title:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .newsletter__newsletter_title .iconography {
    position: absolute;
    top: 50%;
    right: 23px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-right: -11px;
  }
  .newsletter__newsletter_title--is_active .iconography {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .panel--newsletter .wpcf7 {
    display: none;
    padding: 10px 10px 20px 10px;
  }
  .newsletter_form__fields {
    width: 100%;
  }
  .newsletter_form__field {
    width: 100%;
  }
  .newsletter_form__field + .newsletter_form__field {
    margin-top: 10px;
  }
  .newsletter_form__control {
    width: 100%;
    margin-top: 10px;
  }
  .newsletter_form__control .button .iconography:last-child {
    margin-left: auto;
  }
  .newsletter__newsletter_form .wpcf7-response-output {
    margin-top: 10px !important;
  }
}
.panel--page {
  padding-bottom: 80px;
  background-color: #FFFFFF;
}

.page__page_sharing {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: right;
}

.page_sharing__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
}

.page_sharing__links {
  display: inline-block;
  vertical-align: middle;
}

.page_sharing__link {
  margin-left: 5px;
}

.page_sharing__link .iconography {
  width: 42px;
  height: 42px;
}
.page_sharing__link .iconography:hover [fill] {
  fill: #041E41;
}

.page__page_sidebar {
  display: inline-block;
  vertical-align: top;
  width: 192px;
  padding-right: 10px;
  padding-left: 10px;
}

.page_sidebar__block {
  padding-top: 40px;
}
.page_sidebar__block:first-child {
  padding-top: 11px;
}

.page_sidebar__block_title {
  position: relative;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #069746;
}

.page_sidebar__block_title .iconography:first-child {
  position: absolute;
  top: 13px;
  left: -5px;
  width: 20px;
  height: 20px;
}
.page_sidebar__block_title .iconography:last-child {
  display: none;
}

.page_sidebar__block_title_caption {
  color: #069746;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.iconography + .page_sidebar__block_title_caption {
  padding-left: 20px;
}

.page_sidebar__block_copy p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.page_sidebar__menu_item a {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #041E41;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.page_sidebar__menu_item a:hover {
  text-decoration: underline;
}
.page_sidebar__menu_item--is_current > a {
  font-weight: 600;
}

.page_sidebar__submenu {
  padding-left: 20px;
}

.page_sidebar__submenu_item--is_current .page_sidebar__submenu_item_link {
  font-weight: 600;
}

.page__page_article {
  display: inline-block;
  vertical-align: top;
  width: 960px;
}

.page_article__title {
  padding-right: 202px;
  padding-left: 10px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 70px;
  line-height: 4.375rem;
}

.page_article__subtitle {
  margin-top: 20px;
  padding-right: 202px;
  padding-left: 10px;
  color: #069746;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 46px;
  line-height: 2.875rem;
}

.page_article__vacancy_details {
  margin-top: 30px;
}

.page_article__vacancy_detail {
  display: inline-block;
  width: 288px;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.page_article__vacancy_detail strong {
  font-weight: 600;
}

.page_article__banner {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.page_article__banner_image {
  max-width: 100%;
}

.page_article__gallery {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page_article__banner + .page_article__gallery {
  margin-top: 10px;
}

.page_article__gallery_figure {
  width: 288px;
  padding: 10px;
}

.page_article__gallery_figure_image {
  max-width: 100%;
}

.page_article__gallery_location {
  width: 288px;
  padding: 10px;
}

.page_article__content {
  margin-top: 50px;
  padding-right: 192px;
  padding-bottom: 40px;
}

.page_article__content .wysiwyg {
  padding-right: 10px;
  padding-left: 10px;
}

.page_article__content_actions {
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.content_actions__back {
  display: inline-block;
}

.content_actions__back .iconography {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.content_actions__back_caption {
  display: inline-block;
  vertical-align: middle;
  color: #069746;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.content_actions__back:hover .content_actions__back_caption {
  text-decoration: underline;
}

.page_article__header + .page_article__article_blocks {
  margin-top: 20px;
}

.article_block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 192px;
}

.article_block__title_caption {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #041E41;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}
.page_article__article_block--page_previews .article_block__title_caption {
  color: #069746;
}

.article_block__title .button {
  flex-shrink: 0;
  margin-right: 10px;
}

.page_article__article_block--accordion {
  padding-top: 20px;
}
.page_article__article_block--accordion:first-child, .page_article__article_block--accordion + .page_article__article_block--accordion {
  padding-top: 0;
}

.article_block__accordion {
  padding-top: 30px;
}

.article_block__accordion_toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #041E41;
  border: none;
  border-right: 10px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
}
.article_block__accordion_toggle:focus {
  outline: none;
}

.accordion_block__accordion_title {
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: left;
}

.article_block__accordion_prompt {
  align-self: center;
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
  white-space: nowrap;
}
.article_block__accordion_prompt.article_block__accordion_prompt--open {
  display: none;
}
.article_block__accordion_toggle--is_closed .article_block__accordion_prompt.article_block__accordion_prompt--close {
  display: none;
}
.article_block__accordion_toggle--is_closed .article_block__accordion_prompt.article_block__accordion_prompt--open {
  display: inline;
}

.article_block__accordion_toggle .iconography {
  align-self: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.article_block__accordion_toggle--is_closed .iconography {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.article_block__accordion_copy {
  padding-top: 30px;
  padding-right: 192px;
}
.article_block__accordion_toggle--is_closed + .article_block__accordion_copy {
  display: none;
}

.article_block__accordion_copy .wysiwyg {
  padding-right: 10px;
  padding-left: 10px;
}
.article_block__accordion_copy .wysiwyg > h6, .article_block__accordion_copy .wysiwyg > h5, .article_block__accordion_copy .wysiwyg > h4, .article_block__accordion_copy .wysiwyg > h3, .article_block__accordion_copy .wysiwyg > h2, .article_block__accordion_copy .wysiwyg > h1 {
  margin-top: 40px;
}

@media screen and (max-width: 1364px) {
  .article_block__accordion_copy {
    padding-right: 20%;
  }
}
@media screen and (max-width: 1044px) {
  .page_article__article_block--accordion {
    padding-top: 10px;
  }
  .accordion_block__accordion_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .article_block__accordion_prompt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .article_block__accordion_toggle .iconography {
    width: 30px;
    height: 30px;
  }
  .article_block__accordion_copy {
    padding-right: 10%;
  }
}
@media screen and (max-width: 916px) {
  .accordion_block__accordion_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .article_block__accordion_copy {
    padding-right: 0;
  }
}
@media screen and (max-width: 788px) {
  .page_article__article_block--accordion {
    padding-top: 0;
  }
  .accordion_block__accordion_title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .article_block__accordion_copy {
    padding-top: 20px;
  }
}
@media screen and (max-width: 660px) {
  .accordion_block__accordion_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .article_block__accordion_prompt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .article_block__accordion_toggle .iconography {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 512px) {
  .accordion_block__accordion_title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 384px) {
  .accordion_block__accordion_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.article_block__contact_locations {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.contact_locations__title {
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  color: #041E41;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}

.contact_locations__location {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.contact_locations__location.contact_locations__location--head_office {
  width: 100%;
}

.contact_locations__location_address {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.contact_locations__location_company {
  display: inline-block;
  margin-bottom: 5px;
  color: #069746;
  font-weight: 600;
}

.contact_locations__location_link {
  margin: 0;
  color: #069746;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
  word-break: break-all;
}

.contact_locations__location_link a {
  color: #041E41;
}
.contact_locations__location_link a:hover {
  text-decoration: underline;
}

.article_block__contact_form {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-top: 82px;
  margin-bottom: 20px;
  padding: 40px 48px;
}
.article_block__contact_form--full-width {
  width: 100%;
}
.article_block__contact_form::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  left: 10px;
  display: block;
  height: 100%;
  background-color: #041E41;
}

.article_block__contact_form > .iconography {
  position: absolute;
  z-index: -2;
  width: 110px;
  height: 110px;
}
.article_block__contact_form > .iconography:first-child {
  top: -57px;
  left: -47px;
}
.article_block__contact_form > .iconography:last-child {
  right: -47px;
  bottom: -57px;
}

.contact_form__title {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}

.contact_form__subtitle {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  line-height: 2rem;
}

.contact_form__description {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.contact_form__description span {
  color: #069746;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  line-height: 0rem;
}

.wpcf7 {
  padding-top: 10px !important;
}

.wpcf7-field {
  margin-bottom: 30px;
}

.wpcf7-label {
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.wpcf7-label span {
  color: #069746;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0;
  line-height: 0rem;
}

.wpcf7-input {
  display: block;
  width: 100%;
  height: 45px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  line-height: 1.625rem;
}

.wpcf7-textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  line-height: 1.625rem;
}

.wpcf7-control {
  position: relative;
  text-align: right;
}
.wpcf7-control p {
  display: inline-block;
}
.wpcf7-control .ajax-loader {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px !important;
  margin-left: 10px !important;
}

.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  padding: 10px !important;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #069746;
  border: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #970505;
  border: none;
}

@media screen and (max-width: 1364px) {
  .article_block__contact_locations {
    width: 100%;
  }
  .contact_locations__location {
    width: 30%;
  }
  .article_block__contact_form {
    width: 100%;
  }
}
@media screen and (max-width: 1044px) {
  .contact_locations__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .contact_locations__location_address {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .contact_locations__location_link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .contact_form__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .contact_form__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .contact_form__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 916px) {
  .contact_locations__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .contact_locations__location {
    width: 50%;
  }
  .contact_form__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 788px) {
  .contact_locations__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .contact_form__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 660px) {
  .contact_locations__title {
    margin-top: 35px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .contact_locations__location {
    width: 33.3333333333%;
    margin-top: 20px;
  }
  .contact_locations__location_address {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .contact_locations__location_link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .article_block__contact_form {
    margin-top: 35px;
    margin-bottom: 0;
    padding: 35px 10px;
  }
  .article_block__contact_form::after {
    right: auto;
    left: 50%;
    width: 768px;
    margin-left: -384px;
  }
  .article_block__contact_form > .iconography {
    display: none;
  }
  .contact_form__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .contact_form__subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .contact_form__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .wpcf7-field {
    margin-bottom: 20px;
  }
  .wpcf7-label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .contact_locations__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .contact_locations__location {
    width: 50%;
  }
  .contact_form__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 384px) {
  .contact_locations__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .contact_locations__location {
    width: 100%;
  }
  .contact_form__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.page_article__article_block--copy {
  position: relative;
  padding-top: 40px;
  padding-right: 192px;
  padding-bottom: 40px;
}
.page_article__article_block--copy::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background-color: #069746;
}

.article_block__copy {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1364px) {
  .page_article__article_block--copy {
    padding-right: 20%;
  }
}
@media screen and (max-width: 1044px) {
  .page_article__article_block--copy {
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .page_article__article_block--copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article_block__copy {
    margin-top: 20px;
  }
}
.page_article__article_block--page_previews,
.page_article__article_block--post_previews {
  padding-top: 50px;
}
.page_article__article_block--page_previews:first-child,
.page_article__article_block--post_previews:first-child {
  padding-top: 30px;
}

.article_block__page_previews--horizontal {
  padding-right: 192px;
}

.article_block__page_previews--vertical {
  padding-top: 10px;
}
.article_block__page_previews--vertical:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1364px) {
  .article_block__page_previews--horizontal {
    padding-right: 20%;
  }
}
@media screen and (max-width: 1044px) {
  .article_block__page_previews--horizontal {
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .page_article__article_block--page_previews,
  .page_article__article_block--post_previews {
    padding-top: 40px;
  }
  .page_article__article_block--page_previews:first-child,
  .page_article__article_block--post_previews:first-child {
    padding-top: 20px;
  }
  .article_block__page_previews--vertical {
    padding-top: 0;
  }
}
.page_article__article_block--files {
  padding-top: 50px;
}

.article_block__title + .article_block__files {
  margin-top: 30px;
}

@media screen and (max-width: 1044px) {
  .page_article__article_block--files {
    padding-top: 40px;
  }
  .article_block__title + .article_block__files {
    margin-top: 20px;
  }
}
@media screen and (max-width: 788px) {
  .page_article__article_block--files {
    padding-top: 30px;
  }
  .article_block__title + .article_block__files {
    margin-top: 10px;
  }
}
.page_article__article_block--links {
  padding-top: 60px;
  padding-right: 96px;
}
.page_article__article_block--links:first-child {
  padding-top: 40px;
}

.article_block__title + .article_block__links {
  margin-top: 40px;
}

.article_block__links_menu {
  list-style: none;
}

.article_block__links_menu_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.article_block__links_menu_item:only-child {
  width: 66.6666666667%;
}
.article_block__links_menu_item:nth-child(even) {
  margin-right: 33.3333333333%;
}
.article_block__links_menu_item:nth-last-child(1), .article_block__links_menu_item:nth-last-child(2) {
  padding-bottom: 0;
}

.article_block__links_menu_item .iconography {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 30px;
  height: 30px;
}

.article_block__links_menu_item_link {
  color: #041E41;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  line-height: 2rem;
}
.article_block__links_menu_item_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1364px) {
  .page_article__article_block--links {
    padding-right: 20%;
  }
  .article_block__links_menu_item {
    width: 50%;
  }
  .article_block__links_menu_item:only-child {
    width: 100%;
  }
  .article_block__links_menu_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1044px) {
  .page_article__article_block--links {
    padding-right: 0;
  }
  .article_block__links_menu_item {
    padding-left: 35px;
    padding-bottom: 25px;
  }
  .article_block__links_menu_item .iconography {
    left: 4px;
    width: 26px;
    height: 26px;
  }
  .article_block__links_menu_item_link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 660px) {
  .page_article__article_block--links {
    padding-top: 40px;
  }
  .article_block__title + .article_block__links {
    margin-top: 30px;
  }
  .article_block__links_menu_item {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .article_block__links_menu_item .iconography {
    left: 5px;
    width: 22px;
    height: 22px;
  }
  .article_block__links_menu_item_link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  .article_block__links_menu_item {
    width: 100%;
    padding-bottom: 20px;
  }
  .article_block__links_menu_item:nth-last-child(2n) {
    padding-bottom: 20px;
  }
}
.page_article__article_block--map {
  padding-top: 30px;
}

.article_block__map {
  padding-right: 10px;
  padding-left: 10px;
}
.article_block__title + .article_block__map {
  margin-top: 30px;
}

.article_block__map_container {
  height: 512px;
}

@media screen and (max-width: 1364px) {
  .article_block__map_container {
    height: 40.1785714286vw;
  }
}
@media screen and (max-width: 1044px) {
  .article_block__map_container {
    height: 46.875vw;
  }
}
@media screen and (max-width: 660px) {
  .article_block__map_container {
    height: 56.25vw;
  }
}
.page_article__article_block--quote {
  padding-top: 20px;
  padding-right: 192px;
  padding-bottom: 40px;
}

.article_block__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 60px 96px;
}
.article_block__quote::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  left: 10px;
  display: block;
  height: 100%;
  background-color: #041E41;
}

.article_block__quote_content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}

.article_block__quote_content .iconography {
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
}
.article_block__quote_content .iconography:nth-child(1) {
  top: -36px;
  left: -66px;
}
.article_block__quote_content .iconography:nth-child(2) {
  top: -36px;
  left: -6px;
}
.article_block__quote_content .iconography:nth-child(3) {
  right: -6px;
  bottom: -40px;
}
.article_block__quote_content .iconography:nth-child(4) {
  right: -66px;
  bottom: -40px;
}

.article_block__quote_meta {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.article_block__quote_source {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

@media screen and (max-width: 1364px) {
  .page_article__article_block--quote {
    padding-right: 20%;
  }
  .article_block__quote {
    padding-right: 12.5%;
    padding-left: 12.5%;
  }
}
@media screen and (max-width: 1044px) {
  .page_article__article_block--quote {
    padding-right: 0;
  }
  .article_block__quote {
    padding-right: 10%;
    padding-left: 10%;
  }
  .article_block__quote_content {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .article_block__quote_content .iconography {
    width: 100px;
    height: 100px;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -27px;
    left: -56px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -27px;
    left: -4px;
  }
  .article_block__quote_content .iconography:nth-child(3) {
    right: -4px;
    bottom: -31px;
  }
  .article_block__quote_content .iconography:nth-child(4) {
    right: -56px;
    bottom: -31px;
  }
  .article_block__quote_source {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 916px) {
  .article_block__quote_content {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -29px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -29px;
  }
  .article_block__quote_content .iconography:nth-child(3) {
    bottom: -33px;
  }
  .article_block__quote_content .iconography:nth-child(4) {
    bottom: -33px;
  }
}
@media screen and (max-width: 788px) {
  .article_block__quote_content {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .article_block__quote_content .iconography {
    width: 80px;
    height: 80px;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -21px;
    left: -42px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -21px;
    left: -2px;
  }
  .article_block__quote_content .iconography:nth-child(3) {
    right: -2px;
    bottom: -25px;
  }
  .article_block__quote_content .iconography:nth-child(4) {
    right: -42px;
    bottom: -25px;
  }
}
@media screen and (max-width: 660px) {
  .page_article__article_block--quote {
    padding-bottom: 20px;
  }
  .article_block__quote {
    padding: 50px 8.3333333333% 40px;
  }
  .article_block__quote_content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -23px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -23px;
  }
  .article_block__quote_content .iconography:nth-child(3) {
    bottom: -27px;
  }
  .article_block__quote_content .iconography:nth-child(4) {
    bottom: -27px;
  }
  .article_block__quote_source {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 512px) {
  .article_block__quote {
    padding-top: 40px;
  }
  .article_block__quote_content {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .article_block__quote_content .iconography {
    width: 60px;
    height: 60px;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -14px;
    left: -20px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -14px;
    left: 10px;
  }
  .article_block__quote_content .iconography:nth-child(3) {
    right: 10px;
    bottom: -20px;
  }
  .article_block__quote_content .iconography:nth-child(4) {
    right: -20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 384px) {
  .article_block__quote_content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .article_block__quote_content .iconography:nth-child(1) {
    top: -16px;
  }
  .article_block__quote_content .iconography:nth-child(2) {
    top: -16px;
  }
}
.page_article__article_block--timeline {
  padding-top: 40px;
}

.article_block__timeline_entries {
  list-style: none;
}

.article_block__timeline_entry {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.article_block__timeline_entry:first-child {
  padding-top: 0;
}
.article_block__timeline_entry:last-child {
  padding-bottom: 0;
}

.timeline_entry__date {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
  line-height: 2.625rem;
}
.timeline_entry__date::before, .timeline_entry__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  background-color: #979797;
}
.timeline_entry__date::before {
  width: 30px;
  height: 1px;
}
.timeline_entry__date::after {
  width: 1px;
  height: 1000px;
  margin-top: -500px;
}

.timeline_entry__graphics {
  display: inline-block;
  vertical-align: middle;
  width: 288px;
  padding-right: 10px;
  padding-left: 10px;
}

.timeline_entry__image {
  max-width: 100%;
}

.timeline_entry__details {
  display: inline-block;
  vertical-align: middle;
  width: 672px;
  padding-right: 10px;
  padding-left: 10px;
}
.timeline_entry__graphics + .timeline_entry__details {
  width: 384px;
}

.timeline_entry__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  line-height: 2rem;
}

.timeline_entry__description {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

@media screen and (max-width: 1364px) {
  .timeline_entry__date {
    width: 20%;
  }
  .timeline_entry__graphics {
    width: 30%;
  }
  .timeline_entry__details {
    width: 80%;
  }
  .timeline_entry__graphics + .timeline_entry__details {
    width: 50%;
  }
}
@media screen and (max-width: 1044px) {
  .page_article__article_block--timeline {
    padding-top: 30px;
  }
  .timeline_entry__date {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .timeline_entry__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .timeline_entry__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 916px) {
  .timeline_entry__date {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .timeline_entry__date::before {
    right: 0;
    width: 21px;
  }
}
@media screen and (max-width: 788px) {
  .timeline_entry__date {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .timeline_entry__graphics {
    width: 40%;
  }
  .timeline_entry__details {
    width: 80%;
  }
  .timeline_entry__graphics + .timeline_entry__details {
    width: 80%;
    margin-top: 20px;
    margin-left: 20%;
  }
}
@media screen and (max-width: 660px) {
  .page_article__article_block--timeline {
    padding-top: 20px;
  }
  .timeline_entry__date {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .timeline_entry__date::before {
    right: 10px;
    width: 15px;
  }
  .timeline_entry__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .timeline_entry__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 512px) {
  .article_block__timeline_entry {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article_block__timeline_entry::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
    height: 1px;
    background-color: #069746;
  }
  .article_block__timeline_entry:last-child::after {
    display: none;
  }
  .timeline_entry__date {
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .timeline_entry__date::before, .timeline_entry__date::after {
    display: none;
  }
  .timeline_entry__graphics {
    width: 75%;
    margin-top: 20px;
  }
  .timeline_entry__details {
    width: 100%;
    margin-top: 20px;
  }
  .timeline_entry__graphics + .timeline_entry__details {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 384px) {
  .timeline_entry__date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .timeline_entry__graphics {
    width: 100%;
  }
}
.page_article__article_block--vacancies {
  padding-top: 50px;
}
.page_article__article_block--vacancies:first-child {
  padding-top: 30px;
}

@media screen and (max-width: 660px) {
  .page_article__article_block--vacancies {
    padding-top: 40px;
  }
  .page_article__article_block--vacancies:first-child {
    padding-top: 20px;
  }
}
.page_article__page_previews {
  margin-top: 20px;
}

.page_article__page_previews_pagination {
  padding-top: 60px;
  text-align: center;
}

.page_article__page_previews_pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  min-width: 46px;
  margin: 0 7px;
  padding: 10px;
  background-color: #069746;
  color: #FFFFFF;
  border: 1px solid #069746;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page_article__page_previews_pagination .page-numbers.current {
  background-color: #041E41;
  border-color: #041E41;
}
.page_article__page_previews_pagination .page-numbers.current:hover {
  background-color: #041E41;
  border-color: #041E41;
  text-decoration: none;
}
.page_article__page_previews_pagination .page-numbers.dots {
  background-color: #FFFFFF;
  color: #069746;
  border-color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
}
.page_article__page_previews_pagination .page-numbers.dots:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none;
}
.page_article__page_previews_pagination .page-numbers.prev, .page_article__page_previews_pagination .page-numbers.next {
  background-color: #FFFFFF;
  font-size: 0;
  font-size: 0rem;
}
.page_article__page_previews_pagination .page-numbers.prev::before, .page_article__page_previews_pagination .page-numbers.next::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
}
.page_article__page_previews_pagination .page-numbers.prev .iconography, .page_article__page_previews_pagination .page-numbers.next .iconography {
  width: 16px;
  height: 16px;
}
.page_article__page_previews_pagination .page-numbers.prev:hover, .page_article__page_previews_pagination .page-numbers.next:hover {
  background-color: #FFFFFF;
  border-color: #069746;
}
.page_article__page_previews_pagination .page-numbers.prev .iconography {
  margin-right: 2px;
}
.page_article__page_previews_pagination .page-numbers.prev:hover .iconography {
  margin-right: 4px;
}
.page_article__page_previews_pagination .page-numbers.next .iconography {
  margin-left: 2px;
}
.page_article__page_previews_pagination .page-numbers.next:hover .iconography {
  margin-left: 4px;
}
.page_article__page_previews_pagination .page-numbers:hover {
  text-decoration: underline;
  background-color: rgb(6.974522293, 175.525477707, 81.3694267516);
  border-color: rgb(6.974522293, 175.525477707, 81.3694267516);
}

.page_article__search_feedback {
  padding: 30px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

@media screen and (max-width: 1364px) {
  .panel--page .site_width {
    width: 85.7142857143%;
  }
  .page__page_sidebar {
    width: 16.6666666667%;
  }
  .page__page_article {
    width: 83.3333333333%;
  }
  .page_article__title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 64px;
    line-height: 4rem;
  }
  .page_article__subtitle {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
  .page_article__gallery_figure {
    width: 30%;
  }
  .page_article__gallery_location {
    width: 40%;
  }
  .page_article__content {
    padding-right: 20%;
  }
  .article_block__title {
    padding-right: 20%;
  }
  .article_block__title .button {
    right: 20%;
  }
}
@media screen and (max-width: 1044px) {
  .panel--page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel--page .site_width {
    width: 100%;
  }
  .page__page_sharing {
    display: none;
  }
  .page__page_sidebar {
    width: 100%;
    margin-top: 20px;
  }
  .page_sidebar__block {
    padding-top: 0;
  }
  .page_sidebar__block:first-child {
    padding-top: 0;
  }
  .page_sidebar__block_title {
    margin-bottom: 0;
    border: 1px solid #E2E2E2;
    cursor: pointer;
  }
  .page_sidebar__block + .page_sidebar__block .page_sidebar__block_title {
    border-top: none;
  }
  .page_sidebar__block_title .iconography:first-child {
    display: none;
  }
  .page_sidebar__block_title .iconography:last-child {
    position: absolute;
    top: 50%;
    left: 4.1666666667%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .page_sidebar__block_title_caption {
    padding-left: 8.3333333333%;
  }
  .iconography + .page_sidebar__block_title_caption {
    padding-left: 8.3333333333%;
  }
  .page_sidebar__block_title:hover .page_sidebar__block_title_caption {
    text-decoration: underline;
  }
  .page_sidebar__block_copy,
  .page_sidebar__navigation {
    display: none;
    padding: 15px 20px 15px 8.3333333333%;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
  }
  .page_sidebar__block_title--is_active + .page_sidebar__block_copy,
  .page_sidebar__block_title--is_active + .page_sidebar__navigation {
    display: block;
  }
  .page_sidebar__block_copy p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .page__page_article {
    width: 100%;
  }
  .page_article__title {
    padding-right: 8.3333333333%;
    padding-right: calc(8.3333333333% + 10px);
    padding-left: 8.3333333333%;
    padding-left: calc(8.3333333333% + 10px);
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  .page_article__subtitle {
    margin-top: 30px;
    padding-right: 8.3333333333%;
    padding-right: calc(8.3333333333% + 10px);
    padding-left: 8.3333333333%;
    padding-left: calc(8.3333333333% + 10px);
    font-size: 32px;
    font-size: 2rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
  .page_article__vacancy_details {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .page_article__vacancy_detail {
    width: 40%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .page_article__banner {
    padding-left: 8.3333333333%;
    padding-left: calc(8.3333333333% + 10px);
  }
  .page_article__gallery {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .page_article__content {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .page_article__article_blocks {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .page_article__header + .page_article__article_blocks {
    margin-top: 10px;
  }
  .article_block__title {
    padding-right: 0;
  }
  .article_block__title_caption {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .article_block__title .button {
    right: 0;
  }
  .page_article__page_previews {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .page_article__no_results {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 916px) {
  .page_sidebar__block_title_caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page_sidebar__menu_item a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page_article__title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
  .page_article__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
  .page_article__content {
    margin-top: 40px;
  }
  .page_article__content_actions {
    margin-top: 40px;
  }
  .article_block__title_caption {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 788px) {
  .page_article__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
  .page_article__subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .page_article__vacancy_detail {
    width: 50%;
  }
  .page_article__gallery {
    flex-wrap: wrap;
  }
  .page_article__gallery_figure {
    width: 40%;
  }
  .page_article__gallery_location {
    width: 100%;
  }
  .page_article__header + .page_article__article_blocks {
    margin-top: 0;
  }
  .article_block__title_caption {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 660px) {
  .panel--page {
    padding: 40px 0 60px 0;
  }
  .page__page_sidebar {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page_sidebar__block_title .iconography:last-child {
    left: 24px;
  }
  .page_sidebar__block_title_caption {
    padding-left: 48px;
  }
  .iconography + .page_sidebar__block_title_caption {
    padding-left: 48px;
  }
  .page_sidebar__block_copy,
  .page_sidebar__navigation {
    padding-right: 48px;
    padding-left: 48px;
  }
  .page_article__title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .page_article__subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .page_article__vacancy_details {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page_article__vacancy_detail {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .page_article__banner {
    padding-right: 0;
    padding-left: 0;
  }
  .page_article__gallery {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page_article__gallery_figure {
    width: 33.3333333333%;
  }
  .page_article__content {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .page_article__article_blocks {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article_block__title_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .article_block__title .button {
    display: none;
  }
  .page_article__page_previews {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page_article__no_results {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 512px) {
  .panel--page {
    padding-bottom: 40px;
  }
  .page_article__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .page_article__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
  .page_article__gallery_figure {
    width: 50%;
  }
  .article_block__title_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 384px) {
  .page_article__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .page_article__subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .article_block__title_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.panel--post_preview {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
}

.panel--post_preview .site_width {
  padding-right: 96px;
  padding-left: 96px;
}

.post_preview__title {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 2.625rem;
}

.panel--post_preview .button {
  margin-left: 328px;
}
.panel--post_preview .button .iconography {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1364px) {
  .panel--post_preview .site_width {
    width: 85.7142857143%;
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  .panel--post_preview .button {
    margin-left: 35%;
    margin-left: calc(30% + 40px);
  }
}
@media screen and (max-width: 1044px) {
  .panel--post_preview {
    padding: 50px 20px 60px 20px;
  }
  .panel--post_preview .site_width {
    width: 100%;
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .post_preview__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .panel--post_preview .button {
    margin-left: 35%;
    margin-left: calc(30% + 40px);
  }
}
@media screen and (max-width: 660px) {
  .panel--post_preview {
    padding: 40px 10px;
  }
  .panel--post_preview .site_width {
    padding-right: 0;
    padding-left: 0;
  }
  .post_preview__title {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .panel--post_preview .button {
    margin-left: 40px;
  }
}
.smh_footer {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.footer__footer_primary {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__footer_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

.footer__footer_title .iconography {
  display: none;
}

.footer__footer_contact {
  display: inline-block;
  width: 480px;
  padding-right: 10px;
  padding-left: 106px;
}

.footer_contact__address {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.footer_contact__company {
  color: #069746;
  font-weight: 600;
}

.footer_contact__link {
  margin: 0;
  color: #069746;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 26px;
  line-height: 1.625rem;
  word-break: break-all;
}
.footer_contact__link a {
  color: #041E41;
}
.footer_contact__link a:hover {
  text-decoration: underline;
}

.footer__footer_navigation {
  display: inline-block;
  width: 384px;
  padding-right: 10px;
  padding-left: 10px;
}

.footer_navigation__menu > li > a {
  color: #041E41;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.footer_navigation__menu > li > a:hover {
  text-decoration: underline;
}

.footer__footer_social {
  display: inline-flex;
  flex-direction: column;
  width: 288px;
  padding-right: 106px;
  padding-left: 10px;
}

.footer_social__menu {
  list-style: none;
}

.footer_social__menu_item .button {
  margin-top: 50px;
  margin-bottom: 10px;
}

.footer_social__menu_item_link {
  display: inline-block;
}

.footer_social__menu_item_link_caption {
  display: inline-block;
  vertical-align: middle;
  color: #041E41;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
}
.footer_social__menu_item_link:hover .footer_social__menu_item_link_caption {
  text-decoration: underline;
}

.footer_social__menu_item_link .iconography:first-child {
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 10px;
}
.footer_social__menu_item_link .iconography:last-child {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.footer__footer_secondary {
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__footer_branding {
  width: 288px;
  margin-left: auto;
  padding-bottom: 9px;
}

.footer_branding__logo {
  width: 150px;
  margin-left: 70px;
}

.footer__footer_legal {
  display: inline-block;
  width: 864px;
  margin-right: auto;
  padding-right: 106px;
  padding-left: 10px;
  color: #041E41;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.footer__footer_legal p {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 3px;
  border-top: 1px solid #069746;
}
.footer__footer_legal p br {
  display: none;
}

@media screen and (max-width: 1364px) {
  .footer__footer_primary {
    width: 85.7142857143%;
  }
  .footer__footer_contact {
    width: 41.6666666667%;
    padding-left: 8.3333333333%;
    padding-left: calc(8.3333333333% + 10px);
  }
  .footer__footer_navigation {
    width: 33.3333333333%;
  }
  .footer__footer_social {
    width: 25%;
    padding-right: 8.3333333333%;
    padding-right: calc(8.3333333333% + 10px);
  }
  .footer__footer_secondary {
    width: 85.7142857143%;
  }
  .footer__footer_branding {
    width: 25%;
  }
  .footer_branding__logo {
    width: 52%;
    margin-left: 25%;
  }
  .footer__footer_legal {
    width: 75%;
    padding-right: 8.3333333333%;
    padding-right: calc(8.3333333333% + 10px);
  }
}
@media screen and (max-width: 1172px) {
  .footer__footer_primary {
    flex-wrap: wrap;
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  .footer__footer_contact {
    width: 50%;
    padding-left: 10px;
  }
  .footer__footer_navigation {
    width: 50%;
  }
  .footer__footer_social {
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .footer__footer_social::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    display: block;
    height: 1px;
    background-color: #069746;
  }
  .footer__footer_social .footer__footer_title {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer_social__menu {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer_social__menu_item .button {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer__footer_secondary {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
  }
  .footer__footer_secondary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 8.3333333333%;
    right: calc(8.3333333333% + 10px);
    left: 8.3333333333%;
    left: calc(8.3333333333% + 10px);
    display: block;
    height: 1px;
    background-color: #069746;
  }
  .footer__footer_branding {
    width: 33.3333333333%;
  }
  .footer_branding__logo {
    width: 65%;
    margin-left: 13%;
  }
  .footer__footer_legal {
    width: 66.6666666667%;
  }
  .footer__footer_legal p {
    border-top: none;
  }
  .footer__footer_legal p br {
    display: inline;
  }
}
@media screen and (max-width: 1044px) {
  .smh_footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__footer_primary {
    width: auto;
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
  .footer__footer_secondary {
    width: auto;
  }
}
@media screen and (max-width: 788px) {
  .footer_branding__logo {
    width: 75%;
    margin-left: 11%;
  }
}
@media screen and (max-width: 660px) {
  .smh_footer {
    padding: 0;
  }
  .footer__footer_primary {
    padding: 0;
  }
  .footer__footer_title {
    position: relative;
    margin-bottom: 0;
    padding: 10px 46px 10px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .footer__footer_title:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .footer__footer_title.footer__footer_title--is_active ~ * {
    display: block;
  }
  .footer__footer_title .iconography {
    position: absolute;
    top: 50%;
    right: 23px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px;
  }
  .footer__footer_title--is_active .iconography {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .footer__footer_contact {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #069746;
  }
  .footer__footer_contact p:first-of-type {
    padding-top: 10px;
  }
  .footer__footer_contact p:last-of-type {
    padding-bottom: 20px;
  }
  .footer_contact__address {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer_contact__link {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__footer_navigation {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #069746;
  }
  .footer_navigation__menu {
    display: none;
    padding: 10px 20px 20px 20px;
  }
  .footer__footer_social {
    margin-top: 0;
    padding-top: 0;
  }
  .footer__footer_social::before {
    display: none;
  }
  .footer__footer_social .footer__footer_title {
    padding-right: 46px;
    padding-left: 20px;
  }
  .footer_social__menu {
    display: none;
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  .footer_social__menu.footer_social__menu--is_persistent {
    display: block;
    padding: 0;
  }
  .footer_social__menu--is_persistent .footer_social__menu_item {
    border-bottom: 2px solid #069746;
  }
  .footer_social__menu--is_persistent .button {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-right: 46px;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .footer_social__menu--is_persistent .button .iconography {
    margin-top: -11px !important;
    margin-right: -11px !important;
  }
  .footer_social__menu--is_persistent .button.button--brand_green {
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .footer_social__menu--is_persistent .button__button_caption {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer_social__menu--is_persistent .footer_social__menu_item_link {
    position: relative;
    display: block;
    padding-right: 46px;
    padding-left: 20px;
  }
  .footer_social__menu_item .footer_social__menu_item_link_caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer_social__menu--is_persistent .footer_social__menu_item_link_caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_social__menu--is_persistent .iconography:last-child {
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -6px;
    margin-right: -6px;
    margin-left: 0;
  }
  .footer__footer_secondary {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 30px 20px;
  }
  .footer__footer_secondary::before {
    display: none;
  }
  .footer__footer_branding {
    width: 100%;
  }
  .footer_branding__logo {
    width: 150px;
    margin-left: 0;
  }
  .footer__footer_legal {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=application.css.map */
