/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 */


.footer__links .menu, .footer__links .menu ul li, .footer__links--icon ul,
.footer__links--icon li, .socket__menu, .footer-cta__container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__links .menu > li, .footer__links .menu ul li > li, .footer__links--icon ul > li,
.footer__links--icon li > li, .socket__menu > li, .footer-cta__container .menu > li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.element--center {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  text-align: center;
}

.element--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .element--flex-center {
    padding: 1.5rem 0;
  }
}

.element--left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element--flex-left {
  flex-flow: column nowrap;
  text-align: left;
  width: 100%;
  padding: 1.5rem 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
:root {
  font-size: 16px;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  touch-action: manipulation;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
}
a:active, a:hover {
  outline-width: 0;
}

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
  /* Remove small gap at the bottom of an image when inside a container. */
  vertical-align: top;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

figure {
  margin: inherit;
  margin-block: 0;
  margin-inline: 0;
}

aside .region,
.layout-content .region {
  padding: 0;
  border: none;
}

.layout-container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .layout-container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

.page__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
.page__container--mixed {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container--mixed {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .flex__wrapper {
    flex-wrap: wrap;
    display: flex;
  }
}

.element-invisible,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 0em) and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-display {
    display: none;
  }
}

@font-face {
  font-family: "Antonio-fallback";
  text-transform: uppercase;
  size-adjust: 99%;
  src: local("Arial Narrow");
}
@font-face {
  font-family: "Zilla-fallback";
  size-adjust: 93%;
  ascent-override: 99%;
  src: local("Georgia");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0;
}

h1, .h1 {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
}

.h1.bold-headline--serif, .h1.headline--serif {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
  font-weight: 700;
}

h2, .h2 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.95rem, 0.7887vw + 1.6542rem, 2.3rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h2:not(:first-child), .h2:not(:first-child) {
  margin-top: 1.875rem;
}
h2.bold-headline--serif, h2.headline--serif, .h2.bold-headline--serif, .h2.headline--serif {
  font-size: clamp(1.75rem, 1.7465vw + 1.0951rem, 2.525rem);
}

h3, .h3 {
  line-height: 1.25;
  font-size: clamp(1.65rem, 0.5915vw + 1.4282rem, 1.9125rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h3:not(:first-child), .h3:not(:first-child) {
  margin-top: 1.875rem;
}
h3.bold-headline--serif, h3.headline--serif, .h3.bold-headline--serif, .h3.headline--serif {
  font-size: clamp(1.65rem, 1.0986vw + 1.238rem, 2.1375rem);
}

h4, .h4 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.45rem, 0.338vw + 1.3232rem, 1.6rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h4:not(:first-child), .h4:not(:first-child) {
  margin-top: 1.875rem;
}
h4.bold-headline--serif, h4.headline--serif, .h4.bold-headline--serif, .h4.headline--serif {
  font-size: clamp(1.45rem, 0.8451vw + 1.1331rem, 1.825rem);
}

h5, .h5 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.2254vw + 1.2155rem, 1.4rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h5:not(:first-child), .h5:not(:first-child) {
  margin-top: 1.875rem;
}
h5.bold-headline--serif, h5.headline--serif, .h5.bold-headline--serif, .h5.headline--serif {
  font-size: clamp(1.3rem, 0.7324vw + 1.0254rem, 1.625rem);
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h6:not(:first-child), .h6:not(:first-child) {
  margin-top: 1.875rem;
}
h6.bold-headline--serif, h6.headline--serif, .h6.bold-headline--serif, .h6.headline--serif {
  font-size: clamp(1.2rem, 0.507vw + 1.0099rem, 1.425rem);
}

ol {
  list-style-position: outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ol:not([type]) {
  list-style-type: decimal;
}

ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

ol li {
  line-height: 1.7;
}

ul {
  list-style: disc outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ul li {
  line-height: 1.7;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-block-end: 0;
}

.element--list-none {
  list-style: none;
}
.element--list-none li {
  list-style: none;
}

dd {
  margin-left: 1.875rem;
}

.uids-component--circle-list,
.element--circle-list {
  margin: 0 0 0 -13px;
  padding-left: 0;
  list-style: none;
  counter-reset: circle-counter;
}
.uids-component--circle-list li li,
.element--circle-list li li {
  list-style-type: disc;
  display: list-item;
}
.uids-component--circle-list > li,
.element--circle-list > li {
  position: relative;
  min-height: 90px;
  margin-bottom: 0.25rem;
  list-style: none;
  counter-increment: circle-counter;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li,
  .element--circle-list > li {
    margin-left: 115px;
  }
}
.uids-component--circle-list > li:before,
.element--circle-list > li:before {
  display: block;
  margin: 0 auto;
  top: 0px;
  left: -100px;
  width: 5rem;
  height: 5rem;
  padding-top: 35px;
  content: counter(circle-counter);
  text-align: center;
  text-transform: uppercase;
  color: black;
  border: 1px solid var(--brand-primary);
  border-radius: 50%;
  background-color: var(--brand-primary);
  box-shadow: inset 0px 0px 0px 10px white;
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li:before,
  .element--circle-list > li:before {
    position: absolute;
    display: inline-block;
    margin: 0 0.5rem 0;
  }
}
.uids-component--gray .uids-component--circle-list > li:before, .bg--gray .uids-component--circle-list > li:before,
.uids-component--gray .element--circle-list > li:before,
.bg--gray .element--circle-list > li:before {
  box-shadow: inset 0px 0px 0px 10px #f3f3f3;
}

.element--circle-list > li,
.uids-component--circle-list > li {
  display: block;
  align-items: start;
  padding-top: 1.275rem;
}

.element--circle-list h2,
.uids-component--circle-list h2,
.element--circle-list h3,
.uids-component--circle-list h3,
.element--circle-list h4,
.uids-component--circle-list h4,
.element--circle-list h5,
.uids-component--circle-list h5,
.element--circle-list h6,
.uids-component--circle-list h6 {
  margin-bottom: 1.2rem;
}

.element--circle-list li a.bttn,
.uids-component--circle-list li a.bttn {
  display: inline-block;
}

/*
 p:not(:last-child),
 dl:not(:last-child),
 ol:not(:last-child),
 ul:not(:last-child),
 blockquote:not(:last-child),
 pre:not(:last-child),
 table:not(:last-child) {
  @include margin($bottom: $sm);
}
*/
p,
dl,
ol,
ul,
blockquote,
pre,
table {
  font-weight: 400;
}

p {
  line-height: 1.7;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1.05rem;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

figcaption {
  font-size: 90%;
  line-height: 1.5;
}

figure img {
  display: inline-block;
  margin-bottom: 1.05rem;
}

pre {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.05rem;
  white-space: pre;
  word-wrap: normal;
}

small {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.3;
}
small.small--inline {
  display: inline;
}

sup,
sub {
  font-size: 75%;
}

mark {
  background-color: var(--brand-primary);
}

pre {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  line-height: 1.5;
}

.is-small {
  font-size: 0.8rem;
}

.is-medium {
  font-size: 1.2rem;
}

.is-large {
  font-size: 1.6rem;
}

.margin-top {
  margin-top: 0.9rem;
}

.image {
  position: relative;
  display: block;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .element--two-column {
    column-count: 2;
    column-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .element--three-column {
    column-count: 3;
    column-gap: 3rem;
  }
}

hr {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-separator {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}

.element--spacer-thin {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-gold {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}
.element--spacer-gold:after {
  content: "";
  display: block;
  width: 33%;
  height: 6px;
  margin: 0;
  background: var(--brand-primary);
}
.element--spacer-gold--centered:after {
  margin: 0 auto;
}
[class*=bg-] .element--spacer-gold {
  border: none;
}
.bg-pattern--brain-reversed .element--spacer-gold:after, .bg--gold--pattern--brain .element--spacer-gold:after, .bg--gold .element--spacer-gold:after {
  background: #fff;
}

.uids-component--bold-intro,
.element--bold-intro {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 1.3521vw + 1.093rem, 2.2rem);
  margin-top: 0;
}

.uids-component--light-intro,
.element--light-intro {
  font-weight: 300;
  line-height: 1.4;
  font-size: 2.1rem;
  font-size: clamp(1.6rem, 1.1268vw + 1.1775rem, 2.1rem);
  margin-top: 0;
}

.grid--onecol .list-container__inner {
  max-width: 81.875em;
  margin: 0 auto;
}

.grid--onecol__narrow .list-container__inner {
  max-width: 63.75em;
  margin: 0 auto;
}

.grid--twocol--50-50 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    column-gap: 3rem;
    row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(46.7%, 1fr));
  }
}

.grid--threecol--33-34-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(29.74%, 1fr));
  }
}

.grid--twocol--67-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--twocol--67-33 .list-container__inner .grid__column:first-child {
    grid-area: 1/1/2/3;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner .grid__column:last-child {
    grid-area: 1/3/2/4;
    min-width: 0;
  }
}

.grid--fourcol--25 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(21%, 1fr));
  }
}

@supports (contain: inline-size) {
  .grid__column,
  .column-container {
    container-type: inline-size;
    container-name: column;
  }
}
:root {
  --uiowa-gold: #FFCD00;
  --uiowa-black: #000000;
  --brand-primary: var(--uiowa-gold);
  --brand-secondary: var(--uiowa-black);
  --link-color: #00558C;
  --space-lg-width-gutter: 3rem;
  --space-md-width-gutter: 2rem;
  --space-sm-width-gutter: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  :after, :before {
    transition-duration: 0.01ms !important;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.accordion__item:not(:first-child) {
  margin-top: 1rem;
}

.accordion {
  --trans-time: 0.2s;
  --accordion-grey: #edeceb;
}
.accordion details[open] summary i, .accordion details[open] summary svg {
  transform: rotate(0deg) translate(0px, 0.1em);
  background-color: #fafafa;
}
.accordion summary {
  list-style: none;
  width: 100%;
  background-color: var(--accordion-grey);
  display: flex;
  cursor: pointer;
}
.accordion summary:hover, .accordion summary:focus {
  background-color: rgb(228.0568421053, 226.56, 225.0631578947);
}
.accordion summary::-webkit-details-marker {
  visibility: hidden;
}
.accordion summary i, .accordion summary svg {
  transform: rotate(-180deg) translate(0px, -0.1em);
  transition: all var(--trans-time) ease-in-out;
  transition-property: transform, background-color;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.3rem 0;
  border-radius: 50%;
}
.accordion .accordion__heading :is(h2, h3, h4, h5, h6) {
  all: inherit;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.05rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.accordion .accordion__heading :is(h2, h3, h4, h5, h6):focus {
  outline: 2px auto -webkit-focus-ring-color;
}
.accordion .accordion__content {
  padding: 1.05rem;
  border: 1px solid var(--accordion-grey);
}
.accordion .accordion__content p:last-child {
  margin-bottom: 0px;
}
.accordion p {
  font-size: 1.3rem;
}

.alert {
  --h2-font-size: 1.6rem;
  border-radius: 2px;
  padding: 1.5rem;
  line-height: 1.3;
  font-size: 1.2rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
[class*=bg--black] .alert {
  border-color: hsla(0, 0%, 100%, 0.325);
}
.alert h2 {
  font-size: var(--h2-font-size);
}
.alert h3 {
  font-size: calc(0.9 * var(--h2-font-size));
}
.alert h4 {
  font-size: calc(0.8 * var(--h2-font-size));
}
.alert h5 {
  font-size: calc(0.7 * var(--h2-font-size));
}
.alert h6 {
  font-size: calc(0.6 * var(--h2-font-size));
}
.alert * {
  margin-bottom: 0;
}
.alert * + *:not(span):not(div):not(svg) {
  margin-top: 0.2rem;
  line-height: 1.6;
}

.alert__icon {
  padding: 0 1.5rem 0 0;
}
.alert__icon .fa-stack {
  width: 2em;
}
.alert__icon .svg-inline--fa.fa-stack-2x,
.alert__icon .svg-inline--fa.fa-stack-1x {
  width: 100%;
}
.alert__icon .fa-1x {
  font-size: 1.2rem;
}

.alert--danger {
  background: rgb(247.3909090909, 226.012987013, 220.7590909091);
}
.alert--danger .fa-circle {
  color: #BD472A;
}

.alert--success {
  background: rgb(234.6, 255, 250.4);
}
.alert--success .fa-circle {
  color: #00664F;
}

.alert--warning {
  background: rgb(255, 247.5, 216.75);
}
.alert--warning .fa-circle {
  color: #BD472A;
}
.alert--warning .fa-exclamation-triangle {
  margin-top: -2px;
}

.alert--info {
  background: rgb(236.5, 247.7321428571, 255);
}
.alert--info .fa-circle {
  color: #00558C;
}

.alert--centered {
  display: flex;
  justify-content: center;
}

.alert--vertically-centered {
  display: flex;
  align-items: center;
}

.alert--dismissible {
  position: relative;
}
.alert--dismissible button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 42px;
  width: 42px;
}
.alert--dismissible button i {
  font-size: 1.5rem;
}

.alert--icon {
  display: flex;
}

[class*=bg--] a,
[class*=bg--] [class*=bg--] a {
  color: inherit;
}

[class*=bg--][class*="--pattern--"] {
  background-size: auto auto;
  background-position: center center;
}

[class*="--pattern--particle"],
[class*=bg--][class*="--pattern--particle"] {
  background-size: 1400px;
}

[class*="--pattern--community"],
[class*=bg--][class*="--pattern--community"] {
  background-size: 1000px;
}

.bg--black--pattern--brain {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/brain-pattern-black.svg");
}
.bg--black--pattern--brain {
  color: #fff;
}
.bg--black--pattern--brain a {
  color: var(--brand-primary);
}

.bg--black--pattern--community {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/community-pattern--black.png");
}
.bg--black--pattern--community {
  color: #fff;
}
.bg--black--pattern--community a {
  color: var(--brand-primary);
}

.bg--black--pattern--particle {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/particle-pattern--black.png");
}
.bg--black--pattern--particle {
  color: #fff;
}
.bg--black--pattern--particle a {
  color: var(--brand-primary);
}

.bg--black {
  background-color: var(--brand-secondary);
}
.bg--black {
  color: #fff;
}
.bg--black a {
  color: var(--brand-primary);
}

.bg--gold--pattern--brain {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/brain-pattern-reversed.svg");
}
.bg--gold--pattern--brain {
  color: var(--brand-secondary);
}
.bg--gold--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--gold--pattern--community {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/community-pattern--white.png");
}
.bg--gold--pattern--community {
  color: var(--brand-secondary);
}
.bg--gold--pattern--community a {
  color: var(--brand-secondary);
}

.bg--gold--pattern--particle {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/particle-pattern.png");
}
.bg--gold--pattern--particle {
  color: var(--brand-secondary);
}
.bg--gold--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--gold {
  background-color: var(--brand-primary);
}
.bg--gold {
  color: var(--brand-secondary);
}
.bg--gold a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--brain {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/brain-pattern-white.svg");
}
.bg--gray--pattern--brain {
  color: var(--brand-secondary);
}
.bg--gray--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--community {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/community-pattern--gray.png");
}
.bg--gray--pattern--community {
  color: var(--brand-secondary);
}
.bg--gray--pattern--community a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--particle {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/particle-pattern--white.png");
}
.bg--gray--pattern--particle {
  color: var(--brand-secondary);
}
.bg--gray--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--gray {
  background-color: #f3f3f3;
}
.bg--gray {
  color: var(--brand-secondary);
}
.bg--gray a {
  color: var(--brand-secondary);
}

.bg--white--pattern--brain {
  background-color: #fff;
  background-image: url("../../assets/images/brain-pattern.svg");
}
.bg--white--pattern--brain {
  color: var(--brand-secondary);
}
.bg--white--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--white--pattern--community {
  background-color: #fff;
  background-image: url("../../assets/images/community-pattern--gray.png");
}
.bg--white--pattern--community {
  color: var(--brand-secondary);
}
.bg--white--pattern--community a {
  color: var(--brand-secondary);
}

.bg--white--pattern--particle {
  background-color: #fff;
  background-image: url("../../assets/images/particle-pattern--gold.png");
}
.bg--white--pattern--particle {
  color: var(--brand-secondary);
}
.bg--white--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--white {
  background-color: #fff;
}
.bg--white {
  color: var(--brand-secondary);
}
.bg--white a {
  color: var(--brand-secondary);
}

[class*=bg--] *, [class*=bg--] [class*=bg--] * {
  border-color: inherit;
}
[class*=bg--] *:before, [class*=bg--] *:after, [class*=bg--] [class*=bg--] *:before, [class*=bg--] [class*=bg--] *:after {
  color: inherit;
  border-color: inherit;
}

[class*=bg--gray],
[class*=bg--white],
[class*=bg--gold],
.bg-pattern--brain-reversed,
.bg-pattern--brain {
  border-color: rgba(0, 0, 0, 0.125);
}

.bg--black--pattern--brain,
.bg-pattern--brain-black,
[class*=bg--black] {
  border-color: rgba(255, 255, 255, 0.325);
}

[class*=bg--white] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg-] [class*=bg--white] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg-] [class*=bg--gray] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn) {
  color: var(--link-color);
}

[class*=bg--white] [class*=bg--gold] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--white] [class*=bg--black] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] [class*=bg--gold] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] [class*=bg--black] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn) {
  color: inherit;
}

.badge {
  display: inline-block;
  padding: 0 0.75em;
  line-height: 1.67;
  font-size: 75%;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1em;
}

.badge--primary {
  background: var(--brand-primary);
  color: #000;
}

.badge--secondary {
  background: var(--brand-secondary);
}

.badge--cool-gray {
  background: #63666A;
}

.badge--blue {
  background: #00558C;
}

.badge--green {
  background: #00664F;
}

.badge--orange {
  background: #BD472A;
}

.banner {
  --banner-padding: 1.25rem;
  --banner-overlay-color-rgb: 0, 0, 0;
  --banner-overlay-solid-opacity: .5;
  --banner-overlay-gradient-midpoint: 40%;
  --banner-overlay-gradient: rgb(var(--banner-overlay-color-rgb), .8) 0%, rgb(var(--banner-overlay-color-rgb), .6) var(--banner-overlay-gradient-midpoint), transparent;
  --banner-text-color: #fff;
  --banner-bg-failsafe: var(--brand-secondary);
  --link-color: var(--banner-text-color);
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    --banner-padding: 2rem;
  }
}

.banner .media {
  background: var(--brand-secondary);
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: visible;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media {
      position: absolute;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media {
      position: absolute;
    }
  }
}
.banner .media img,
.banner .media video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  overflow: visible;
}
.banner .media:after {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: opacity;
  background: rgb(var(--banner-overlay-color-rgb), var(--banner-overlay-solid-opacity));
}
.banner .media .video-controls {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media .video-controls {
      right: 2rem;
      bottom: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media .video-controls {
      right: 2rem;
      bottom: 2rem;
    }
  }
}
.banner .media .video-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--brand-secondary);
  border: 1px solid white;
  border-radius: 50%;
  background: white;
  font-size: 1rem;
  padding: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media .video-btn {
      display: block;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media .video-btn {
      display: block;
    }
  }
}
.banner .media .video-btn::after {
  content: "\f04b";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.banner .media .video-btn.video-btn__play::after {
  margin-left: 3px;
}
.banner .media .video-btn.video-btn__pause::after {
  content: "\f04c";
}

.banner__content {
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  padding: var(--banner-padding);
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner__content {
      z-index: 1;
      max-width: 81.875em;
      top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner__content {
      z-index: 1;
      max-width: 81.875em;
      top: 0;
    }
  }
}
.banner__content > * {
  flex-basis: 100%;
}

.banner .headline {
  color: var(--banner-text-color);
  margin-top: 0;
  margin-bottom: 1rem;
  z-index: 1;
}
.banner .headline a {
  color: var(--link-color);
}
.banner .headline a:hover {
  text-decoration: none;
}
.banner .headline a:focus {
  text-decoration: underline;
}
.banner:focus-within .headline a:focus {
  text-decoration: underline;
}
.banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
  font-size: 2.6rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
      font-size: clamp(2.5rem, 4.9577vw + 0.6408rem, 4.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
      font-size: clamp(2.5rem, 4.9577vw + 0.6408rem, 4.7rem);
    }
  }
}
.banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
  font-size: 2.2rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
      font-size: clamp(2.2rem, 3.3803vw + 0.9324rem, 3.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
      font-size: clamp(2.2rem, 3.3803vw + 0.9324rem, 3.7rem);
    }
  }
}
.banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
  font-size: 1.8rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
      font-size: clamp(2rem, 1.5775vw + 1.4085rem, 2.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
      font-size: clamp(2rem, 1.5775vw + 1.4085rem, 2.7rem);
    }
  }
}

.banner__pre-title {
  line-height: 1.1;
}
.banner__pre-title.headline.headline--serif {
  margin-bottom: 0;
  font-weight: 500;
}
.banner__pre-title.headline.headline--uppercase {
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.banner__pre-title.headline--large {
  font-size: clamp(1.2rem, 0.9014vw + 0.862rem, 1.6rem);
}
.banner__pre-title.headline--medium {
  font-size: clamp(1.2rem, 0.4507vw + 1.031rem, 1.4rem);
}
.banner__pre-title.headline--small {
  font-size: 1.4rem;
}

.banner__text {
  z-index: 1;
  color: var(--banner-text-color);
  margin-bottom: 1.05rem;
}
.banner__text blockquote {
  margin-left: 0;
}
.banner__text blockquote a {
  color: var(--banner-text-color);
}
.banner__text h2 a, .banner__text h3 a, .banner__text h4 a, .banner__text h5 a, .banner__text h6 a {
  color: var(--banner-text-color);
}
.banner__text p {
  line-height: 1.5;
  margin-top: 0;
  color: var(--banner-text-color);
}
.banner__text p a {
  position: relative;
  z-index: 1;
  color: var(--banner-text-color);
}
[class*=bg--gold] .banner__text blockquote {
  border-left-color: #f3f3f3;
}

.banner .headline + .banner__action {
  margin-top: 1.5rem;
}

.banner .bttn--transparent {
  color: var(--banner-text-color);
  border-color: var(--banner-text-color);
}

.banner__action .bttn {
  margin: 0 1rem 1rem 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner__action .bttn + .bttn {
      margin: 0 1rem 1rem 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner__action .bttn + .bttn {
      margin: 0 1rem 1rem 0;
    }
  }
}

.banner[class*=bg--gold], .banner[class*=bg--white], .banner[class*=bg--gray] {
  --banner-text-color: var(--brand-secondary);
}

.banner:not([class*=bg--]) {
  background-color: var(--banner-bg-failsafe);
}
.banner:not([class*=bg--]) .headline,
.banner:not([class*=bg--]) .banner__text {
  text-shadow: 0 1px 3px rgb(var(--banner-overlay-color-rgb));
}

@supports (contain: inline-size) {
  @container column (max-width: 768px) {
    .banner--stacked:not([class*=bg--]) {
      --link-color: var(--brand-secondary);
      --banner-bg-failsafe: white;
      display: block;
    }
    .banner--stacked:not([class*=bg--]) .media {
      position: relative;
      height: auto;
    }
    .banner--stacked:not([class*=bg--]) .media:after {
      background: none !important;
    }
    .banner--stacked:not([class*=bg--]) .headline {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .bttn--transparent {
      color: var(--brand-secondary);
      border-color: var(--brand-secondary);
    }
    .banner--stacked:not([class*=bg--]) .banner__text {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .banner__text * {
      color: var(--brand-secondary);
    }
  }
}
@supports not (contain: inline-size) {
  @media (max-width: 768px) {
    .banner--stacked:not([class*=bg--]) {
      --link-color: var(--brand-secondary);
      --banner-bg-failsafe: white;
      display: block;
    }
    .banner--stacked:not([class*=bg--]) .media {
      position: relative;
      height: auto;
    }
    .banner--stacked:not([class*=bg--]) .media:after {
      background: none !important;
    }
    .banner--stacked:not([class*=bg--]) .headline {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .bttn--transparent {
      color: var(--brand-secondary);
      border-color: var(--brand-secondary);
    }
    .banner--stacked:not([class*=bg--]) .banner__text {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .banner__text * {
      color: var(--brand-secondary);
    }
  }
}

.banner--large::before {
  float: left;
  padding-top: 45.25%;
  content: "";
}

.banner--medium::before {
  float: left;
  padding-top: 32.25%;
  content: "";
}

@media (min-width: 84.375em) {
  .banner--full.banner--large {
    height: 100vh;
  }
}

.banner--vertical-top {
  align-items: flex-start;
}

.banner--vertical-bottom {
  align-items: flex-end;
}

.banner--horizontal-center {
  text-align: center;
}
.banner--horizontal-center blockquote {
  border-left: none;
}
.banner--horizontal-center .banner__content > * {
  margin-right: auto;
  margin-left: auto;
}

.banner--horizontal-left {
  text-align: left;
}

@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--narrow .banner__content {
      max-width: 65%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--narrow .banner__content {
      max-width: 65%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 84.375em) {
    .banner--narrow .banner__content {
      max-width: 47.75em;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 84.375em) {
    .banner--narrow .banner__content {
      max-width: 47.75em;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: 0;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 84.375em) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: calc(50% - 40.9375em);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 84.375em) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: calc(50% - 40.9375em);
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--overlay-btt .media:after,
    .banner--overlay-ttb .media:after,
    .banner--overlay-ltr .media:after {
      background: linear-gradient(var(--banner-overlay-gradient-direction), var(--banner-overlay-gradient));
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--overlay-btt .media:after,
    .banner--overlay-ttb .media:after,
    .banner--overlay-ltr .media:after {
      background: linear-gradient(var(--banner-overlay-gradient-direction), var(--banner-overlay-gradient));
    }
  }
}

.banner--overlay-btt {
  --banner-overlay-gradient-direction: 0deg;
}

.banner--overlay-ttb {
  --banner-overlay-gradient-direction: 180deg;
}

.banner--overlay-ltr {
  --banner-overlay-gradient-direction: 90deg;
  --banner-overlay-gradient-midpoint: 70%;
}

.banner--overlay-light:not([class*=bg--]) {
  --banner-overlay-color-rgb: 255, 255, 255;
  --banner-overlay-solid-opacity: .7;
  --banner-text-color: var(--brand-secondary);
  --banner-bg-failsafe: white;
}
.banner--overlay-light:not([class*=bg--]) .headline,
.banner--overlay-light:not([class*=bg--]) .banner__text {
  text-shadow: none;
}
.banner--overlay-light:not([class*=bg--]) .media {
  background: #fff;
}
.banner--overlay-light:not([class*=bg--]) .media .video-btn {
  border: 1px solid var(--brand-secondary);
}

div[class*=bg--white]:not([class*=pattern--]) .banner[class*=bg--white]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--black]:not([class*=pattern--]) .banner[class*=bg--black]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--gray]:not([class*=pattern--]) .banner[class*=bg--gray]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--gold]:not([class*=pattern--]) .banner[class*=bg--gold]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--brain] .banner[class*=pattern--brain] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--community] .banner[class*=pattern--community] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--particle] .banner[class*=pattern--particle] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div:not([class*=bg--]) .banner.bg--white .banner__content {
  padding-left: 0;
  padding-right: 0;
}

blockquote {
  font-weight: 400;
  font-style: normal;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  border-left-style: solid;
  border-width: 10px;
  border-color: var(--brand-primary);
  padding: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  padding-left: 1.875rem;
}
blockquote cite {
  display: block;
}
blockquote .blockquote__media {
  max-width: 160px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
[class*=bg--black] blockquote, [class*=bg--] [class*=bg--black] blockquote, [class*=bg--gray] blockquote, [class*=bg--] [class*=bg--gray] blockquote, [class*=bg--white] blockquote, [class*=bg--] [class*=bg--white] blockquote {
  border-color: var(--brand-primary);
}
[class*=bg--black] blockquote::before, [class*=bg--] [class*=bg--black] blockquote::before, [class*=bg--gray] blockquote::before, [class*=bg--] [class*=bg--gray] blockquote::before, [class*=bg--white] blockquote::before, [class*=bg--] [class*=bg--white] blockquote::before {
  background: var(--brand-primary);
}
[class*=bg--gold] blockquote, [class*=bg--] [class*=bg--gold] blockquote {
  border-color: #fff;
}
[class*=bg--gold] blockquote::before, [class*=bg--] [class*=bg--gold] blockquote::before {
  background: #fff;
}
blockquote p {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.5rem;
}
blockquote footer {
  font-family: "Roboto", sans-serif;
  margin-top: 1.05rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
blockquote footer p {
  font-size: 1.2rem;
  line-height: 1.5;
}
blockquote p + footer {
  margin-top: 0;
}
blockquote.blockquote {
  flex-basis: 100%;
}
blockquote.blockquote--center, .blockquote-center blockquote {
  text-align: center;
  border: none;
  position: relative;
  padding-top: 2.5rem;
  padding-right: 0.325rem;
  padding-bottom: 0.325rem;
  padding-left: 0.325rem;
}
blockquote.blockquote--center img, .blockquote-center blockquote img {
  margin: 0 auto;
  display: block;
}
blockquote.blockquote--center::before, .blockquote-center blockquote::before {
  position: absolute;
  content: "";
  height: 10px;
  top: 11px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 130px;
  background: var(--brand-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg--gold--pattern--brain blockquote.blockquote--center::before, .bg-pattern--brain-reversed blockquote.blockquote--center::before, [class*=bg--gold] blockquote.blockquote--center::before, .bg--gold--pattern--brain .blockquote-center blockquote::before, .bg-pattern--brain-reversed .blockquote-center blockquote::before, [class*=bg--gold] .blockquote-center blockquote::before {
  background: #fff;
}
blockquote.blockquote--right, .blockquote-right blockquote {
  text-align: end;
  border-left: none;
  border-right-style: solid;
  padding: 0.325rem 1.875rem;
}
blockquote.blockquote--img-above .blockquote__media, blockquote.blockquote--img-below .blockquote__media {
  margin-right: 1.3rem;
  margin-top: 0.7rem;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center), blockquote.blockquote--img-below.blockquote:not(.blockquote--center) {
  margin-bottom: 1.25rem;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center) .blockquote__media, blockquote.blockquote--img-below.blockquote:not(.blockquote--center) .blockquote__media {
  margin-bottom: 0.9rem;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above.blockquote:not(.blockquote--center) .blockquote__media, blockquote.blockquote--img-below.blockquote:not(.blockquote--center) .blockquote__media {
    margin-bottom: 0;
  }
}
blockquote.blockquote--img-above.blockquote--right .blockquote__media, blockquote.blockquote--img-below.blockquote--right .blockquote__media {
  margin-left: 1.3rem;
  margin-top: 0.7rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above .blockquote__media {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above .blockquote__content {
    flex: 0 1 75%;
  }
}
blockquote.blockquote--img-above .blockquote__paragraph {
  position: relative;
  padding-bottom: 1.875rem;
}
blockquote.blockquote--img-above .blockquote__paragraph::after {
  position: absolute;
  content: "";
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 130px;
  background: var(--brand-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg--black--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg--white--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain-black blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--black] blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--gray] blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--white] blockquote.blockquote--img-above .blockquote__paragraph::after {
  background: var(--brand-primary);
}
.bg--gold--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain-reversed blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--gold] blockquote.blockquote--img-above .blockquote__paragraph::after {
  background: #fff;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center) {
  border: none;
  margin-right: 0;
  margin-left: 0;
  padding: 1.05rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
blockquote.blockquote--img-above.blockquote--right {
  flex-direction: row-reverse;
}
blockquote.blockquote--img-above.blockquote--right .blockquote__paragraph::after {
  right: 0;
  left: inherit;
}
blockquote.blockquote--img-above.blockquote--center {
  padding-top: 0;
}
blockquote.blockquote--img-above.blockquote--center::before {
  position: absolute;
  content: "";
  height: 0;
  top: 0.9rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
blockquote.blockquote--img-above.blockquote--center .blockquote__media {
  position: relative;
  margin: 0 auto 1.05rem;
}
blockquote.blockquote--img-above.blockquote--center .blockquote__paragraph::after {
  margin: 0 auto;
}
blockquote.blockquote--img-below .blockquote__media {
  max-width: 100px;
}
blockquote.blockquote--img-below footer {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
blockquote.blockquote--img-below cite {
  display: block;
  text-align: start;
}
blockquote.blockquote--img-below.blockquote--center footer {
  margin: 0.5rem auto 0;
  justify-content: center;
  text-align: left;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-below.blockquote--center footer {
    max-width: 40%;
  }
}
blockquote.blockquote--img-below.blockquote--right footer {
  text-align: end;
  flex-direction: row-reverse;
  align-content: end;
}
blockquote.blockquote--img-below.blockquote--right cite {
  text-align: end;
}
blockquote.blockquote--remove-stylization {
  border-width: 0;
}
blockquote.blockquote--remove-stylization.blockquote--img-above .blockquote__paragraph {
  padding-bottom: 0;
}
blockquote.blockquote--remove-stylization::before {
  height: 0;
}
blockquote.blockquote--remove-stylization .blockquote__paragraph::after {
  height: 0;
}
blockquote.blockquote--remove-margin.blockquote:not(.blockquote--center) {
  margin-left: 0;
  margin-right: 0;
}

.border {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
[class*=bg--black] .border {
  border-color: hsla(0, 0%, 100%, 0.325);
}

.borderless {
  border: none !important;
}

.site-name {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.site-name a {
  color: var(--brand-secondary);
  text-decoration: none;
}
@media (min-width: 980px) {
  .site-name {
    flex-basis: content;
    margin: 1px 0 0 0;
    font-size: 2rem;
  }
}
@media (min-width: 84.375em) {
  .site-name {
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 2.2rem;
  }
}

.parent-site-name {
  font-weight: 300;
  flex-basis: content;
  margin: 0 0 -10px 0;
  padding: 1.05rem 0 0 1.25rem;
  width: 100%;
  background: var(--brand-primary);
}
.parent-site-name a {
  color: var(--brand-secondary);
  text-decoration: none;
}
@media (min-width: 980px) {
  .parent-site-name {
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1px 0 0;
    width: auto;
  }
}

.iowa-bar {
  position: relative;
  z-index: 2;
  display: block;
  min-height: auto;
  background: var(--brand-secondary);
}
@media (min-width: 980px) {
  .iowa-bar {
    min-height: 80px;
    background: var(--brand-primary);
  }
}
@media (min-width: 980px) {
  .iowa-bar:not(.iowa-bar--narrow) {
    height: 80px;
  }
}
@media (min-width: 980px) {
  .iowa-bar.iowa-bar--healthcare:not(.iowa-bar--narrow) {
    height: 100px;
  }
}
@media (min-width: 980px) {
  .iowa-bar.iowa-bar--healthcare:not(.iowa-bar--narrow) .logo--tab {
    padding-top: 27px;
  }
}
.iowa-bar .logo--tab {
  margin-right: 20px;
}
@media (min-width: 84.375em) {
  .iowa-bar .logo--tab {
    margin-left: -12px;
    padding: 27px 20px 20px;
  }
}
.iowa-bar .site-name {
  width: 100%;
  padding: 1.25rem;
  background: var(--brand-primary);
}
@media (min-width: 980px) {
  .iowa-bar .site-name {
    width: auto;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar .site-name {
    margin: 5px 0 0 0;
  }
}
.iowa-bar__container {
  max-width: 81.875em;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .iowa-bar__container {
    justify-content: flex-start;
    display: flex;
  }
}
@media (min-width: 980px) {
  .iowa-bar__container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare {
    min-height: 50px;
    position: relative;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare .logo--tab {
    height: 70px;
    width: 119px;
    padding: 15px;
  }
}
.iowa-bar--narrow.iowa-bar--healthcare .logo-icon {
  height: 33px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare .logo-icon {
    height: 41px;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow {
    min-height: 50px;
    position: relative;
  }
}
.iowa-bar--narrow .logo--tab {
  margin-right: 10px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow .logo--tab {
    height: 56px;
    width: 119px;
    padding: 15px;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .logo--tab {
    margin-bottom: -6px;
  }
}
.iowa-bar--narrow .logo-icon {
  height: 20px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow .logo-icon {
    height: 26px;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .parent-site-name {
    padding: 6px 0 0 0;
  }
}
.iowa-bar--narrow .site-name {
  font-size: 1rem;
  margin: 0;
  padding: 1.25rem;
  background: var(--brand-primary);
}
@media (min-width: 980px) {
  .iowa-bar--narrow .site-name {
    background: transparent;
    font-size: 1rem;
    padding: 0;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .site-name {
    padding: 6px 0 0 0;
  }
}
.iowa-bar__below {
  z-index: 2;
  border-bottom: 1px solid #e6e5e5;
  background: #fff;
}
.iowa-bar__below .iowa-bar__container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 980px) {
  .iowa-bar__below .iowa-bar__container {
    display: flex;
    position: unset;
    min-height: 90px;
    justify-content: unset;
    margin-right: auto;
    padding-left: 1.25rem;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar__below .iowa-bar__container {
    margin-left: auto;
    padding-left: 0;
  }
}
.iowa-bar__below .site-name {
  margin: 0;
  text-align: left;
  font-size: 1.8rem;
}
@media (min-width: 980px) {
  .iowa-bar__below .site-name {
    width: 75%;
    padding: 25px 20px 25px 0;
    background: transparent;
    font-size: 2rem;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar__below .site-name {
    font-size: 2.2rem;
  }
}

.footer {
  position: relative;
  background: var(--brand-secondary);
  padding-top: 2.5rem;
  padding-right: 0;
  padding-bottom: 2.5rem;
  padding-left: 0;
}
@media (min-width: 980px) {
  .footer {
    padding-top: 2.5rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.footer a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 400;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
.footer p {
  color: #ccc;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 0.9rem;
}
.footer p a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 400;
}
.footer p a:hover, .footer p a:focus {
  text-decoration: underline;
}
.footer p a i, .footer p a svg, .footer p a span {
  margin-right: 0.625rem;
  font-size: 0.8rem;
  color: #999;
}
.footer .site-name {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 1.05rem;
  font-weight: 900;
  margin-bottom: 0.325rem;
}
.footer .site-name a {
  color: #fff;
  text-decoration: none;
}
.footer .site-name a:hover, .footer .site-name a:focus {
  text-decoration: underline;
}
.footer .parent-site-name {
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 0.625rem;
  display: block;
  background: var(--brand-secondary);
  padding: 0;
}
.footer .parent-site-name a {
  color: #ccc;
  text-decoration: none;
}
.footer .parent-site-name a:hover, .footer .parent-site-name a:focus {
  text-decoration: underline;
}
.footer__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .footer__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
@media (min-width: 84.375em) {
  .footer__container {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .footer__container--flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.05rem;
  }
}
.footer__links {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.875rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.footer__links .menu {
  margin: 0;
}
.footer__links .menu li {
  /*
   * %no-ul-list sets display: inline-block; for li,
   *  which doesn't work for this menu.
   */
  display: block;
}
.footer__links .menu a {
  font-weight: 300;
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
}
.footer__links .menu a:hover, .footer__links .menu a:focus {
  text-decoration: underline;
}
.footer__links .menu ul {
  margin: 0;
}
.footer__links--nav {
  margin-bottom: 2.5rem;
}
@media (min-width: 980px) {
  .footer__links--nav {
    display: flex;
  }
}
@media (min-width: 980px) {
  .footer__links--contact {
    flex-grow: 2;
  }
}
.footer__links--icon {
  /*
   * Display icon menu as flex since the icons sit
   *  side-by-side.
   */
}
.footer__links--icon .menu {
  flex-wrap: wrap;
  display: flex;
  line-height: 2;
}
@media (min-width: 980px) {
  .footer__links--icon .menu {
    line-height: 1;
  }
}
.footer__links--icon a {
  text-decoration: none;
  color: #fff;
}
.footer__links--icon i {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 1.05rem;
}
.footer__links--icon .link-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.socket__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .socket__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
@media (min-width: 84.375em) {
  .socket__container {
    padding: 0;
  }
}
.socket__menu {
  display: flex;
  flex-wrap: wrap;
}
.socket__menu li {
  color: white;
  font-size: 0.8rem;
  border-right: 1px solid #5d5656;
  margin-bottom: 0.325rem;
  padding-top: 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.socket__menu li:first-child {
  flex-basis: 100%;
  border-right: none;
}
.socket__menu li:nth-child(2) {
  padding-left: 0;
}
.socket__menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.socket__menu li:first-child {
  padding-left: 0;
}
.socket__menu li a {
  text-decoration: none;
  color: var(--brand-primary);
}
.socket__menu li a:hover, .socket__menu li a:focus {
  text-decoration: underline;
}

.footer-cta__wrapper {
  background: var(--brand-primary);
  padding: 1.875rem 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-cta__wrapper .menu {
    display: flex;
  }
}
.footer-cta__wrapper .menu li {
  flex: 1;
  display: block;
}
.footer-cta__wrapper .bttn--outline {
  border: 1px solid var(--brand-secondary);
  display: block;
}
@media (min-width: 768px) {
  .footer-cta__wrapper .bttn--outline {
    flex: 1;
    display: block;
  }
}
.footer-cta__container {
  justify-content: space-between;
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .footer-cta__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
.footer-cta__container div:first-of-type,
.footer-cta__container nav:first-of-type {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .footer-cta__container {
    display: flex;
  }
}
@media (min-width: 84.375em) {
  .footer-cta__container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .footer-cta__container .menu li:first-child a {
    margin: 0 1.05rem 0 0;
  }
  .footer-cta__container .menu li:last-child a {
    margin: 0 0 0 1.05rem;
  }
}
.footer-cta__container .menu a {
  margin: 1.05rem 0;
  padding-top: 0.325rem;
}
@media (min-width: 768px) {
  .footer-cta__container .menu a {
    margin: 0 1.05rem;
  }
}
.footer-cta__container .menu a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 90%;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}

.footer-cta__container > a:first-child {
  margin-left: 0;
}

.footer-cta__container > a:last-child {
  margin-right: 0;
}

.logo--footer {
  padding: 0 40px 0 0;
  width: 128px;
}
@media (min-width: 980px) {
  .logo--footer {
    width: 145px;
  }
}
@media (min-width: 84.375em) {
  .logo--footer {
    width: 176px;
  }
}

.bttn {
  border: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 2rem 1.2rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
.bttn i,
.bttn span[class*=fa-],
.bttn svg {
  margin-left: 0.625rem;
}
[class*=bg--black] .bttn {
  border-color: hsla(0, 0%, 100%, 0.325);
}
[class*=bg--] .bttn, [class*=bg--] [class*=bg--] .bttn {
  border-color: rgba(0, 0, 0, 0.425);
  color: var(--brand-secondary);
}
[class*=bg--black] .bttn {
  border-color: rgba(255, 255, 255, 0.425);
}

.bttn--primary {
  color: var(--brand-secondary);
  background: var(--brand-primary);
}
.bttn--primary i,
.bttn--primary svg,
.bttn--primary span[class*=fa-] {
  color: #fff;
}
.bttn--primary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--primary:focus {
  text-decoration: underline;
}
.bttn--primary:hover::after, .bttn--primary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--primary {
  border-color: var(--brand-primary);
  color: var(--brand-secondary);
}
[class*=bg--] [class*=bg--gray] .bttn--primary, [class*=bg--gray] .bttn--primary, [class*=bg--] [class*=bg--white] .bttn--primary, [class*=bg--white] .bttn--primary {
  border-color: var(--brand-primary);
}
.bttn--primary:after {
  background-color: var(--brand-secondary);
}

.bttn--secondary {
  color: #fff;
  background: var(--brand-secondary);
}
.bttn--secondary i,
.bttn--secondary svg,
.bttn--secondary span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--secondary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--secondary:focus {
  text-decoration: underline;
}
.bttn--secondary:hover::after, .bttn--secondary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--secondary__light {
  color: #fff;
}
[class*=bg--] .bttn--secondary, [class*=bg--] [class*=bg--] .bttn--secondary {
  border-color: rgba(255, 255, 255, 0.425);
  color: #fff;
}

.bttn--tertiary {
  color: var(--brand-secondary);
}
.bttn--tertiary i,
.bttn--tertiary svg,
.bttn--tertiary span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--tertiary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--tertiary:focus {
  text-decoration: underline;
}
.bttn--tertiary:hover::after, .bttn--tertiary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--tertiary {
  background: #fff;
}

.bttn--transparent {
  background: transparent;
  color: var(--brand-secondary);
}
.bttn--transparent i,
.bttn--transparent svg,
.bttn--transparent span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--transparent:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--transparent:focus {
  text-decoration: underline;
}
.bttn--transparent:hover::after, .bttn--transparent:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
[class*=bg--black] .bttn--transparent, [class*=bg--] [class*=bg--black] .bttn--transparent {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.425);
}
[class*=bg--gold] .bttn--transparent i, [class*=bg--white] [class*=bg--gold] .bttn--transparent i,
[class*=bg--gold] .bttn--transparent span[class*=fa-],
[class*=bg--white] [class*=bg--gold] .bttn--transparent span[class*=fa-],
[class*=bg--gold] .bttn--transparent svg,
[class*=bg--white] [class*=bg--gold] .bttn--transparent svg {
  color: #fff;
}
[class*=bg--white] .bttn--transparent i, [class*=bg--gold] [class*=bg--white] .bttn--transparent i, [class*=bg--gold] [class*=bg--gray] .bttn--transparent i,
[class*=bg--white] .bttn--transparent span[class*=fa-],
[class*=bg--gold] [class*=bg--white] .bttn--transparent span[class*=fa-],
[class*=bg--gold] [class*=bg--gray] .bttn--transparent span[class*=fa-],
[class*=bg--white] .bttn--transparent svg,
[class*=bg--gold] [class*=bg--white] .bttn--transparent svg,
[class*=bg--gold] [class*=bg--gray] .bttn--transparent svg {
  color: var(--brand-primary);
}
[class*=bg--black] [class*=bg--white] .bttn--transparent, [class*=bg--black] [class*=bg--gray] .bttn--transparent, [class*=bg--black] [class*=bg--gold] .bttn--transparent {
  color: var(--brand-secondary);
}

.bttn.borderless.bttn--transparent:focus, .bttn.borderless.bttn--transparent:hover {
  text-decoration: underline;
}
.bttn.borderless.bttn--transparent:after {
  display: none;
}

.bttn--no-text i,
.bttn--no-text span[class*=fa-],
.bttn--no-text svg {
  margin-left: 0;
}
.bttn--no-text:not([class*=bttn--secondary]) i,
.bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
.bttn--no-text:not([class*=bttn--secondary]) svg {
  color: var(--brand-secondary);
}
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) i,
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) svg {
  color: #fff;
}
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) i,
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) svg {
  color: var(--brand-secondary);
}
.bttn--no-text.bttn--transparent.bttn--secondary i,
.bttn--no-text.bttn--transparent.bttn--secondary span[class*=fa-],
.bttn--no-text.bttn--transparent.bttn--secondary svg {
  color: var(--brand-secondary);
}

.bttn--large {
  padding: 1.5rem 2.5rem 1.7rem;
  font-size: 1.45rem;
}

.bttn--small {
  padding: 0.6rem 1rem 0.8rem;
  font-size: 1.05rem;
}

.bttn--full {
  display: flex;
}

.bttn--caps {
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
}

.bttn--lowercase {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

.bttn--light-font {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.04rem;
  display: inline-block;
  padding: 1rem 2rem 1rem;
}
.bttn--light-font:focus {
  text-decoration: underline;
}
.bttn--light-font i,
.bttn--light-font span[class*=fa-] {
  font-size: 0.9rem;
}
.bttn--light-font.bttn--full {
  display: flex;
  height: 100%;
}

.bttn--circle {
  padding: 0.55rem 0.7em;
  border-radius: 50%;
  transform: none;
  line-height: 1;
}
.bttn--circle:after {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
  transform: none;
  position: absolute;
}
.bttn--circle:hover:after, .bttn--circle:focus:after {
  transform: none;
  transition: none;
  border: 3px solid;
  border-color: inherit;
  background-color: transparent;
}

.callout {
  --callout-spacing-lg: var(--space-lg-width-gutter);
  --callout-spacing-md: var(--space-md-width-gutter);
  --callout-spacing-sm: var(--space-sm-width-gutter);
  padding: var(--callout-spacing-md);
}
@media (min-width: 768px) {
  .callout {
    padding: var(--callout-spacing-md);
  }
  .callout[class*=bg-] {
    padding: var(--callout-spacing-lg);
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 2rem;
  text-decoration: none;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
[class*=bg--black] .card {
  border-color: hsla(0, 0%, 100%, 0.325);
}
.card h2:not(:first-child),
.card h3:not(:first-child),
.card h4:not(:first-child),
.card h5:not(:first-child),
.card h6:not(:first-child) {
  margin-top: 0;
}
.card ul,
.card ol,
.card dl,
.card table {
  font-size: 1rem;
  line-height: 1.7;
}
.card p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.7;
}
.card p a {
  position: relative;
  z-index: 1;
}
.card header {
  margin: 0 0 0.525rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.card header a {
  text-decoration: none;
}
.card header a:hover, .card header a:focus {
  text-decoration: underline;
}
.card header .headline {
  font-size: 1.5rem;
}
.card header:focus-within ~ .bttn {
  background-position: 0;
  background-size: 200% 100%;
}
.card header:focus-within ~ .bttn i,
.card header:focus-within ~ .bttn svg {
  color: var(--brand-secondary);
}
.card:focus-within header a:focus {
  text-decoration: underline;
}
.card footer .bttn {
  margin-top: 1.25rem;
}

.card > .media {
  margin-top: 0;
  text-align: center;
  min-width: 7.7rem;
}
.card > .media img {
  width: 100%;
  object-fit: cover;
}
.card > .media iframe {
  border: none;
}
.card > .media.media--small.media--circle, .card > .media.media--medium.media--circle {
  margin-left: auto;
  margin-right: auto;
}
.card > .media.media--small.media--circle img[src$=".svg"], .card > .media.media--medium.media--circle img[src$=".svg"] {
  width: revert-layer;
}
.card .media__inner {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.card .media--circle {
  display: block;
}
.card .media--circle .media__inner {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
.card .media--circle.media--small {
  max-width: 9.375rem;
}
.card .media--circle.media--medium {
  max-width: 15.625rem;
}
@media (min-width: 768px) {
  .card .media--circle.media--medium {
    max-width: 60%;
  }
}
.card .media--no-crop {
  flex-basis: auto;
}
.card .media--square img,
.card .media--square iframe {
  aspect-ratio: 1/1;
}
.card .media--widescreen img,
.card .media--widescreen iframe {
  aspect-ratio: 16/9;
}
.card .media--widescreen:has([src$=".svg"]) .media__inner {
  background: #fff;
}
.card .media--widescreen:has([src$=".svg"]) img[src$=".svg"] {
  object-fit: contain;
}
.card .media--date {
  position: relative;
  padding-top: 1.25rem;
  border: 1px solid var(--uiowa-gold);
  text-align: center;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.card .media--date__month {
  font-size: 1rem;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 300;
}
.card .media--date__day {
  font-size: 2.3rem;
  display: block;
  line-height: 100%;
  margin-top: 1px;
  font-weight: 600;
}
.card[class*=bg--gold] .media--date {
  border: 1px solid var(--uiowa-black);
}

.card__pre-title {
  font-size: 0.75rem;
  opacity: 0.7;
}
.card__pre-title i,
.card__pre-title span[class*=fa-],
.card__pre-title svg {
  margin-right: 0.2rem;
}

.card__subtitle {
  opacity: 0.7;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -0.4rem;
}

.card__details {
  margin: 0 0 0.625rem;
}

.card__meta {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.card__meta .fas {
  margin-right: 0.3rem;
}

.card__body {
  line-height: 1.7;
  word-wrap: anywhere;
  overflow-wrap: anywhere;
}

.card.borderless:not([class*=bg--]) {
  padding: 0;
}
.card.borderless:not([class*=bg--]) .media--date {
  margin-top: 0;
}
.card.borderless:not([class*=bg--]) .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card.borderless:not([class*=bg--]).card--layout-left .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card.borderless:not([class*=bg--]).card--layout-left .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card.borderless:not([class*=bg--]).card--layout-right .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card.borderless:not([class*=bg--]).card--layout-right .media__inner {
      margin-left: 2rem;
    }
  }
}

.card--centered {
  text-align: center;
}

@media (min-width: 768px) {
  .card--button-align-bottom:not([class*=card--layout]) .card__body {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .card--button-align-bottom .card__body {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card--button-align-bottom footer {
    margin-top: auto;
  }
}

.card--media-padded .media__inner {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left,
    .card--layout-right {
      display: flex;
      flex-direction: row;
      width: 100%;
    }
    .card--layout-left .media__inner,
    .card--layout-right .media__inner {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left,
    .card--layout-right {
      display: flex;
      flex-direction: row;
      width: 100%;
    }
    .card--layout-left .media__inner,
    .card--layout-right .media__inner {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left > *,
    .card--layout-right > * {
      flex-basis: 100%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left > *,
    .card--layout-right > * {
      flex-basis: 100%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--date,
    .card--layout-right .media--date {
      margin-top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--date,
    .card--layout-right .media--date {
      margin-top: 0;
    }
  }
}
.card--layout-left .media--no-crop.media--small, .card--layout-left .media--no-crop.media--medium, .card--layout-left .media--no-crop.media--large,
.card--layout-right .media--no-crop.media--small,
.card--layout-right .media--no-crop.media--medium,
.card--layout-right .media--no-crop.media--large {
  display: block;
}
.card--layout-left .media--no-crop.media--small,
.card--layout-right .media--no-crop.media--small {
  max-width: 13.625rem;
}
.card--layout-left .media--no-crop.media--medium,
.card--layout-right .media--no-crop.media--medium {
  max-width: 27.25rem;
}
.card--layout-left .media--no-crop.media--large,
.card--layout-right .media--no-crop.media--large {
  max-width: 40.875rem;
}
.card--layout-left .media--small.media--circle,
.card--layout-right .media--small.media--circle {
  max-width: 11.375rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--small.media--square,
    .card--layout-right .media--small.media--square {
      max-width: 11.375rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--small.media--square,
    .card--layout-right .media--small.media--square {
      max-width: 11.375rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--small.media--widescreen,
    .card--layout-right .media--small.media--widescreen {
      max-width: 15.625rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--small.media--widescreen,
    .card--layout-right .media--small.media--widescreen {
      max-width: 15.625rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--medium.media--circle,
    .card--layout-right .media--medium.media--circle {
      max-width: none;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--medium,
    .card--layout-right .media--medium {
      flex: 0 0 35%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--medium,
    .card--layout-right .media--medium {
      flex: 0 0 35%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--large,
    .card--layout-right .media--large {
      flex: 0 0 52.5%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--large,
    .card--layout-right .media--large {
      flex: 0 0 52.5%;
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left {
      flex-direction: row;
    }
    .card--layout-left .media__inner,
    .card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left {
      flex-direction: row;
    }
    .card--layout-left .media__inner,
    .card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-right {
      flex-direction: row-reverse;
    }
    .card--layout-right .media__inner,
    .card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-right {
      flex-direction: row-reverse;
    }
    .card--layout-right .media__inner,
    .card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--white .card.bg--white[class*=borderless] {
  padding: 0;
}
.bg--white .card.bg--white[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--gray .card.bg--gray[class*=borderless] {
  padding: 0;
}
.bg--gray .card.bg--gray[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--black .card.bg--black[class*=borderless] {
  padding: 0;
}
.bg--black .card.bg--black[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--gold .card.bg--gold[class*=borderless] {
  padding: 0;
}
.bg--gold .card.bg--gold[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

/* === End: Card modifiers === */
.cta {
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.cta > div {
  flex-basis: 100%;
  display: grid;
  gap: 1rem;
}
.cta .cta__container {
  margin-block-end: 1rem;
}
.cta p {
  margin-bottom: 0;
}

.cta--button-align-right {
  justify-content: left;
  text-align: left;
}
@media (min-width: 980px) {
  .cta--button-align-right {
    flex-wrap: nowrap;
  }
}
.cta--button-align-right .cta__title {
  flex-basis: 100%;
}
@media (min-width: 980px) {
  .cta--button-align-right .cta__content,
  .cta--button-align-right .cta__link {
    flex: 0 1 48%;
  }
}
.cta--button-align-right .cta__link {
  justify-content: end;
  align-self: baseline;
  display: flex;
}
@media (min-width: 980px) {
  .cta--button-align-right:not([class*=cta--left]) .cta__container {
    text-align: center;
  }
}

.cta--left {
  justify-content: unset;
  text-align: left;
}

@media (min-width: 980px) {
  .cta--inline {
    flex-wrap: nowrap;
    gap: 0;
  }
  .cta--inline .cta__link {
    flex-basis: 30%;
    align-self: center;
    display: flex;
    justify-content: end;
  }
  .cta--inline .cta__container {
    display: flex;
    margin-block-end: unset;
  }
  .cta--inline .cta__container .cta__title {
    flex-basis: 30%;
    align-self: center;
  }
  .cta--inline .cta__container .cta__content {
    flex: 1;
    align-self: center;
  }
}

.bold-headline,
.headline {
  padding: 0;
  line-height: 1;
}
.bold-headline a,
.headline a {
  color: var(--brand-secondary);
  text-decoration: none;
}
.bold-headline a:hover, .bold-headline a:focus,
.headline a:hover,
.headline a:focus {
  text-decoration: underline;
}
[class*=bg-] .bold-headline a,
[class*=bg-] .headline a {
  color: inherit;
}
.bold-headline.bold-headline--negative, .bold-headline.headline--negative,
.headline.bold-headline--negative,
.headline.headline--negative {
  color: #fff;
}
.bold-headline.bold-headline--negative a, .bold-headline.headline--negative a,
.headline.bold-headline--negative a,
.headline.headline--negative a {
  color: #fff;
}

.headline--center {
  text-align: center;
}

.bold-headline--caps,
.headline--uppercase {
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.bold-headline--serif,
.headline--serif {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 700;
}

.bold-headline--highlight,
.headline--highlight {
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 2px 0;
  line-height: 1.7;
}

.headline--highlight.headline--serif span {
  padding: 0.2rem 1rem 0.5rem 1rem;
}

.bold-headline--caps .headline__headline span,
.bold-headline--highlight span,
.headline--highlight span {
  background: var(--brand-primary);
  display: inline;
  padding: 0.85rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--brand-secondary);
  text-shadow: none;
}
[class*=bg--gold] .bold-headline--caps .headline__headline span,
[class*=bg--gold] .bold-headline--highlight span,
[class*=bg--gold] .headline--highlight span {
  background: var(--brand-secondary);
  color: #fff;
}

[class*=bg--gold] .bold-headline--caps .headline__heading,
[class*=bg--gold] .headline--uppercase .headline__heading,
[class*=bg--gold] .headline--uppercase .headline__text {
  font-weight: 400;
}

.bold-headline--caps .headline__heading span,
.headline--uppercase .headline__heading span,
.headline--uppercase .headline__text span {
  background: var(--brand-primary);
  display: inline-block;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  padding: 0.4rem 1.2rem 0.8rem;
  color: var(--brand-secondary);
}
[class*=bg--gold] .bold-headline--caps .headline__heading span,
[class*=bg--gold] .headline--uppercase .headline__heading span,
[class*=bg--gold] .headline--uppercase .headline__text span {
  background: var(--brand-secondary);
  color: #fff;
  font-weight: 400;
}
[class*=bg--gold] [class*=bg--black] .bold-headline--caps .headline__heading span,
[class*=bg--gold] [class*=bg--black] .headline--uppercase .headline__heading span,
[class*=bg--gold] [class*=bg--black] .headline--uppercase .headline__text span {
  background: var(--brand-primary);
  color: var(--brand-secondary);
}

.bold-headline--underline,
.headline--underline {
  padding-bottom: 0.625rem;
}
.bold-headline--underline:after,
.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
.bold-headline--underline.headline--center:after,
.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed .bold-headline--underline:after, [class*=bg--gold] .bold-headline--underline:after,
.bg-pattern--brain-reversed .headline--underline:after,
[class*=bg--gold] .headline--underline:after {
  background: #f3f3f3;
}

h5.bold-headline--underline, h5.headline--underline, .h5.bold-headline--underline, .h5.headline--underline {
  padding-bottom: 0.625rem;
}
h5.bold-headline--underline:after, h5.headline--underline:after, .h5.bold-headline--underline:after, .h5.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
h5.bold-headline--underline.headline--center:after, h5.headline--underline.headline--center:after, .h5.bold-headline--underline.headline--center:after, .h5.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed h5.bold-headline--underline:after, [class*=bg--gold] h5.bold-headline--underline:after, .bg-pattern--brain-reversed h5.headline--underline:after, [class*=bg--gold] h5.headline--underline:after, .bg-pattern--brain-reversed .h5.bold-headline--underline:after, [class*=bg--gold] .h5.bold-headline--underline:after, .bg-pattern--brain-reversed .h5.headline--underline:after, [class*=bg--gold] .h5.headline--underline:after {
  background: #f3f3f3;
}
h5.bold-headline--underline:after, h5.headline--underline:after, .h5.bold-headline--underline:after, .h5.headline--underline:after {
  height: 5px;
}

h6.bold-headline--underline, h6.headline--underline, .h6.bold-headline--underline, .h6.headline--underline {
  padding-bottom: 0.625rem;
}
h6.bold-headline--underline:after, h6.headline--underline:after, .h6.bold-headline--underline:after, .h6.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
h6.bold-headline--underline.headline--center:after, h6.headline--underline.headline--center:after, .h6.bold-headline--underline.headline--center:after, .h6.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed h6.bold-headline--underline:after, [class*=bg--gold] h6.bold-headline--underline:after, .bg-pattern--brain-reversed h6.headline--underline:after, [class*=bg--gold] h6.headline--underline:after, .bg-pattern--brain-reversed .h6.bold-headline--underline:after, [class*=bg--gold] .h6.bold-headline--underline:after, .bg-pattern--brain-reversed .h6.headline--underline:after, [class*=bg--gold] .h6.headline--underline:after {
  background: #f3f3f3;
}
h6.bold-headline--underline:after, h6.headline--underline:after, .h6.bold-headline--underline:after, .h6.headline--underline:after {
  height: 4px;
}

.bold-headline--highlight.bold-headline--serif,
.headline--highlight.headline--serif {
  font-weight: 600;
}

.bold-headline--highlight.bold-headline--caps span,
.headline--highlight.headline--uppercase span {
  padding: 0.4rem 1.2rem 0.8rem;
}

[class*=inline--] {
  --inline-margin-xs: 0.5rem;
  --inline-margin-sm: var(--space-sm-width-gutter);
  --inline-margin-md: var(--space-md-width-gutter);
  --inline-margin-lg: var(--space-lg-width-gutter);
}

[class*=inline--size-] {
  width: 100%;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: var(--inline-margin-sm);
  margin-top: var(--inline-margin-xs);
}
[class*=inline--size-].inline--align-left {
  margin-inline-end: var(--inline-margin-md);
}
[class*=inline--size-].inline--align-right {
  margin-inline-start: var(--inline-margin-md);
}

figure[class*=inline--size-] img {
  width: 100%;
}

.inline--size-full {
  margin-bottom: var(--inline-margin-sm);
  margin-top: var(--inline-margin-xs);
}

@media (min-width: 400px) {
  .inline--size-small {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .inline--size-small {
    width: 40%;
  }
}
@media (min-width: 980px) {
  .inline--size-small {
    width: 33%;
  }
}

@media (min-width: 600px) {
  .inline--size-medium {
    width: 67%;
  }
}
@media (min-width: 600px) {
  .inline--size-medium {
    width: 50%;
  }
}

@media (min-width: 980px) {
  .inline--size-large {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .inline--size-large {
    width: 75%;
  }
}

@supports (contain: inline-size) {
  @container column (max-width: 400px) {
    [class*=inline--size-] {
      width: 100%;
    }
  }
  @container column (min-width: 400px) {
    .inline--size-small {
      width: 50%;
    }
  }
  @container column (min-width: 600px) {
    .inline--size-small {
      width: 40%;
    }
    .inline--size-medium {
      width: 67%;
    }
  }
  @container column (min-width: 980px) {
    .inline--size-small {
      width: 33%;
    }
    .inline--size-medium {
      width: 50%;
    }
    .inline--size-large {
      width: 70%;
    }
  }
  @container column (min-width: 1200px) {
    .inline--size-large {
      width: 75%;
    }
  }
}
.inline--align-left {
  float: left;
  clear: left;
}
.inline--align-left:after {
  content: "";
}

.inline--align-center {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.inline--align-right {
  float: right;
  clear: right;
}

.logo {
  display: block;
}

.logo--tab {
  height: 70px;
  width: 109px;
  padding: 25px 1.25rem;
  background: var(--brand-secondary);
}
.logo--tab a:focus svg {
  opacity: 0.5;
}
@media (min-width: 980px) {
  .logo--tab {
    width: 154px;
    height: 80px;
    padding: 25px;
  }
}
@media (min-width: 84.375em) {
  .logo--tab {
    width: 188px;
    height: 90px;
    padding: 23px 20px;
  }
}

.logo-icon {
  fill: var(--uiowa-gold);
  height: 20px;
}
.logo-icon .logo-text {
  fill: #fff;
}
@media (min-width: 980px) {
  .logo-icon {
    height: 30px;
  }
}
@media (min-width: 84.375em) {
  .logo-icon {
    height: 43px;
  }
}
.logo-icon:hover, .logo-icon:focus {
  opacity: 0.7;
}

.logo--tab.logo--healthcare {
  padding: 20px 1.25rem;
}
@media (min-width: 980px) {
  .logo--tab.logo--healthcare {
    height: 100px;
    padding: 23px 22px;
  }
}
@media (min-width: 84.375em) {
  .logo--tab.logo--healthcare {
    height: 113px;
  }
}

.logo--healthcare .logo-icon {
  height: 32px;
}
@media (min-width: 980px) {
  .logo--healthcare .logo-icon {
    height: 47px;
  }
}
@media (min-width: 84.375em) {
  .logo--healthcare .logo-icon {
    height: 67px;
  }
}

.media--border img {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.media--circle {
  border-radius: 50%;
  margin-top: 0;
  height: auto;
}
.media--circle img {
  aspect-ratio: 1/1;
  margin-top: 0;
  height: auto;
  border-radius: 50%;
}

.media--cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.media--1-1 iframe {
  aspect-ratio: 1/1;
}

.media--4-3 iframe {
  aspect-ratio: 4/3;
}

.media--16-9 iframe {
  aspect-ratio: 16/9;
}

.media--21-9 iframe {
  aspect-ratio: 21/9;
}

:root {
  interpolate-size: allow-keywords;
}

.stat__grid {
  margin: 0;
  width: 100%;
  transition: all 0.55s cubic-bezier(0.95, 1.25, 0.375, 1.15);
}
@media (min-width: 980px) {
  .stat__grid.stat--static:hover .stat__content {
    max-height: 100vh;
  }
}
@media (min-width: 980px) {
  @supports (interpolate-size: allow-keywords) {
    .stat__grid.stat--static:hover .stat__content {
      max-height: max-content;
      overflow: hidden;
    }
  }
}
@media (min-width: 980px) {
  .stat__grid:hover .stat__content {
    max-height: 100vh;
  }
}
@media (min-width: 980px) {
  @supports (interpolate-size: allow-keywords) {
    .stat__grid:hover .stat__content {
      max-height: max-content;
      overflow: hidden;
    }
  }
}

.stat {
  position: relative;
}
.stat__title {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  border-bottom: 8px solid var(--brand-primary);
  padding: 1.875rem 0 0.625rem 0;
}
@media (min-width: 768px) {
  .stat__title {
    padding: 1.05rem 1.875rem 0.625rem 0;
  }
}
.element--flex-center .stat__title {
  padding: 1.05rem 1.875rem 0.625rem 1.875rem;
  display: block;
}
.bg-pattern--brain .stat__title, [class*=bg--white] .stat__title, [class*=bg--gray] .stat__title, [class*=bg--black] .stat__title {
  border-bottom: 8px solid var(--brand-primary);
}
.stat--horizontal.bg-pattern--brain-black .stat__title, .stat--horizontal[class*=bg--black] .stat__title, .bg-pattern--brain-black .stat__title, [class*=bg--black] .stat__title {
  color: var(--brand-primary);
}
.bg-pattern--brain-reversed .stat__title, [class*=bg--gold] .stat__title {
  border-bottom: 8px solid white;
}
@media (min-width: 768px) {
  .stat__title {
    font-size: 5rem;
    padding: 0 1.875rem 0.625rem 0;
  }
  .element--flex-center .stat__title {
    padding: 0 1.875rem 0.625rem;
  }
}
.stat__content {
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
@media (min-width: 980px) {
  .stat__content {
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .stat--static .stat__content {
    max-height: max-content;
    transition: none;
    overflow: unset;
  }
}
[class*=bg--black] .stat__content, .bg-pattern--brain-black .stat__content {
  color: #ccc;
}
.bg-pattern--brain-reversed .stat__content, [class*=bg--gold] .stat__content {
  color: var(--brand-secondary);
}
@media (min-width: 980px) {
  .element--flex-center .stat__content {
    margin: 0 10%;
  }
}
.stat__description {
  position: relative;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 85%;
  margin: 0.625rem 0;
}
.bg-pattern--brain-black .stat__description, [class*=bg--black] .stat__description {
  color: white;
}
@media (min-width: 980px) {
  .stat__description {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) {
  .grid--3-2 .stat__description {
    width: 60%;
  }
}

@media (min-width: 980px) {
  .grid--3-2 .stat__description {
    width: 60%;
  }
}

.headline__prefix,
.headline__suffix {
  font-size: 3.5rem;
  vertical-align: middle;
}

.headline__prefix {
  margin-right: -7px;
}

.headline__suffix {
  margin-left: -7px;
}

@media (min-width: 84.375em) {
  .stat--horizontal:not(.element--flex-center).bg-pattern--brain-reversed .stat__content, .stat--horizontal:not(.element--flex-center)[class*=bg--gold] .stat__content, .bg-pattern--brain-reversed .stat--horizontal:not(.element--flex-center) .stat__content, [class*=bg--gold] .stat--horizontal:not(.element--flex-center) .stat__content {
    border-top: 8px solid var(--brand-secondary);
  }
}
.stat--horizontal:not(.element--flex-center) .stat__title {
  font-size: 3.1rem;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__title {
    padding: 0 1.875rem 0.325rem 0;
    border-bottom: none;
  }
}
@media (min-width: 84.375em) {
  .stat--horizontal:not(.element--flex-center) .stat__title {
    flex-basis: 50%;
  }
}
.stat--horizontal:not(.element--flex-center).element--flex-left {
  flex-flow: wrap;
}
.stat--horizontal:not(.element--flex-center) .stat__content {
  font-size: 1.1rem;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__content {
    padding-top: 0.5rem;
    margin-top: 0.75rem;
    border-top: 8px solid var(--brand-primary);
    flex-basis: 100%;
  }
}
.stat--horizontal:not(.element--flex-center) .headline__prefix,
.stat--horizontal:not(.element--flex-center) .headline__suffix {
  font-size: 2.1rem;
  vertical-align: middle;
}
.stat--horizontal:not(.element--flex-center) .headline__prefix {
  margin-right: -3px;
}
.stat--horizontal:not(.element--flex-center) .headline__suffix {
  margin-left: -3px;
}
.stat--horizontal:not(.element--flex-center) .stat__description {
  width: 100%;
  font-size: 1.3rem;
  margin: 0.625rem 0 0;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__description {
    flex-basis: 50%;
    margin: 0;
  }
}

.stat__grid.stat--horizontal {
  margin-bottom: 0rem;
  display: flex;
  flex-wrap: wrap;
  cursor: inherit;
  transition: all 0.55s cubic-bezier(0.95, 1.25, 0.375, 1.15);
}

.stat:not(.stat--static) {
  cursor: pointer;
}

table[border] {
  border-style: solid;
  border-color: #eee;
}
table[border] td,
table[border] th {
  border-color: #eee;
}

table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--brand-secondary);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.15;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}
[class*=bg--gray] table tbody a, [class*=bg--white] table tbody a, [class*=bg--black] table tbody a, [class*=bg--gold] table tbody a, .bg-pattern--brain-reversed table tbody a, .bg--gold--pattern--brain table tbody a, .bg-pattern--brain table tbody a, .bg--white--pattern--brain table tbody a, .bg--black--pattern--brain table tbody a, .bg-pattern--brain-black table tbody a {
  color: var(--link-color);
}
@media (min-width: 768px) {
  table {
    display: table;
  }
}
table p, table ul, table ol {
  font-size: 1rem;
}
table ul p, table ol p {
  margin-bottom: 0;
}
table td,
table th {
  padding: 1.05rem;
  font-size: 1rem;
}
table th {
  color: var(--brand-secondary);
}
table th:not([align]) {
  text-align: left;
}
table thead th {
  background-color: var(--brand-primary);
  border: none;
  text-transform: uppercase;
}
table thead th a {
  color: var(--brand-secondary);
}
[class*=bg--] table thead th a {
  color: var(--brand-secondary);
}
table tbody th {
  background-color: #fff;
  border: none;
  position: static;
  left: 0;
  padding-left: 1.05rem;
}
table tbody tr:not(.is-selected):nth-child(even),
table tbody tr:not(.is-selected):nth-child(even) th {
  background-color: #f3f3f3;
}
table.table--hover-highlight tbody tr:not(.is-selected):hover, table.table--hover-highlight tbody tr:not(.is-selected):nth-child(even):hover {
  background-color: #fff3c3;
}
table.table--hover-highlight tbody tr:not(.is-selected):hover th, table.table--hover-highlight tbody tr:not(.is-selected):nth-child(even):hover th {
  background-color: #fff3c3;
}
table caption {
  width: 100%;
  padding: 1.05rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  font-weight: bold;
}
table caption a,
table caption :where(p) a:not(.bttn) {
  color: var(--brand-primary);
}
[class*=bg--] table caption a, [class*=bg--] [class*=bg--] table caption a,
[class*=bg--] table caption :where(p) a:not(.bttn),
[class*=bg--] [class*=bg--] table caption :where(p) a:not(.bttn) {
  color: var(--brand-primary);
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border-bottom-width: 0;
}
table thead td,
table thead th {
  color: var(--brand-secondary);
}
table.table--width-default {
  width: unset;
}
table.table--width-default caption {
  width: unset;
}

.table-responsive {
  overflow: auto;
}
.table-responsive caption {
  text-align: left;
}
@media (min-width: 768px) {
  .table-responsive caption {
    text-align: center;
  }
}
.table-responsive.table-sticky {
  height: 80vh;
}
.table-responsive.table-sticky thead {
  position: sticky;
  top: 0;
  border-top: 0;
}
.table-responsive.table-sticky .table--gray-borders thead th {
  position: relative;
}
.table-responsive.table-sticky .table--gray-borders thead th::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  border-left: #7c7c7c 1px solid;
  border-bottom: #ddd 1px solid;
}
.table-responsive.table-sticky .table--gray-borders thead th:first-child:before {
  border-left: none;
}
.table-responsive table {
  display: table;
}

table.table--gray-borders > tr > td, table.table--gray-borders > tr > th, table.table--gray-borders > tbody > tr > td, table.table--gray-borders > tbody > tr > th, table.table--gray-borders > tfoot > tr > td, table.table--gray-borders > tfoot > tr > th {
  border: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td, table.table--gray-borders > thead > tr > th, table.table--gray-borders > caption > td, table.table--gray-borders > caption > th {
  border: #7c7c7c 1px solid;
}
table.table--gray-borders > thead > tr > td, table.table--gray-borders > thead > tr > th {
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td:first-child, table.table--gray-borders > thead > tr > th:first-child {
  border-left: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td:last-child, table.table--gray-borders > thead > tr > th:last-child {
  border-right: #ddd 1px solid;
}

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

 html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

.fa-asterisk {
	color:red;
	font-size: 0.7em;
}
.error, .waive-error{
	color:red;
}
.safe {
background: green;
}
.over {
background: red;
}
/* #008FD5 #515127 */
.paprika { 
	font-family: 'Paprika', cursive, Arial, serif; 
	font-weight: 800; 
	color: #515127; 
	margin-top:-10px; 
	margin-bottom:50px; 
}
.paprika-h3 { font-family: 'Paprika', cursive, Arial, serif; font-weight: 600; color: #515127; margin-top: -0.1px;}
.h3top { margin-top: 20px; }
.paprika_no_margin { font-family: 'Paprika', cursive, Arial, serif; font-weight: 800; color: #515127; margin-bottom:50px; }

.title{
	border-bottom: 1px dotted #ccc; 
	clear: both;
	margin: 0 0 20px 0;
}
.titlelb{
	background-color: #515127;
}
.apinfo{
	font-size: 95%; 
	line-height: 135%; 
	color: #555;
}
.required:after { 
      color: #e32;
      content:" *"; 
}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.quote-container {
  margin-top: 50px;
  position: relative;
}

.note {
  color: #333;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-family: Satisfy;
  font-size: 30px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}

.note .author {
  display: block;
  margin: 40px 0 0 0;
  text-align: right;
}

.yellow {
  background: #eae672;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

#evaluations {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#evaluations td, #evaluations th {
    font-size: 1em;
    border: 1px solid #666;
    padding: 3px 7px 2px 7px;
}

#evaluations th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #666;
    color: #ffffff;
}

#evaluations tr.alt td {
    color: #000000;
    background-color: #DCD6D6;
}

.revieweval td{
	text-align: center;
}
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group .list-group-item:first-child{border-top:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel>.list-group:first-child .list-group-item:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tfoot>tr:first-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tfoot>tr:first-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td{border-top:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */
body{position:relative}.table code{font-size:13px;font-weight:400}.btn-outline{color:#563d7c;background-color:transparent;border-color:#563d7c}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:#fff;background-color:#563d7c;border-color:#563d7c}.btn-outline-inverse{color:#fff;background-color:transparent;border-color:#cdbfe3}.btn-outline-inverse:hover,.btn-outline-inverse:focus,.btn-outline-inverse:active{color:#563d7c;text-shadow:none;background-color:#fff;border-color:#fff}.bs-booticon{display:block;font-weight:500;color:#fff;background-color:#563d7c;border-radius:15%;cursor:default;text-align:center}.bs-booticon-sm{width:30px;height:30px;font-size:20px;line-height:28px}.bs-booticon-lg{width:144px;height:144px;font-size:108px;line-height:140px}.bs-booticon-inverse{color:#563d7c;background-color:#fff}.bs-booticon-outline{background-color:transparent;border:1px solid #cdbfe3}.bs-docs-nav{margin-bottom:0;background-color:#fff;border-bottom:0}.bs-home-nav .bs-nav-b{display:none}.bs-docs-nav .navbar-brand,.bs-docs-nav .navbar-nav>li>a{color:#563d7c;font-weight:500}.bs-docs-nav .navbar-nav>li>a:hover,.bs-docs-nav .navbar-nav>.active>a,.bs-docs-nav .navbar-nav>.active>a:hover{color:#463265;background-color:#f9f9f9}.bs-docs-nav .navbar-toggle .icon-bar{background-color:#563d7c}.bs-docs-nav .navbar-header .navbar-toggle{border-color:#fff}.bs-docs-nav .navbar-header .navbar-toggle:hover,.bs-docs-nav .navbar-header .navbar-toggle:focus{background-color:#f9f9f9;border-color:#f9f9f9}.bs-footer{padding-top:40px;padding-bottom:40px;margin-top:100px;color:#777;text-align:center;border-top:1px solid #e5e5e5}.footer-links{margin-top:20px;padding-left:0;color:#999}.footer-links li{display:inline;padding:0 2px}.footer-links li:first-child{padding-left:0}@media (min-width:768px){.bs-footer p{margin-bottom:0}}.bs-social{margin-bottom:20px;text-align:center}.bs-social-buttons{display:inline-block;margin-bottom:0;padding-left:0;list-style:none}.bs-social-buttons li{display:inline-block;line-height:1;padding:5px 8px}.bs-social-buttons .twitter-follow-button{width:225px!important}.bs-social-buttons .twitter-share-button{width:98px!important}.github-btn{border:0;overflow:hidden}.bs-masthead,.bs-header{position:relative;padding:30px 15px;color:#cdbfe3;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1);background-color:#6f5499;background-image:-webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0)}.bs-masthead .bs-booticon{margin:0 auto 30px}.bs-masthead h1{font-weight:300;line-height:1;color:#fff}.bs-masthead .lead{margin:0 auto 30px;font-size:20px;color:#fff}.bs-masthead .btn{width:100%;padding:15px 30px;font-size:20px}@media (min-width:480px){.bs-masthead .btn{width:auto}}@media (min-width:768px){.bs-masthead{padding-top:80px;padding-bottom:80px}.bs-masthead h1{font-size:60px}.bs-masthead .lead{font-size:24px}}@media (min-width:992px){.bs-masthead .lead{width:80%;font-size:30px}}.bs-header{margin-bottom:40px;font-size:20px}.bs-header h1{margin-top:0;color:#fff}.bs-header p{margin-bottom:0;font-weight:300;line-height:1.4}.bs-header .container{position:relative}@media (min-width:768px){.bs-header{padding-top:60px;padding-bottom:60px;font-size:24px;text-align:left}.bs-header h1{font-size:60px;line-height:1}}@media (min-width:992px){.bs-header h1,.bs-header p{margin-right:380px}}.carbonad{width:auto!important;margin:30px -30px -31px!important;padding:20px!important;overflow:hidden;height:auto!important;font-size:13px!important;line-height:16px!important;text-align:left;background:transparent!important;border:solid #866ab3!important;border-width:1px 0!important}.carbonad-img{margin:0!important}.carbonad-text,.carbonad-tag{float:none!important;display:block!important;width:auto!important;height:auto!important;margin-left:145px!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}.carbonad-text{padding-top:0!important}.carbonad-tag{color:inherit!important;text-align:left!important}.carbonad-text a,.carbonad-tag a{color:#fff!important}.carbonad #azcarbon>img{display:none}@media (min-width:480px){.carbonad{width:330px!important;margin:20px auto!important;border-radius:4px;border-width:1px!important}.bs-masthead .carbonad{margin:50px auto 0!important}}@media (min-width:768px){.carbonad{margin-left:0!important;margin-right:0!important}}@media (min-width:992px){.carbonad{position:absolute;top:0;right:15px;margin:0!important;padding:15px!important;width:330px!important}.bs-masthead .carbonad{position:static}}.bs-featurette{padding-top:40px;padding-bottom:40px;font-size:16px;line-height:1.5;color:#555;text-align:center;background-color:#fff;border-bottom:1px solid #e5e5e5}.bs-featurette+.bs-footer{margin-top:0;border-top:0}.bs-featurette-title{font-size:30px;font-weight:400;color:#333;margin-bottom:5px}.half-rule{width:100px;margin:40px auto}.bs-featurette h3{font-weight:400;color:#333;margin-bottom:5px}.bs-featurette-img{display:block;margin-bottom:20px;color:#333}.bs-featurette-img:hover{text-decoration:none;color:#428bca}.bs-featurette-img img{display:block;margin-bottom:15px}.bs-featured-sites{margin-left:-1px;margin-right:-1px}.bs-featured-sites .col-sm-3{padding-left:1px;padding-right:1px}@media (min-width:480px){.bs-featurette .img-responsive{margin-top:30px}}@media (min-width:768px){.bs-featurette{padding-top:100px;padding-bottom:100px}.bs-featurette-title{font-size:40px}.bs-featurette .lead{margin-left:auto;margin-right:auto;max-width:80%}.bs-featured-sites .col-sm-3:first-child img{border-top-left-radius:4px;border-bottom-left-radius:4px}.bs-featured-sites .col-sm-3:last-child img{border-top-right-radius:4px;border-bottom-right-radius:4px}.bs-featurette .img-responsive{margin-top:0}}.bs-sidebar.affix{position:static}@media (min-width:768px){.bs-sidebar{padding-left:20px}}.bs-sidenav{margin-top:20px;margin-bottom:20px}.bs-sidebar .nav>li>a{display:block;font-size:13px;font-weight:500;color:#999;padding:4px 20px}.bs-sidebar .nav>li>a:hover,.bs-sidebar .nav>li>a:focus{padding-left:19px;color:#563d7c;text-decoration:none;background-color:transparent;border-left:1px solid #563d7c}.bs-sidebar .nav>.active>a,.bs-sidebar .nav>.active:hover>a,.bs-sidebar .nav>.active:focus>a{padding-left:18px;font-weight:700;color:#563d7c;background-color:transparent;border-left:2px solid #563d7c}.bs-sidebar .nav .nav{display:none;padding-bottom:10px}.bs-sidebar .nav .nav>li>a{padding-top:2px;padding-bottom:2px;padding-left:30px;font-size:12px;font-weight:400}.bs-sidebar .nav .nav>li>a:hover,.bs-sidebar .nav .nav>li>a:focus{padding-left:29px}.bs-sidebar .nav .nav>.active>a,.bs-sidebar .nav .nav>.active:hover>a,.bs-sidebar .nav .nav>.active:focus>a{font-weight:500;padding-left:28px}@media (min-width:992px){.bs-sidebar .nav>.active>ul{display:block}.bs-sidebar.affix,.bs-sidebar.affix-bottom{width:213px}.bs-sidebar.affix{position:fixed;top:20px}.bs-sidebar.affix-bottom{position:absolute}.bs-sidebar.affix-bottom .bs-sidenav,.bs-sidebar.affix .bs-sidenav{margin-top:0;margin-bottom:0}}@media (min-width:1200px){.bs-sidebar.affix-bottom,.bs-sidebar.affix{width:263px}}.bs-docs-section{margin-bottom:60px}.bs-docs-section:last-child{margin-bottom:0}h1[id]{margin-top:0;padding-top:20px}.bs-callout{margin:20px 0;padding:20px;border-left:3px solid #eee}.bs-callout h4{margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{background-color:#fff;border-radius:3px}.bs-callout-danger{background-color:#fdf7f7;border-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{background-color:#fcf8f2;border-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{background-color:#f4f8fa;border-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{float:left;width:60px;height:60px;margin:0 5px;border-radius:3px}@media (min-width:768px){.color-swatch{width:100px;height:100px}}.color-swatches .gray-darker{background-color:#222}.color-swatches .gray-dark{background-color:#333}.color-swatches .gray{background-color:#555}.color-swatches .gray-light{background-color:#999}.color-swatches .gray-lighter{background-color:#eee}.color-swatches .brand-primary{background-color:#428bca}.color-swatches .brand-success{background-color:#5cb85c}.color-swatches .brand-warning{background-color:#f0ad4e}.color-swatches .brand-danger{background-color:#d9534f}.color-swatches .brand-info{background-color:#5bc0de}.color-swatches .bs-purple{background-color:#563d7c}.color-swatches .bs-purple-light{background-color:#c7bfd3}.color-swatches .bs-purple-lighter{background-color:#e5e1ea}.color-swatches .bs-gray{background-color:#f9f9f9}.bs-team .team-member{color:#555;line-height:32px}.bs-team .team-member:hover{color:#333;text-decoration:none}.bs-team .github-btn{float:right;margin-top:6px;width:180px;height:20px}.bs-team img{float:left;width:32px;margin-right:10px;border-radius:4px}.show-grid{margin-bottom:15px}.show-grid [class^=col-]{padding-top:10px;padding-bottom:10px;background-color:#eee;background-color:rgba(86,61,124,.15);border:1px solid #ddd;border:1px solid rgba(86,61,124,.2)}.bs-example{position:relative;padding:45px 15px 15px;margin:0 -15px 15px;background-color:#fafafa;box-shadow:inset 0 3px 6px rgba(0,0,0,.05);border-color:#e5e5e5 #eee #eee;border-style:solid;border-width:1px 0}.bs-example:after{content:"Example";position:absolute;top:15px;left:15px;font-size:12px;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:1px}.bs-example+.highlight{margin:-15px -15px 15px;border-radius:0;border-width:0 0 1px}@media (min-width:768px){.bs-example{margin-left:0;margin-right:0;background-color:#fff;border-width:1px;border-color:#ddd;border-radius:4px 4px 0 0;box-shadow:none}.bs-example+.highlight{margin-top:-16px;margin-left:0;margin-right:0;border-width:1px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}}.bs-example .container{width:auto}.bs-example>p:last-child,.bs-example>ul:last-child,.bs-example>ol:last-child,.bs-example>blockquote:last-child,.bs-example>.form-control:last-child,.bs-example>.table:last-child,.bs-example>.navbar:last-child,.bs-example>.jumbotron:last-child,.bs-example>.alert:last-child,.bs-example>.panel:last-child,.bs-example>.list-group:last-child,.bs-example>.well:last-child,.bs-example>.progress:last-child,.bs-example>.table-responsive:last-child>.table{margin-bottom:0}.bs-example>p>.close{float:none}.bs-example-type .table .type-info{color:#999;vertical-align:middle}.bs-example-type .table td{padding:15px 0;border-color:#eee}.bs-example-type .table tr:first-child td{border-top:0}.bs-example-type h1,.bs-example-type h2,.bs-example-type h3,.bs-example-type h4,.bs-example-type h5,.bs-example-type h6{margin:0}.bs-example-bg-classes p{padding:15px}.bs-example>.img-circle,.bs-example>.img-rounded,.bs-example>.img-thumbnail{margin:5px}.bs-example>.table-responsive>.table{background-color:#fff}.bs-example>.btn,.bs-example>.btn-group{margin-top:5px;margin-bottom:5px}.bs-example>.btn-toolbar+.btn-toolbar{margin-top:10px}.bs-example-control-sizing select,.bs-example-control-sizing input[type=text]+input[type=text]{margin-top:10px}.bs-example-form .input-group{margin-bottom:10px}.bs-example>textarea.form-control{resize:vertical}.bs-example>.list-group{max-width:400px}.bs-example .navbar:last-child{margin-bottom:0}.bs-navbar-top-example,.bs-navbar-bottom-example{z-index:1;padding:0;overflow:hidden}.bs-navbar-top-example .navbar-header,.bs-navbar-bottom-example .navbar-header{margin-left:0}.bs-navbar-top-example .navbar-fixed-top,.bs-navbar-bottom-example .navbar-fixed-bottom{position:relative;margin-left:0;margin-right:0}.bs-navbar-top-example{padding-bottom:45px}.bs-navbar-top-example:after{top:auto;bottom:15px}.bs-navbar-top-example .navbar-fixed-top{top:-1px}.bs-navbar-bottom-example{padding-top:45px}.bs-navbar-bottom-example .navbar-fixed-bottom{bottom:-1px}.bs-navbar-bottom-example .navbar{margin-bottom:0}@media (min-width:768px){.bs-navbar-top-example .navbar-fixed-top,.bs-navbar-bottom-example .navbar-fixed-bottom{position:absolute}.bs-navbar-top-example{border-radius:0 0 4px 4px}.bs-navbar-bottom-example{border-radius:4px 4px 0 0}}.bs-example .pagination{margin-top:10px;margin-bottom:10px}.bs-example>.pager{margin-top:0}.bs-example-modal{background-color:#f5f5f5}.bs-example-modal .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-example-modal .modal-dialog{left:auto;margin-left:auto;margin-right:auto}.bs-example>.dropdown>.dropdown-menu{position:static;display:block;margin-bottom:5px}.bs-example-tabs .nav-tabs{margin-bottom:15px}.bs-example-tooltips{text-align:center}.bs-example-tooltips>.btn{margin-top:5px;margin-bottom:5px}.bs-example-popover{padding-bottom:24px;background-color:#f9f9f9}.bs-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:20px}.scrollspy-example{position:relative;height:200px;margin-top:10px;overflow:auto}.highlight{padding:9px 14px;margin-bottom:14px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:4px}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0;white-space:nowrap}.highlight pre code{font-size:inherit;color:#333}.highlight pre .lineno{display:inline-block;width:22px;padding-right:5px;margin-right:10px;text-align:right;color:#bebec5}.table-responsive .highlight pre{white-space:normal}.bs-table th small,.responsive-utilities th small{display:block;font-weight:400;color:#999}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8!important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9!important}.responsive-utilities-test{margin-top:5px}.responsive-utilities-test .col-xs-6{margin-bottom:10px}.responsive-utilities-test span{display:block;padding:15px 10px;font-size:14px;font-weight:700;line-height:1.1;text-align:center;border-radius:4px}.visible-on .col-xs-6 .hidden-xs,.visible-on .col-xs-6 .hidden-sm,.visible-on .col-xs-6 .hidden-md,.visible-on .col-xs-6 .hidden-lg,.hidden-on .col-xs-6 .hidden-xs,.hidden-on .col-xs-6 .hidden-sm,.hidden-on .col-xs-6 .hidden-md,.hidden-on .col-xs-6 .hidden-lg{color:#999;border:1px solid #ddd}.visible-on .col-xs-6 .visible-xs,.visible-on .col-xs-6 .visible-sm,.visible-on .col-xs-6 .visible-md,.visible-on .col-xs-6 .visible-lg,.hidden-on .col-xs-6 .visible-xs,.hidden-on .col-xs-6 .visible-sm,.hidden-on .col-xs-6 .visible-md,.hidden-on .col-xs-6 .visible-lg{color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}.bs-glyphicons{margin:0 -19px 20px -16px;overflow:hidden}.bs-glyphicons-list{padding-left:0;list-style:none}.bs-glyphicons li{float:left;width:25%;height:115px;padding:10px;font-size:10px;line-height:1.4;text-align:center;border:1px solid #fff;background-color:#f9f9f9}.bs-glyphicons .glyphicon{margin-top:5px;margin-bottom:10px;font-size:24px}.bs-glyphicons .glyphicon-class{display:block;text-align:center;word-wrap:break-word}.bs-glyphicons li:hover{color:#fff;background-color:#563d7c}@media (min-width:768px){.bs-glyphicons{margin-left:0;margin-right:0}.bs-glyphicons li{width:12.5%;font-size:12px}}.bs-customizer .toggle{float:right;margin-top:25px}.bs-customizer label{margin-top:10px;font-weight:500;color:#555}.bs-customizer h2{margin-top:0;margin-bottom:5px;padding-top:30px}.bs-customizer h3{margin-bottom:0}.bs-customizer h4{margin-top:15px;margin-bottom:0}.bs-customizer .bs-callout h4{margin-top:0;margin-bottom:5px}.bs-customizer input[type=text]{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;background-color:#fafafa}.bs-customizer .help-block{font-size:12px;margin-bottom:5px}#less-section label{font-weight:400}.bs-customizer-input{float:left;width:33.333333%;padding-left:15px;padding-right:15px}.bs-customize-download .btn-outline{padding:20px}.bs-customizer-alert{position:fixed;top:51px;left:0;right:0;z-index:1030;padding:15px 0;color:#fff;background-color:#d9534f;box-shadow:inset 0 1px 0 rgba(255,255,255,.25);border-bottom:1px solid #b94441}.bs-customizer-alert .close{margin-top:-4px;font-size:24px}.bs-customizer-alert p{margin-bottom:0}.bs-customizer-alert .glyphicon{margin-right:5px}.bs-customizer-alert pre{margin:10px 0 0;color:#fff;background-color:#a83c3a;border-color:#973634;box-shadow:inset 0 2px 4px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}.bs-brand-logos{display:table;width:100%;margin-bottom:15px;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:4px}.bs-brand-item{padding:60px 0;text-align:center}.bs-brand-item+.bs-brand-item{border-top:1px solid #fff}.bs-brand-logos .inverse{color:#fff;background-color:#563d7c}.bs-brand-item h1,.bs-brand-item h3{margin-top:0;margin-bottom:0}.bs-brand-item .bs-booticon{margin-left:auto;margin-right:auto}.bs-brand-item .glyphicon{width:30px;height:30px;margin:10px auto -10px;line-height:30px;color:#fff;border-radius:50%}.bs-brand-item .glyphicon-ok{background-color:#5cb85c}.bs-brand-item .glyphicon-remove{background-color:#d9534f}@media (min-width:768px){.bs-brand-item{display:table-cell;width:1%}.bs-brand-item+.bs-brand-item{border-top:0;border-left:1px solid #fff}.bs-brand-item h1{font-size:60px}}.bs-examples .thumbnail{margin-bottom:10px}.bs-examples h4{margin-bottom:5px}.bs-examples p{margin-bottom:20px}#focusedInput{border-color:#ccc;border-color:rgba(82,168,236,.8);outline:0;outline:thin dotted \9;-moz-box-shadow:0 0 8px rgba(82,168,236,.6);box-shadow:0 0 8px rgba(82,168,236,.6)}.hll{background-color:#ffc}.c{color:#999}.err{color:#A00;background-color:#FAA}.k{color:#069}.o{color:#555}.cm{color:#09F;font-style:italic}.cp{color:#099}.c1{color:#999}.cs{color:#999}.gd{background-color:#FCC;border:1px solid #C00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#CFC;border:1px solid #0C0}.go{color:#AAA}.gp{color:#009}.gu{color:#030}.gt{color:#9C6}.kc{color:#069}.kd{color:#069}.kn{color:#069}.kp{color:#069}.kr{color:#069}.kt{color:#078}.m{color:#F60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0A8}.no{color:#360}.nd{color:#99F}.ni{color:#999}.ne{color:#C00}.nf{color:#C0F}.nl{color:#99F}.nn{color:#0CF}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf{color:#F60}.mh{color:#F60}.mi{color:#F60}.mo{color:#F60}.sb{color:#C30}.sc{color:#C30}.sd{color:#C30;font-style:italic}.s2{color:#C30}.se{color:#C30}.sh{color:#C30}.si{color:#A00}.sx{color:#C30}.sr{color:#3AA}.s1{color:#C30}.ss{color:#FC3}.bp{color:#366}.vc{color:#033}.vg{color:#033}.vi{color:#033}.il{color:#F60}.css .o,.css .o+.nt,.css .nt+.nt{color:#999}
.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}
/**
 * Default Look and Feel
 */

.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}
