<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.wrapper {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 717px) {
  .wrapper {
    max-width: 715px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 1em;
  }
}

@media (min-width: 717px) {
  .interior-content {
    display: flex;
  }
}

@media (min-width: 717px) {
  nav.subnav {
    width: 30%;
    float: left;
  }
}
@media (min-width: 992px) {
  nav.subnav {
    width: 25%;
  }
}

main {
  overflow: hidden;
}

article#main-content {
  position: relative;
  margin: 24px;
}
@media (min-width: 717px) {
  article#main-content {
    width: 65%;
    margin: 24px 0 24px 5%;
    float: left;
  }
}
.home article#main-content {
  width: 100%;
  float: none;
  margin: 24px 0;
}
@media (min-width: 717px) {
  article#main-content {
    width: 70%;
  }
}

aside section {
  margin-bottom: 2em;
}
@media (min-width: 717px) {
  aside {
    margin-left: 1em;
    float: right;
    width: 33%;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the &lt;a&gt; selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: rgb(23, 62, 86);
  font-size: 17px;
  line-height: 1.3125em;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
body i, body em {
  font-style: italic;
}
body b,
body strong,
body h2,
body h3,
body h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h1,
h2,
h3 {
  margin: 1.25em 0 0.25em 0;
}

aside article h2:first-of-type,
aside section h2:first-of-type {
  margin-top: 0;
}

h4,
h5,
h6,
p {
  font-size: 1.1em;
  line-height: 1.4em;
}

p {
  margin: 0 0 1em 0;
}

h4 + ul, h4 + ol, h4 + dl,
h5 + ul,
h5 + ol,
h5 + dl,
h6 + ul,
h6 + ol,
h6 + dl,
p + ul,
p + ol,
p + dl {
  margin-top: 0;
}

ul,
ol,
dl {
  margin: 0 0 0.375em 1em;
}
ul li,
ol li,
dl li {
  margin: 0 0.25em 0.5em 0.25em;
}
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

dl dd {
  margin: 0 0 1.5em 1em;
}

a:link, a:visited, a:hover, a:active {
  color: rgb(49, 121, 170);
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(23, 62, 86, 0.25);
}
a:link.no-underline, .no-underline a:link, a:visited.no-underline, .no-underline a:visited, a:hover.no-underline, .no-underline a:hover, a:active.no-underline, .no-underline a:active {
  text-decoration: none;
  text-shadow: none;
}
a:hover, a:active {
  color: #2a6791;
  text-decoration: underline;
}

p &gt; a {
  text-decoration: underline !important;
}

p &gt; a.button {
  text-decoration: none !important;
}

/* intro-text */
.intro-text {
  font-size: 1.5em;
  line-height: 1.3em;
}

.lighter {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

#main-content h2.lighter {
  float: left;
}

.meta-info {
  font-size: 1em;
  font-weight: 400;
}

a.read-more {
  color: rgb(126, 160, 74);
}

h1.pagehead {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 54px;
  border-bottom: 1px solid rgb(23, 62, 86);
  margin-top: 28px !important;
  line-height: 1;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  h1.pagehead {
    font-size: 64px;
  }
}

h1.pagetext_header,
h2.pagetext_header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  font-size: 30px;
  line-height: 1.1em;
}

h3.subhead {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.headroom {
  padding-top: 3em;
}

.less-headroom {
  padding-top: 1.5em;
}

.more-less-headroom {
  padding-top: 0.75em;
}

.very-little-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 3em;
}

.less-legroom {
  margin-bottom: 1.5em;
}

.more-less-legroom {
  margin-bottom: 0.75em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.float-right {
  float: right;
  display: inline;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1em;
}

li.inlinify {
  display: inline-block;
}

.no-wrap {
  white-space: nowrap;
}

.smaller {
  font-size: smaller;
}

.ADA_hide {
  text-indent: -99999px;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: hidden;
}

.pie-clearfix :after {
  content: "";
  display: table;
  clear: both;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 717px) {
  .mobile-only {
    display: none !important;
  }
}

.no-mobile {
  display: none !important;
}
@media (min-width: 717px) {
  .no-mobile {
    display: block !important;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.no-mobile-inline {
  display: none;
}
@media (min-width: 717px) {
  .no-mobile-inline {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .mobile-tablet-only {
    display: none !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
  .desktop-only ul li {
    display: list-item;
  }
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px rgb(49, 121, 170);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgb(49, 121, 170);
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px rgb(49, 121, 170);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgb(49, 121, 170);
  }
}
form {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group {
  margin: 1em auto;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=submit],
input[type=reset],
textarea {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(49, 121, 170, 0.5);
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(23, 62, 86, 0.9);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
input[type=submit]:focus,
input[type=submit]:target,
input[type=reset]:focus,
input[type=reset]:target,
textarea:focus,
textarea:target {
  color: rgb(23, 62, 86);
  background-color: #ddebf5;
  border: 1px solid rgba(49, 121, 170, 0.5);
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error input[type=submit]:focus,
div.formError[style*="opacity: 0."] + input[type=submit]:focus,
div.formError[style*="opacity: 0."] + input[type=submit],
input[type=submit]:focus.error,
.error input[type=reset]:focus,
div.formError[style*="opacity: 0."] + input[type=reset]:focus,
div.formError[style*="opacity: 0."] + input[type=reset],
input[type=reset]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: rgba(200, 10, 10, 0.8);
  background-color: rgba(200, 10, 10, 0.1);
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
textarea:focus {
  outline-color: rgb(49, 121, 170);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error input[type=submit]:focus,
div.formError[style^="opacity: 0."] + input[type=submit]:focus,
input[type=submit]:focus.error,
.error input[type=reset]:focus,
div.formError[style^="opacity: 0."] + input[type=reset]:focus,
input[type=reset]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-color: rgb(200, 10, 10);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
input[type=submit][size="1"],
input[type=reset][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
input[type=submit][size="2"],
input[type=reset][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
input[type=submit][size="3"],
input[type=reset][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
input[type=submit][size="4"],
input[type=reset][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
input[type=submit][size="5"],
input[type=reset][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
input[type=submit][type=submit],
input[type=submit][type=reset],
input[type=reset][type=submit],
input[type=reset][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(49, 121, 170);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
input[type=submit][type=submit]:hover,
input[type=submit][type=reset]:hover,
input[type=reset][type=submit]:hover,
input[type=reset][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #2a6791;
  background-image: none;
}
input[type=email][readonly],
input[type=date][readonly],
input[type=text][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly],
input[type=submit][readonly],
input[type=reset][readonly],
textarea[readonly] {
  background-color: rgba(245, 247, 248, 0.995);
  color: rgba(37, 74, 96, 0.905);
  font-size: 0.8em;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 12px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
input[type=radio]:not(old) + label::before,
input[type=checkbox]:not(old) + label::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 2em;
  color: rgb(195, 220, 231);
  height: 2em;
  line-height: 2em;
  margin-left: -12px;
  margin-right: 0.5em;
  vertical-align: middle;
}
input[type=radio]:not(old):checked + label::before,
input[type=checkbox]:not(old):checked + label::before {
  color: rgb(49, 121, 170);
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px rgb(49, 121, 170);
}
.group.other input[type=radio] + label small,
.group.other input[type=checkbox] + label small {
  cursor: pointer;
}
.group.other input[type=radio] + label + input,
.group.other input[type=checkbox] + label + input {
  opacity: 0;
  display: inline-block;
  width: auto;
  margin-left: 1em;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.group.other input[type=radio]:checked + label small,
.group.other input[type=checkbox]:checked + label small {
  display: none;
}
.group.other input[type=radio]:checked + label + input[type=text],
.group.other input[type=checkbox]:checked + label + input[type=text] {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=radio]:not(old) + label::before {
  content: "\f10c";
}
input[type=radio]:not(old):checked + label::before {
  content: "\f192";
}

input[type=checkbox]:not(old) + label::before {
  content: "\f096";
}
input[type=checkbox]:not(old):checked + label::before {
  content: "\f046";
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

.group.sized {
  float: left;
}
@media (min-width: 717px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 717px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 717px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 717px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(23, 62, 86, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=date]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=datetime]:focus,
.group.pulse-on-focus input[type=datetime-local]:focus,
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=month]:focus,
.group.pulse-on-focus input[type=number]:focus,
.group.pulse-on-focus input[type=password]:focus,
.group.pulse-on-focus input[type=tel]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=time]:focus,
.group.pulse-on-focus input[type=url]:focus,
.group.pulse-on-focus input[type=week]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: #ddebf5;
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

/* readonly form field */
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(49, 121, 170, 0.5);
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(23, 62, 86, 0.9);
  height: 7em;
  overflow-y: auto;
  resize: vertical;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus, .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:target {
  color: rgb(23, 62, 86);
  background-color: #ddebf5;
  border: 1px solid rgba(49, 121, 170, 0.5);
}
.error .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus, div.formError[style*="opacity: 0."] + .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus, div.formError[style*="opacity: 0."] + .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed, .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus.error {
  color: rgba(200, 10, 10, 0.8);
  background-color: rgba(200, 10, 10, 0.1);
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus {
  outline-color: rgb(49, 121, 170);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus, div.formError[style^="opacity: 0."] + .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus, .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed:focus.error {
  outline-color: rgb(200, 10, 10);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[size="1"] {
  width: 1em;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[size="2"] {
  width: 2em;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[size="3"] {
  width: 3em;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[size="4"] {
  width: 4em;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[size="5"] {
  width: 5em;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[type=submit], .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[type=reset] {
  background-color: rgb(49, 121, 170);
  background-image: none;
  color: rgb(255, 255, 255);
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[type=submit]:hover, .fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[type=reset]:hover {
  background-color: #2a6791;
  background-image: none;
}
.fn_transformFieldToDiv .fn_transformFieldToDiv-transformed[readonly] {
  background-color: rgba(245, 247, 248, 0.995);
  color: rgba(37, 74, 96, 0.905);
  font-size: 0.8em;
}
@media (min-width: 717px) {
  .fn_transformFieldToDiv {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .fn_transformFieldToDiv {
    width: 546px;
  }
}

/* Character Count */
.fn_characterCount .fn_characterCount-wrapper {
  display: inline-block;
  float: right;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  margin-top: -0.25em;
  color: rgba(23, 62, 86, 0.5);
  background-color: rgba(49, 121, 170, 0);
}
.fn_characterCount *:focus + .fn_characterCount-wrapper {
  background-color: rgba(49, 121, 170, 0.25);
}
.fn_characterCount *:focus + .fn_characterCount-wrapper .fn_characterCount-over {
  color: rgba(200, 10, 10, 0.6);
}
.fn_characterCount *:focus + .fn_characterCount-wrapper .fn_characterCount-under {
  color: rgba(23, 62, 86, 0.7);
}
.fn_characterCount *:focus + .fn_characterCount-wrapper .fn_characterCount-equal {
  color: rgba(200, 10, 10, 0.6);
}

/* specific rules that only apply to complaint form and the request a speaker form */
.complaint_form legend, .request_speaker_form legend {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 0.5em 0;
}
.complaint_form p, .request_speaker_form p {
  font-size: 0.85em;
}

/* honey pot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

span.required {
  color: rgb(208, 56, 0);
}
span.required.fa {
  font-size: 0.5em;
  vertical-align: text-top;
  margin-right: 0.5em;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: rgb(208, 56, 0);
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: rgb(208, 56, 0);
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

form .freeform-row {
  margin: 0 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  2.5% {
    -webkit-transform: scale(1.1);
    text-shadow: 0px 0px 0px rgb(255, 255, 255);
  }
  5% {
    -webkit-transform: scale(1);
    text-shadow: 0px 0px 100px rgba(255, 255, 255, 0.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  2.5% {
    -webkit-transform: scale(1.1);
    text-shadow: 0px 0px 0px rgb(255, 255, 255);
  }
  5% {
    -webkit-transform: scale(1);
    text-shadow: 0px 0px 100px rgba(255, 255, 255, 0.5);
  }
}
/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -85px;
  left: 0px;
  color: transparent;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(49, 121, 170, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
@media (min-width: 717px) {
  a.skip-navigation {
    text-indent: -9999em;
  }
}

/* Mobile Side Navigation */
.mobile-outer-wrapper,
.mobile-wrapper {
  position: relative;
  width: 100%;
}

.mobile-outer-wrapper {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
.js-nav .mobile-outer-wrapper {
  background-color: #506d7e;
}

.mobile-wrapper {
  background-color: rgb(255, 255, 255);
}
.js-ready .mobile-wrapper {
  left: 0;
}
.js-nav .mobile-wrapper {
  left: 85%;
  box-shadow: -10px 0px 10px rgba(23, 62, 86, 0.5);
}
.js-nav .mobile-wrapper main {
  padding-left: 12px;
}

a.open-navigation,
a.close-navigation {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 43px;
  background-image: url(/images/site_images/mobile-nav-buttons.svg);
  background-repeat: no-repeat;
  background-size: 43px 86px;
  text-indent: -9999px;
  z-index: 100;
}
@media (min-width: 717px) {
  a.open-navigation,
  a.close-navigation {
    display: none;
  }
}

a.open-navigation {
  left: 0;
  background-position: 0 0;
  background-color: rgba(255, 255, 255, 0.975);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

a.close-navigation {
  left: -43px;
  background-position: 0px -43px;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  display: none;
  position: absolute;
  color: rgb(49, 121, 170);
}
.js-nav a.close-navigation {
  display: block;
}
header:target a.close-navigation {
  display: none;
}

nav.main {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
nav.main:not(:target) {
  z-index: 1;
  height: 0;
}
nav.main:target + a.close-navigation {
  display: block;
}
nav.main ul,
nav.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main li,
nav.main li a {
  display: block;
  width: auto;
  min-height: 43px;
  line-height: 43px;
}
nav.main &gt; ul {
  position: relative;
}
nav.main &gt; ul li {
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav.main &gt; ul li:last-child {
  border-bottom: none;
}
nav.main &gt; ul li a {
  text-shadow: 0px 1px 1px rgba(23, 62, 86, 0.5);
  color: #b0d1e8;
}
nav.main &gt; ul li.current a {
  color: rgb(255, 255, 255);
}
nav.main &gt; ul li.current &gt; ul {
  margin-left: 1em;
  margin-right: 0em;
  display: none;
}
.js-nav nav.main &gt; ul li.current &gt; ul {
  display: block;
}
nav.main &gt; ul li.current &gt; ul li {
  padding-left: 20px;
  background-image: none;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
nav.main &gt; ul li.current &gt; ul li a {
  color: #b0d1e8;
}
nav.main &gt; ul li.current &gt; ul li.current a {
  color: rgb(255, 255, 255);
}
.js-ready nav.main {
  height: 100%;
  overflow-y: scroll;
  width: 85%;
  top: -43px;
  padding-top: 64.5px;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-ready nav.main ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.js-ready .mobile-wrapper {
  left: 0 !important;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-nav .mobile-wrapper {
  -webkit-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
}
.js-nav nav.main ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-nav header[role=banner] {
  margin-top: 0;
}

@media (min-width: 717px) {
  nav.main {
    height: 54px;
    border-bottom: 1px solid rgb(23, 62, 86);
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: visible;
  }
  nav.main:not(:target) {
    z-index: auto;
    height: auto;
  }
  nav.main ul,
  nav.main li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 54px;
  }
  nav.main li,
  nav.main li a {
    width: auto;
    min-height: 54px;
    line-height: 54px;
  }
  nav.main .wrapper &gt; ul {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  nav.main .wrapper &gt; ul li {
    border-bottom: none;
    padding: 0px;
    display: inline-block;
  }
  nav.main .wrapper &gt; ul li a {
    color: rgb(23, 62, 86);
    display: block;
    padding: 0 11px;
    text-align: center;
  }
  nav.main .wrapper &gt; ul li a:hover {
    color: rgb(49, 121, 170);
  }
  nav.main .wrapper &gt; ul li:first-child a {
    border-radius: 2px 0px 0px 2px;
  }
  nav.main .wrapper &gt; ul li:last-child {
    border-right: none;
  }
  nav.main .wrapper &gt; ul li:last-child a {
    border-radius: 0px 2px 2px 0px;
  }
  nav.main .wrapper &gt; ul li.current a {
    color: rgb(49, 121, 170);
    text-shadow: 1px 1px 1px rgba(23, 62, 86, 0.25);
  }
  nav.main .wrapper &gt; ul li.login {
    display: none !important;
  }
  nav.main .wrapper &gt; ul ul.second-level {
    display: none;
  }
}
@media (min-width: 992px) {
  nav.main .wrapper &gt; ul {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  nav.main .wrapper &gt; ul {
    font-size: 24px;
  }
}

main nav.subnav {
  display: none;
}
@media (min-width: 717px) {
  main nav.subnav {
    display: block;
    padding-top: 1px;
    margin-bottom: 0px;
    background-color: rgba(49, 121, 170, 0.1);
    background-image: url(/images/site_images/bg-pattern@2x.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: 3px 3px;
  }
  main nav.subnav ul.second-level {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  main nav.subnav ul.second-level li {
    margin: 0;
  }
  main nav.subnav ul.second-level &gt; li {
    display: block;
    background-color: rgb(151, 171, 178);
    padding: 12px;
    margin-bottom: 2px;
    box-shadow: 0px 1px 0px rgb(23, 62, 86);
  }
  main nav.subnav ul.second-level &gt; li &gt; a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 32px;
  }
  main nav.subnav ul.second-level &gt; li.current {
    position: relative;
  }
  main nav.subnav ul.second-level &gt; li.current::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    left: -15px;
    border-style: solid;
    border-width: 12px 15px 12px 0px;
    border-color: transparent rgb(151, 171, 178) transparent transparent;
  }
  main nav.subnav ul.second-level li ul.third-level {
    display: none;
  }
  main nav.subnav ul.second-level li.current ul.third-level {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 2em;
  }
  main nav.subnav ul.second-level li.current ul.third-level li {
    margin: 0;
  }
  main nav.subnav ul.second-level li.current ul.third-level &gt; li {
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
  }
  main nav.subnav ul.second-level li.current ul.third-level &gt; li &gt; a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
  }
  main nav.subnav ul.fourth-level {
    display: none;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level {
    display: block;
    margin-left: 1.2em;
    margin-top: 0.25em;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level &gt; li {
    line-height: 1.3em;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level &gt; li &gt; a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  main nav.subnav ul.second-level &gt; li a,
  main nav.subnav ul.third-level &gt; li a,
  main nav.subnav ul.fourth-level &gt; li a,
  main nav.subnav ul.fifth-level &gt; li a {
    color: rgb(255, 255, 255);
    display: block;
  }
  main nav.subnav ul.second-level &gt; li.current &gt; a,
  main nav.subnav ul.third-level &gt; li.current &gt; a,
  main nav.subnav ul.fourth-level &gt; li.current &gt; a,
  main nav.subnav ul.fifth-level &gt; li.current &gt; a {
    color: rgb(23, 62, 86);
  }
  main nav.subnav ul.fifth-level {
    display: none;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level ul.fifth-level {
    display: block;
    margin-left: 1.2em;
    margin-top: 0.25em;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level ul.fifth-level &gt; li {
    line-height: 1.3em;
  }
  main nav.subnav ul.second-level li.current ul.third-level li.current ul.fourth-level ul.fifth-level &gt; li &gt; a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  main nav.subnav ul.second-level &gt; li a,
  main nav.subnav ul.third-level &gt; li a,
  main nav.subnav ul.fourth-level &gt; li a,
  main nav.subnav ul.fifth-level &gt; li a,
  main nav.subnav ul.sixth-level &gt; li a {
    color: rgb(255, 255, 255);
    display: block;
  }
  main nav.subnav ul.second-level &gt; li.current &gt; a,
  main nav.subnav ul.third-level &gt; li.current &gt; a,
  main nav.subnav ul.fourth-level &gt; li.current &gt; a,
  main nav.subnav ul.fifth-level &gt; li.current &gt; a,
  main nav.subnav ul.sixth-level &gt; li.current &gt; a {
    color: rgb(23, 62, 86);
  }
}

body {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 717px) {
  body {
    margin-top: 175px;
  }
}

header[role=banner] {
  margin-top: 43px;
  background-color: rgb(255, 255, 255);
  padding: 12px;
}
header[role=banner] div.logo {
  margin: 0 auto;
}
header[role=banner] div.logo a {
  display: block;
  max-width: 412px;
  height: 72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/images/site_images/logo@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: auto;
}
@media (min-width: 717px) {
  header[role=banner] {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1500;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 0;
    padding: 0;
    height: 175px;
    background-color: #ddebf5;
  }
  header[role=banner] div.logo {
    transition: all 0.3s ease;
    position: absolute;
    top: 32px;
    left: 12px;
    width: 412px;
    height: 72px;
  }
  header[role=banner] .tel,
  header[role=banner] .search-box {
    display: none;
  }
  header[role=banner].fixed-header {
    height: 120px;
  }
  header[role=banner].fixed-header div.logo {
    top: 8px;
    width: 300px;
    height: 35px;
  }
  header[role=banner].fixed-header #message {
    top: 120px;
  }
}
.licensure-gateway-login {
  position: absolute;
  top: 0;
  right: 0;
}
.licensure-gateway-login .button {
  margin-top: 0;
  border-top: none;
}

header div.tel {
  text-align: center;
  font-size: 26px;
}
header div.tel a {
  display: block;
  font-weight: 500;
  font-size: 32px;
  padding-top: 9px;
}
footer div.tel {
  text-align: right;
  font-size: 23px;
}

.search-box {
  display: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(195, 220, 231);
  border-radius: 1px;
  height: 44px;
  position: relative;
  margin: 0px 12px 24px 12px;
}
.search-box input[type=text],
.search-box button {
  min-height: 43px;
  margin: 0;
  height: 43px;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-appearance: none; /* to remove inset shadow for iOS */
}
.search-box input[type=text] {
  padding: 6px;
  font-size: 1.25em;
  background-color: transparent;
  left: 0;
  right: 43px;
  font-weight: 300;
  font-family: "Source Sans Pro";
}
.search-box input[type=text]:focus {
  outline: none;
  background-color: transparent;
  border: none;
}
.search-box button {
  height: 43px;
  background-color: rgb(195, 220, 231);
  color: rgb(49, 121, 170);
  font-size: 20px;
  border-radius: 0 1px 1px 0;
  width: 43px;
  right: 0;
}
.search-box button span {
  margin: auto;
}
@media (min-width: 717px) {
  .search-box {
    border: none;
    border-radius: 0;
    display: none;
    height: 43px;
    box-shadow: 0px 2px 4px -2px rgba(23, 62, 86, 0.25) inset;
    background-color: rgb(255, 255, 255);
    z-index: 200;
    margin: 0;
  }
  .search-box input[type=text] {
    max-width: 715px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: right;
    outline: 0;
  }
  nav.subnav .search-box input[type=text] {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .search-box input[type=text] {
    max-width: 955px;
    padding-right: 118px;
  }
}
.search-box.static {
  display: block;
  height: 44px;
}
.search-box.static input[type=text] {
  padding-right: 6px;
}
@media (min-width: 717px) {
  .search-box.static {
    border: 1px solid rgb(195, 220, 231);
    border-radius: 1px;
    box-shadow: none;
  }
}

.interior-search input[type=text] {
  width: 90%;
}

@media (min-width: 717px) {
  .hero {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 410px;
  }
}

.slideshow {
  position: relative;
}
.slideshow,
.slideshow .slide {
  width: 296px;
  margin: auto;
  background-color: rgb(255, 255, 255);
}
.slideshow,
.slideshow .slide,
.slideshow .slide-image,
.slideshow .slide-info {
  border-radius: 1px;
}
.slideshow .slide-info {
  background-color: rgb(49, 121, 170);
  padding: 12px;
  font-size: 32px;
  line-height: 36px;
  color: rgb(255, 255, 255);
}
.slideshow .slide-info a {
  color: rgb(255, 255, 255);
}
.slideshow .slide-info .read-more {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: right;
  line-height: 16px;
  margin-top: 3px;
}
.slideshow .slide-info .read-more :after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 717px) {
  .slideshow {
    float: left;
    width: 85% !important;
    margin-right: 0;
    margin-left: -17%;
    box-shadow: 1px 0px 0px 0px rgb(23, 62, 86);
  }
  .slideshow,
  .slideshow .slide,
  .slideshow .slide-image,
  .slideshow .slide-image img {
    width: 592px;
    height: 300px;
  }
  .slideshow .slide,
  .slideshow .slide-image {
    position: absolute;
    right: 0;
    left: auto !important;
  }
  .slideshow .slide img {
    position: absolute;
    right: 0;
  }
  .slideshow .slide::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(10%, white), color-stop(30%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
    background: -o-linear-gradient(left, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
    background: -ms-linear-gradient(left, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
    background: linear-gradient(to right, white 0%, white 10%, rgba(255, 255, 255, 0) 30%);
  }
  .slideshow .slide.has-link {
    cursor: pointer;
  }
  .slideshow .slide-info {
    position: absolute;
    bottom: 24px;
    right: 200px;
    box-shadow: 0px 2px 4px 0px rgba(23, 62, 86, 0.5);
    z-index: 100;
    width: 228px;
  }
}
@media (min-width: 992px) {
  .slideshow,
  .slideshow .slide,
  .slideshow .slide-image,
  .slideshow .slide-image img {
    width: 810px;
    height: 410px;
  }
  .slideshow .slide-info {
    width: 357px;
  }
}
.slideshow div.pager {
  position: absolute;
  top: 123px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  z-index: 1000;
}
.slideshow div.pager span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0em 6px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(23, 62, 86, 0.5);
}
.slideshow div.pager span.current {
  background-color: rgba(49, 121, 170, 0.8);
  border: 2px solid white;
}
@media (min-width: 717px) {
  .slideshow div.pager {
    top: auto;
    bottom: 24px;
    left: auto;
    right: 2px;
  }
  .slideshow div.pager span {
    background: rgba(49, 121, 170, 0.1);
    border: 2px solid rgba(23, 62, 86, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(23, 62, 86, 0.5);
  }
  .slideshow div.pager span.current {
    background: rgba(49, 121, 170, 0.75);
    border: 2px solid rgba(23, 62, 86, 0.5);
  }
}
.events .entries {
  padding: 12px;
  width: auto;
}
.events .entries h2 {
  margin: 0 auto 20px auto;
  text-align: center;
}
.events .entries .entry {
  overflow: hidden;
  display: block;
  clear: both;
  padding: 0;
  margin: 10px auto;
  width: 80%;
}
.events .entries .entry div.related-icon {
  float: left;
}
.events .entries .entry .text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding-left: 84px;
}
.events .entries .entry .text a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: rgb(23, 62, 86);
  font-size: 18px;
}
@media (min-width: 717px) {
  .events {
    height: 300px;
    width: 32%;
    margin-right: -17%;
    padding-right: 17%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    background: -moz-linear-gradient(left, #c3dce7 0%, rgba(195, 220, 231, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c3dce7), color-stop(100%, rgba(195, 220, 231, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c3dce7 0%, rgba(195, 220, 231, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c3dce7 0%, rgba(195, 220, 231, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c3dce7 0%, rgba(195, 220, 231, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, #c3dce7 0%, rgba(195, 220, 231, 0) 100%); /* W3C */
  }
  .events .entries .entry {
    width: auto;
    margin: 0;
  }
  .events .entries .entry div.related-icon {
    float: left;
    height: 59px;
    width: 40px;
  }
  .events .entries .entry div.related-icon span.month, .events .entries .entry div.related-icon span.year {
    font-size: 10px;
    line-height: 12px;
  }
  .events .entries .entry div.related-icon span.date {
    font-size: 21px;
    line-height: 21px;
  }
  .events .entries .entry .text {
    padding-left: 70px;
    font-size: 12px;
  }
  .events .entries .entry .text a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .events {
    height: 410px;
  }
  .events .entries .entry {
    margin-bottom: 24px;
  }
  .events .entries .entry div.related-icon {
    height: 77px;
    width: 54px;
  }
  .events .entries .entry div.related-icon span.month, .events .entries .entry div.related-icon span.year {
    font-size: 17px;
    line-height: 21px;
  }
  .events .entries .entry div.related-icon span.date {
    font-size: 28px;
  }
  .events .entries .entry .text {
    padding-left: 72px;
    font-size: 16px;
  }
  .events .entries .entry .text a {
    font-size: 16px;
  }
}

div.live-calendar-icon {
  position: relative;
  width: 54px;
  height: 77px;
  float: left;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
div.live-calendar-icon span {
  display: block;
  border: 1px solid rgb(49, 121, 170);
  background-color: rgb(49, 121, 170);
  color: rgb(255, 255, 255);
}
div.live-calendar-icon span:first-of-type {
  border-radius: 1px 1px 0px 0px;
}
div.live-calendar-icon span:last-of-type {
  border-radius: 0px 0px 1px 1px;
}
div.live-calendar-icon span.month {
  font-size: 17px;
}
div.live-calendar-icon span.date {
  font-size: 28px;
}
div.live-calendar-icon span.year {
  font-size: 15px;
}
div.live-calendar-icon a {
  display: block;
  width: 100%;
  border-radius: 1px;
  box-shadow: 0px 1px 0px rgb(23, 62, 86);
}
div.live-calendar-icon a:hover span {
  border-color: rgb(23, 62, 86);
  background-color: rgb(23, 62, 86);
  color: rgb(255, 255, 255);
}
.mobile-icons {
  padding: 24px 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  text-align: center;
}

.mobile-home-icon-block {
  margin-bottom: 12px;
}

.mobile-home-icon {
  border: 3px solid;
  border-radius: 16px;
  padding: 0.5em;
  font-size: 2em;
  display: inline-block;
}

.mobile-home-icon-label {
  margin-top: 6px;
  font-size: 0.9em;
}

/* call to action */
.call-to-action {
  display: block;
  background-color: rgba(49, 121, 170, 0.1);
  box-shadow: 0px 1px 0px rgb(23, 62, 86), 0px -1px 0px rgb(23, 62, 86);
  text-shadow: 0px 1px 0px rgb(23, 62, 86);
  text-align: center;
  z-index: 100;
}
.call-to-action a {
  font-size: 24px;
  line-height: 1em;
}
@media (min-width: 717px) {
  .call-to-action {
    height: 65px;
    position: relative;
  }
  .call-to-action a {
    font-size: 26px;
  }
  .call-to-action .button {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .call-to-action::before, .call-to-action::after {
    content: "";
    display: block;
    width: 100%;
    height: 65px;
    box-shadow: 0px 1px 0px rgb(23, 62, 86), 0px -1px 0px rgb(23, 62, 86);
    background-color: rgba(49, 121, 170, 0.1);
    position: absolute;
    top: 0;
  }
  .call-to-action::before {
    right: 100%;
  }
  .call-to-action::after {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .call-to-action {
    height: 65px;
  }
  .call-to-action .button {
    margin-left: 2em;
    margin-right: 2em;
  }
  .call-to-action::before, .call-to-action::after {
    height: 65px;
  }
}
nav.subnav .call-to-action {
  box-shadow: none;
}
nav.subnav .call-to-action::before, nav.subnav .call-to-action::after {
  display: none;
}
.subnav .call-to-action {
  height: auto;
  text-align: center;
}
.subnav .call-to-action a {
  line-height: 38px;
}
.subnav .call-to-action span.call-to::after {
  display: none;
}
.subnav .call-to-action span.action {
  display: block;
  width: auto;
  margin: 3px auto;
  padding: 0 24px;
}
.subnav .call-to-action span.action::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 0px rgb(23, 62, 86), 0px -1px 0px rgb(23, 62, 86);
}

.pos-state .answer h3, .pos-state h4 {
  margin-left: 16px;
}
.pos-state .answer a {
  text-decoration: underline;
}

.entry {
  clear: left;
}
.entry h2 {
  margin-top: 1em;
}
.entry.departments.fn_showMoreInfo {
  margin-top: 1em;
}
.entry.departments.fn_showMoreInfo.open {
  box-shadow: 0px 0px 3px 5px rgba(49, 121, 170, 0.2);
  border-radius: 1px;
  padding: 0.25em 1em;
  margin: 1em -1em -0.25em -1em;
}
@media (min-width: 717px) {
  aside ~ .entry {
    width: 66%;
    float: left;
    margin-right: -1em;
  }
}
@media (min-width: 992px) {
  aside ~ .entry {
    margin-right: -1em;
  }
}

.articles .live-calendar-icon + h2,
.notices .live-calendar-icon + h2,
.data_articles .live-calendar-icon + h2,
.position_statements .live-calendar-icon + h2 {
  margin-top: 0;
}
.articles .live-calendar-icon + h2,
.articles small.tag,
.notices .live-calendar-icon + h2,
.notices small.tag,
.data_articles .live-calendar-icon + h2,
.data_articles small.tag,
.position_statements .live-calendar-icon + h2,
.position_statements small.tag {
  margin-left: 74px;
}
.articles small.tag,
.notices small.tag,
.data_articles small.tag,
.position_statements small.tag {
  display: block;
  border-top: 1px solid rgb(23, 62, 86);
  margin-top: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.articles small.tag &gt; span,
.notices small.tag &gt; span,
.data_articles small.tag &gt; span,
.position_statements small.tag &gt; span {
  display: inline-block;
}
.articles small.tag &gt; span:last-child,
.notices small.tag &gt; span:last-child,
.data_articles small.tag &gt; span:last-child,
.position_statements small.tag &gt; span:last-child {
  border-right: none;
}
@media (min-width: 992px) {
  .articles small.tag &gt; span,
  .notices small.tag &gt; span,
  .data_articles small.tag &gt; span,
  .position_statements small.tag &gt; span {
    margin-right: 0.5em;
    border-right: 1px solid rgba(23, 62, 86, 0.3);
    padding-right: 0.5em;
  }
}

section[class*=_members] {
  margin-bottom: 1.5em;
}
section[class*=_members] h2 i {
  display: block;
}
section[class*=_members] figure {
  display: block;
}
section[class*=_members] figure figcaption {
  font-size: 11px;
  color: #313e42;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 717px) {
  section[class*=_members] {
    clear: both;
    position: relative;
  }
  section[class*=_members] h2 i {
    display: inline-block;
  }
  section[class*=_members] h2 i::before {
    content: " - ";
    margin-left: 0.25em;
  }
  section[class*=_members] figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 114px;
  }
  section[class*=_members] figure figcaption {
    text-align: center;
    margin: 0 -8px;
  }
  section[class*=_members].has-photo h2,
  section[class*=_members].has-photo .text {
    padding-left: 165px;
  }
}

.has-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 717px) {
  .has-image img {
    width: auto;
  }
}

.meetings div.text,
.hearings div.text {
  padding-left: 74px;
}

ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.reset li {
  margin: 0;
}
ul.reset li {
  margin: 0.5em 0;
}

ul.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

footer[role=contentinfo] {
  background-color: rgba(49, 121, 170, 0.1);
  border-top: 1px solid rgb(23, 62, 86);
  padding: 12px 12px 120px 12px;
  font-size: 13px;
}
footer[role=contentinfo] .tel {
  display: none;
}
footer[role=contentinfo] nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0.375em;
}
footer[role=contentinfo] nav ul li {
  margin: 0;
}
footer[role=contentinfo] nav ul li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(49, 121, 170, 0.5);
}
footer[role=contentinfo] nav ul li.current &gt; a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
footer[role=contentinfo] a {
  color: rgb(23, 62, 86);
}
footer[role=contentinfo] .feedback {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.75em;
}
footer[role=contentinfo] .address {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  border-top: 1px solid rgb(23, 62, 86);
  margin-top: 6px;
  padding-top: 12px;
}
footer[role=contentinfo] p.adr {
  line-height: 1.75em;
}
footer[role=contentinfo] .credits {
  margin: 0.5em auto 0 auto;
}
footer[role=contentinfo] .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site_images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
footer[role=contentinfo] .social-media {
  text-align: center;
  margin-bottom: 2em;
}
footer[role=contentinfo] .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role=contentinfo] .social-media ul li {
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  z-index: 1;
}
footer[role=contentinfo] .social-media ul li:hover {
  color: rgb(255, 255, 255);
}
footer[role=contentinfo] .social-media ul li.facebook:before {
  position: absolute;
  color: rgb(69, 88, 152);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f082";
  font-size: 40px;
  line-height: 40px;
}
footer[role=contentinfo] .social-media ul li.instagram:before {
  position: absolute;
  color: rgb(200, 43, 166);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f16d";
  font-size: 40px;
  line-height: 40px;
}
footer[role=contentinfo] .social-media ul li.twitter:before {
  position: absolute;
  color: rgb(23, 62, 86);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\e61a";
  font-size: 40px;
  line-height: 40px;
}
footer[role=contentinfo] .social-media ul li.linked-in:before {
  position: absolute;
  color: rgb(24, 127, 184);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f08c";
  font-size: 40px;
  line-height: 40px;
}
footer[role=contentinfo] .social-media ul li.pinterest:before {
  position: absolute;
  color: rgb(230, 0, 35);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f0d3";
  font-size: 40px;
  line-height: 40px;
}
footer[role=contentinfo] .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 717px) {
  footer[role=contentinfo] {
    padding: 12px 0 100px 0;
    overflow: hidden;
  }
  footer[role=contentinfo] nav {
    display: block;
    width: 45%;
    float: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
  }
  footer[role=contentinfo] nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: baseline;
    -ms-flex-align: center;
    align-items: baseline;
  }
  footer[role=contentinfo] nav ul li {
    margin: 0;
  }
  footer[role=contentinfo] nav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  footer[role=contentinfo] nav ul li.current a {
    text-decoration: underline;
  }
  footer[role=contentinfo] nav ul li.current ul.second-level {
    display: none;
  }
  footer[role=contentinfo] .tel {
    display: block;
    width: 50%;
    float: right;
  }
  footer[role=contentinfo] .feedback {
    width: 45%;
    float: left;
    text-align: left;
    clear: both;
  }
  footer[role=contentinfo] .feedback a {
    display: block;
    z-index: 500;
  }
  footer[role=contentinfo] .address {
    width: 100%;
    float: left;
    text-align: right;
    clear: right;
    z-index: 400;
  }
  footer[role=contentinfo] .credits {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100px;
  }
  footer[role=contentinfo] .social-media {
    clear: both;
    text-align: right;
  }
}
.wellness-badge {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-image: url(/images/site_images/ALLIN24_WellbeingFirstChampionBadge_2024.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.wellness-badge a {
  display: block;
  width: 100%;
  height: 100%;
}
.search-form-container {
  margin: 0 0 1.5em 0;
  padding: 1em;
  border: 1px solid #ccc;
  width: 95%;
}

.search-group {
  float: left;
  width: 80%;
}

.search-group-button {
  float: left;
  width: 20%;
}

.search-group label {
  font-size: 1em;
}

.search-group input[type=text] {
  height: 36px;
  padding: 2px 6px;
  width: 70%;
  float: right;
}
@media (min-width: 717px) {
  .search-group input[type=text] {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .search-group input[type=text] {
    width: 90%;
  }
}

.search-info {
  margin: 0.5em 0;
  font-size: 1.25em;
}

#message {
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  margin: 0 -12px;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #569dce;
  width: calc(100vw - (0.5rem * 2));
  max-height: calc(100vh - 175px - (0.5rem * 1.5));
  overflow: auto;
}
#message + #message--open {
  position: fixed;
  top: 8px;
  right: 0px;
  cursor: pointer;
  display: inline-block;
  width: 1.3em;
  z-index: 1500;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: rgb(208, 56, 0);
  font-size: 1.7em;
}
#message .message--icon {
  width: 20px;
  height: 16px;
  font-size: 1.25em;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
}
#message h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
}
#message .message--text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.3s ease-in-out;
}
#message .message--text h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9em;
}
#message a.message--read-more:hover {
  text-decoration: underline;
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  text-align: center;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
#message.Notice {
  background-color: rgb(208, 56, 0);
  overflow: auto;
}
#message.Notice.orange {
  background-color: rgb(255, 160, 0);
  color: rgb(23, 62, 86) !important;
}
#message.Notice.orange a:link, #message.Notice.orange a:visited, #message.Notice.orange a:visited:hover, #message.Notice.orange a:hover, #message.Notice.orange a:active {
  color: rgb(23, 62, 86) !important;
  text-decoration: none;
}
#message.Notice.orange + #message--open, #message.Notice.orange + #message--open:link, #message.Notice.orange + #message--open:visited, #message.Notice.orange + #message--open:visited:hover, #message.Notice.orange + #message--open:hover, #message.Notice.orange + #message--open:active {
  color: rgb(255, 160, 0);
  text-shadow: 0px 0px 12px rgb(23, 62, 86);
}
#message.Notice.yellow {
  background-color: #ffff3c;
  color: rgb(23, 62, 86) !important;
}
#message.Notice.yellow a:link, #message.Notice.yellow a:visited, #message.Notice.yellow a:visited:hover, #message.Notice.yellow a:hover, #message.Notice.yellow a:active {
  color: rgb(23, 62, 86) !important;
  text-decoration: none;
}
#message.Notice.yellow + #message--open, #message.Notice.yellow + #message--open:link, #message.Notice.yellow + #message--open:visited, #message.Notice.yellow + #message--open:visited:hover, #message.Notice.yellow + #message--open:hover, #message.Notice.yellow + #message--open:active {
  color: #ffff3c;
  text-shadow: 0px 0px 12px rgb(23, 62, 86);
}
#message.Notice.blue {
  background-color: rgb(49, 121, 170);
}
#message.Notice.blue + #message--open, #message.Notice.blue + #message--open:link, #message.Notice.blue + #message--open:visited, #message.Notice.blue + #message--open:visited:hover, #message.Notice.blue + #message--open:hover, #message.Notice.blue + #message--open:active {
  color: rgb(49, 121, 170);
}
@media (min-width: 717px) {
  #message {
    position: absolute;
    top: 172px;
    font-size: 1rem;
    transition: top 0.15s ease-in;
    width: 100vw;
  }
  #message .message--text {
    max-width: 900px;
    margin: auto;
  }
  #message + #message--open {
    top: 30px;
    left: unset;
    right: 10px;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: rgb(23, 62, 86);
  }
  #message .message--icon {
    width: 20px;
    height: 16px;
    font-size: 1.3em;
    margin: 0 0 0 0;
    display: block;
    float: left;
    margin-right: 1rem;
  }
  #message h2 {
    line-height: 1.5em;
    margin-left: 5%;
    margin-right: 5%;
  }
  #message h2 .message--icon {
    font-size: 2em;
  }
  #message h2.open {
    font-size: 1.5em;
    margin-top: 3px;
    margin-bottom: 0;
  }
  #message h2.open span {
    padding-left: 6px;
  }
  #message h2.open .message--icon {
    width: auto !important;
    height: pixels-to-rem(45);
    font-size: 2em;
    line-height: pixels-to-rem(45);
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    display: inline;
    padding-left: 10px;
  }
  #message .message--text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #message .message--more {
    padding: 0 1rem 0.5rem 1rem;
    margin: 1em 5%;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 229px;
  }
  .stuck ~ #message, #message.sp_open {
    top: pixels-to-rem(84);
  }
}
@media (min-width: 992px) {
  #message .message--more {
    max-width: 900px;
    margin: 1em auto;
  }
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content {
  overflow: hidden;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  font-size: 1.1em;
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover &gt; .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open &gt; * &gt; .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open &gt; * &gt; .trigger-plus .vertical {
  transform: scaleY(0);
}

.open &gt; * &gt; .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

.faqs-new h3, .faqs-new h4 {
  cursor: pointer;
  margin: 0.5em 0 0 0.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.faqs-new svg.trigger-plus {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
}
.faqs-new div &gt; div {
  width: 100% !important;
  padding: 0 0 0 1.2em;
}
.faqs-new .faq-group {
  width: 100% !important;
  padding: 0 0 0 1.3em;
}
.faqs-new .faq-group .faqs-answers {
  width: 100% !important;
  padding: 0 0 0 1.6em;
}
.faqs-new .faq-group.open h4 &gt; i {
  transition: all 0.3s ease-in;
  transform: rotate(90deg);
}
.faqs-new.open h3 &gt; i {
  transition: all 0.3s ease-in;
  transform: rotate(90deg);
}
.faqs-new .single-faq {
  width: 100% !important;
  padding: 0 0 0 0;
}
.faqs-new .single-faq .single-answer {
  width: 100% !important;
  padding: 0 0 0 1.2em;
}
.faqs-new .single-faq.open h4 &gt; i {
  transition: all 0.3s ease-in;
  transform: rotate(90deg);
}
.faqs-new.open h3 &gt; i {
  transition: all 0.3s ease-in;
  transform: rotate(90deg);
}

.button {
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0.5em 0;
  color: rgb(255, 255, 255);
  background-color: #2a6791 !important;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.button:link, .button:visited {
  color: rgb(255, 255, 255);
}
.button:hover, .button:active, .button:visited:hover {
  background-color: rgb(255, 255, 255) !important;
  border-color: #2a6791;
  color: #2a6791 !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
  text-decoration: none;
}

.aside-button-box {
  text-align: right;
}
.aside-button-box a.button {
  text-align: left;
  padding-left: 40px;
  position: relative;
  width: calc(100% - 60px);
}
.aside-button-box a.button::before {
  position: absolute;
  top: 20%;
  left: 4px;
  content: "\f2f6";
  font-family: "FontAwesome";
  font-size: 1em;
}

.freeform-row button {
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0.5em 0;
  color: rgb(255, 255, 255);
  background-color: #2a6791 !important;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.freeform-row button:link, .freeform-row button:visited {
  color: rgb(255, 255, 255);
}
.freeform-row button:hover, .freeform-row button:active, .freeform-row button:visited:hover {
  background-color: rgb(255, 255, 255) !important;
  border-color: #2a6791;
  color: #2a6791 !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
  text-decoration: none;
}

.button-box {
  overflow: hidden;
  overflow: visible;
}
.button-box a, .button-box button {
  float: right;
}

a.button.small, button.button.small {
  font-size: 0.8em;
}
a.button.medium, button.button.medium {
  font-size: 1.2em;
}
a.button.large, button.button.large {
  font-size: 1.33em;
}
a.button.full-width, button.button.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a.button.gray, button.button.gray {
  border-color: rgb(151, 171, 178);
  background-color: rgb(200, 200, 200) !important;
  font-size: 1.33em !important;
}
a.float-right, button.float-right {
  margin-left: 1em;
}

.quick-links .entry h2 {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2;
}
.quick-links .entry h2 span.icon {
  position: relative;
  display: block;
  width: 109px;
  height: 109px;
  margin: 0 auto 12px auto;
  background-color: rgba(49, 121, 170, 0.75);
  border: 3px solid rgb(49, 121, 170);
  border-radius: 100%;
  color: rgb(255, 255, 255);
  font-size: 54px;
  line-height: 109px;
  text-shadow: 0px 1px 0px rgb(23, 62, 86);
}
.quick-links .entry h2:hover span.icon {
  background-color: #2a6791;
  border: 3px solid rgb(23, 62, 86);
  color: rgb(255, 255, 255);
}
.quick-links .entry p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgb(49, 121, 170);
  text-align: center;
}
.quick-links .entry ul {
  font-size: 20px;
  color: rgb(49, 121, 170);
  max-width: 320px;
  margin: auto;
}
@media (min-width: 717px) {
  .quick-links .entry ul {
    font-size: 16px;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .quick-links .entry ul {
    font-size: 20px;
    max-width: 270px;
  }
}

.stylized-icon {
  display: block;
}
.stylized-icon.outer-ring {
  background: white;
  border-radius: 100%;
  border: 8px solid rgb(49, 121, 170);
  height: 54px;
  width: 54px;
  position: relative;
  box-shadow: 0px 1px 0px rgb(23, 62, 86);
}
.stylized-icon span.icon {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: rgb(23, 62, 86);
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  width: auto;
}
.active .stylized-icon:hover.outer-ring {
  border-color: rgb(49, 121, 170);
  background-color: rgb(49, 121, 170);
}
.black .stylized-icon.outer-ring {
  border-color: rgb(49, 121, 170);
  background-color: rgb(49, 121, 170);
}
.black .stylized-icon span.icon {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.black .stylized-icon:hover.outer-ring {
  border-color: rgb(23, 62, 86);
  background-color: rgb(23, 62, 86);
}
@media (min-width: 717px) {
  .stylized-icon.outer-ring {
    height: 40px;
    width: 40px;
  }
  .stylized-icon span.icon {
    line-height: 48px;
  }
}

.headline-icon-tag {
  white-space: nowrap;
}
.headline-icon-tag span.stylized-icon {
  display: inline-block;
  position: relative;
}
.headline-icon-tag span.text {
  display: inline-block;
  padding: 6px 12px 6px 28px;
  margin-left: -24px;
  background-color: rgb(49, 121, 170);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  border-radius: 1px;
  vertical-align: top;
  margin-top: 12px;
  box-shadow: 0px 1px 0px rgb(23, 62, 86);
}
.headline-icon-tag + * {
  padding-top: 12px;
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.cards.single-card {
  justify-content: flex-start;
}
.cards .card {
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 717px) {
  .cards .card {
    width: 33%;
  }
}
.cards .interior-page-card {
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 717px) {
  .cards .interior-page-card {
    width: 50%;
  }
}
section.archive {
  text-align: right;
}
section.archive h2 {
  position: relative;
  min-height: 54px;
  margin-bottom: -9px;
}
section.archive h2 span.stylized-icon {
  position: absolute;
  left: 0;
  z-index: 20;
}
section.archive h2 .text {
  position: absolute;
  left: 54px;
  right: 0;
  text-align: right;
  z-index: 10;
  border-radius: 0 1px 0 0;
}
section.archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 27px;
  margin-top: -27px;
  background-color: rgba(49, 121, 170, 0.1);
  box-shadow: 0px 1px 0px rgb(23, 62, 86);
  font-size: 1em;
}
section.archive ul li {
  margin: 0;
}
section.archive ul li {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid rgb(151, 171, 178);
}
section.archive ul li a {
  display: block;
  color: rgb(23, 62, 86);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
section.archive ul li.current {
  position: relative;
}
section.archive ul li.current::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  left: -15px;
  border-style: solid;
  border-width: 12px 15px 12px 0px;
  border-color: transparent rgba(49, 121, 170, 0.1) transparent;
}
section.archive ul li.current a {
  text-decoration: underline;
}
section.archive ul li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.7);
}
section.archive ul li:nth-child(even).current::after {
  background-color: rgba(49, 121, 170, 0.1);
  border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.7) rgb(255, 255, 255) rgb(255, 255, 255);
}
@media (min-width: 717px) {
  section.archive {
    margin-left: 24px;
  }
  section.archive h2 {
    min-height: 47px;
  }
  section.archive h2 span.stylized-icon span.icon {
    font-size: 14px;
  }
  section.archive h2 span.stylized-icon::before {
    bottom: -5px;
  }
  section.archive h2 .text {
    margin-top: 4px;
    left: 36px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  section.archive h2 {
    min-height: 54px;
  }
  section.archive h2 span.stylized-icon span.icon {
    font-size: 24px;
  }
  section.archive h2 .text {
    margin-top: 12px;
    left: 54px;
    font-size: 18px;
  }
}
section.archive.historic-documents h2 span.text {
  font-size: 0.5em;
}
section.archive.historic-documents ul li a {
  height: auto;
  line-height: 1.333;
  padding: 0.5em 0;
}
@media (min-width: 717px) {
  section.archive.historic-documents h2 span.text {
    padding-left: 12px;
  }
  section.archive.historic-documents h2 span.text .no-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  section.archive.historic-documents h2 span.text {
    padding-left: 28px;
  }
  section.archive.historic-documents h2 span.text .no-tablet {
    display: inline;
  }
}

/* striped table */
table.striped {
  border: 1px solid rgb(151, 171, 178);
  border-radius: 1px;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  background-color: rgb(151, 171, 178);
  border-right: 1px solid rgb(255, 255, 255);
}
table.striped th:first-child {
  border-radius: 0px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 0px 0 0;
}
table.striped td {
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgba(151, 171, 178, 0.5);
  border-bottom: 1px solid rgba(151, 171, 178, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(49, 121, 170, 0.05);
}
table.striped tfoot td {
  background-color: rgba(49, 121, 170, 0.1);
  border-top: 1px solid rgba(151, 171, 178, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 0px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 0px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 0px 0px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

/* horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid rgb(23, 62, 86);
}

/* blockquotes */
blockquote {
  padding: 0.5em 1em;
  margin-bottom: 2em;
  border-left: 1px solid rgba(49, 121, 170, 0.5);
  border-radius: 0 1px 1px 0;
}
blockquote:nth-of-type(even) {
  background-color: rgba(49, 121, 170, 0.125);
}
blockquote.preview {
  border-left: 1px solid rgba(126, 160, 74, 0.1);
  background-color: rgba(126, 160, 74, 0.05);
  position: relative;
  padding-top: 2em;
}
blockquote.preview::before {
  content: attr(data-before-text);
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: -1px;
  background-color: rgba(126, 160, 74, 0.75);
  padding: 0 6px;
  font-size: 14px;
  font-style: italic;
  border-radius: 0 0 1px 0;
}

.video {
  width: 100%;
  max-width: 600px;
}

.media-container ul.pagination {
  padding-top: 1em;
  width: 100%;
}
.media-container .media-block {
  margin-top: 1.5em;
}
.media-container .media-block h2 {
  margin-top: 0;
  line-height: 1.2;
}
.media-container .media-block .info-block-image {
  text-align: center;
}
.media-container .media-block .info-block-image img {
  width: calc(100% - 2px);
  border: 1px solid;
}
.media-container .media-block .info-block-image img.no-border {
  width: auto;
}
@media (min-width: 992px) {
  .media-container {
    display: flex;
    flex-wrap: wrap;
  }
  .media-container .media-block {
    width: 43%;
    border-radius: 2px;
    padding: 0.875em;
    margin-right: 3%;
    border: 1px solid #dbe2e4;
  }
  .media-container .media-block:nth-child(even) {
    margin-right: 0;
  }
}

.podcast-list-item {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #dbe2e4;
  width: 100%;
}
.podcast-list-item.first-listing {
  margin-top: 3em;
}
.podcast-list-item:last-of-type {
  border-bottom: none;
}
.podcast-list-item.landing-page {
  border-bottom: none;
}

.podcast-host-details {
  overflow: auto;
}
.podcast-host-details .podcast-host-pic {
  width: 25%;
  float: left;
  margin: 0 1em 0.25em 0;
}
.podcast-host-details .podcast-host-pic img {
  width: calc(100% - 2px);
  border: 1px solid rgb(49, 121, 170);
}

.video-list {
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
  border-bottom: 1px solid rgb(49, 121, 170);
}
.video-list:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .video-list {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1em;
  }
  .video-list h3 {
    margin-top: 0;
  }
}

.link-blocks .link-block {
  text-align: center;
  margin: 1em 0 0 0;
  border: 1px solid #b0d1e8;
  border-radius: 2px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.link-blocks .link-block:hover {
  box-shadow: 0px 0px 4px black;
}
.link-blocks .link-block a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.link-blocks .link-block a img {
  width: 90%;
}
@media (min-width: 717px) {
  .link-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
  }
}
@media (min-width: 992px) {
  .link-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
  }
}

.listing {
  overflow: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
.listing:last-of-type {
  border: none;
}

.aside-container {
  padding: 0.5em;
  margin: 3em 0 0 0;
  border: 1px solid #b1c0c5;
  border-radius: 1px;
}
.aside-container h3 {
  margin-top: 0;
}

.highlight {
  border: 1px solid rgba(23, 62, 86, 0.05);
  border-radius: 1px;
  background-image: url(/images/site_images/bg-pattern@2x.png);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.highlight.green {
  background-color: rgba(126, 160, 74, 0.05);
  border-color: rgba(126, 160, 74, 0.05);
}
.highlight.orange {
  background-color: rgba(255, 160, 0, 0.05);
  border-color: rgba(255, 160, 0, 0.05);
}

section.highlight {
  background-color: rgba(255, 255, 0, 0.5);
  border-color: rgba(255, 255, 0, 0.5);
}
section.highlight h3 {
  margin-top: 0;
}

.licensure-notice {
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border: 1px solid #b1c0c5;
  background-color: rgba(255, 255, 0, 0.3);
}
.licensure-notice h2, .licensure-notice h3, .licensure-notice p {
  margin: 0;
}

p.inline-notice {
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border: 1px solid #b1c0c5;
  background-color: rgba(255, 255, 0, 0.3);
}
@media (min-width: 717px) {
  p.inline-notice {
    width: 50%;
  }
}
@media (min-width: 992px) {
  p.inline-notice {
    width: 60%;
  }
}

.fn_showMoreInfo .show,
.fn_showMoreInfo .close {
  cursor: pointer;
}
.fn_tabbedSections .fn_tabbedSections-tabs {
  display: block;
  position: relative;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fn_tabbedSections .fn_tabbedSections-tabs :after {
  content: "";
  display: table;
  clear: both;
}
.fn_tabbedSections .fn_tabbedSections-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.fn_tabbedSections .fn_tabbedSections-tabs ul li {
  margin: 0;
}
.fn_tabbedSections .fn_tabbedSections-tabs ul li {
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid rgb(195, 220, 231);
  border-radius: 1px;
}
.fn_tabbedSections .fn_tabbedSections-tabs ul li:hover {
  background-color: #eaf3f7;
  border-color: rgb(49, 121, 170);
}
.fn_tabbedSections .fn_tabbedSections-tabs ul li.fn_tabbedSections-current {
  border-color: rgb(49, 121, 170);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.fn_tabbedSections .fn_tabbedSections-tabs ul li.fn_tabbedSections-current a {
  color: rgb(23, 62, 86);
  font-size: 1.2em;
}
@media (min-width: 717px) {
  .fn_tabbedSections .fn_tabbedSections-tabs {
    border-bottom: 2px solid rgb(49, 121, 170);
    border-radius: 0 0 1px 1px;
    margin-bottom: 1em;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fn_tabbedSections .fn_tabbedSections-tabs ul li {
    display: inline-block;
    float: left;
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid rgb(195, 220, 231);
    border-bottom: none;
    border-left: none;
    border-radius: 1px 1px 0 0;
    margin-bottom: -2px;
  }
  .fn_tabbedSections .fn_tabbedSections-tabs ul li:first-child {
    border-left: 1px solid rgb(195, 220, 231);
  }
  .fn_tabbedSections .fn_tabbedSections-tabs ul li.fn_tabbedSections-current {
    border-left: 1px solid;
  }
}

.landing-page-resources a {
  margin-left: 1.5em;
}
.landing-page-resources a i {
  margin-left: -1.5em;
}

nav.sort-by a {
  color: #569dce;
}
nav.sort-by a.current {
  color: rgb(49, 121, 170);
  border-bottom: 1px solid;
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  background-color: rgb(49, 121, 170);
  color: rgb(255, 255, 255);
  z-index: 900;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container h2 {
  margin-top: 0;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container p a {
  color: rgb(255, 255, 255);
  text-decoration: underline !important;
}

input.consent-button {
  border: 1px solid rgb(255, 255, 255) !important;
  display: inline-block;
  width: 100px;
  float: right;
}

.cookie-consent-form {
  padding: 1em;
  border: 1px solid rgb(49, 121, 170);
}

fieldset.consents-list {
  border-bottom: 1px solid;
  margin-top: 1em;
}

fieldset.consents-list:last-of-type {
  border-bottom: none;
}

fieldset.consents-list h2 {
  margin-top: 0;
}

fieldset.consents-list dt {
  font-size: 1em;
  font-weight: bold;
}

fieldset.consents-list dd {
  margin-bottom: 0;
}

fieldset.consents-list div.group {
  margin: 0;
  padding-left: 2em;
}

/* google map */
iframe.google-map {
  width: 100%;
}

.fancybox-content {
  max-width: 80% !important;
}

.inline-image-full-column, .inline-image-float-left, .inline-image-float-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-float-left img, .inline-image-float-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 717px) {
  .inline-image-float-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  .inline-image-float-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-float-left {
    width: 40%;
  }
  .inline-image-float-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 0.2em 0.5em;
}

.image-gallery {
  padding: 1em;
  background-color: #eaf3f7;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #eaf3f7;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: rgb(250, 250, 0);
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 717px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #569dce;
  border: 1px solid;
  background-color: rgb(255, 255, 255);
  padding: 2px 8px;
}
ul.pagination li a:hover {
  color: #2a6791;
  border-color: #2a6791;
}
ul.pagination li a.active {
  color: rgb(255, 255, 255);
  background-color: rgb(49, 121, 170);
  border-color: rgb(49, 121, 170);
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  box-sizing: border-box;
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: auto;
  background-color: rgb(255, 255, 255);
  z-index: 2001;
  padding: 12px;
  border: 3px solid rgb(49, 121, 170);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: rgb(49, 121, 170);
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
.reveal-modal .modal-content .modal-image img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.reveal-modal .modal-content .modal-text p {
  margin: 0;
}
.reveal-modal .modal-content .modal-text .modal-button-block {
  text-align: center;
}
.reveal-modal .modal-content .modal-text .modal-button-block a {
  font-size: 1.25em;
}
@media (min-width: 717px) {
  .reveal-modal {
    top: 10%;
    left: 10%;
    margin-left: unset;
    margin-right: unset;
  }
}

.choice-block {
  margin: 2em 0;
  padding: 2em 1em;
  background-color: #f6fafb;
  border: 1px solid #569dce;
}
.choice-block p {
  font-size: 0.95em;
}
.choice-block h2 {
  font-size: 1.75em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.choice-block .choice-text {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(195, 220, 231);
  text-align: left;
}
.choice-block .choice-text.show {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 2em 1em;
}
.choice-block .choice-text p {
  font-size: 1em;
}

.speedbump span {
  font-size: 1.75em;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: rgb(49, 121, 170);
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

#action-link {
  pointer-events: none; /* Disable clicking */
}

#action-link.enabled {
  pointer-events: auto; /* Enable clicking */
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/site_images/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/*# sourceMappingURL=screen.css.map */
</pre></body></html>