html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.pagination ul, .pagination ol, .menu-primary, .menu-secondary, .menu-page, .menu-page li ul, .tabs ul, .section-page .section-page-inner.section-page-social_links ul,
.section-summary .section-page-inner.section-page-social_links ul,
.section-search .section-page-inner.section-page-social_links ul, .section-footer-main ul, .section-footer-info ul {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0; }

button, a, input[type="text"], input[type="search"], input[type="email"], textarea, .cookie-notice-container .button, .btn, .section-banner .slide-controls .slide-content a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menu-page li a, .section-header .section-logo a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.cookie-notice-container .button, .btn, .section-banner .slide-controls .slide-content, .section-banner .slide-controls .slide-content h2, .section-banner .slide-controls .slide-content a, .section-banner .slide-controls .slide-pager, .module.module-files {
  text-align: center; }

.tabs .tabs-command, .module .module-biography-controls {
  text-align: right; }

fieldset::after, fieldset .field::after, table::after, .pagination::after, .menu-primary-wrapper::after, .menu-primary .sub-menu::after,
.menu-primary .children::after, .menu-secondary .sub-menu::after,
.menu-secondary .children::after, .tabs::after, .tabs ul::after, .tabs ul.tabs-nav::after, .tabs .tabs-header::after, .tabs .tabs-content::after, .tabs .tabs-content li::after, .accordion::after, .accordion .accordion-item::after, .accordion .accordion-title::after, .accordion .accordion-content::after, .section::after, .section .section-container::after, .section-page-menu::after, .slides::after, .slide::after, .slide-image::after, .slide-page::after, .section-header::after, .section-menu::after, .section-modules::after, .section-footer-main::after, .section-footer-info::after, .modules::after, .module.module-people.module-people-open .module-biography-arrow::after, .module .module-biography-controls::after, .module .module-biography-content::after {
  clear: both;
  content: "";
  display: table; }

hr, fieldset label, .menu-primary li, .menu-primary li a, .menu-secondary li, .menu-secondary li a, .menu-page li.menu-item-has-children.current_page_item, .menu-page li.page_item_has_children.current_page_item, .menu-page li.current_page_ancestor, .tabs ul.tabs-nav li a, .section-banner .slide-controls .slide-content p, .section-banner .slide-controls .slide-content #messages label, #messages .section-banner .slide-controls .slide-content label, .section-header .section-logo a, .module.module-people.module-people-open .module-biography-arrow, .module .module-image img, .module .module-biography-controls {
  display: block; }

fieldset legend, .menu-primary-wrapper, .menu-primary .sub-menu,
.menu-primary .children, .menu-secondary .sub-menu,
.menu-secondary .children, .menu-page li, .menu-page li ul.sub-menu li .sub-menu, .accordion .accordion-title i.icon-minus, .accordion .accordion-title i.icon-cross, .section-page .section-page-aside,
.section-summary .section-page-aside,
.section-search .section-page-aside, .section-page .section-page-content .search-form,
.section-page .section-search-content .search-form,
.section-summary .section-page-content .search-form,
.section-summary .section-search-content .search-form,
.section-search .section-page-content .search-form,
.section-search .section-search-content .search-form, .section-page .section-page-content .search-form .search-label,
.section-page .section-search-content .search-form .search-label,
.section-summary .section-page-content .search-form .search-label,
.section-summary .section-search-content .search-form .search-label,
.section-search .section-page-content .search-form .search-label,
.section-search .section-search-content .search-form .search-label, .section-header-email span, .search-form, .search-form .search-label, .section-footer-info ul li:last-child:after, .module.module-biography {
  display: none; }

img, .cookie-notice-container .button, .pagination ul li, .pagination ol li, .tabs ul.tabs-nav li, .btn, .section-page .section-page-inner.section-page-social_links ul li,
.section-summary .section-page-inner.section-page-social_links ul li,
.section-search .section-page-inner.section-page-social_links ul li, .section-banner .slide-controls .slide-content a, .section-banner .slide-controls .slide-pager span, .section-header-email, .section-footer-main ul li, .section-footer-info ul li, .section-footer-info ul li:after {
  display: inline-block; }

@-webkit-keyframes needy {
  from {
    margin-top: 0; }
  to {
    margin-top: 10px; } }

@-moz-keyframes needy {
  from {
    margin-top: 0; }
  to {
    margin-top: 10px; } }

@keyframes needy {
  from {
    margin-top: 0; }
  to {
    margin-top: 10px; } }

::-webkit-selection {
  background: #414142;
  color: #ffffff; }

::-moz-selection {
  background: #414142;
  color: #ffffff; }

::selection {
  background: #414142;
  color: #ffffff; }

::-webkit-input-placeholder {
  color: #000000; }

:-moz-placeholder {
  color: #000000; }

::-moz-placeholder {
  color: #000000; }

:-ms-input-placeholder {
  color: #000000; }

::input-placeholder {
  color: #000000; }

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll !important; }

body {
  position: relative;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: none;
  font-family: "Foundry Form Sans W01 Bk", "Helvetica Neue", helvetica, arial, sans-serif;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #323232; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  font-weight: 400;
  clear: both; }

h1 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.275rem; }

h2 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.95rem; }

h3 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.7875rem; }

h4 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem; }

h5 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  margin-bottom: 0; }

h6 {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.21875rem; }

table h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0em 0em 0em transparent;
  -moz-box-shadow: 0em 0em 0em transparent;
  box-shadow: 0em 0em 0em transparent;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    padding-top: 0.25rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    float: left; }
  img.alignright {
    padding-top: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
    float: right; }

p, #messages label {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  clear: both; }

ul, ol {
  padding-left: 1.25rem; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 2.5rem;
    margin-top: 0.625rem; }

li {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 0.625rem; }

address {
  font-style: normal; }

button {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0px; }

a {
  color: #323232;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #323232;
    outline: none !important; }

a, button, input[type="submit"] {
  -webkit-tap-highlight-color: transparent; }

abbr {
  cursor: help; }

em, i {
  font-style: italic; }

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  clear: both;
  width: 100%;
  height: 1px;
  border: none;
  background: #262A82;
  overflow: hidden; }

strong, b {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400; }

#messages label {
  color: #AAE700; }

