/*!
Theme Name: anzea2019
Theme URI: http://underscores.me/
Author: Greg Parsons
Author URI: https://ackama.com
Description: ANZEA 2019 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anzea2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

anzea2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# People
# Blocks
# Forms
# Navigation
	## Links
	## Menus
# Header
# Banner
# Footer
# Accessibility
# Alignments
# Clearings
# Flex
# Grid
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #303133;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "poppins", sans-serif;
  margin: 0.67em 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
}

h5 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h6 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #c83534;
}

.text-blue {
  color: #0054ac;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  /* Fix for slight sideways scrolling due to alignfull elements */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.list-table {
  border-top: 2px solid #0a1324;
  list-style: none;
  margin-left: 0;
}

.list-table li {
  background-color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1em 2em;
}

.list-table li:nth-child(even) {
  background-color: #a5caf1;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# People
--------------------------------------------------------------*/
.people-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.people-filter__alpha-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.people-filter__alpha-list-item {
  margin-right: 0.5em;
}

.people-filter__alpha-list-item .selected-filter {
  color: #0054ac;
  text-decoration: none;
}

.people-filter__search-input[type="search"] {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="fal" data-icon="search" class="svg-inline--fa fa-search fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%230a1324" d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/%3E%3C/svg%3E'), -webkit-gradient(linear, left top, left bottom, to(#ffffff));
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="fal" data-icon="search" class="svg-inline--fa fa-search fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%230a1324" d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/%3E%3C/svg%3E'), linear-gradient(to bottom, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: left 1em top 50%, 0 0;
  background-size: 1.25em auto, 100%;
  border-radius: 1.3125em;
  padding-left: 3.25em;
}

.no-filtered-people {
  display: none;
  margin: 1em 0 1.5em;
}

.people-directory {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.people-directory--filtered .no-filtered-people {
  display: initial;
}

.people-directory--filtered .person:not(.person--filtered) {
  display: none;
}

.person {
  border-bottom: 1px solid #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .person {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 3.8%;
    margin-right: 3.8%;
    width: 48.1%;
  }
  .person:not(.person--filtered):nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 3.8%;
    margin-right: 3.8%;
    width: 22.15%;
  }
  .person:not(.person--filtered):nth-child(4n) {
    margin-right: 0;
  }
}

.person--filtered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.person--filtered ~ .no-filtered-people {
  display: none;
}

.person--member {
  padding-bottom: 2em;
}

.person--member h5 {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .person--no-margin-right-sm {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .person--no-margin-right-lg {
    margin-right: 0;
  }
}

.person__image {
  background: repeating-linear-gradient(135deg, #b4302f, #b4302f 2%, #cf4746 2%, #cf4746 10.5%);
  border-bottom: 0.375em solid #0054ac;
  padding-top: 100%;
  position: relative;
}

.person__image img {
  background-color: #ffffff;
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.person__image--has-image {
  border-bottom-color: #c83534;
  background: #ffffff;
}

.person__headings {
  background-color: #0054ac;
  color: #ffffff;
  padding: 2em 0 3em;
}

.person__headings h1, .person__headings h2, .person__headings h6 {
  margin: 0.364em 0;
}

.person__contacts-address {
  background-color: #e1effc;
  margin-bottom: 2em;
  padding: 2em 0 1em;
}

.person__contacts i {
  margin-right: 0.5em;
}

.person--member .person__contacts {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
}

.person__address {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

@media (min-width: 992px) {
  .person__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .person__info .person__description {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 75%;
            flex: 3 0 75%;
  }
}

.person__avatar {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .person__avatar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    margin-right: 3.8%;
  }
}

.person__description {
  padding: 1em 0;
}

.person__organisation,
.person__position,
.person__mobile,
.person__phone,
.person__email {
  color: #8d8d8f;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.person__bio-link,
.person__back-link {
  display: inline-block;
  margin: 1em 0;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* AB post grid */
.ab-block-post-grid.blue-post-grid h3 {
  color: #ffffff;
}

.ab-block-post-grid.blue-post-grid .ab-post-grid-item {
  background-color: #ffffff;
  border-radius: 0.1875em;
  border-top: 0.1875em solid #a5caf1;
  padding: 2em 1.5em 1em;
}

.ab-block-post-grid.blue-post-grid .ab-text-link:link {
  color: #c83534;
  text-decoration: underline;
}

.ab-block-post-grid.blue-post-grid .ab-text-link:visited {
  color: #a02a29;
}

.ab-block-post-grid.blue-post-grid .ab-text-link:hover, .ab-block-post-grid.blue-post-grid .ab-text-link:active {
  color: #0054ac;
}

.ab-block-post-grid.blue-post-grid .is-list .ab-block-post-grid-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* AB container */
@media (min-width: 600px) {
  .ab-block-container.alignfull.bg-white-blue-7-5 .ab-container-inside {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#0054ac), to(#0054ac));
    background: linear-gradient(to right, #ffffff calc(100% / 12 * 7), #0054ac calc(100% / 12 * 7), #0054ac 100%);
  }
}

@media (min-width: 600px) {
  .ab-block-container.alignfull.bg-white-blue-lightest-6-6 {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #e1effc), to(#e1effc));
    background: linear-gradient(to right, #ffffff 50%, #e1effc 50%, #e1effc 100%);
  }
}

@media (min-width: 600px) {
  .ab-block-container.alignfull.bg-blue-lightest-white-6-6 {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1effc), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(to right, #e1effc 50%, #ffffff 50%, #ffffff 100%);
  }
}

.ab-block-container.alignfull .ab-container-content {
  max-width: calc(1200px) !important;
  margin: 0 1.9%;
}

.ab-block-pricing-table-inside, .mepr-price-box {
  border-radius: 0.125em;
  border-top: 0.375em solid #c83534;
  padding-top: 2em;
}

.ab-pricing-table-title, .mepr-price-box-title {
  color: #c83534;
  font-family: "poppins", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1em;
}

.ab-pricing-table-subtitle {
  margin-bottom: 2em;
  padding: 0 15%;
}

.ab-pricing-table-price-wrap {
  margin-bottom: 2em;
}

.ab-pricing-table-currency {
  margin: 0;
  vertical-align: baseline;
}

.ab-pricing-table-price {
  font-family: "poppins", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0.125em;
}

span.ab-pricing-table-term {
  margin: 0;
  vertical-align: baseline;
}

.pricing-blue .ab-block-pricing-table-inside, .pricing-blue .mepr-price-box {
  border-top-color: #0054ac;
}

.pricing-blue .ab-pricing-table-title, .pricing-blue .mepr-price-box-title {
  color: #0054ac;
}

.mepr-price-menu {
  margin: 2em 0 3em;
}

.mepr-price-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mepr-price-box {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .mepr-price-box {
    margin-right: 3.8%;
    width: 30.79667%;
  }
}

.mepr-price-box:nth-child(3n) {
  margin-right: 0;
}

.mepr-price-box-hide {
  display: none;
}

.mepr-most-popular {
  display: none;
}

.mepr-price-box-price {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.33em;
}

.mepr-price-box-button {
  margin-bottom: 1.5em;
}

.organisational-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}

@media (min-width: 600px) {
  .organisational-select-wrap {
    margin: 0 auto;
    width: 400px;
  }
}

.organisational-select-wrap label {
  margin-bottom: 0.25em;
}

.organisational-select-wrap + .mepr-price-menu .mepr-price-box {
  margin-right: 0;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

@media (min-width: 600px) {
  .wp-block-columns.has-2-columns.columns-7-5 .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .wp-block-columns.has-2-columns.columns-7-5 .wp-block-column:first-child {
    -ms-flex-preferred-size: calc(100% / 12 * 7 + 1.9%);
        flex-basis: calc(100% / 12 * 7 + 1.9%);
  }
  .wp-block-columns.has-2-columns.columns-7-5 .wp-block-column:last-child {
    -ms-flex-preferred-size: calc(100% / 12 * 5 - 1.9%);
        flex-basis: calc(100% / 12 * 5 - 1.9%);
  }
  .wp-block-columns.has-2-columns.columns-7-5 .wp-block-column .ab-block-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 600px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.wp-block-column {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media (min-width: 600px) {
  .wp-block-column:not(:last-child) {
    margin-right: 3.8%;
  }
}

@media (min-width: 600px) {
  .wp-block-column:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery {
  margin: 1em 0 2.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button:link,
.button:visited,
.wp-block-button__link:link,
.wp-block-button__link:visited,
.ab-block-button .ab-button:link,
.ab-block-button .ab-button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"], .blue-button .wp-block-button__link:link, .blue-button .wp-block-button__link:visited,
.button-blue:link,
.button-blue:visited, .secondary-button .wp-block-button__link:link, .secondary-button .wp-block-button__link:visited,
.button-secondary:link,
.button-secondary:visited {
  border-radius: 0.125em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  min-width: 10em;
  padding: 0.25em 2.5em 0.375em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

button + .button, .button:link + .button, .button:visited + .button, .wp-block-button__link:link + .button, .wp-block-button__link:visited + .button, .ab-block-button .ab-button:link + .button, .ab-block-button .ab-button:visited + .button, input[type="button"] + .button, input[type="reset"] + .button, input[type="submit"] + .button, .blue-button .wp-block-button__link:link + .button, .blue-button .wp-block-button__link:visited + .button, .button-blue:link + .button, .button-blue:visited + .button, .secondary-button .wp-block-button__link:link + .button, .secondary-button .wp-block-button__link:visited + .button, .button-secondary:link + .button, .button-secondary:visited + .button {
  margin: 0.5em 0 0;
}

@media (min-width: 768px) {
  button + .button, .button:link + .button, .button:visited + .button, .wp-block-button__link:link + .button, .wp-block-button__link:visited + .button, .ab-block-button .ab-button:link + .button, .ab-block-button .ab-button:visited + .button, input[type="button"] + .button, input[type="reset"] + .button, input[type="submit"] + .button, .blue-button .wp-block-button__link:link + .button, .blue-button .wp-block-button__link:visited + .button, .button-blue:link + .button, .button-blue:visited + .button, .secondary-button .wp-block-button__link:link + .button, .secondary-button .wp-block-button__link:visited + .button, .button-secondary:link + .button, .button-secondary:visited + .button {
    margin: 0 0 0 1em;
  }
}

button,
.button:link,
.button:visited,
.wp-block-button__link:link,
.wp-block-button__link:visited,
.ab-block-button .ab-button:link,
.ab-block-button .ab-button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #c83534;
  border: 0.125em solid #c83534;
  border-bottom-width: 0.25em;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.ab-block-button .ab-button:hover,
.ab-block-button .ab-button:active,
.ab-block-button .ab-button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #ffffff;
  border-color: #c83534;
  color: #c83534;
}

.blue-button .wp-block-button__link:link, .blue-button .wp-block-button__link:visited,
.button-blue:link,
.button-blue:visited {
  background-color: #0054ac;
  color: #ffffff;
  border: 0.125em solid #0054ac;
  border-bottom-width: 0.25em;
}

.blue-button .wp-block-button__link:hover, .blue-button .wp-block-button__link:active, .blue-button .wp-block-button__link:focus,
.button-blue:hover,
.button-blue:active,
.button-blue:focus {
  background-color: #ffffff;
  color: #0054ac;
}

.secondary-button .wp-block-button__link:link, .secondary-button .wp-block-button__link:visited,
.button-secondary:link,
.button-secondary:visited {
  background-color: #ffffff;
  border: 0.125em solid #0054ac;
  border-bottom-width: 0.25em;
  color: #0054ac;
}

.secondary-button .wp-block-button__link:hover, .secondary-button .wp-block-button__link:active, .secondary-button .wp-block-button__link:focus,
.button-secondary:hover,
.button-secondary:active,
.button-secondary:focus {
  background-color: #0054ac;
  color: #ffffff;
}

.menu-toggle {
  min-width: auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.ab-block-button .ab-button {
  line-height: inherit !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea, .mp_wrapper input[type="text"], .mp_wrapper input[type="email"], .mp_wrapper input[type="url"], .mp_wrapper input[type="password"], .mp_wrapper input[type="search"], .mp_wrapper input[type="number"], .mp_wrapper input[type="tel"], .mp_wrapper input[type="range"], .mp_wrapper input[type="date"], .mp_wrapper input[type="month"], .mp_wrapper input[type="week"], .mp_wrapper input[type="time"], .mp_wrapper input[type="datetime"], .mp_wrapper input[type="datetime-local"], .mp_wrapper input[type="color"], .mp_wrapper select, .mp_wrapper textarea {
  color: #303133;
  border: 0.125em solid #0a1324;
  border-radius: 0.125em;
  padding: 0.4375em;
}

input:focus[type="text"],
input:focus[type="email"],
input:focus[type="url"],
input:focus[type="password"],
input:focus[type="search"],
input:focus[type="number"],
input:focus[type="tel"],
input:focus[type="range"],
input:focus[type="date"],
input:focus[type="month"],
input:focus[type="week"],
input:focus[type="time"],
input:focus[type="datetime"],
input:focus[type="datetime-local"],
input:focus[type="color"],
select:focus,
textarea:focus {
  border-color: #0054ac;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, to(#ffffff));
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  padding-right: 2.75em;
}

textarea {
  width: 100%;
}

.mepr-form input.invalid, .mepr-form
select.invalid, .mepr-form
textarea.invalid, .mepr-form
label.mepr-checkbox-field.invalid, .mepr-form
div.mepr-checkboxes-field.invalid, .mepr-form
div.mepr-radios-field.invalid {
  background-color: #ffffff !important;
  border-color: #c83534 !important;
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="far" data-icon="square" class="svg-inline--fa fa-square fa-w-14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%230054ac" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z"/%3E%3C/svg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25em;
  width: 1.25em;
}

input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="far" data-icon="check-square" class="svg-inline--fa fa-check-square fa-w-14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%230054ac" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z"/%3E%3C/svg%3E');
}

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="far" data-icon="circle" class="svg-inline--fa fa-circle fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%230054ac" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/%3E%3C/svg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25em;
  width: 1.25em;
}

input[type="radio"]:checked {
  background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" data-prefix="far" data-icon="dot-circle" class="svg-inline--fa fa-dot-circle fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%230054ac" d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"/%3E%3C/svg%3E');
}

label,
.mp-form-label label {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

label input[type="checkbox"],
label input[type="radio"],
.mp-form-label label input[type="checkbox"],
.mp-form-label label input[type="radio"] {
  margin-right: 0.375em;
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c83534;
  font-weight: bold;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

a:visited {
  color: #a02a29;
}

a:hover, a:focus, a:active {
  color: #0054ac;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.social-links li {
  display: inline-block;
  margin-right: 1.8em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-navigation .primary-menu > li:hover > a, .main-navigation .primary-menu > li.focus > a {
  background-color: #c83534;
  color: #ffffff;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu > li > a {
    padding: 2.875em 0.75em 0.625em;
  }
}

@media (min-width: 1200px) {
  .main-navigation .primary-menu > li > a {
    padding: 2.875em 1.25em 0.625em;
  }
}

@media (min-width: 992px) {
  .main-navigation .mepr-links a:link, .main-navigation .mepr-links a:visited {
    padding: 2.875em 0.75em 0.625em;
  }
}

@media (min-width: 1200px) {
  .main-navigation .mepr-links a:link, .main-navigation .mepr-links a:visited {
    padding: 2.875em 1.25em 0.625em;
  }
}

.main-navigation .mepr-links a:hover, .main-navigation .mepr-links a:active {
  color: #c83534;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .main-navigation ul ul {
    border-top: 0.1875em solid #c83534;
    border-bottom: 0.1875em solid #c83534;
    border-radius: 0;
    border-bottom-left-radius: 0.125em;
    border-bottom-right-radius: 0.125em;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

@media (min-width: 992px) {
  .main-navigation ul ul a:link, .main-navigation ul ul a:visited {
    width: 14em;
  }
}

.main-navigation ul ul a:hover, .main-navigation ul ul a:active {
  color: #c83534;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
}

@media (min-width: 992px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
}

.main-navigation li {
  position: relative;
}

@media (min-width: 992px) {
  .main-navigation li {
    float: left;
  }
}

.main-navigation a:link, .main-navigation a:visited {
  color: #303133;
  display: block;
  font-weight: normal;
  padding: 0.25em 1em;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}

@media (min-width: 992px) {
  .main-navigation a:link, .main-navigation a:visited {
    padding: 0.75em 2em;
  }
}

/* Small menu. */
.menu-toggle {
  position: absolute;
  top: 1em;
  right: 1em;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle ul,
.main-navigation.toggled ul ul {
  display: none;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  border-top: 4px solid #a5caf1;
  margin: 1.5em 0;
  padding-top: 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 0.1875em solid #c83534;
  position: relative;
}

@media (min-width: 1440px) {
  .site-header .container, .site-header .ab-block-container.alignfull .ab-container-inside, .ab-block-container.alignfull .site-header .ab-container-inside {
    max-width: 1440px;
  }
}

@media (max-width: 991px) {
  .site-header .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em 1em 0;
}

.custom-logo-link .custom-logo {
  height: 3em;
  width: auto;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  background-color: #0054ac;
  color: #ffffff;
  margin-bottom: 2em;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 1.5em 0;
}

@media (min-width: 1200px) {
  .banner {
    padding: 3em 0;
  }
}

@media (min-width: 1200px) {
  .banner .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner .row .entry-title {
    margin: 0;
    min-width: 35%;
  }
}

.page-template-template-page-no-margins .banner {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .banner__text {
    margin-left: 3.8%;
  }
}

.banner--person .blog__post-categories a:link, .banner--person .blog__post-categories a:visited,
.banner--single .blog__post-categories a:link,
.banner--single .blog__post-categories a:visited {
  color: #ffffff;
}

.banner--person .blog__post-categories a:hover, .banner--person .blog__post-categories a:active,
.banner--single .blog__post-categories a:hover,
.banner--single .blog__post-categories a:active {
  color: #e1effc;
}

.banner--person .blog__post-date,
.banner--single .blog__post-date {
  color: #ffffff;
  display: block;
  margin-bottom: 1em;
}

.banner--person .entry-title,
.banner--single .entry-title {
  margin: 0;
}

@media (min-width: 1200px) {
  .banner--person .row,
  .banner--single .row {
    display: block;
  }
  .banner--person .row .entry-title,
  .banner--single .row .entry-title {
    min-width: auto;
  }
}

.banner--person {
  margin-bottom: 0;
}

.banner__contact--person {
  background-color: #a5caf1;
  margin-bottom: 2em;
  padding: 2em;
}

.banner__contact--person p {
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer__nav {
  background-color: #f0f0f0;
  padding: 3.125rem 0 1.125em;
}

.site-footer__menu {
  list-style: none;
  margin: 0 1.9%;
  padding: 0;
}

.site-footer__menu a:link, .site-footer__menu a:visited {
  color: #0a1324;
  cursor: auto;
  font-weight: normal;
  text-decoration: none;
}

.site-footer__menu a:not([href='#']):hover, .site-footer__menu a:not([href='#']):active {
  color: #0054ac;
  cursor: pointer;
}

.site-footer__menu > li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2.3em;
}

@media (min-width: 768px) {
  .site-footer__menu > li {
    float: left;
    margin-right: 3.8%;
    width: 48.1%;
  }
}

@media (min-width: 1200px) {
  .site-footer__menu > li {
    margin-right: 3.8%;
    width: 22.15%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer__menu > li:nth-child(2), .site-footer__menu > li:nth-child(4) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer__menu > li:nth-child(4), .site-footer__menu > li:nth-child(5) {
    margin-right: 0;
  }
}

.site-footer__menu > li > a:link, .site-footer__menu > li > a:visited {
  font-weight: bold;
}

.site-footer__menu .sub-menu {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}

.site-footer__menu .sub-menu li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.site-info {
  background-color: #0a1324;
  color: #ffffff;
  padding: 1.8125em 0;
}

.site-info .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

@media (min-width: 768px) {
  .site-info .copyright {
    float: right;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .social-links .facebook span, .social-links .linkedin span, .social-links .twitter span, .wp-custom-logo .site-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .social-links .facebook span:focus, .social-links .linkedin span:focus, .social-links .twitter span:focus, .wp-custom-logo .site-title:focus {
  background-color: #f0f0f0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .row:before,
.clear:after,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}


.clear:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .flex-column-justify-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container, .ab-block-container.alignfull .ab-container-inside {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 600px) {
  .container, .ab-block-container.alignfull .ab-container-inside {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container, .ab-block-container.alignfull .ab-container-inside {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container, .ab-block-container.alignfull .ab-container-inside {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container, .ab-block-container.alignfull .ab-container-inside {
    max-width: 1200px;
  }
}

.row {
  margin-left: 1.9%;
  margin-right: 1.9%;
}

@media (min-width: 768px) {
  .css-columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.8%;
            column-gap: 3.8%;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  margin: 0;
}

.site-main {
  margin-left: 1.9%;
  margin-right: 1.9%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog .site-content,
.archive:not(.tax-anzea_role):not(.post-type-archive-anzea_consultants) .site-content {
  background-color: #e1effc;
}

.blog__categories-filter {
  font-family: "poppins", sans-serif;
  margin: 3em 0;
}

.blog__categories-filter .anzea_role,
.blog__categories-filter .anzea_role ul,
.blog__categories-filter .categories,
.blog__categories-filter .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog__categories-filter .current-cat a:link,
.blog__categories-filter .current-cat a:visited,
.blog__categories-filter .current-cat a:hover,
.blog__categories-filter .current-cat a:active {
  color: #303133;
  cursor: default;
  font-weight: normal;
  text-decoration: none;
}

.blog__categories-filter li {
  margin-left: 2em;
}

.people-filter .blog__categories-filter {
  margin: 0;
}

.blog__post--excerpt {
  background-color: #ffffff;
  border-radius: 0.125em;
  border-top: 0.1875em solid #0a1324;
  padding: 1em 1.5em 2em;
}

.blog__post-categories {
  font-family: "poppins", sans-serif;
}

.blog__post-categories a:link, .blog__post-categories a:visited {
  color: #0054ac;
  text-decoration: none;
}

.blog__post-categories a:hover, .blog__post-categories a:active {
  color: #0a1324;
  text-decoration: underline;
}

.blog__post-title a:link, .blog__post-title a:visited {
  color: #0a1324;
  text-decoration: none;
}

.blog__post-title a:hover, .blog__post-title a:active {
  color: #0054ac;
  text-decoration: underline;
}

.blog__post-date {
  color: #8d8d8f;
  font-family: "poppins", sans-serif;
}

@media (min-width: 1200px) {
  .blog__post-entry-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .blog__post-read-more {
    display: block;
    margin-bottom: 1.5em;
    min-width: 25%;
    text-align: right;
  }
}

.blog__post-read-more i {
  margin-left: 1em;
}

.blog__pagination {
  background-color: #ffffff;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.blog__pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "poppins", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 3em 1.9% 0;
  padding: 2em 0;
}

.blog__pagination li {
  margin: 0 0.5em;
}

.blog__pagination li .current {
  color: #c83534;
}

.blog__pagination a:link, .blog__pagination a:visited {
  color: #0a1324;
  font-weight: normal;
  text-decoration: none;
}

.blog__pagination a:hover, .blog__pagination a:active {
  color: #0054ac;
  text-decoration: underline;
}

.blog__pagination a.prev:link, .blog__pagination a.prev:visited, .blog__pagination a.next:link, .blog__pagination a.next:visited {
  color: #c83534;
}

.blog__pagination a.prev:hover, .blog__pagination a.prev:active, .blog__pagination a.next:hover, .blog__pagination a.next:active {
  color: #0054ac;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.page-template-template-page-no-margins .post,
.page-template-template-page-hide-title .post, .page-template-template-page-no-margins
.page,
.page-template-template-page-hide-title
.page {
  margin-bottom: 0;
}

body.post, body.page {
  margin-bottom: 0;
}

.updated:not(.published) {
  display: none;
}

.single-anzea_people article {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .single-anzea_people .has-post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-anzea_people .has-post-thumbnail .entry-content {
    margin-right: 0;
  }
}

.single-anzea_people .post-thumbnail {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .single-anzea_people .post-thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    margin-right: 3.8%;
  }
}

@media (min-width: 992px) {
  .single-anzea_people .entry-content {
    margin-right: 25%;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.membership-notes {
  background-color: #e1effc;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 2em 0;
}

.mepr-signup-form {
  margin: 0 auto 3em;
  max-width: 600px;
}

/* Consultant Directory Membership */
.post-154 .mepr-signup-form .mepr_first_name,
.post-154 .mepr-signup-form .mepr_last_name,
.post-154 .mepr-signup-form .mepr_mepr-address-one,
.post-154 .mepr-signup-form .mepr_mepr-address-two,
.post-154 .mepr-signup-form .mepr_mepr-address-city,
.post-154 .mepr-signup-form .mepr_mepr-address-country,
.post-154 .mepr-signup-form .mepr_mepr-address-state,
.post-154 .mepr-signup-form .mepr_mepr-address-zip {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Related
--------------------------------------------------------------*/
.single__related {
  background-color: #e1effc;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 3em 0;
}

.single__related-title {
  margin: 0 0 1em;
}

@media (min-width: 992px) {
  .single__related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single__related-post {
  background-color: #ffffff;
  border-radius: 0.125em;
  border-top: 0.25em solid #a5caf1;
  padding: 0.5em 1.5em 2em;
}

@media (min-width: 992px) {
  .single__related-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 3.8%;
    width: 30.79667%;
  }
  .single__related-post:last-child {
    margin-right: 0;
  }
}

.single__related-post-title {
  margin: 0.67em 0 0;
}

.single__related-post-read-more {
  display: block;
  text-align: right;
}

.single__related-post-read-more i {
  margin-left: 1em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*# sourceMappingURL=style.css.map */