fieldset {
  margin: 1.25rem 0 0;
  padding: 0;
  border: none; }
  @media screen and (min-width: 768px) {
    fieldset {
      margin-right: 0;
      margin-bottom: 0.625rem;
      margin-left: 0;
      padding: 0 0 1.25rem;
      border-top: 1px solid #C9C9C9;
      border-bottom: 1px solid #C9C9C9; } }
  @media screen and (min-width: 768px) {
    fieldset:last-of-type {
      border-bottom: 0px solid transparent; } }
  fieldset label {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding-bottom: 0.3125rem; }
    @media screen and (min-width: 768px) {
      fieldset label {
        padding-top: 0.4375rem; } }
  fieldset .field {
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 768px) {
      fieldset .field label.label {
        float: left;
        display: block;
        margin-right: 3.1916409694%;
        width: 48.4041795153%; }
        fieldset .field label.label:last-child {
          margin-right: 0; } }
    fieldset .field label.error {
      font-size: 0.8125rem;
      line-height: 1.05625rem;
      padding-top: 0.3125rem;
      color: #E73D00; }
      @media screen and (min-width: 768px) {
        fieldset .field label.error {
          float: left;
          display: block;
          margin-right: 3.1916409694%;
          width: 48.4041795153%;
          margin-left: 51.5958204847%; }
          fieldset .field label.error:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 768px) {
      fieldset .field input, fieldset .field textarea {
        float: left;
        display: block;
        margin-right: 3.1916409694%;
        width: 48.4041795153%;
        margin-right: 0; }
        fieldset .field input:last-child, fieldset .field textarea:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      fieldset .field .btn {
        margin-left: 51.5958204847%; } }
    fieldset .field .notice {
      margin: 0.9375rem 0 0; }
      @media screen and (min-width: 768px) {
        fieldset .field .notice {
          margin-left: 51.5958204847%; } }

input[type="text"], input[type="search"], input[type="email"], textarea {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  padding: 0.6875rem 0.625rem;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #C9C9C9;
  color: #323232;
  border-radius: 0px;
  -webkit-appearance: none; }
  input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, textarea:focus {
    border: none;
    outline: none; }

textarea {
  height: 160px; }

iframe, object {
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0; }

table {
  padding-top: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  clear: both;
  border: none; }
  table tr {
    width: 100%;
    border: none;
    border-top: 1px solid #C9C9C9; }
    table tr:first-of-type {
      border-top: 0px solid transparent; }
  table td {
    font-size: 0.9375rem;
    line-height: 1.21875rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      table td {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    table td:last-of-type {
      padding-right: 0; }
    table td.align-middle {
      vertical-align: middle; }
    table td.align-bottom {
      vertical-align: bottom; }
  .accordion table tr {
    border-color: #999999; }
    .accordion table tr th, .accordion table tr td {
      font-size: 0.625rem;
      line-height: 0.8125rem; }
      @media screen and (min-width: 768px) {
        .accordion table tr th, .accordion table tr td {
          font-size: 0.9375rem;
          line-height: 1.21875rem; } }
  .block-items table tr {
    border-color: #C9C9C9;
    /*
            th, td {

                @include font-size(10);

                @include bp($small) {

                    @include font-size(15);

                }

            }
            */ }

.wp-paginate .current {
  background-color: #262A82;
  border-width: 0; }

.cookie-notice-container .button {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 0.4375rem 0.9375rem;
  background: #00AAE7;
  color: #ffffff !important;
  min-width: 115px;
  font-size: 0.75rem;
  line-height: 0.9375rem; }
  .cookie-notice-container .button:hover {
    background: #0084b4; }

.tooltip_templates {
  display: none; }

.tooltipster-base {
  pointer-events: auto; }

.tooltipster-content span.tooltip_head {
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  margin-bottom: 0.125rem; }
  @media screen and (min-width: 768px) {
    .tooltipster-content span.tooltip_head {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.tooltipster-content table {
  margin-top: 1.25rem;
  margin-bottom: 0.125rem; }
  .tooltipster-content table td {
    font-weight: 300; }

.tooltipster-content a.tooltip_more {
  display: block;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem; }
  @media screen and (min-width: 768px) {
    .tooltipster-content a.tooltip_more {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.pagination {
  margin-bottom: 1.25rem;
  width: 100%;
  clear: both; }
  .pagination ul li, .pagination ol li {
    margin-right: 0.625rem; }
  .pagination .current {
    color: #262A82; }

.menu-primary-wrapper {
  width: auto;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #00AAE7;
  border-bottom: 1px solid #323232; }
  @media screen and (min-width: 768px) {
    .menu-primary-wrapper {
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent;
      display: table-cell !important;
      border-bottom: 0px solid transparent;
      vertical-align: middle;
      text-align: right; } }
  @media screen and (min-width: 992px) {
    .menu-primary-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }

.menu-primary {
  margin: 0 0.9375rem;
  width: auto; }
  @media screen and (min-width: 768px) {
    .menu-primary {
      margin: 0; } }
  .menu-primary li {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0;
    background-color: #414142;
    clear: both;
    border-bottom: 1px solid #00AAE7; }
    @media screen and (min-width: 768px) {
      .menu-primary li {
        font-size: 0.875rem;
        line-height: 1.1375rem;
        margin-left: 1.25rem;
        background-color: transparent;
        border: none;
        display: inline-block; } }
    @media screen and (min-width: 992px) {
      .menu-primary li {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    .menu-primary li a {
      padding: 0.625rem 1.25rem;
      color: #ffffff;
      width: auto; }
      @media screen and (min-width: 768px) {
        .menu-primary li a {
          padding: 0;
          color: #414142; }
          .menu-primary li a:hover {
            color: #00AAE7; } }
    .menu-primary li ul {
      border-bottom: 1px solid #00AAE7; }
      @media screen and (min-width: 768px) {
        .menu-primary li ul {
          border-bottom: 0px solid transparent; } }
    .menu-primary li.menu-item-has-children > a, .menu-primary li.page_item_has_children > a {
      position: relative;
      top: 0;
      left: 0;
      z-index: 10; }
      .menu-primary li.menu-item-has-children > a i, .menu-primary li.page_item_has_children > a i {
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../svg/sprite.svg");
        background-position: 13px -1387px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        content: "";
        width: 39px;
        height: 47px; }
        @media screen and (min-width: 768px) {
          .menu-primary li.menu-item-has-children > a i, .menu-primary li.page_item_has_children > a i {
            display: none !important; } }
    .menu-primary li.menu-item-has-children ul, .menu-primary li.page_item_has_children ul {
      border-top: 1px solid #00AAE7; }
      @media screen and (min-width: 768px) {
        .menu-primary li.menu-item-has-children ul, .menu-primary li.page_item_has_children ul {
          border-top: 0px solid transparent; } }
    .menu-primary li.menu-item-has-children:last-child > a, .menu-primary li.page_item_has_children:last-child > a {
      border: none; }
    .menu-primary li.menu-item-has-children:last-child ul, .menu-primary li.page_item_has_children:last-child ul {
      border-top: 1px solid #00AAE7; }
      @media screen and (min-width: 768px) {
        .menu-primary li.menu-item-has-children:last-child ul, .menu-primary li.page_item_has_children:last-child ul {
          border-top: 0px solid transparent; } }
      .menu-primary li.menu-item-has-children:last-child ul a, .menu-primary li.page_item_has_children:last-child ul a {
        border: none; }
    .menu-primary li.show-children > a i {
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("../svg/sprite.svg");
      background-position: -195px -1382px; }
    @media screen and (min-width: 768px) {
      .menu-primary li.current_page_ancestor > a, .menu-primary li.current_page_parent > a, .menu-primary li.current_page_item > a {
        color: #00AAE7; } }
    .menu-primary li.page_hidden {
      display: none; }
    .menu-primary li.page_home {
      display: none; }
  .menu-primary > li > a {
    border-bottom: 3px solid #00AAE7; }
    @media screen and (min-width: 768px) {
      .menu-primary > li > a {
        border-bottom: 0px solid transparent; } }
  .menu-primary .sub-menu,
  .menu-primary .children {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .menu-primary .sub-menu,
      .menu-primary .children {
        display: none !important; } }
    .menu-primary .sub-menu li,
    .menu-primary .children li {
      background-color: #4e4e4f; }
      .menu-primary .sub-menu li .sub-menu li,
      .menu-primary .sub-menu li .children li,
      .menu-primary .children li .sub-menu li,
      .menu-primary .children li .children li {
        background-color: #5a5a5c; }
        .menu-primary .sub-menu li .sub-menu li .sub-menu li,
        .menu-primary .sub-menu li .sub-menu li .children li,
        .menu-primary .sub-menu li .children li .sub-menu li,
        .menu-primary .sub-menu li .children li .children li,
        .menu-primary .children li .sub-menu li .sub-menu li,
        .menu-primary .children li .sub-menu li .children li,
        .menu-primary .children li .children li .sub-menu li,
        .menu-primary .children li .children li .children li {
          background-color: #676769; }

.menu-secondary {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .menu-secondary {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  .menu-secondary li {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0;
    clear: both; }
    @media screen and (min-width: 768px) {
      .menu-secondary li {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin-right: 2.1875rem;
        float: left;
        clear: none; } }
    .menu-secondary li a {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      width: 100%;
      border-bottom: 1px solid #ffffff; }
      @media screen and (min-width: 768px) {
        .menu-secondary li a {
          padding: 0;
          color: #414142;
          border: none; }
          .menu-secondary li a:hover {
            color: #ffffff; } }
    .menu-secondary li.menu-item-has-children > a, .menu-secondary li.page_item_has_children > a {
      position: relative;
      top: 0;
      left: 0;
      z-index: 10; }
      .menu-secondary li.menu-item-has-children > a:after, .menu-secondary li.page_item_has_children > a:after {
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../svg/sprite.svg");
        background-position: 0 -1400px;
        position: absolute;
        top: 0.8125rem;
        right: 0;
        z-index: 10;
        content: "";
        width: 13px;
        height: 21px; }
        @media screen and (min-width: 768px) {
          .menu-secondary li.menu-item-has-children > a:after, .menu-secondary li.page_item_has_children > a:after {
            display: none !important; } }
    .menu-secondary li.menu-item-has-children:last-child > a, .menu-secondary li.page_item_has_children:last-child > a {
      border: none; }
    .menu-secondary li.menu-item-has-children:last-child ul a, .menu-secondary li.page_item_has_children:last-child ul a {
      border: none;
      border-top: 1px solid #ffffff; }
    .menu-secondary li.show-children > a:after {
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("../svg/sprite.svg");
      background-position: -200px -1400px;
      top: 1.125rem;
      width: 21px;
      height: 13px; }
    @media screen and (min-width: 768px) {
      .menu-secondary li.current_page_ancestor > a, .menu-secondary li.current_page_parent > a, .menu-secondary li.current_page_item > a {
        color: #ffffff; } }
    .menu-secondary li.page_hidden {
      display: none; }
    .menu-secondary li.page_home {
      display: none; }
  .menu-secondary .sub-menu,
  .menu-secondary .children {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .menu-secondary .sub-menu,
      .menu-secondary .children {
        display: none !important; } }
    .menu-secondary .sub-menu li a,
    .menu-secondary .children li a {
      padding-left: 1.5625rem; }
    .menu-secondary .sub-menu li .sub-menu a,
    .menu-secondary .children li .sub-menu a {
      padding-left: 3.125rem; }
  .menu-secondary + .menu-secondary {
    border-top: 1px solid #414142; }

.menu-page li {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400; }
  .menu-page li ul.sub-menu {
    margin-top: 0.9375rem; }
    .menu-page li ul.sub-menu li .sub-menu {
      margin-top: 0;
      margin-bottom: 0.9375rem;
      margin-left: 2.5rem; }
      .menu-page li ul.sub-menu li .sub-menu li {
        margin: 0; }
    .menu-page li ul.sub-menu li.menu-item-has-children.current_page_item .sub-menu, .menu-page li ul.sub-menu li.page_item_has_children.current_page_item .sub-menu, .menu-page li ul.sub-menu li.current_page_ancestor .sub-menu {
      display: block; }
  .menu-page li li {
    font-size: 0.9375rem;
    line-height: 1.21875rem;
    margin-bottom: 0.9375rem;
    display: inherit; }

body li.menu-item-draft,
body li.menu-item-redirect-draft {
  display: none; }

body.manage li.current-menu-item.menu-item-draft a,
body.manage li.current-menu-item.menu-item-redirect-draft a,
body.manage li.current-menu-item li.menu-item-draft a,
body.manage li.current-menu-item li.menu-item-redirect-draft a,
body.manage li.current-page-ancestor li.menu-item-draft a,
body.manage li.current-page-ancestor li.menu-item-redirect-draft a,
body.manage .menu-primary li.menu-item-draft a,
body.manage .menu-primary li.menu-item-redirect-draft a {
  display: inherit;
  opacity: 0.5; }

li.page_draft a,
li.page_redirect_draft a {
  display: inherit;
  opacity: 0.5; }

.tabs {
  width: 100%;
  margin: 0;
  padding: 0; }
  .tabs ul {
    width: 100%; }
    .tabs ul li {
      margin: 0;
      padding: 0; }
    .tabs ul.tabs-nav {
      margin-bottom: 2.5rem;
      width: 100%;
      border-bottom: 1px solid #C9C9C9; }
      .tabs ul.tabs-nav.hide-tabs {
        display: none; }
      .tabs ul.tabs-nav li {
        font-size: 0.875rem;
        line-height: 1.1375rem; }
        @media screen and (min-width: 768px) {
          .tabs ul.tabs-nav li {
            font-size: 1.25rem;
            line-height: 1.625rem; } }
        .tabs ul.tabs-nav li a {
          padding: 0.625rem 0.9375rem; }
        .tabs ul.tabs-nav li.ui-state-active {
          background: #C9C9C9; }
  .tabs .tabs-header {
    margin-bottom: 0.9375rem;
    display: table;
    width: 100%;
    border-bottom: 1px solid #C9C9C9; }
    .tabs .tabs-header span {
      font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 400; }
  .tabs .tabs-content li {
    display: table;
    width: 100%; }
  .tabs .tabs-date, .tabs .tabs-title, .tabs .tabs-command {
    font-size: 0.75rem;
    line-height: 0.975rem;
    padding-bottom: 0.9375rem;
    display: table-cell; }
    @media screen and (min-width: 768px) {
      .tabs .tabs-date, .tabs .tabs-title, .tabs .tabs-command {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .tabs .tabs-date {
    width: 30%; }
    @media screen and (min-width: 768px) {
      .tabs .tabs-date {
        width: 22%; } }
    @media screen and (min-width: 992px) {
      .tabs .tabs-date {
        width: 18%; } }
  .tabs .tabs-title {
    width: 60%; }
    @media screen and (min-width: 768px) {
      .tabs .tabs-title {
        width: 58%; } }
    @media screen and (min-width: 992px) {
      .tabs .tabs-title {
        width: 62%; } }
    .tabs .tabs-title .filesize {
      opacity: 0.5; }
  .tabs .tabs-command {
    width: 10%; }
    @media screen and (min-width: 768px) {
      .tabs .tabs-command {
        width: 20%; } }
    @media screen and (min-width: 992px) {
      .tabs .tabs-command {
        width: 20%; } }
  .accordion .tabs .tabs-nav {
    border-bottom: 1px solid #ffffff; }
    .accordion .tabs .tabs-nav .ui-state-active {
      background: #ffffff; }
  .accordion .tabs .tabs-header {
    border-bottom: 1px solid #ffffff; }

.accordion {
  width: 100%;
  margin: 0;
  padding: 0; }
  .accordion .accordion-item {
    padding: 0 1.25rem;
    margin: 0 0 1.25rem;
    width: 100%;
    background: #C9C9C9;
    overflow: hidden; }
  .accordion .accordion-title {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    width: 100%;
    margin: 0;
    outline: none;
    cursor: pointer;
    font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400; }
    .accordion .accordion-title i {
      margin-top: 0.375rem;
      float: right; }
      .accordion .accordion-title i.icon-plus {
        transform: rotate(0deg);
        transition: all 0.25s ease-in; }
    .accordion .accordion-title.ui-accordion-header-active .icon-plus {
      transform: rotate(-45deg);
      transform-origin: center center;
      transition: all 0.25s ease-out; }
  .accordion .accordion-content {
    width: 100%;
    padding: 0;
    margin: 0; }
    .accordion .accordion-content > p, .accordion #messages .accordion-content > label, #messages .accordion .accordion-content > label {
      clear: none; }
      .accordion .accordion-content > p:last-of-type, .accordion #messages .accordion-content > label:last-of-type, #messages .accordion .accordion-content > label:last-of-type {
        margin-bottom: 0.625rem; }

.btn {
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 0.4375rem 0.9375rem;
  background: #00AAE7;
  color: #ffffff !important;
  min-width: 115px; }
  .btn:hover {
    background: #0084b4; }

@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }

.section {
  width: 100%; }
  .section .section-container {
    max-width: 62.5em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .section .section-container::after {
      clear: both;
      content: "";
      display: table; }

.section-breadcrumb {
  background: #C9C9C9; }
  .section-breadcrumb .section-container {
    background: #323232;
    color: #ffffff;
    position: relative;
    z-index: +10;
    padding: 0 0.9375rem; }
    @media screen and (min-width: 768px) {
      .section-breadcrumb .section-container {
        padding: 0 2.5rem; } }
    .section-breadcrumb .section-container p, .section-breadcrumb .section-container #messages label, #messages .section-breadcrumb .section-container label {
      font-family: "Foundry Form Sans W01 Bk", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 0.75rem;
      line-height: 0.975rem;
      margin: 0;
      padding-top: 0.3125rem;
      padding-bottom: 0.25rem; }
      .section-breadcrumb .section-container p > span :before, .section-breadcrumb .section-container #messages label > span :before, #messages .section-breadcrumb .section-container label > span :before {
        content: ''; }
      .section-breadcrumb .section-container p > span > span :before, .section-breadcrumb .section-container #messages label > span > span :before, #messages .section-breadcrumb .section-container label > span > span :before {
        content: ''; }
      .section-breadcrumb .section-container p > span > span span:before, .section-breadcrumb .section-container #messages label > span > span span:before, #messages .section-breadcrumb .section-container label > span > span span:before {
        content: '\00A0'; }
    .section-breadcrumb .section-container a {
      color: #ffffff; }
      .section-breadcrumb .section-container a:after {
        content: '\00A0'; }
    .section-breadcrumb .section-container .breadcrumb_last {
      color: #00AAE7; }

.section-page-divider {
  font-size: 1.5625rem;
  line-height: 2.03125rem;
  font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  background: #323232;
  color: #ffffff;
  padding: 1.25rem; }
  @media screen and (min-width: 768px) {
    .section-page-divider {
      padding: 2.5rem; } }
  .section-page-divider .section-container {
    padding-top: 0;
    padding-bottom: 0; }
    .section-page-divider .section-container a {
      color: #ffffff; }
    .section-page-divider .section-container .breadcrumb_last {
      color: #00AAE7; }

.section-page-menu {
  background: #C9C9C9;
  display: none; }
  @media screen and (min-width: 768px) {
    .section-page-menu {
      display: block;
      width: 100%; }
      .section-page-menu .section-container {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        z-index: +10; }
        .section-page-menu .section-container ul {
          padding-right: 2.5rem;
          padding-left: 2.5rem;
          background: #00AAE7; }
          .section-page-menu .section-container ul::after {
            clear: both;
            content: "";
            display: table; } }

.section-page-menu-wrap {
  background: transparent;
  position: absolute;
  width: 100%; }
  .section-page-menu-wrap .section-page-menu ul {
    background-color: #00AAE7;
    background-color: rgba(0, 170, 231, 0.8); }

.section-page,
.section-summary,
.section-search {
  background: #C9C9C9; }
  .section-page .section-container,
  .section-summary .section-container,
  .section-search .section-container {
    padding: 0; }
  .section-page .section-page-inner,
  .section-summary .section-page-inner,
  .section-search .section-page-inner {
    /*
        &.section-page-content_blocks {
          @include display(flex);
          @include flex-wrap(wrap);
          @include flex-direction(row);
          @include justify-content(center);

          @include margin(rem(20) 0 0 rem(-20));
          width: auto;
          overflow: hidden;

          @include bp($small) {
            @include margin(0 0 0 rem(-20));
          }

          .block-item {

            @include margin(0 0 rem(20) rem(20));
            @include padding(rem(20) rem(20) null rem(20));

            @include flex-grow(1);
            @include flex-shrink(1);
            @include flex-basis(100%);

            min-height: 200px;

            @include bp($small) {

              @include margin(rem(20) 0 rem(20) rem(20));

              @include flex-grow(1);
              @include flex-shrink(1);
              @include flex-basis(calc(50% - 1.25rem));

            }

            background-color: $color-dark;
            color: $color-white;

            &.block-has-background-image {

              background-position: center center;
              background-size: cover;

            }

            table {
              tr {
                border-width: 0;
              }
            }


            @include bp($small) {
            	@include display(flex);
            }

          }

        }*/ }
    .section-page .section-page-inner > p, .section-page #messages .section-page-inner > label, #messages .section-page .section-page-inner > label,
    .section-summary .section-page-inner > p,
    .section-summary #messages .section-page-inner > label, #messages
    .section-summary .section-page-inner > label,
    .section-search .section-page-inner > p,
    .section-search #messages .section-page-inner > label, #messages
    .section-search .section-page-inner > label {
      clear: none; }
    .section-page .section-page-inner > h1,
    .section-page .section-page-inner > h2,
    .section-page .section-page-inner > h3,
    .section-page .section-page-inner > h4,
    .section-page .section-page-inner > h5,
    .section-page .section-page-inner > h6,
    .section-summary .section-page-inner > h1,
    .section-summary .section-page-inner > h2,
    .section-summary .section-page-inner > h3,
    .section-summary .section-page-inner > h4,
    .section-summary .section-page-inner > h5,
    .section-summary .section-page-inner > h6,
    .section-search .section-page-inner > h1,
    .section-search .section-page-inner > h2,
    .section-search .section-page-inner > h3,
    .section-search .section-page-inner > h4,
    .section-search .section-page-inner > h5,
    .section-search .section-page-inner > h6 {
      clear: both; }
    .section-page .section-page-inner > h1,
    .section-summary .section-page-inner > h1,
    .section-search .section-page-inner > h1 {
      margin: 0;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    .section-page .section-page-inner > h2,
    .section-summary .section-page-inner > h2,
    .section-search .section-page-inner > h2 {
      margin: 0;
      padding-top: 1.25rem;
      padding-bottom: 0; }
    .section-page .section-page-inner > h3,
    .section-summary .section-page-inner > h3,
    .section-search .section-page-inner > h3 {
      margin: 0;
      padding-top: 1.25rem;
      padding-bottom: 0; }
    .section-page .section-page-inner > h4,
    .section-summary .section-page-inner > h4,
    .section-search .section-page-inner > h4 {
      margin: 1.25rem 0 0;
      padding-top: 0;
      padding-bottom: 0; }
    .section-page .section-page-inner > h5,
    .section-summary .section-page-inner > h5,
    .section-search .section-page-inner > h5 {
      margin: 1.25rem 0 0;
      padding-top: 0;
      padding-bottom: 0; }
    .section-page .section-page-inner > h6,
    .section-summary .section-page-inner > h6,
    .section-search .section-page-inner > h6 {
      margin: 1.25rem 0 0;
      padding-top: 0;
      padding-bottom: 0; }
    .section-page .section-page-inner > ul,
    .section-summary .section-page-inner > ul,
    .section-search .section-page-inner > ul {
      margin: 0;
      padding-top: 1.25rem;
      padding-bottom: 0; }
    .section-page .section-page-inner a,
    .section-summary .section-page-inner a,
    .section-search .section-page-inner a {
      font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 400; }
    .section-page .section-page-inner.section-page-children,
    .section-summary .section-page-inner.section-page-children,
    .section-search .section-page-inner.section-page-children {
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-children,
        .section-summary .section-page-inner.section-page-children,
        .section-search .section-page-inner.section-page-children {
          margin-bottom: 0; } }
    .section-page .section-page-inner.section-page-masonry,
    .section-summary .section-page-inner.section-page-masonry,
    .section-search .section-page-inner.section-page-masonry {
      margin-bottom: -1.25rem; }
    .section-page .section-page-inner.section-page-accordion,
    .section-summary .section-page-inner.section-page-accordion,
    .section-search .section-page-inner.section-page-accordion {
      background: #ffffff;
      margin: 0;
      padding: 1.25rem 1.25rem 0;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-accordion,
        .section-summary .section-page-inner.section-page-accordion,
        .section-search .section-page-inner.section-page-accordion {
          padding: 1.25rem 2.5rem; } }
    .section-page .section-page-inner.section-page-site_map,
    .section-summary .section-page-inner.section-page-site_map,
    .section-search .section-page-inner.section-page-site_map {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.5625rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-site_map,
        .section-summary .section-page-inner.section-page-site_map,
        .section-search .section-page-inner.section-page-site_map {
          padding: 0 2.5rem 1.5625rem; } }
      .section-page .section-page-inner.section-page-site_map ul,
      .section-summary .section-page-inner.section-page-site_map ul,
      .section-search .section-page-inner.section-page-site_map ul {
        margin: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .section-page .section-page-inner.section-page-contact_form,
    .section-summary .section-page-inner.section-page-contact_form,
    .section-search .section-page-inner.section-page-contact_form {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-contact_form,
        .section-summary .section-page-inner.section-page-contact_form,
        .section-search .section-page-inner.section-page-contact_form {
          padding-right: 2.5rem;
          padding-left: 2.5rem; } }
    .section-page .section-page-inner.section-page-social_links,
    .section-summary .section-page-inner.section-page-social_links,
    .section-search .section-page-inner.section-page-social_links {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-social_links,
        .section-summary .section-page-inner.section-page-social_links,
        .section-search .section-page-inner.section-page-social_links {
          padding-top: 0;
          padding-right: 2.5rem;
          padding-left: 2.5rem; } }
      .section-page .section-page-inner.section-page-social_links ul,
      .section-summary .section-page-inner.section-page-social_links ul,
      .section-search .section-page-inner.section-page-social_links ul {
        padding: 0;
        margin: 0 0 0.9375rem; }
        .section-page .section-page-inner.section-page-social_links ul li,
        .section-summary .section-page-inner.section-page-social_links ul li,
        .section-search .section-page-inner.section-page-social_links ul li {
          margin: 0 0.625rem 0 0; }
    .section-page .section-page-inner.section-page-diagram,
    .section-summary .section-page-inner.section-page-diagram,
    .section-search .section-page-inner.section-page-diagram {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-diagram,
        .section-summary .section-page-inner.section-page-diagram,
        .section-search .section-page-inner.section-page-diagram {
          padding: 0 2.5rem 1.25rem; } }
      .section-page .section-page-inner.section-page-diagram svg,
      .section-summary .section-page-inner.section-page-diagram svg,
      .section-search .section-page-inner.section-page-diagram svg {
        position: relative;
        width: 100%;
        height: auto; }
        .section-page .section-page-inner.section-page-diagram svg a,
        .section-summary .section-page-inner.section-page-diagram svg a,
        .section-search .section-page-inner.section-page-diagram svg a {
          cursor: pointer; }
      .section-page .section-page-inner.section-page-diagram figure,
      .section-summary .section-page-inner.section-page-diagram figure,
      .section-search .section-page-inner.section-page-diagram figure {
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        width: 100%; }
        .section-page .section-page-inner.section-page-diagram figure.figure-cns,
        .section-summary .section-page-inner.section-page-diagram figure.figure-cns,
        .section-search .section-page-inner.section-page-diagram figure.figure-cns {
          height: 0;
          padding-bottom: calc(100% * 3330 / 2357); }
          .section-page .section-page-inner.section-page-diagram figure.figure-cns svg,
          .section-summary .section-page-inner.section-page-diagram figure.figure-cns svg,
          .section-search .section-page-inner.section-page-diagram figure.figure-cns svg {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0; }
        .section-page .section-page-inner.section-page-diagram figure.figure-sns,
        .section-summary .section-page-inner.section-page-diagram figure.figure-sns,
        .section-search .section-page-inner.section-page-diagram figure.figure-sns {
          height: 0;
          padding-bottom: calc(100% * 3330 / 2357); }
          .section-page .section-page-inner.section-page-diagram figure.figure-sns svg,
          .section-summary .section-page-inner.section-page-diagram figure.figure-sns svg,
          .section-search .section-page-inner.section-page-diagram figure.figure-sns svg {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0; }
        .section-page .section-page-inner.section-page-diagram figure.figure-sns-cns,
        .section-summary .section-page-inner.section-page-diagram figure.figure-sns-cns,
        .section-search .section-page-inner.section-page-diagram figure.figure-sns-cns {
          height: 0;
          padding-bottom: calc(100% * 3330 / 2357); }
          .section-page .section-page-inner.section-page-diagram figure.figure-sns-cns svg,
          .section-summary .section-page-inner.section-page-diagram figure.figure-sns-cns svg,
          .section-search .section-page-inner.section-page-diagram figure.figure-sns-cns svg {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0; }
    .section-page .section-page-inner.section-page-content_box,
    .section-summary .section-page-inner.section-page-content_box,
    .section-search .section-page-inner.section-page-content_box {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-content_box,
        .section-summary .section-page-inner.section-page-content_box,
        .section-search .section-page-inner.section-page-content_box {
          padding: 0 2.5rem 1.25rem; } }
      .section-page .section-page-inner.section-page-content_box + .section-page-accordion,
      .section-summary .section-page-inner.section-page-content_box + .section-page-accordion,
      .section-search .section-page-inner.section-page-content_box + .section-page-accordion {
        padding-top: 0; }
    .section-page .section-page-inner.section-page-content_blocks,
    .section-summary .section-page-inner.section-page-content_blocks,
    .section-search .section-page-inner.section-page-content_blocks {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-content_blocks,
        .section-summary .section-page-inner.section-page-content_blocks,
        .section-search .section-page-inner.section-page-content_blocks {
          padding: 0 2.5rem 1.25rem; } }
      .section-page .section-page-inner.section-page-content_blocks .block-items,
      .section-summary .section-page-inner.section-page-content_blocks .block-items,
      .section-search .section-page-inner.section-page-content_blocks .block-items {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding-top: 0;
        margin: 0 0 0 -1.25rem;
        width: auto;
        overflow: hidden; }
        @media screen and (min-width: 768px) {
          .section-page .section-page-inner.section-page-content_blocks .block-items,
          .section-summary .section-page-inner.section-page-content_blocks .block-items,
          .section-search .section-page-inner.section-page-content_blocks .block-items {
            margin: 0 0 0 -1.25rem; } }
      .section-page .section-page-inner.section-page-content_blocks .block-item,
      .section-summary .section-page-inner.section-page-content_blocks .block-item,
      .section-search .section-page-inner.section-page-content_blocks .block-item {
        margin: 0 0 1.25rem 1.25rem;
        padding-top: 1.25rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        min-height: 250px;
        background-color: #323232;
        /*
				table {
					tr {
						border-width: 0;
					}
				}
        */ }
        @media screen and (min-width: 768px) {
          .section-page .section-page-inner.section-page-content_blocks .block-item,
          .section-summary .section-page-inner.section-page-content_blocks .block-item,
          .section-search .section-page-inner.section-page-content_blocks .block-item {
            min-height: 310px;
            margin: 0 0 1.25rem 1.25rem;
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            flex-grow: 1;
            -ms-flex-positive: 1;
            -webkit-flex-shrink: 1;
            -moz-flex-shrink: 1;
            flex-shrink: 1;
            -ms-flex-negative: 1;
            -webkit-flex-basis: calc(50% - 1.25rem);
            -moz-flex-basis: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem);
            -ms-flex-preferred-size: calc(50% - 1.25rem); } }
        .section-page .section-page-inner.section-page-content_blocks .block-item, .section-page .section-page-inner.section-page-content_blocks .block-item a:hover, .section-page .section-page-inner.section-page-content_blocks .block-item a:focus, .section-page .section-page-inner.section-page-content_blocks .block-item a:active,
        .section-summary .section-page-inner.section-page-content_blocks .block-item,
        .section-summary .section-page-inner.section-page-content_blocks .block-item a:hover,
        .section-summary .section-page-inner.section-page-content_blocks .block-item a:focus,
        .section-summary .section-page-inner.section-page-content_blocks .block-item a:active,
        .section-search .section-page-inner.section-page-content_blocks .block-item,
        .section-search .section-page-inner.section-page-content_blocks .block-item a:hover,
        .section-search .section-page-inner.section-page-content_blocks .block-item a:focus,
        .section-search .section-page-inner.section-page-content_blocks .block-item a:active {
          color: #ffffff; }
        .section-page .section-page-inner.section-page-content_blocks .block-item.block-has-background-image,
        .section-summary .section-page-inner.section-page-content_blocks .block-item.block-has-background-image,
        .section-search .section-page-inner.section-page-content_blocks .block-item.block-has-background-image {
          background-position: center center;
          background-size: cover; }
        .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-tall,
        .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-tall,
        .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-tall {
          min-height: 320px; }
          @media screen and (min-width: 768px) {
            .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-tall,
            .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-tall,
            .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-tall {
              min-height: 400px; } }
        .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
        .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
        .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain {
          background-color: #ffffff;
          padding-top: 0;
          padding-right: 0;
          padding-left: 0;
          margin-bottom: 0;
          min-height: auto; }
          .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain, .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:hover, .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:focus, .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:active,
          .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
          .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:hover,
          .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:focus,
          .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:active,
          .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
          .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:hover,
          .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:focus,
          .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain a:active {
            color: #323232; }
          @media screen and (min-width: 768px) {
            .section-page .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
            .section-summary .section-page-inner.section-page-content_blocks .block-item.block-is-plain,
            .section-search .section-page-inner.section-page-content_blocks .block-item.block-is-plain {
              margin-bottom: 1.25rem; } }
      .section-page .section-page-inner.section-page-content_blocks + .section-page-accordion,
      .section-summary .section-page-inner.section-page-content_blocks + .section-page-accordion,
      .section-search .section-page-inner.section-page-content_blocks + .section-page-accordion {
        padding-top: 0; }
      .section-page .section-page-inner.section-page-content_blocks + .section-page-contact_form,
      .section-summary .section-page-inner.section-page-content_blocks + .section-page-contact_form,
      .section-search .section-page-inner.section-page-content_blocks + .section-page-contact_form {
        margin-top: -2.5rem; }
    .section-page .section-page-inner.section-page-iframe,
    .section-summary .section-page-inner.section-page-iframe,
    .section-search .section-page-inner.section-page-iframe {
      background: #ffffff;
      margin: 0;
      padding: 1.25rem; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-iframe,
        .section-summary .section-page-inner.section-page-iframe,
        .section-search .section-page-inner.section-page-iframe {
          padding-right: 2.5rem;
          padding-bottom: 1.25rem;
          padding-left: 2.5rem; } }
    .section-page .section-page-inner.section-page-people,
    .section-summary .section-page-inner.section-page-people,
    .section-search .section-page-inner.section-page-people {
      margin-right: 0;
      margin-bottom: -1.25rem;
      margin-left: 0;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-people,
        .section-summary .section-page-inner.section-page-people,
        .section-search .section-page-inner.section-page-people {
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0; } }
    .section-page .section-page-inner.section-page-archive_group,
    .section-summary .section-page-inner.section-page-archive_group,
    .section-search .section-page-inner.section-page-archive_group {
      background: #ffffff; }
      .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav,
      .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav,
      .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: no-wrap;
        -moz-box-lines: no-wrap;
        box-lines: no-wrap;
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        border-width: 0px; }
        .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li,
        .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li,
        .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1;
          -ms-flex-positive: 1;
          -webkit-flex-shrink: 1;
          -moz-flex-shrink: 1;
          flex-shrink: 1;
          -ms-flex-negative: 1;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          border-width: 0 0 1px 1px;
          border-style: solid;
          border-color: #ffffff; }
          @media screen and (min-width: 768px) {
            .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li,
            .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li,
            .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li {
              border-width: 0 0 1px 5px; } }
          .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li:first-of-type,
          .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li:first-of-type,
          .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li:first-of-type {
            border-width: 0 0 1px 0; }
          .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
          .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
          .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a {
            width: 100%;
            height: 100%;
            display: block;
            padding: 2.5rem 0.625rem;
            font-size: 0.75rem;
            line-height: 0.975rem; }
            @media screen and (min-width: 640px) {
              .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
              .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
              .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a {
                padding: 2.5rem 0.625rem;
                font-size: 0.9375rem;
                line-height: 1.21875rem; } }
            @media screen and (min-width: 768px) {
              .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
              .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a,
              .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li a {
                padding: 2.5rem 1.875rem 2.5rem 2.5rem;
                font-size: 1.25rem;
                line-height: 1.625rem; } }
          .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default,
          .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default,
          .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default {
            background-color: #00AAE7; }
            .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default a,
            .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default a,
            .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-state-default a {
              color: #ffffff; }
          .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active,
          .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active,
          .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active {
            background-color: #ffffff; }
            .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active a,
            .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active a,
            .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-nav > li.ui-tabs-active a {
              color: #323232; }
      .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-content,
      .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-content,
      .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-content {
        margin: 0;
        padding-right: 1.25rem;
        padding-bottom: 1.5625rem;
        padding-left: 1.25rem;
        width: auto; }
        @media screen and (min-width: 768px) {
          .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-content,
          .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-content,
          .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-content {
            padding-right: 2.5rem;
            padding-bottom: 1.5625rem;
            padding-left: 2.5rem; } }
        .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-content li,
        .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-content li,
        .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-content li {
          width: auto; }
        .section-page .section-page-inner.section-page-archive_group > .tabs > .tabs-content .tabs-content li,
        .section-summary .section-page-inner.section-page-archive_group > .tabs > .tabs-content .tabs-content li,
        .section-search .section-page-inner.section-page-archive_group > .tabs > .tabs-content .tabs-content li {
          width: 100%; }
    .section-page .section-page-inner.section-page-archive,
    .section-summary .section-page-inner.section-page-archive,
    .section-search .section-page-inner.section-page-archive {
      background: #ffffff;
      margin: 0;
      padding-right: 1.25rem;
      padding-bottom: 1.5625rem;
      padding-left: 1.25rem;
      width: auto; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-inner.section-page-archive,
        .section-summary .section-page-inner.section-page-archive,
        .section-search .section-page-inner.section-page-archive {
          padding-right: 2.5rem;
          padding-bottom: 1.5625rem;
          padding-left: 2.5rem; } }
  @media screen and (min-width: 768px) {
    .section-page .section-page-aside,
    .section-summary .section-page-aside,
    .section-search .section-page-aside {
      float: left;
      display: block;
      margin-right: 3.1916409694%;
      width: 31.2055726871%; }
      .section-page .section-page-aside:last-child,
      .section-summary .section-page-aside:last-child,
      .section-search .section-page-aside:last-child {
        margin-right: 0; } }
  .section-page .section-page-notice,
  .section-summary .section-page-notice,
  .section-search .section-page-notice {
    margin: 1.25rem; }
    @media screen and (min-width: 768px) {
      .section-page .section-page-notice,
      .section-summary .section-page-notice,
      .section-search .section-page-notice {
        margin: 2.5rem 2.5rem 1.25rem; } }
    .section-page .section-page-notice p, .section-page .section-page-notice #messages label, #messages .section-page .section-page-notice label,
    .section-summary .section-page-notice p,
    .section-summary .section-page-notice #messages label, #messages
    .section-summary .section-page-notice label,
    .section-search .section-page-notice p,
    .section-search .section-page-notice #messages label, #messages
    .section-search .section-page-notice label {
      font-size: 0.75rem;
      line-height: 0.975rem; }
  .section-page .section-page-title,
  .section-page .section-search-title,
  .section-summary .section-page-title,
  .section-summary .section-search-title,
  .section-search .section-page-title,
  .section-search .section-search-title {
    background: #ffffff;
    margin: 0;
    padding: 1.25rem;
    font-size: 1.9375rem;
    line-height: 2.1875rem;
    width: auto;
    font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .section-page .section-page-title,
      .section-page .section-search-title,
      .section-summary .section-page-title,
      .section-summary .section-search-title,
      .section-search .section-page-title,
      .section-search .section-search-title {
        font-size: 2.1875rem;
        line-height: 2.5rem;
        padding: 2.5rem; } }
  .section-page.section-summary .section-container,
  .section-summary.section-summary .section-container,
  .section-search.section-summary .section-container {
    background: #ffffff;
    padding: 1.25rem 1.25rem 0; }
    @media screen and (min-width: 768px) {
      .section-page.section-summary .section-container,
      .section-summary.section-summary .section-container,
      .section-search.section-summary .section-container {
        padding: 1.25rem 2.5rem 0; } }
  .section-page .section-page-summary,
  .section-page .section-search-summary,
  .section-summary .section-page-summary,
  .section-summary .section-search-summary,
  .section-search .section-page-summary,
  .section-search .section-search-summary {
    font-size: 1.25rem;
    line-height: 1.625rem; }
    @media screen and (min-width: 768px) {
      .section-page .section-page-summary,
      .section-page .section-search-summary,
      .section-summary .section-page-summary,
      .section-summary .section-search-summary,
      .section-search .section-page-summary,
      .section-search .section-search-summary {
        font-size: 2.1875rem;
        line-height: 2.84375rem; } }
  .section-page .section-page-content > .section-page-summary,
  .section-page .section-page-content > .section-search-summary,
  .section-page .section-search-content > .section-page-summary,
  .section-page .section-search-content > .section-search-summary,
  .section-summary .section-page-content > .section-page-summary,
  .section-summary .section-page-content > .section-search-summary,
  .section-summary .section-search-content > .section-page-summary,
  .section-summary .section-search-content > .section-search-summary,
  .section-search .section-page-content > .section-page-summary,
  .section-search .section-page-content > .section-search-summary,
  .section-search .section-search-content > .section-page-summary,
  .section-search .section-search-content > .section-search-summary {
    background: #ffffff;
    margin: 0;
    padding: 0 1.25rem 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.625rem; }
    @media screen and (min-width: 768px) {
      .section-page .section-page-content > .section-page-summary,
      .section-page .section-page-content > .section-search-summary,
      .section-page .section-search-content > .section-page-summary,
      .section-page .section-search-content > .section-search-summary,
      .section-summary .section-page-content > .section-page-summary,
      .section-summary .section-page-content > .section-search-summary,
      .section-summary .section-search-content > .section-page-summary,
      .section-summary .section-search-content > .section-search-summary,
      .section-search .section-page-content > .section-page-summary,
      .section-search .section-page-content > .section-search-summary,
      .section-search .section-search-content > .section-page-summary,
      .section-search .section-search-content > .section-search-summary {
        padding: 0 2.5rem 2.1875rem; } }
  .section-page .section-page-content,
  .section-page .section-search-content,
  .section-summary .section-page-content,
  .section-summary .section-search-content,
  .section-search .section-page-content,
  .section-search .section-search-content {
    margin-bottom: 1.25rem; }
    .section-page .section-page-content:last-of-type,
    .section-page .section-search-content:last-of-type,
    .section-summary .section-page-content:last-of-type,
    .section-summary .section-search-content:last-of-type,
    .section-search .section-page-content:last-of-type,
    .section-search .section-search-content:last-of-type {
      margin-bottom: 2.5rem; }
    .section-page .section-page-content .search-form,
    .section-page .section-search-content .search-form,
    .section-summary .section-page-content .search-form,
    .section-summary .section-search-content .search-form,
    .section-search .section-page-content .search-form,
    .section-search .section-search-content .search-form {
      position: relative;
      z-index: 10;
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        .section-page .section-page-content .search-form,
        .section-page .section-search-content .search-form,
        .section-summary .section-page-content .search-form,
        .section-summary .section-search-content .search-form,
        .section-search .section-page-content .search-form,
        .section-search .section-search-content .search-form {
          float: left;
          display: block;
          margin-right: 3.1916409694%;
          width: 35.5052243941%;
          display: block !important; }
          .section-page .section-page-content .search-form:last-child,
          .section-page .section-search-content .search-form:last-child,
          .section-summary .section-page-content .search-form:last-child,
          .section-summary .section-search-content .search-form:last-child,
          .section-search .section-page-content .search-form:last-child,
          .section-search .section-search-content .search-form:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 992px) {
        .section-page .section-page-content .search-form,
        .section-page .section-search-content .search-form,
        .section-summary .section-page-content .search-form,
        .section-summary .section-search-content .search-form,
        .section-search .section-page-content .search-form,
        .section-search .section-search-content .search-form {
          float: left;
          display: block;
          margin-right: 3.1916409694%;
          width: 31.2055726871%; }
          .section-page .section-page-content .search-form:last-child,
          .section-page .section-search-content .search-form:last-child,
          .section-summary .section-page-content .search-form:last-child,
          .section-summary .section-search-content .search-form:last-child,
          .section-search .section-page-content .search-form:last-child,
          .section-search .section-search-content .search-form:last-child {
            margin-right: 0; } }
      .section-page .section-page-content .search-form .search-field,
      .section-page .section-search-content .search-form .search-field,
      .section-summary .section-page-content .search-form .search-field,
      .section-summary .section-search-content .search-form .search-field,
      .section-search .section-page-content .search-form .search-field,
      .section-search .section-search-content .search-form .search-field {
        padding-left: 2.5rem;
        margin-bottom: 2.5rem; }
      .section-page .section-page-content .search-form .search-button,
      .section-page .section-search-content .search-form .search-button,
      .section-summary .section-page-content .search-form .search-button,
      .section-summary .section-search-content .search-form .search-button,
      .section-search .section-page-content .search-form .search-button,
      .section-search .section-search-content .search-form .search-button {
        position: absolute;
        z-index: 20;
        top: 8px;
        left: 8px; }

.slides, .slide, .slide-image {
  width: 100%;
  height: 18.75rem; }
  @media screen and (min-width: 768px) {
    .slides, .slide, .slide-image {
      height: 31.25rem; } }

.slide-page {
  width: 100%;
  height: 21.15vw;
  min-height: 12.5rem; }
  @media screen and (min-width: 1200px) {
    .slide-page {
      height: 15.625rem; } }
  .slide-page.banner-tall {
    height: 42.25vw; }
    @media screen and (min-width: 1200px) {
      .slide-page.banner-tall {
        height: 31.25rem; } }
  .slide-page .slide-page-title {
    font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.4375rem;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    float: left;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .slide-page .slide-page-title {
        font-size: 3.75rem;
        line-height: 4.875rem;
        margin-top: 2.8125rem; } }

.section-banner {
  position: relative; }
  .section-banner .slide-controls {
    position: absolute;
    z-index: 200;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .section-banner .slide-controls .section-container {
      position: relative;
      z-index: 100;
      height: 100%; }
    .section-banner .slide-controls .slide-panels {
      display: table;
      height: 100%;
      width: 100%; }
      .section-banner .slide-controls .slide-panels .slide-prev,
      .section-banner .slide-controls .slide-panels .slide-content,
      .section-banner .slide-controls .slide-panels .slide-next {
        display: table-cell;
        vertical-align: middle;
        padding-right: 0.3125rem;
        padding-left: 0.3125rem; }
    .section-banner .slide-controls .slide-content {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      width: 100%;
      z-index: 150;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        .section-banner .slide-controls .slide-content {
          top: 1.25rem; } }
      .section-banner .slide-controls .slide-content h2 {
        margin-top: 0.4375rem;
        margin-bottom: 1.25rem;
        font-size: 1.875rem;
        line-height: 2.125rem; }
        @media screen and (min-width: 768px) {
          .section-banner .slide-controls .slide-content h2 {
            margin-top: 0;
            margin-bottom: 1.25rem;
            font-size: 3.4375rem;
            line-height: 4.5rem; } }
        @media screen and (min-width: 992px) {
          .section-banner .slide-controls .slide-content h2 {
            margin-top: 0;
            margin-bottom: 1.25rem;
            font-size: 4.0625rem;
            line-height: 5.3125rem; } }
      .section-banner .slide-controls .slide-content p, .section-banner .slide-controls .slide-content #messages label, #messages .section-banner .slide-controls .slide-content label {
        margin-top: 0.625rem;
        margin-bottom: 0;
        font-size: 0.9375rem;
        line-height: 1.21875rem;
        width: 100%; }
        .section-banner .slide-controls .slide-content p.no-link, .section-banner .slide-controls .slide-content #messages label.no-link, #messages .section-banner .slide-controls .slide-content label.no-link {
          margin-top: 0.625rem;
          margin-bottom: 4.9375rem; }
        @media screen and (min-width: 768px) {
          .section-banner .slide-controls .slide-content p, .section-banner .slide-controls .slide-content #messages label, #messages .section-banner .slide-controls .slide-content label {
            font-size: 1.5625rem;
            line-height: 2rem; }
            .section-banner .slide-controls .slide-content p.no-link, .section-banner .slide-controls .slide-content #messages label.no-link, #messages .section-banner .slide-controls .slide-content label.no-link {
              margin-top: 0.625rem;
              margin-bottom: 5.75rem; } }
        @media screen and (min-width: 992px) {
          .section-banner .slide-controls .slide-content p, .section-banner .slide-controls .slide-content #messages label, #messages .section-banner .slide-controls .slide-content label {
            font-size: 1.875rem;
            line-height: 2.5rem; }
            .section-banner .slide-controls .slide-content p.no-link, .section-banner .slide-controls .slide-content #messages label.no-link, #messages .section-banner .slide-controls .slide-content label.no-link {
              margin-top: 0.625rem;
              margin-bottom: 6.5625rem; } }
      .section-banner .slide-controls .slide-content a {
        margin-top: 1.875rem;
        margin-bottom: 0.625rem;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        font-size: 1.25rem;
        line-height: 1.625rem;
        padding: 0.4375rem 0.9375rem;
        background: #00AAE7;
        color: #ffffff !important;
        min-width: 115px;
        width: 9.375rem;
        font-size: 0.75rem;
        line-height: 0.9375rem; }
        .section-banner .slide-controls .slide-content a:hover {
          background: #0084b4; }
        @media screen and (min-width: 768px) {
          .section-banner .slide-controls .slide-content a {
            margin-top: 1.625rem;
            margin-bottom: 0.375rem;
            padding-top: 0.9375rem;
            padding-bottom: 0.9375rem;
            font-size: 0.9375rem;
            line-height: 1.25rem; } }
        @media screen and (min-width: 992px) {
          .section-banner .slide-controls .slide-content a {
            margin-top: 1.875rem;
            margin-bottom: 0.9375rem;
            padding-top: 0.9375rem;
            padding-bottom: 0.9375rem;
            font-size: 1.25rem;
            line-height: 1.25rem; } }
      .section-banner .slide-controls .slide-content h2, .section-banner .slide-controls .slide-content p, .section-banner .slide-controls .slide-content #messages label, #messages .section-banner .slide-controls .slide-content label, .section-banner .slide-controls .slide-content a {
        -webkit-text-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
        -moz-text-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
        text-shadow: 0 0 5px rgba(128, 128, 128, 0.5); }
    .section-banner .slide-controls .slide-prev, .section-banner .slide-controls .slide-next {
      z-index: 150;
      cursor: pointer; }
    .section-banner .slide-controls .slide-pager {
      margin: 0 auto;
      position: absolute;
      z-index: 150;
      left: 0;
      bottom: 10px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .section-banner .slide-controls .slide-pager {
          bottom: 20px; } }
      .section-banner .slide-controls .slide-pager span {
        overflow: hidden;
        margin-right: 0.3125rem;
        margin-left: 0.3125rem;
        width: 10px;
        height: 10px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 100%;
        background: #ffffff; }
        .section-banner .slide-controls .slide-pager span:before {
          content: "";
          display: block;
          width: 0;
          height: 100%; }
        .section-banner .slide-controls .slide-pager span.cycle-pager-active {
          background: #00AAE7; }
  .section-banner .asset-map {
    position: relative;
    z-index: 0; }
  .section-banner .section-container {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .section-banner .section-container {
        padding: 0; } }
    .section-banner .section-container .hotspots-interaction {
      margin-top: 0;
      margin-bottom: 0; }
    .section-banner .section-container .hotspots-placeholder {
      background-color: transparent !important;
      vertical-align: middle;
      padding: 3.75rem 0 1.25rem;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .section-banner .section-container .hotspots-placeholder {
          padding: 6.25rem 0 2.5rem;
          width: 33%; } }
      .section-banner .section-container .hotspots-placeholder.loading::before {
        top: 50%; }
      .section-banner .section-container .hotspots-placeholder .hotspot-initial {
        padding-left: 1.25rem;
        font-size: 0.75rem;
        line-height: 0.975rem; }
        @media screen and (min-width: 768px) {
          .section-banner .section-container .hotspots-placeholder .hotspot-initial {
            padding-left: 2.5rem;
            font-size: 0.9375rem;
            line-height: 1.21875rem; } }
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-title {
          margin-bottom: 0.625rem;
          font-size: 0.9375rem;
          line-height: 1.21875rem; }
          @media screen and (min-width: 768px) {
            .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-title {
              font-size: 1.25rem;
              line-height: 1.625rem; } }
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-title,
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content p,
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content #messages label, #messages
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content label,
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content p,
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content #messages label, #messages
        .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content label {
          color: #323232 !important; }
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-title a,
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content p a,
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content #messages label a, #messages
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hotspot-content label a,
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content p a,
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content #messages label a, #messages
          .section-banner .section-container .hotspots-placeholder .hotspot-initial .hostspot-content label a {
            color: #323232 !important; }
      .section-banner .section-container .hotspots-placeholder .hotspot-info {
        position: relative;
        color: #ffffff !important;
        opacity: 0.99;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 1.25rem; }
        @media screen and (min-width: 768px) {
          .section-banner .section-container .hotspots-placeholder .hotspot-info {
            padding: 2.5rem; } }
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-title,
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content p,
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content #messages label, #messages
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content label,
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content p,
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content #messages label, #messages
        .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content label {
          color: #ffffff !important; }
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-title a,
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content p a,
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content #messages label a, #messages
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hotspot-content label a,
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content p a,
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content #messages label a, #messages
          .section-banner .section-container .hotspots-placeholder .hotspot-info .hostspot-content label a {
            color: #ffffff !important; }
      .section-banner .section-container .hotspots-placeholder .hotspot-title {
        font-size: 0.9375rem;
        line-height: 1.21875rem; }
        @media screen and (min-width: 768px) {
          .section-banner .section-container .hotspots-placeholder .hotspot-title {
            font-size: 0.9375rem;
            line-height: 1.21875rem; } }
      .section-banner .section-container .hotspots-placeholder .hotspot-content p, .section-banner .section-container .hotspots-placeholder .hotspot-content #messages label, #messages .section-banner .section-container .hotspots-placeholder .hotspot-content label,
      .section-banner .section-container .hotspots-placeholder .hostspot-content p,
      .section-banner .section-container .hotspots-placeholder .hostspot-content #messages label, #messages
      .section-banner .section-container .hotspots-placeholder .hostspot-content label {
        font-size: 0.9375rem;
        line-height: 1.21875rem; }
        @media screen and (min-width: 768px) {
          .section-banner .section-container .hotspots-placeholder .hotspot-content p, .section-banner .section-container .hotspots-placeholder .hotspot-content #messages label, #messages .section-banner .section-container .hotspots-placeholder .hotspot-content label,
          .section-banner .section-container .hotspots-placeholder .hostspot-content p,
          .section-banner .section-container .hotspots-placeholder .hostspot-content #messages label, #messages
          .section-banner .section-container .hotspots-placeholder .hostspot-content label {
            font-size: 0.9375rem;
            line-height: 1.21875rem; } }
        .section-banner .section-container .hotspots-placeholder .hotspot-content p:last-of-type, .section-banner .section-container .hotspots-placeholder .hotspot-content #messages label:last-of-type, #messages .section-banner .section-container .hotspots-placeholder .hotspot-content label:last-of-type,
        .section-banner .section-container .hotspots-placeholder .hostspot-content p:last-of-type,
        .section-banner .section-container .hotspots-placeholder .hostspot-content #messages label:last-of-type, #messages
        .section-banner .section-container .hotspots-placeholder .hostspot-content label:last-of-type {
          margin-bottom: 0; }
    .section-banner .section-container .hotspots-image-container {
      background-color: transparent !important;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .section-banner .section-container .hotspots-image-container {
          padding: 0 25% 0 0;
          width: 67%; } }

.section-header {
  padding: 0.8125rem 0 0;
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    .section-header {
      padding: 0.9375rem 0; } }
  @media screen and (min-width: 992px) {
    .section-header {
      padding: 1.875rem 0; } }
  .section-header .section-container {
    padding-right: 0;
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .section-header .section-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 992px) {
      .section-header .section-container {
        padding-right: 0;
        padding-left: 0; } }
  .section-header .section-header-logo {
    float: left;
    display: block;
    margin-right: 3.1916409694%;
    width: 100%;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem; }
    .section-header .section-header-logo:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .section-header .section-header-logo {
        padding: 0;
        margin: 0;
        width: 210px; } }
    @media screen and (min-width: 992px) {
      .section-header .section-header-logo {
        width: 240px; } }
  .section-header .section-logo {
    margin: 0;
    padding: 0;
    width: 50%;
    clear: none; }
    @media screen and (min-width: 768px) {
      .section-header .section-logo {
        width: auto; } }
    .section-header .section-logo a {
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("../svg/sprite.svg");
      background-position: 0 0;
      width: 125px;
      height: 50px;
      margin: 0;
      padding: 0; }
      .section-header .section-logo a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      @media screen and (min-width: 768px) {
        .section-header .section-logo a {
          background-color: transparent;
          background-repeat: no-repeat;
          background-image: url("../svg/sprite.svg");
          background-position: -200px 0;
          width: 210px;
          height: 80px; } }
      @media screen and (min-width: 992px) {
        .section-header .section-logo a {
          background-color: transparent;
          background-repeat: no-repeat;
          background-image: url("../svg/sprite.svg");
          background-position: -460px 0;
          width: 240px;
          height: 91px; } }

.section-header-tools {
  background: #323232;
  background: -moz-linear-gradient(left, #323232 0%, #323232 50%, #00AAE7 50%, #00AAE7 100%);
  background: -webkit-linear-gradient(left, #323232 0%, #323232 50%, #00AAE7 50%, #00AAE7 100%);
  background: linear-gradient(to right, #323232 0%, #323232 50%, #00AAE7 50%, #00AAE7 100%);
  padding-top: 0;
  margin-top: 0; }
  .section-header-tools:nth-child(2) {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .section-header-tools {
      text-align: left; } }
  .section-header-tools .section-container {
    padding-right: 0;
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .section-header-tools .section-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 992px) {
      .section-header-tools .section-container {
        padding-right: 0;
        padding-left: 0; } }
  .section-header-tools .search-field {
    font-size: 0.9375rem;
    line-height: 1.21875rem;
    background-color: transparent; }

.section-header-tools-desktop {
  display: none; }

.section-header-tools-mobile {
  display: block; }

@media screen and (min-width: 768px) {
  .section-header-tools-desktop {
    display: block; }
  .section-header-tools-mobile {
    display: none; } }

.section-header-email {
  width: 50%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  margin-top: 0.625rem;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .section-header-email {
      margin-top: 0.5625rem;
      margin-bottom: 0; } }
  .section-header-email a {
    color: #ffffff;
    padding-left: 0.9375rem;
    display: block; }
    @media screen and (min-width: 768px) {
      .section-header-email a {
        padding-left: 0;
        display: inline; } }
  .section-header-email i {
    float: left; }
  .section-header-email span {
    word-break: keep-all;
    min-width: 70px;
    line-height: 21px;
    margin-left: 0.625rem;
    float: left;
    display: block; }
    @media screen and (min-width: 768px) {
      .section-header-email span {
        min-width: 200px; } }

.search-form {
  position: relative;
  z-index: 10;
  width: 50%;
  float: left;
  display: block !important; }
  @media screen and (min-width: 768px) {
    .search-form {
      display: block !important; } }
  .search-form .search-field {
    padding-left: 2.5rem; }
  .search-form .search-button {
    position: absolute;
    z-index: 20;
    top: 6px;
    left: 8px; }

.button-search-toggle {
  margin-left: 0.625rem; }
  @media screen and (min-width: 768px) {
    .button-search-toggle {
      display: none; } }

.button-menu-toggle {
  margin: 0.8125rem 0 0.8125rem 0.8125rem;
  float: right; }
  @media screen and (min-width: 768px) {
    .button-menu-toggle {
      display: none; } }

.section-menu {
  float: left;
  display: block;
  margin-right: 3.1916409694%;
  width: 100%;
  padding: 0;
  background: #ffffff; }
  .section-menu:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .section-menu {
      padding: 0;
      border: none;
      background: #ffffff;
      display: table;
      height: 80px;
      width: calc(100% - 210px); } }
  @media screen and (min-width: 992px) {
    .section-menu {
      width: calc(100% - 240px);
      height: 91px; } }

.section-modules {
  padding: 0;
  position: relative;
  z-index: 500;
  background: #C9C9C9; }
  .section-modules .section-container {
    background: transparent;
    padding: 0;
    overflow: hidden; }
    .section-modules .section-container .modules {
      margin-top: 1.25rem;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .section-modules .section-container .modules {
          margin-top: 1.25rem;
          margin-bottom: 2.5rem; } }
      .section-modules .section-container .modules .module {
        margin-top: 0;
        margin-bottom: 1.25rem; }
        @media screen and (min-width: 768px) {
          .section-modules .section-container .modules .module {
            margin-top: 0;
            margin-bottom: 0; } }

.section-footer-main {
  padding: 2.5rem 0 1.25rem;
  background: #ffffff;
  color: #414142; }
  .section-footer-main .section-container {
    padding: 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .section-footer-main .section-container {
        padding: 0 2.5rem; } }
  .section-footer-main a {
    color: #414142; }
  .section-footer-main h1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .section-footer-main h1 {
        font-size: 0.9375rem;
        line-height: 1.21875rem; } }
    @media screen and (max-width: 460px) {
      .section-footer-main h1 {
        font-size: 0.6875rem;
        line-height: 0.89375rem; } }
  .section-footer-main ul {
    padding: 1.25rem 0 0; }
    .section-footer-main ul li {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin: 0 0.625rem 0 0; }
      @media screen and (max-width: 640px) {
        .section-footer-main ul li {
          font-size: 0.9375rem;
          line-height: 1.21875rem; } }
      @media screen and (max-width: 460px) {
        .section-footer-main ul li {
          font-size: 0.6875rem;
          line-height: 0.89375rem; } }
  .section-footer-main dl {
    font-size: 1.25rem;
    line-height: 1.625rem; }
    @media screen and (max-width: 640px) {
      .section-footer-main dl {
        font-size: 0.9375rem;
        line-height: 1.21875rem; } }
    @media screen and (max-width: 460px) {
      .section-footer-main dl {
        font-size: 0.6875rem;
        line-height: 0.89375rem; } }
    .section-footer-main dl dt {
      display: block;
      clear: both;
      float: left; }
      .section-footer-main dl dt:after {
        content: ': '; }
      .section-footer-main dl dt:first-of-type {
        display: none; }
      .section-footer-main dl dt.fax {
        clear: none;
        margin-right: 0;
        margin-left: 0.625rem; }
    .section-footer-main dl dd {
      float: left;
      display: block;
      margin-right: 0;
      margin-left: 0.3125rem; }
      .section-footer-main dl dd:first-of-type {
        margin-right: 0;
        margin-left: 0; }
  .section-footer-main p, .section-footer-main #messages label, #messages .section-footer-main label {
    font-size: 0.9375rem;
    line-height: 1.21875rem;
    margin-top: 0;
    margin-bottom: 0.9375rem; }
    @media screen and (max-width: 640px) {
      .section-footer-main p, .section-footer-main #messages label, #messages .section-footer-main label {
        font-size: 0.9375rem;
        line-height: 1.21875rem; } }
    @media screen and (max-width: 460px) {
      .section-footer-main p, .section-footer-main #messages label, #messages .section-footer-main label {
        font-size: 0.6875rem;
        line-height: 0.89375rem; } }
    .section-footer-main p i, .section-footer-main #messages label i, #messages .section-footer-main label i {
      margin-top: 0.1875rem;
      margin-right: 0.9375rem;
      float: left;
      height: 55px !important; }
  .section-footer-main .section-footer-item {
    width: 100%;
    clear: both; }
    @media screen and (min-width: 768px) {
      .section-footer-main .section-footer-item {
        clear: none; } }

.section-footer-info {
  padding: 0 0 1.25rem;
  background: #ffffff;
  color: #999999; }
  .section-footer-info .section-container {
    padding: 0 1.25rem; }
    @media screen and (min-width: 768px) {
      .section-footer-info .section-container {
        padding: 0 2.5rem; } }
  .section-footer-info a {
    color: #999999; }
    .section-footer-info a:hover {
      color: #000000; }
  .section-footer-info ul {
    margin-bottom: 1.25rem; }
    .section-footer-info ul li {
      margin: 0 0.1875rem 0 0; }
      .section-footer-info ul li:after {
        margin: 0 0 0 0.3125rem;
        content: "/"; }
      .section-footer-info ul li:last-child {
        margin: 0; }
  .section-footer-info p, .section-footer-info #messages label, #messages .section-footer-info label {
    margin-top: 0;
    margin-bottom: 0; }
    .section-footer-info p:last-of-type, .section-footer-info #messages label:last-of-type, #messages .section-footer-info label:last-of-type {
      margin-top: 0;
      margin-bottom: 1.25rem; }
  .section-footer-info p, .section-footer-info #messages label, #messages .section-footer-info label, .section-footer-info li {
    font-size: 0.9375rem;
    line-height: 1.21875rem; }
    @media screen and (max-width: 640px) {
      .section-footer-info p, .section-footer-info #messages label, #messages .section-footer-info label, .section-footer-info li {
        font-size: 0.6875rem;
        line-height: 0.89375rem; } }
    @media screen and (max-width: 460px) {
      .section-footer-info p, .section-footer-info #messages label, #messages .section-footer-info label, .section-footer-info li {
        font-size: 0.625rem;
        line-height: 0.8125rem; } }
  .section-footer-info .section-footer-item {
    width: 100%;
    clear: both; }
    @media screen and (min-width: 768px) {
      .section-footer-info .section-footer-item {
        clear: none; } }

body[class*=" p2"] .section-page .section-page-inner.section-page-content_blocks .block-item.block-has-background-image {
  border: 1px solid #C9C9C9; }

.icon {
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle; }
  .icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .icon.icon-email {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0 -200px;
    width: 30px;
    height: 20px; }
  .icon.icon-search {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -400px -200px;
    width: 25px;
    height: 25px; }
  .icon.icon-menu {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -600px -200px;
    width: 25px;
    height: 25px; }
  .icon.icon-telephone {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0 -400px;
    width: 30px;
    height: 30px; }
  .icon.icon-office {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -400px;
    width: 30px;
    height: 28px; }
  .icon.icon-email-footer {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -200px;
    width: 30px;
    height: 21px; }
  .icon.icon-twitter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0px -600px; }
  .icon.icon-linkedin {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -600px; }
  .icon.icon-facebook {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -400px -600px; }
  .icon.icon-previous {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0px -800px;
    width: 17px;
    height: 30px; }
    @media screen and (min-width: 768px) {
      .icon.icon-previous {
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../svg/sprite.svg");
        background-position: -400px -800px;
        width: 30px;
        height: 52px; } }
  .icon.icon-next {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -800px;
    width: 17px;
    height: 30px; }
    @media screen and (min-width: 768px) {
      .icon.icon-next {
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url("../svg/sprite.svg");
        background-position: -600px -800px;
        width: 30px;
        height: 52px; } }
  .icon.icon-plus {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0px -1000px;
    width: 15px;
    height: 15px; }
  .icon.icon-minus {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -1000px;
    width: 15px;
    height: 15px; }
  .icon.icon-cross {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -400px -1000px;
    width: 15px;
    height: 15px; }
  .icon.icon-plus-white {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -600px -1000px;
    width: 15px;
    height: 15px; }
  .icon.icon-cross-white {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -600px -1200px;
    width: 15px;
    height: 15px; }
  .icon.icon-file-external {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: 0 -1200px;
    width: 22px;
    height: 19px; }
  .icon.icon-file-pdf {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../svg/sprite.svg");
    background-position: -200px -1200px;
    width: 25px;
    height: 27px; }

.modules {
  margin: 1.25rem auto 0;
  width: 100%; }

.module {
  margin: 0 auto 1.25rem;
  width: 100%;
  background: #262A82;
  color: #ffffff; }
  @media screen and (min-width: 640px) {
    .module {
      margin: 0 0 1.25rem;
      float: left;
      max-width: none; } }
  .module.module-has-background-image {
    background-position: center center;
    background-size: cover; }
  .module:nth-of-type(2n+1).module-has-background-image .module-content {
    background-color: #262A82;
    background-color: rgba(38, 42, 130, 0.8); }
  .module:nth-of-type(2n+2) {
    background-color: #00AAE7; }
    .module:nth-of-type(2n+2).module-has-background-image .module-content {
      background-color: #00AAE7;
      background-color: rgba(0, 170, 231, 0.8); }
  @media screen and (min-width: 640px) {
    .module.section-module:nth-of-type(4n+1), .module.section-module:nth-of-type(4n+4) {
      background-color: #262A82; }
      .module.section-module:nth-of-type(4n+1).module-has-background-image .module-content, .module.section-module:nth-of-type(4n+4).module-has-background-image .module-content {
        background-color: #262A82;
        background-color: rgba(38, 42, 130, 0.8); }
    .module.section-module:nth-of-type(4n+2), .module.section-module:nth-of-type(4n+3) {
      background-color: #00AAE7; }
      .module.section-module:nth-of-type(4n+2).module-has-background-image .module-content, .module.section-module:nth-of-type(4n+3).module-has-background-image .module-content {
        background-color: #00AAE7;
        background-color: rgba(0, 170, 231, 0.8); } }
  .module.module-page-item:nth-of-type(3n+1).module-has-background-image .module-content {
    background-color: #262A82;
    background-color: rgba(38, 42, 130, 0.8); }
  .module.module-page-item:nth-of-type(3n+2) {
    background-color: #00AAE7; }
    .module.module-page-item:nth-of-type(3n+2).module-has-background-image .module-content {
      background-color: #00AAE7;
      background-color: rgba(0, 170, 231, 0.8); }
  .module.module-page-item:nth-of-type(3n+3) {
    background-color: #323232; }
    .module.module-page-item:nth-of-type(3n+3).module-has-background-image .module-content {
      background-color: #323232;
      background-color: rgba(50, 50, 50, 0.8); }
  .module.module-page-item.post-draft, .module.module-page-item.post-redirect, .module.module-people.post-draft, .module.module-people.post-redirect {
    opacity: 0.5; }
    .module.module-page-item.post-draft:hover, .module.module-page-item.post-redirect:hover, .module.module-people.post-draft:hover, .module.module-people.post-redirect:hover {
      opacity: 1; }
  .module.module-page-item .module-content {
    height: 200px;
    overflow: hidden;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .module.module-page-item .module-content {
        height: 220px; } }
  .module.module-people {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 640px) {
      .module.module-people {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .module.module-people {
        width: calc(50% - 10px);
        margin-bottom: 0; } }
    .module.module-people .module-biography-button {
      position: absolute;
      bottom: 20px;
      left: 20px; }
      @media screen and (min-width: 768px) {
        .module.module-people .module-biography-button {
          bottom: 40px;
          left: 40px; } }
      .module.module-people .module-biography-button .icon-plus-white {
        transform: rotate(0deg);
        transition: all 0.25s ease-in; }
    .module.module-people.module-people-open .module-biography-button .icon-plus-white {
      transform: rotate(-45deg);
      transform-origin: center center;
      transition: all 0.25s ease-out; }
    .module.module-people.module-people-open .module-biography-arrow {
      position: relative; }
      .module.module-people.module-people-open .module-biography-arrow:after {
        top: 0px;
        left: calc(50% - 20px);
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #00AAE7 transparent transparent transparent;
        border-width: 20px;
        margin-right: -40px; }
    .module.module-people:nth-of-type(4n+1), .module.module-people:nth-of-type(4n+2) {
      background: #262A82; }
      .module.module-people:nth-of-type(4n+1) .module-biography-arrow:after, .module.module-people:nth-of-type(4n+2) .module-biography-arrow:after {
        border-color: #262A82 transparent transparent transparent; }
    .module.module-people:nth-of-type(4n+3), .module.module-people:nth-of-type(4n+4) {
      background: #00AAE7; }
      .module.module-people:nth-of-type(4n+3) .module-biography-arrow:after, .module.module-people:nth-of-type(4n+4) .module-biography-arrow:after {
        border-color: #00AAE7 transparent transparent transparent; }
    @media screen and (min-width: 768px) {
      .module.module-people:nth-of-type(8n+1), .module.module-people:nth-of-type(8n+2), .module.module-people:nth-of-type(8n+7), .module.module-people:nth-of-type(8n+8) {
        background: #262A82; }
        .module.module-people:nth-of-type(8n+1) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+2) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+7) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+8) .module-biography-arrow:after {
          border-color: #262A82 transparent transparent transparent; }
      .module.module-people:nth-of-type(8n+3), .module.module-people:nth-of-type(8n+4), .module.module-people:nth-of-type(8n+5), .module.module-people:nth-of-type(8n+6) {
        background: #00AAE7; }
        .module.module-people:nth-of-type(8n+3) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+4) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+5) .module-biography-arrow:after, .module.module-people:nth-of-type(8n+6) .module-biography-arrow:after {
          border-color: #00AAE7 transparent transparent transparent; } }
    .module.module-people .module-content {
      height: 250px;
      overflow: hidden;
      padding-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .module.module-people .module-content {
          height: 290px; } }
  .module.module-files .module-content {
    height: auto; }
  .module .module-image img {
    width: 100%;
    max-width: none; }
  .module .module-header {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-size: 1.5625rem;
    line-height: 2.03125rem;
    font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400; }
  .module p.bottom, .module #messages label.bottom, #messages .module label.bottom {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 20px; }
    @media screen and (min-width: 768px) {
      .module p.bottom, .module #messages label.bottom, #messages .module label.bottom {
        bottom: 20px;
        left: 40px; } }
  .module .module-content {
    padding: 1.25rem 1.25rem 0;
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .module .module-content {
        padding: 2.5rem 2.5rem 0; } }
    @media screen and (min-width: 768px) {
      .module .module-content {
        height: 290px; } }
    .module .module-content h1 a {
      color: #ffffff; }
    .module .module-content p, .module .module-content #messages label, #messages .module .module-content label {
      font-family: "Foundry Form Sans W01 Bk", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 0.9375rem;
      line-height: 1.21875rem; }
      @media screen and (min-width: 768px) {
        .module .module-content p, .module .module-content #messages label, #messages .module .module-content label {
          font-size: 1.25rem;
          line-height: 1.625rem; } }
      .module .module-content p.ellipsis, .module .module-content #messages label.ellipsis, #messages .module .module-content label.ellipsis {
        max-height: 80px;
        overflow: hidden; }
      .module .module-content p#lse-price, .module .module-content #messages label#lse-price, #messages .module .module-content label#lse-price {
        vertical-align: baseline; }
        .module .module-content p#lse-price strong, .module .module-content #messages label#lse-price strong, #messages .module .module-content label#lse-price strong {
          font-family: "Foundry Form Sans W01 Bd", "Helvetica Neue", helvetica, arial, sans-serif;
          font-weight: 400;
          font-size: 4.375rem;
          line-height: 4.375rem; }
        .module .module-content p#lse-price span, .module .module-content #messages label#lse-price span, #messages .module .module-content label#lse-price span {
          white-space: nowrap; }
      .module .module-content p a, .module .module-content #messages label a, #messages .module .module-content label a {
        color: #ffffff; }
    .module .module-content a.more {
      font-family: "Foundry Form Sans W01 Bk", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #ffffff; }
      .module .module-content a.more:after {
        content: ' >'; }
    .module .module-content button.icon-plus {
      transform: rotate(0deg);
      transition: all 0.25s ease-in; }
    .module .module-content.ui-accordion-header-active .icon-plus {
      transform: rotate(-45deg);
      transform-origin: center center;
      transition: all 0.25s ease-out; }
  .module.module-presentations .module-content p, .module.module-presentations .module-content #messages label, #messages .module.module-presentations .module-content label {
    margin-bottom: 0.625rem; }
    .module.module-presentations .module-content p.ellipsis, .module.module-presentations .module-content #messages label.ellipsis, #messages .module.module-presentations .module-content label.ellipsis {
      max-height: 55px;
      overflow: hidden; }
    .module.module-presentations .module-content p.bottom, .module.module-presentations .module-content #messages label.bottom, #messages .module.module-presentations .module-content label.bottom {
      margin-bottom: 1.25rem; }
    .module.module-presentations .module-content p a, .module.module-presentations .module-content #messages label a, #messages .module.module-presentations .module-content label a {
      color: #ffffff; }
  .module.module-regulatory-announcements .module-content p.ellipsis, .module.module-regulatory-announcements .module-content #messages label.ellipsis, #messages .module.module-regulatory-announcements .module-content label.ellipsis {
    max-height: 55px; }
  .module.module-page .module-content p.ellipsis, .module.module-page .module-content #messages label.ellipsis, #messages .module.module-page .module-content label.ellipsis {
    max-height: 105px; }
  .module .module-feature {
    font-size: 2.8125rem;
    line-height: 3.65625rem;
    margin-top: -0.9375rem;
    margin-bottom: 0.625rem; }
  .module .module-feature-end {
    margin-top: -0.625rem; }
  .module.module-biography {
    margin-top: 0;
    margin-bottom: 1.25rem;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .module.module-biography {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .module.module-biography {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0; } }
  .module .module-biography-controls {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .module .module-biography-controls {
        padding-top: 1.25rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }
  .module .module-biography-content {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media screen and (min-width: 768px) {
      .module .module-biography-content {
        padding: 2.5rem 2.5rem 1.25rem; } }
    .module .module-biography-content p a, .module .module-biography-content #messages label a, #messages .module .module-biography-content label a {
      color: #ffffff; }

/*
body.manage {
	&:after { !*This adds a label in the top-left corner that displays the current media query state.*!
		display: inline-block;
		background: red;
		color: white;
		content: "undefined";
		right: 0;
		opacity: 0.8;
		padding: .2em .5em;
		position: fixed;
		text-align: center;
		top: 0;
		z-index: 100000;
		@include bp($x-small) {
			background: orange;
			content: "x-small";
		}
		@include bp($small) {
			background: purple;
			content: "small";
		}
		@include bp($medium) {
			background: green;
			content: "medium";
		}
		@include bp($large) {
			background: blue;
			content: "large";
		}
	}
}
*/
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 10px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 10px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 10px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 10px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-left: 0;
  margin-top: -10px;
  width: 10px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000000;
  border-bottom-color: rgba(0, 0, 0, 0.8); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000000;
  border-left-color: rgba(0, 0, 0, 0.8); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000000;
  border-right-color: rgba(0, 0, 0, 0.8); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.8); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }
