:root { --fa-burgundy:        #6e1423;
--fa-burgundy-dark:   #4b0d18;
--fa-burgundy-soft:   #8c2233;
--fa-gold:            #a8842f;
--fa-gold-light:      #d9c48a;
--fa-gold-wash:       #f5eeda;
--fa-paper:           #ffffff;
--fa-ivory:           #fbf9f4;
--fa-ivory-deep:      #f4f0e6;
--fa-ink:             #1f1b18;
--fa-ink-soft:        #433d37;
--fa-muted:           #6b645c;
--fa-rule:            #e2dbca;
--fa-rule-strong:     #cfc5ae; --fa-font-display: "Cormorant Garamond", "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
--fa-font-body:    "Source Serif 4", Georgia, Cambria, "Times New Roman", serif;
--fa-font-ui:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--fa-fs-base:  1.0625rem; --fa-lh-base:  1.75;
--fa-measure:  68ch;  --fa-space-1: 0.25rem;
--fa-space-2: 0.5rem;
--fa-space-3: 0.75rem;
--fa-space-4: 1rem;
--fa-space-5: 1.5rem;
--fa-space-6: 2rem;
--fa-space-7: 3rem;
--fa-space-8: 4rem;
--fa-space-9: 6rem;
--fa-container: 1180px;
--fa-container-narrow: 820px;
--fa-radius: 2px; --fa-shadow: 0 1px 2px rgba(31, 27, 24, .06), 0 8px 24px rgba(31, 27, 24, .05);
--fa-shadow-lift: 0 2px 4px rgba(31, 27, 24, .08), 0 16px 40px rgba(31, 27, 24, .10);
--fa-transition: 160ms ease;
} *, *::before, *::after { box-sizing: border-box; }
html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
}
}
body {
margin: 0; overflow-x: clip;
background: var(--fa-ivory);
color: var(--fa-ink);
font-family: var(--fa-font-body);
font-size: var(--fa-fs-base);
line-height: var(--fa-lh-base);
font-kerning: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }
hr {
border: 0;
border-top: 1px solid var(--fa-rule);
margin: var(--fa-space-7) 0;
} h1, h2, h3, h4, h5, h6 {
font-family: var(--fa-font-display);
color: var(--fa-burgundy-dark);
font-weight: 600;
line-height: 1.2;
margin: 0 0 var(--fa-space-4);
letter-spacing: .005em;
}
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.15rem); }
h2 { font-size: clamp(1.6rem, 1.25rem + 1.6vw, 2.35rem); }
h3 { font-size: clamp(1.35rem, 1.15rem + 0.9vw, 1.75rem); }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.1rem; }
h6 {
font-family: var(--fa-font-ui);
font-size: .8rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--fa-gold);
}
p { margin: 0 0 var(--fa-space-5); }
a {
color: var(--fa-burgundy);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: .18em;
text-decoration-color: var(--fa-gold-light);
transition: color var(--fa-transition), text-decoration-color var(--fa-transition);
}
a:hover, a:focus { color: var(--fa-gold); text-decoration-color: currentColor; }
:focus-visible {
outline: 2px solid var(--fa-gold);
outline-offset: 2px;
}
blockquote {
margin: var(--fa-space-6) 0;
padding: var(--fa-space-2) 0 var(--fa-space-2) var(--fa-space-5);
border-left: 3px solid var(--fa-gold);
font-size: 1.2rem;
font-style: italic;
color: var(--fa-ink-soft);
}
blockquote cite {
display: block;
margin-top: var(--fa-space-3);
font-family: var(--fa-font-ui);
font-size: .8rem;
font-style: normal;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--fa-muted);
}
code, kbd, pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: .9em;
}
pre {
background: var(--fa-ivory-deep);
border: 1px solid var(--fa-rule);
padding: var(--fa-space-5);
overflow-x: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin: 0 0 var(--fa-space-6);
font-size: .95rem;
}
th, td {
padding: var(--fa-space-3) var(--fa-space-4);
border-bottom: 1px solid var(--fa-rule);
text-align: left;
vertical-align: top;
}
th {
font-family: var(--fa-font-ui);
font-size: .78rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--fa-burgundy);
background: var(--fa-ivory-deep);
border-bottom-color: var(--fa-rule-strong);
} .fa-table-scroll { overflow-x: auto; }
ul, ol { padding-left: 1.35rem; margin: 0 0 var(--fa-space-5); }
li { margin-bottom: var(--fa-space-2); } .fa-container {
width: 100%;
max-width: var(--fa-container);
margin-inline: auto;
padding-inline: var(--fa-space-5);
}
.fa-container--narrow { max-width: var(--fa-container-narrow); }
.fa-section { padding-block: var(--fa-space-8); }
.fa-section--tight { padding-block: var(--fa-space-7); }
.fa-section--paper { background: var(--fa-paper); }
.fa-section--ivory { background: var(--fa-ivory-deep); }
.fa-grid { display: grid; gap: var(--fa-space-6); }
.fa-grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.fa-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.fa-grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.screen-reader-text {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.skip-link {
position: absolute;
left: -9999px;
top: 0;
z-index: 999;
padding: var(--fa-space-3) var(--fa-space-5);
background: var(--fa-burgundy);
color: #fff;
font-family: var(--fa-font-ui);
font-size: .9rem;
text-decoration: none;
}
.skip-link:focus { left: var(--fa-space-4); top: var(--fa-space-4); color: #fff; } .fa-section-head { margin-bottom: var(--fa-space-6); }
.fa-eyebrow {
display: block;
font-family: var(--fa-font-ui);
font-size: .72rem;
font-weight: 600;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--fa-gold);
margin-bottom: var(--fa-space-2);
}
.fa-section-title { margin-bottom: var(--fa-space-3); }
.fa-rule-gold {
display: block;
width: 68px;
height: 2px;
background: var(--fa-gold);
margin-bottom: var(--fa-space-5);
}
.fa-section-head--center { text-align: center; }
.fa-section-head--center .fa-rule-gold { margin-inline: auto; }
.fa-lede {
font-size: 1.15rem;
color: var(--fa-ink-soft);
max-width: var(--fa-measure);
} .fa-btn {
display: inline-flex;
align-items: center;
gap: var(--fa-space-2);
padding: .7rem 1.5rem;
font-family: var(--fa-font-ui);
font-size: .82rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
text-decoration: none;
border: 1px solid var(--fa-burgundy);
background: var(--fa-burgundy);
color: #fff;
border-radius: var(--fa-radius);
cursor: pointer;
transition: background var(--fa-transition), color var(--fa-transition), border-color var(--fa-transition);
}
.fa-btn:hover, .fa-btn:focus {
background: var(--fa-burgundy-dark);
border-color: var(--fa-burgundy-dark);
color: #fff;
}
.fa-btn--ghost {
background: transparent;
color: var(--fa-burgundy);
}
.fa-btn--ghost:hover, .fa-btn--ghost:focus {
background: var(--fa-burgundy);
color: #fff;
}
.fa-btn--gold {
background: var(--fa-gold);
border-color: var(--fa-gold);
color: #fff;
}
.fa-btn--gold:hover, .fa-btn--gold:focus {
background: #8d6d21;
border-color: #8d6d21;
} .wp-block-button__link,
input[type="submit"],
button[type="submit"],
.wpcf7 input[type="submit"] {
font-family: var(--fa-font-ui);
font-size: .82rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
padding: .7rem 1.5rem;
background: var(--fa-burgundy);
border: 1px solid var(--fa-burgundy);
color: #fff;
border-radius: var(--fa-radius);
cursor: pointer;
transition: background var(--fa-transition);
}
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover { background: var(--fa-burgundy-dark); } input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="tel"], input[type="number"], input[type="date"],
select, textarea {
width: 100%;
padding: .65rem .85rem;
font-family: var(--fa-font-body);
font-size: 1rem;
color: var(--fa-ink);
background: var(--fa-paper);
border: 1px solid var(--fa-rule-strong);
border-radius: var(--fa-radius);
transition: border-color var(--fa-transition), box-shadow var(--fa-transition);
}
input:focus, select:focus, textarea:focus {
border-color: var(--fa-gold);
box-shadow: 0 0 0 3px rgba(168, 132, 47, .15);
outline: none;
}
label {
display: block;
font-family: var(--fa-font-ui);
font-size: .82rem;
font-weight: 600;
letter-spacing: .04em;
color: var(--fa-ink-soft);
margin-bottom: var(--fa-space-2);
} .wpcf7-form {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: start;
gap: var(--fa-space-5) var(--fa-space-6);
max-width: 960px;
} .wpcf7-form div:not([style*="none"]):not(.wpcf7-response-output) { display: contents !important; }
.wpcf7-form label[style*="margin-bottom"] { margin-bottom: 0 !important; }
.wpcf7-form p { margin: 0; } .wpcf7-form p:has( textarea ),
.wpcf7-form p:has( input[type="submit"] ),
.wpcf7-form .wpcf7-response-output { grid-column: 1 / -1; }
.wpcf7-form label {
display: block;
font-family: var(--fa-font-ui);
font-size: .84rem;
font-weight: 600;
letter-spacing: .01em;
color: var(--fa-ink-soft);
margin-bottom: 0;
text-transform: none;
} .wpcf7-form label sup {
color: var(--fa-burgundy);
font-size: .9em;
vertical-align: baseline;
margin-left: 2px;
}
.wpcf7-form label br,
.wpcf7-form p > br { display: none; }
.wpcf7-form .wpcf7-form-control-wrap { display: block; margin-top: var(--fa-space-2); }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 100%; min-width: 0;
height: auto;
}
.wpcf7-form textarea { min-height: 8rem; resize: vertical; } .wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
display: flex;
flex-wrap: wrap;
gap: var(--fa-space-2) var(--fa-space-5);
margin-top: var(--fa-space-3);
}
.wpcf7-form .wpcf7-list-item { margin: 0; }
.wpcf7-form .wpcf7-list-item label {
display: inline-flex;
align-items: center;
gap: var(--fa-space-2);
margin: 0;
font-weight: 400;
color: var(--fa-ink);
cursor: pointer;
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
width: 1.05rem;
height: 1.05rem;
margin: 0;
accent-color: var(--fa-burgundy);
cursor: pointer;
} .wpcf7-form input[type="file"] {
width: 100%;
padding: .5rem;
font-family: var(--fa-font-ui);
font-size: .85rem;
color: var(--fa-ink-soft);
background: var(--fa-paper);
border: 1px dashed var(--fa-rule-strong);
border-radius: var(--fa-radius);
cursor: pointer;
}
.wpcf7-form input[type="file"]::file-selector-button {
margin-right: var(--fa-space-4);
padding: .45rem 1rem;
font-family: var(--fa-font-ui);
font-size: .78rem;
font-weight: 600;
letter-spacing: .08em;
text-transform: uppercase;
color: #fff;
background: var(--fa-burgundy);
border: 0;
border-radius: var(--fa-radius);
cursor: pointer;
}
.wpcf7-form input[type="file"]::file-selector-button:hover { background: var(--fa-burgundy-dark); }
.wpcf7-form input[type="submit"] { margin-top: var(--fa-space-2); }
.wpcf7-not-valid-tip {
font-family: var(--fa-font-ui);
font-size: .78rem;
color: #a02020;
margin-top: var(--fa-space-2);
}
.wpcf7-form .wpcf7-not-valid { border-color: #a02020; }
.wpcf7 form .wpcf7-response-output {
margin: var(--fa-space-5) 0 0;
padding: var(--fa-space-3) var(--fa-space-4);
border-width: 1px;
border-radius: var(--fa-radius);
font-family: var(--fa-font-ui);
font-size: .9rem;
}
@media (max-width: 600px) {
.wpcf7-form { grid-template-columns: minmax(0, 1fr); gap: var(--fa-space-4); }
} .fa-announce {
background: var(--fa-burgundy-dark);
color: #f3e7cf;
font-family: var(--fa-font-ui);
font-size: .86rem;
line-height: 1.5;
border-bottom: 1px solid rgba(255, 255, 255, .08);
position: relative;
}
.fa-announce__inner {
display: flex;
align-items: center;
gap: var(--fa-space-4);
min-height: 44px;
padding-block: var(--fa-space-2);
}
.fa-announce__label {
flex: none;
font-size: .68rem;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--fa-gold-light);
padding-right: var(--fa-space-4);
border-right: 1px solid rgba(217, 196, 138, .35);
} .fa-announce__viewport { flex: 1 1 auto; min-width: 0; } .fa-announce__track {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: var(--fa-space-3) var(--fa-space-6);
}
.fa-announce__item { color: #f3e7cf; text-decoration: none; }
.fa-announce__item a { color: var(--fa-gold-light); }
.fa-announce__item a:hover { color: #fff; } @media (max-width: 782px) {
.fa-announce__inner { flex-direction: column; gap: var(--fa-space-2); padding-block: var(--fa-space-3); }
.fa-announce__label { padding-right: 0; border-right: 0; }
.fa-announce__track { text-align: center; gap: var(--fa-space-2); }
} .fa-topbar {
background: var(--fa-ivory-deep);
border-bottom: 1px solid var(--fa-rule);
font-family: var(--fa-font-ui);
font-size: .8rem;
color: var(--fa-muted);
}
.fa-topbar__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--fa-space-4);
min-height: 38px;
flex-wrap: wrap;
}
.fa-topbar a { color: var(--fa-muted); text-decoration: none; }
.fa-topbar a:hover { color: var(--fa-burgundy); }
.fa-topbar__contact { display: flex; gap: var(--fa-space-5); flex-wrap: wrap; }
.fa-topbar__links { display: flex; gap: var(--fa-space-4); align-items: center; } .fa-header {
position: sticky;
top: 0;
z-index: 100;
background: rgba(255, 255, 255, .97);
backdrop-filter: saturate(180%) blur(8px);
-webkit-backdrop-filter: saturate(180%) blur(8px);
border-bottom: 1px solid var(--fa-rule);
transition: box-shadow var(--fa-transition);
} .fa-header.is-scrolled { box-shadow: var(--fa-shadow); } .fa-header > .fa-container { max-width: 1360px; }
.fa-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--fa-space-5);
min-height: 88px;
}
.fa-brand {
display: flex;
align-items: center;
gap: var(--fa-space-3);
text-decoration: none; flex: 0 0 auto;
}
.fa-brand__text { display: flex; flex-direction: column; line-height: 1.08; } .fa-brand__title {
font-family: var(--fa-font-display);
font-size: clamp(1.35rem, 1.05rem + .95vw, 1.95rem);
font-weight: 700;
color: var(--fa-burgundy-dark);
margin: 0;
letter-spacing: .01em;
white-space: nowrap;
} .fa-crest {
flex: none;
display: inline-flex;
align-items: center;
justify-content: center;
}
.fa-crest img { width: auto; height: auto; object-fit: contain; }
.fa-crest--header img { max-height: 66px; max-width: 66px; }
.fa-crest--footer { margin-bottom: var(--fa-space-4); } .fa-crest--footer img {
max-height: 70px;
max-width: 70px;
}
@media (max-width: 782px) {
.fa-crest--header img { max-height: 52px; max-width: 52px; }
}
.fa-brand:hover .fa-brand__title { color: var(--fa-burgundy); }
.fa-brand__tagline {
font-family: var(--fa-font-ui);
font-size: .56rem;
font-weight: 700;
letter-spacing: .15em;
text-transform: uppercase;
color: var(--fa-gold);
margin-top: 3px;
white-space: nowrap;
} @media (max-width: 782px) {
.fa-brand__title { font-size: 1.5rem; }
.fa-brand__tagline { font-size: .5rem; letter-spacing: .05em; }
} .fa-nav { display: flex; align-items: center; min-width: 0; }
.fa-menu {
display: flex;
align-items: center; flex-wrap: wrap;
justify-content: flex-end;
gap: 2px;
list-style: none;
margin: 0;
padding: 0;
}
.fa-menu li { position: relative; margin: 0; }
.fa-menu > li > a {
display: inline-flex;
align-items: center;
gap: .3rem; padding: .55rem clamp(.26rem, -.30rem + .68vw, .68rem);
border-radius: var(--fa-radius);
font-family: var(--fa-font-ui);
font-size: clamp(.72rem, .49rem + .28vw, .845rem);
font-weight: 600;
line-height: 1.2;
color: var(--fa-burgundy-dark);
text-decoration: none;
white-space: nowrap;
transition: background var(--fa-transition), color var(--fa-transition), box-shadow var(--fa-transition);
}
.fa-menu > li > a:hover,
.fa-menu > li > a:focus-visible,
.fa-menu > li.is-open > a { background: var(--fa-ivory-deep); color: var(--fa-burgundy); }
.fa-menu > li.current-menu-item > a,
.fa-menu > li.current-menu-ancestor > a,
.fa-menu > li.current_page_item > a,
.fa-menu > li.current_page_ancestor > a {
color: var(--fa-burgundy);
box-shadow: inset 0 -2px 0 var(--fa-gold);
} @media (min-width: 1201px) and (max-width: 1500px) {
.fa-header__inner { gap: var(--fa-space-3); }
.fa-menu__cta { margin-left: var(--fa-space-2); }
.fa-menu__cta .fa-btn { padding-inline: .8rem; font-size: .72rem; }
}  @media (min-width: 1201px) and (max-width: 1400px) {
.fa-header__inner { gap: var(--fa-space-3); }
} .fa-menu ul {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 252px;
list-style: none;
margin: 0;
padding: .35rem;
background: var(--fa-paper);
border: 1px solid var(--fa-rule);
border-top: 2px solid var(--fa-gold);
border-radius: var(--fa-radius);
box-shadow: var(--fa-shadow-lift);
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity var(--fa-transition), transform var(--fa-transition), visibility var(--fa-transition);
z-index: 50;
}
.fa-menu li:hover > ul,
.fa-menu li:focus-within > ul,
.fa-menu li.is-open > ul { opacity: 1; visibility: visible; transform: translateY(0); } .fa-menu ul ul { top: -.35rem; left: 100%; margin-left: 2px; border-top-width: 1px; border-left: 2px solid var(--fa-gold); } .fa-menu ul li.fa-flip > ul {
left: auto;
right: 100%;
margin: 0 2px 0 0;
border-left: 1px solid var(--fa-rule);
border-right: 2px solid var(--fa-gold);
}
.fa-menu ul a {
display: block;
padding: .5rem .7rem;
border-radius: var(--fa-radius);
font-family: var(--fa-font-ui);
font-size: .875rem;
font-weight: 500;
line-height: 1.4;
color: var(--fa-ink-soft);
text-decoration: none;
transition: background var(--fa-transition), color var(--fa-transition);
}
.fa-menu ul a:hover,
.fa-menu ul a:focus-visible { background: var(--fa-gold-wash); color: var(--fa-burgundy); }
.fa-menu ul li.current-menu-item > a,
.fa-menu ul li.current_page_item > a {
color: var(--fa-burgundy);
font-weight: 700;
background: rgba(168, 132, 47, .12);
box-shadow: inset 3px 0 0 var(--fa-gold);
}
.fa-menu .fa-caret {
display: inline-block;
width: 0; height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid currentColor;
opacity: .65;
flex: none;
}
.fa-menu ul .fa-caret {
position: absolute;
right: .8rem;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
} .fa-menu__cta { margin-left: var(--fa-space-3); }
.fa-menu__cta a { white-space: nowrap; }  .fa-nav-toggle {
display: none;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
padding: 0;
background: transparent;
border: 1px solid var(--fa-rule-strong);
border-radius: var(--fa-radius);
color: var(--fa-burgundy-dark);
cursor: pointer;
transition: background var(--fa-transition), color var(--fa-transition), border-color var(--fa-transition);
}
.fa-nav-toggle:hover,
.fa-nav-toggle[aria-expanded="true"] {
background: var(--fa-burgundy);
border-color: var(--fa-burgundy);
color: #fff;
}
.fa-nav-toggle__bars {
display: block;
position: relative;
width: 20px;
height: 2px;
background: currentColor;
}
.fa-nav-toggle__bars::before,
.fa-nav-toggle__bars::after {
content: "";
position: absolute;
left: 0;
width: 20px;
height: 2px;
background: currentColor;
transition: transform var(--fa-transition), top var(--fa-transition);
}
.fa-nav-toggle__bars::before { top: -6px; }
.fa-nav-toggle__bars::after  { top: 6px; } .fa-menu__head { display: none; }
.fa-nav-backdrop {
position: fixed;
inset: 0;
background: rgba(35, 8, 14, .45);
opacity: 0;
visibility: hidden;
transition: opacity 300ms ease, visibility 300ms ease;
z-index: 80;
}
.fa-nav-backdrop.is-open { opacity: 1; visibility: visible; }
.fa-submenu-toggle {
display: none;
position: absolute;
top: 0;
right: 0;
width: 56px;
height: 52px;
background: transparent;
border: 0;
border-left: 1px solid var(--fa-rule);
color: var(--fa-burgundy);
cursor: pointer;
} @media (max-width: 1200px) { .fa-header__inner {
min-height: 68px;
justify-content: flex-start;
gap: 0;
}
.fa-nav-toggle { margin-left: auto; } .fa-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--fa-paper); }
.fa-nav-toggle { display: inline-flex; }
.fa-menu {
position: fixed;
inset: 0 0 0 auto;
width: min(90vw, 380px);
flex-direction: column;
align-items: stretch; justify-content: flex-start;
flex-wrap: nowrap;
gap: 0;
padding: 0 0 var(--fa-space-7);
background: var(--fa-paper);
border-left: 4px solid var(--fa-gold);
box-shadow: -20px 0 60px rgba(31, 27, 24, .22);
transform: translateX(100%);
transition: transform 300ms cubic-bezier(.22, .9, .3, 1);
overflow-y: auto;
overscroll-behavior: contain;
z-index: 90;
}
.fa-menu.is-open { transform: translateX(0); }
.fa-menu__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--fa-space-4);
padding: var(--fa-space-4) var(--fa-space-5);
border-bottom: 1px solid var(--fa-rule);
background: var(--fa-ivory-deep);
position: sticky;
top: 0;
z-index: 2;
}
.fa-menu__head-title {
font-family: var(--fa-font-ui);
font-size: .72rem;
font-weight: 700;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--fa-gold);
}
.fa-menu__close {
width: 38px; height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
border: 1px solid var(--fa-rule-strong);
border-radius: 50%;
color: var(--fa-burgundy);
font-size: 1.2rem;
line-height: 1;
cursor: pointer;
}
.fa-menu__close:hover { background: var(--fa-burgundy); color: #fff; border-color: var(--fa-burgundy); }
.fa-menu > li > a,
.fa-menu ul a {
display: flex;
width: 100%;
padding: .9rem 1.25rem;
border-radius: 0;
font-size: 1rem;
border-bottom: 1px solid var(--fa-rule);
}
.fa-menu > li > a:hover,
.fa-menu > li.is-open > a { background: var(--fa-ivory-deep); }
.fa-menu > li.current-menu-item > a,
.fa-menu > li.current_page_item > a {
box-shadow: inset 3px 0 0 var(--fa-gold);
background: var(--fa-ivory-deep);
} .fa-menu ul,
.fa-menu ul ul {
position: static;
opacity: 1;
visibility: visible;
transform: none;
display: none;
min-width: 0;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
background: var(--fa-ivory);
}
.fa-menu li.is-open > ul { display: block; }
.fa-menu ul a { padding-left: 2.2rem; font-size: .95rem; color: var(--fa-ink-soft); }
.fa-menu ul ul a { padding-left: 3.1rem; background: var(--fa-ivory-deep); }
.fa-menu .fa-caret { display: none; }
.fa-submenu-toggle { display: block; }
.fa-submenu-toggle::before {
content: "";
position: absolute;
top: 50%; left: 50%;
width: 8px; height: 8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translate(-50%, -65%) rotate(45deg);
transition: transform var(--fa-transition);
}
.fa-submenu-toggle[aria-expanded="true"]::before { transform: translate(-50%, -35%) rotate(-135deg); }
.fa-menu__cta { margin: var(--fa-space-5) 1.25rem 0; }
.fa-menu__cta a { display: flex; justify-content: center; } body.fa-nav-open { overflow: hidden; }
}
@media (max-width: 782px) {
.fa-topbar__inner { justify-content: center; }
} .fa-hero {
position: relative;
background: var(--fa-burgundy-dark);
color: #fff;
overflow: hidden;
}
.fa-hero__media { position: relative; }
.fa-hero__media img { width: 100%; object-fit: cover; }
.fa-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(35, 8, 14, .82) 0%, rgba(35, 8, 14, .55) 45%, rgba(35, 8, 14, .12) 100%);
display: flex;
align-items: center;
}
.fa-hero__content { max-width: 640px; padding-block: var(--fa-space-8); }
.fa-hero__eyebrow {
font-family: var(--fa-font-ui);
font-size: .72rem;
font-weight: 600;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--fa-gold-light);
margin-bottom: var(--fa-space-3);
}
.fa-hero__title {
color: #fff;
font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem);
margin-bottom: var(--fa-space-4);
text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.fa-hero__text {
font-size: 1.15rem;
color: rgba(255, 255, 255, .9);
max-width: 52ch;
margin-bottom: var(--fa-space-6);
}
.fa-hero__actions { display: flex; flex-wrap: wrap; gap: var(--fa-space-3); }
.fa-hero .fa-btn { border-color: var(--fa-gold); background: var(--fa-gold); }
.fa-hero .fa-btn:hover { background: #8d6d21; border-color: #8d6d21; }
.fa-hero .fa-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .6); }
.fa-hero .fa-btn--ghost:hover { background: #fff; color: var(--fa-burgundy-dark); border-color: #fff; } .fa-slider {
position: relative;
background: var(--fa-burgundy-dark);
overflow: hidden;
} .fa-slider__viewport {
position: relative;
aspect-ratio: 956 / 350;
max-height: 560px;
min-height: 320px;
}
.fa-slide {
position: absolute;
inset: 0;
opacity: 0;
visibility: hidden;
transition: opacity 700ms ease, visibility 700ms ease;
}
.fa-slide.is-active { opacity: 1; visibility: visible; z-index: 2; } .no-js .fa-slide:not(.is-active) { display: none; }
.fa-slide__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; animation: fa-kenburns 16s ease-out both;
}
.fa-slide.is-active .fa-slide__image { animation-play-state: running; }
@keyframes fa-kenburns {
from { transform: scale(1.0) translate3d(0, 0, 0); }
to   { transform: scale(1.08) translate3d(0, -1.2%, 0); }
} .fa-slide__scrim {
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(35, 8, 14, .88) 0%, rgba(35, 8, 14, .70) 38%, rgba(35, 8, 14, .28) 68%, rgba(35, 8, 14, .12) 100%),
linear-gradient(180deg, rgba(35, 8, 14, .35) 0%, transparent 30%, rgba(35, 8, 14, .40) 100%);
z-index: 1;
}
.fa-slide__body {
position: relative;
z-index: 2;
display: flex;
align-items: center;
height: 100%;
}
.fa-slide__content { max-width: 620px; }  .fa-slide--align-right .fa-slide__content { margin-left: auto; }
.fa-slide--align-right .fa-slide__scrim {
background:
linear-gradient(270deg, rgba(35, 8, 14, .88) 0%, rgba(35, 8, 14, .70) 38%, rgba(35, 8, 14, .28) 68%, rgba(35, 8, 14, .12) 100%),
linear-gradient(180deg, rgba(35, 8, 14, .35) 0%, transparent 30%, rgba(35, 8, 14, .40) 100%);
} .fa-slide--align-bottom .fa-slide__body { align-items: flex-end; padding-bottom: var(--fa-space-7); }
.fa-slide--align-bottom .fa-slide__content { max-width: 760px; }
.fa-slide--align-bottom .fa-slide__scrim {
background: linear-gradient(180deg, rgba(35, 8, 14, .18) 0%, transparent 34%, rgba(35, 8, 14, .58) 68%, rgba(35, 8, 14, .90) 100%);
} .fa-slide--align-under { display: flex; flex-direction: column; }
.fa-slide--align-under .fa-slide__image,
.fa-slide--align-under .fa-slide__motif {
position: relative;
inset: auto;
width: 100%;
height: auto;
aspect-ratio: 956 / 350;
}
.fa-slide--align-under .fa-slide__scrim { display: none; }
.fa-slide--align-under .fa-slide__body {
position: relative;
height: auto;
background: var(--fa-burgundy-dark);
padding-block: var(--fa-space-6);
}
.fa-slide--align-under .fa-slide__content { max-width: none; }
.fa-slide--align-under .fa-slide__title { text-shadow: none; } .fa-slider__viewport:has( .fa-slide--align-under.is-active ) {
aspect-ratio: auto;
height: auto;
max-height: none;
}
.fa-slide--align-under.is-active { position: relative; }
.fa-slide__eyebrow {
font-family: var(--fa-font-ui);
font-size: .72rem;
font-weight: 600;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--fa-gold-light);
margin-bottom: var(--fa-space-3);
}
.fa-slide__title {
color: #fff;
font-size: clamp(1.9rem, 1.2rem + 2.8vw, 3.2rem);
margin-bottom: var(--fa-space-4);
text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}
.fa-slide__text {
font-size: 1.12rem;
color: rgba(255, 255, 255, .9);
max-width: 52ch;
margin-bottom: var(--fa-space-6);
} .fa-slide.is-active .fa-slide__eyebrow,
.fa-slide.is-active .fa-slide__title,
.fa-slide.is-active .fa-slide__text,
.fa-slide.is-active .fa-slide__content .fa-btn {
animation: fa-slide-rise 700ms cubic-bezier(.22, .9, .3, 1) both;
}
.fa-slide.is-active .fa-slide__title { animation-delay: 90ms; }
.fa-slide.is-active .fa-slide__text { animation-delay: 170ms; }
.fa-slide.is-active .fa-slide__content .fa-btn { animation-delay: 250ms; }
@keyframes fa-slide-rise {
from { opacity: 0; transform: translateY(18px); }
to   { opacity: 1; transform: translateY(0); }
} .fa-slide__motif {
position: absolute;
inset: 0;
background: radial-gradient(circle at 68% 46%, #7d1a2c 0%, #5a1020 45%, #3d0a15 100%);
overflow: hidden;
}
.fa-slide__rays {
position: absolute;
top: 46%;
left: 68%;
width: 150vmax;
height: 150vmax;
transform: translate(-50%, -50%);
background: repeating-conic-gradient(
from 0deg at 50% 50%,
rgba(217, 196, 138, .16) 0deg 3deg,
transparent 3deg 11deg
);
animation: fa-rays 90s linear infinite;
}
.fa-slide__halo {
position: absolute;
top: 46%;
left: 68%;
width: clamp(220px, 26vw, 380px);
aspect-ratio: 1;
transform: translate(-50%, -50%);
border-radius: 50%;
background: radial-gradient(circle, rgba(245, 238, 218, .30) 0%, rgba(217, 196, 138, .14) 42%, transparent 70%);
box-shadow: 0 0 0 1px rgba(217, 196, 138, .22), 0 0 0 14px rgba(217, 196, 138, .07);
}
@keyframes fa-rays {
to { transform: translate(-50%, -50%) rotate(360deg); }
} .fa-slider__arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 4;
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(35, 8, 14, .42);
border: 1px solid rgba(217, 196, 138, .45);
border-radius: 50%;
color: #fff;
cursor: pointer;
transition: background var(--fa-transition), border-color var(--fa-transition);
}
.fa-slider__arrow:hover,
.fa-slider__arrow:focus-visible { background: var(--fa-gold); border-color: var(--fa-gold); }
.fa-slider__arrow--prev { left: var(--fa-space-4); }
.fa-slider__arrow--next { right: var(--fa-space-4); }
.fa-slider__chevron {
width: 11px;
height: 11px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
}
.fa-slider__arrow--prev .fa-slider__chevron { transform: rotate(-135deg); margin-left: 4px; }
.fa-slider__arrow--next .fa-slider__chevron { transform: rotate(45deg); margin-right: 4px; }
.fa-slider__controls {
position: absolute;
left: 0;
right: 0;
bottom: var(--fa-space-5);
z-index: 4;
display: flex;
align-items: center;
justify-content: center;
gap: var(--fa-space-4);
}
.fa-slider__dots { display: flex; gap: var(--fa-space-2); }
.fa-slider__dot {
width: 34px;
height: 4px;
padding: 0;
background: rgba(255, 255, 255, .35);
border: 0;
border-radius: 2px;
cursor: pointer;
transition: background var(--fa-transition), width var(--fa-transition);
}
.fa-slider__dot:hover { background: rgba(255, 255, 255, .6); }
.fa-slider__dot.is-active { background: var(--fa-gold-light); width: 52px; }
.fa-slider__pause {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
border: 1px solid rgba(217, 196, 138, .45);
border-radius: 50%;
color: var(--fa-gold-light);
cursor: pointer;
}
.fa-slider__pause:hover { background: rgba(217, 196, 138, .18); } .fa-slider__pause-icon {
width: 8px;
height: 9px;
border-left: 3px solid currentColor;
border-right: 3px solid currentColor;
}
.fa-slider__pause[aria-pressed="true"] .fa-slider__pause-icon {
width: 0;
height: 0;
border: 0;
border-left: 8px solid currentColor;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
margin-left: 2px;
} @media (max-width: 782px) {
.fa-slider__arrow { display: none; }
.fa-slider__viewport {
aspect-ratio: auto;
height: auto;
max-height: none;
min-height: 0;
}
.fa-slide { display: flex; flex-direction: column; }
.fa-slide.is-active { position: relative; }
.fa-slide__image,
.fa-slide__motif {
position: relative;
inset: auto;
width: 100%;
height: auto;
aspect-ratio: 956 / 350;
animation: none;
}
.fa-slide__scrim { display: none; }
.fa-slide__body {
position: relative;
height: auto;
background: var(--fa-burgundy-dark);
padding-block: var(--fa-space-6);
}
.fa-slide__content { max-width: none; }
.fa-slide__title { font-size: clamp(1.6rem, 1.2rem + 2.4vw, 2.1rem); text-shadow: none; }
.fa-slide__text { font-size: 1rem; margin-bottom: var(--fa-space-5); }
.fa-slider__controls { position: relative; bottom: auto; padding-block: var(--fa-space-4); background: var(--fa-burgundy-dark); }
} @media (prefers-reduced-motion: reduce) {
.fa-slide { transition: none; }
.fa-slide__image { animation: none; }
.fa-slide__rays { animation: none; }
.fa-slide.is-active .fa-slide__eyebrow,
.fa-slide.is-active .fa-slide__title,
.fa-slide.is-active .fa-slide__text,
.fa-slide.is-active .fa-slide__content .fa-btn { animation: none; }
} .fa-hero--slider .metaslider { max-width: 100% !important; }
.fa-hero--slider .metaslider img { width: 100%; } .fa-pillars { display: grid; gap: var(--fa-space-6); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.fa-pillar {
background: var(--fa-paper);
border: 1px solid var(--fa-rule);
border-top: 3px solid var(--fa-gold);
padding: var(--fa-space-6);
box-shadow: var(--fa-shadow);
display: flex;
flex-direction: column;
}
.fa-pillar__icon {
width: 44px; height: 44px;
margin-bottom: var(--fa-space-4);
color: var(--fa-gold);
}
.fa-pillar__title { margin-bottom: var(--fa-space-3); }
.fa-pillar__text { color: var(--fa-ink-soft); flex: 1 1 auto; }
.fa-pillar__more {
font-family: var(--fa-font-ui);
font-size: .8rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
text-decoration: none;
color: var(--fa-burgundy);
margin-top: var(--fa-space-4);
}
.fa-pillar__more::after { content: " →"; }
.fa-pillar__more:hover { color: var(--fa-gold); } .fa-links-panel {
background: var(--fa-burgundy);
color: #fff;
background-image:
radial-gradient(circle at 12% 20%, rgba(217, 196, 138, .10) 0, transparent 42%),
radial-gradient(circle at 88% 78%, rgba(217, 196, 138, .08) 0, transparent 40%);
}
.fa-links-panel .fa-section-title,
.fa-links-panel .fa-eyebrow { color: #fff; }
.fa-links-panel .fa-eyebrow { color: var(--fa-gold-light); }
.fa-links-grid { display: grid; gap: var(--fa-space-4); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.fa-link-card {
display: flex;
align-items: center;
gap: var(--fa-space-4);
padding: var(--fa-space-4) var(--fa-space-5);
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(217, 196, 138, .28);
border-radius: var(--fa-radius);
color: #fff;
text-decoration: none;
transition: background var(--fa-transition), border-color var(--fa-transition), transform var(--fa-transition);
}
.fa-link-card:hover, .fa-link-card:focus {
background: rgba(255, 255, 255, .13);
border-color: var(--fa-gold-light);
color: #fff;
transform: translateY(-2px);
}
.fa-link-card__icon { flex: none; width: 26px; height: 26px; color: var(--fa-gold-light); }
.fa-link-card__label {
font-family: var(--fa-font-ui);
font-size: .92rem;
font-weight: 500;
line-height: 1.35;
}
.fa-link-card__meta {
display: block;
font-size: .74rem;
letter-spacing: .08em;
text-transform: uppercase;
color: rgba(217, 196, 138, .85);
margin-top: 2px;
} .fa-card {
display: flex;
flex-direction: column;
background: var(--fa-paper);
border: 1px solid var(--fa-rule);
border-radius: var(--fa-radius);
overflow: hidden;
box-shadow: var(--fa-shadow);
transition: box-shadow var(--fa-transition), transform var(--fa-transition);
}
.fa-card:hover { box-shadow: var(--fa-shadow-lift); transform: translateY(-2px); }
.fa-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--fa-ivory-deep); }
.fa-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.fa-card:hover .fa-card__media img { transform: scale(1.035); }
.fa-card__body { padding: var(--fa-space-5); display: flex; flex-direction: column; flex: 1 1 auto; }
.fa-card__meta {
font-family: var(--fa-font-ui);
font-size: .72rem;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--fa-gold);
margin-bottom: var(--fa-space-2);
}
.fa-card__title { font-size: 1.3rem; margin-bottom: var(--fa-space-3); }
.fa-card__title a { text-decoration: none; color: inherit; }
.fa-card__title a:hover { color: var(--fa-gold); }
.fa-card__excerpt { color: var(--fa-ink-soft); font-size: .98rem; flex: 1 1 auto; margin-bottom: var(--fa-space-4); }
.fa-card__more {
font-family: var(--fa-font-ui);
font-size: .78rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
text-decoration: none;
color: var(--fa-burgundy);
align-self: flex-start;
}
.fa-card__more::after { content: " →"; } .fa-page-header {
background: var(--fa-ivory-deep);
border-bottom: 1px solid var(--fa-rule);
padding-block: var(--fa-space-7);
position: relative;
}
.fa-page-header--image { background-size: cover; background-position: center; }
.fa-page-header--image::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(35, 8, 14, .85), rgba(35, 8, 14, .55));
}
.fa-page-header--image .fa-container { position: relative; }
.fa-page-header--image .fa-page-header__title,
.fa-page-header--image .fa-breadcrumbs,
.fa-page-header--image .fa-breadcrumbs a { color: #fff; }
.fa-page-header__title { margin-bottom: 0; }
.fa-breadcrumbs {
font-family: var(--fa-font-ui);
font-size: .78rem;
letter-spacing: .04em;
color: var(--fa-muted);
margin-bottom: var(--fa-space-3);
}
.fa-breadcrumbs a { color: var(--fa-muted); text-decoration: none; }
.fa-breadcrumbs a:hover { color: var(--fa-burgundy); text-decoration: underline; }
.fa-breadcrumbs__sep { margin-inline: var(--fa-space-2); color: var(--fa-gold); } .fa-main { padding-block: var(--fa-space-8); }
.fa-layout {
display: grid;
gap: var(--fa-space-8);
grid-template-columns: minmax(0, 1fr) 300px;
align-items: start;
}
.fa-layout--full { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 900px) {
.fa-layout { grid-template-columns: minmax(0, 1fr); }
}
.fa-content { min-width: 0; } .fa-entry-content { max-width: var(--fa-measure); }
.fa-layout--full .fa-entry-content { max-width: none; }
.fa-entry-content > * + * { margin-top: var(--fa-space-5); }
.fa-entry-content h2 { margin-top: var(--fa-space-7); }
.fa-entry-content h3 { margin-top: var(--fa-space-6); }
.fa-entry-content h2::after {
content: "";
display: block;
width: 52px;
height: 2px;
background: var(--fa-gold);
margin-top: var(--fa-space-3);
}
.fa-entry-content img { border-radius: var(--fa-radius); }
.fa-entry-content .alignwide  { width: min(100%, calc(var(--fa-measure) + 12rem)); max-width: none; }
.fa-entry-content .alignfull  { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.fa-entry-content .alignleft  { float: left;  margin: 0 var(--fa-space-5) var(--fa-space-4) 0; }
.fa-entry-content .alignright { float: right; margin: 0 0 var(--fa-space-4) var(--fa-space-5); }
.fa-entry-content .aligncenter { margin-inline: auto; }
.fa-entry-content ul li::marker { color: var(--fa-gold); }
.fa-entry-content ol li::marker { color: var(--fa-gold); font-family: var(--fa-font-ui); font-size: .9em; } .fa-entry-content a[href$=".pdf"]::after {
content: " (PDF)";
font-family: var(--fa-font-ui);
font-size: .72em;
letter-spacing: .08em;
color: var(--fa-muted);
}
.fa-entry-footer {
margin-top: var(--fa-space-7);
padding-top: var(--fa-space-5);
border-top: 1px solid var(--fa-rule);
font-family: var(--fa-font-ui);
font-size: .85rem;
color: var(--fa-muted);
}
.fa-entry-meta {
font-family: var(--fa-font-ui);
font-size: .8rem;
letter-spacing: .06em;
color: var(--fa-muted);
margin-bottom: var(--fa-space-4);
}
.fa-entry-meta a { color: var(--fa-muted); } .fa-sidebar { font-size: .97rem; }
.fa-widget {
background: var(--fa-paper);
border: 1px solid var(--fa-rule);
border-top: 3px solid var(--fa-gold);
padding: var(--fa-space-5);
margin-bottom: var(--fa-space-6);
box-shadow: var(--fa-shadow);
}
.fa-widget__title,
.fa-widget .widget-title {
font-family: var(--fa-font-ui);
font-size: .8rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--fa-burgundy);
margin: 0 0 var(--fa-space-4);
padding-bottom: var(--fa-space-3);
border-bottom: 1px solid var(--fa-rule);
}
.fa-widget ul { list-style: none; padding: 0; margin: 0; }
.fa-widget li {
margin: 0;
border-bottom: 1px dotted var(--fa-rule);
}
.fa-widget li:last-child { border-bottom: 0; }
.fa-widget li a {
display: block;
padding: .5rem 0 .5rem var(--fa-space-4);
position: relative;
text-decoration: none;
color: var(--fa-ink-soft);
line-height: 1.45;
}
.fa-widget li a::before {
content: "";
position: absolute;
left: 0; top: .95em;
width: 5px; height: 5px;
background: var(--fa-gold);
border-radius: 50%;
}
.fa-widget li a:hover { color: var(--fa-burgundy); } .fa-subnav li.is-current > a { color: var(--fa-burgundy); font-weight: 600; }
.fa-subnav ul { padding-left: var(--fa-space-4); } .fa-archive-list { display: grid; gap: var(--fa-space-6); }
.fa-post-row {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: var(--fa-space-5);
padding-bottom: var(--fa-space-6);
border-bottom: 1px solid var(--fa-rule);
}
.fa-post-row:last-child { border-bottom: 0; }
.fa-post-row--no-media { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 600px) {
.fa-post-row { grid-template-columns: minmax(0, 1fr); }
}
.fa-post-row__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--fa-radius); }
.fa-post-row__title { font-size: 1.5rem; margin-bottom: var(--fa-space-2); }
.fa-post-row__title a { text-decoration: none; color: inherit; }
.fa-post-row__title a:hover { color: var(--fa-gold); } .fa-pagination {
margin-top: var(--fa-space-7);
display: flex;
justify-content: center;
}
.fa-pagination .nav-links { display: flex; flex-wrap: wrap; gap: var(--fa-space-2); }
.fa-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding-inline: var(--fa-space-3);
font-family: var(--fa-font-ui);
font-size: .88rem;
text-decoration: none;
color: var(--fa-ink-soft);
background: var(--fa-paper);
border: 1px solid var(--fa-rule);
border-radius: var(--fa-radius);
}
.fa-pagination .page-numbers:hover,
.fa-pagination .page-numbers.current {
background: var(--fa-burgundy);
border-color: var(--fa-burgundy);
color: #fff;
} .fa-gallery-grid { display: grid; gap: var(--fa-space-4); grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.fa-gallery-item {
position: relative;
display: block;
overflow: hidden;
border: 1px solid var(--fa-rule);
border-radius: var(--fa-radius);
background: var(--fa-ivory-deep);
}
.fa-gallery-item img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; transition: transform 400ms ease; }
.fa-gallery-item:hover img { transform: scale(1.05); }
.fa-gallery-item__caption {
position: absolute;
inset-inline: 0;
bottom: 0;
padding: var(--fa-space-4) var(--fa-space-3) var(--fa-space-3);
background: linear-gradient(transparent, rgba(35, 8, 14, .85));
color: #fff;
font-family: var(--fa-font-ui);
font-size: .8rem;
}
.wp-block-gallery, .gallery { margin-bottom: var(--fa-space-6); } .fa-footer {
background: var(--fa-burgundy-dark);
color: rgba(255, 255, 255, .78);
font-size: .95rem;
} .fa-sitemap {
padding-block: var(--fa-space-7);
border-bottom: 1px solid rgba(255, 255, 255, .1);
} .fa-sitemap__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
align-items: start;
gap: var(--fa-space-6) var(--fa-space-5);
}
.fa-sitemap__title {
font-family: var(--fa-font-ui);
font-size: .74rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--fa-gold-light);
margin: 0 0 var(--fa-space-3);
padding-bottom: var(--fa-space-2);
border-bottom: 1px solid rgba(217, 196, 138, .25);
}
.fa-sitemap__title a { color: inherit; text-decoration: none; }
.fa-sitemap__title a:hover { color: #fff; text-decoration: none; }
.fa-sitemap ul { list-style: none; margin: 0; padding: 0; }
.fa-sitemap li { margin-bottom: var(--fa-space-2); line-height: 1.4; }
.fa-sitemap li a {
color: rgba(255, 255, 255, .72);
font-size: .87rem;
text-decoration: none;
}
.fa-sitemap li a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--fa-gold); }
@media (max-width: 600px) {
.fa-sitemap__grid { grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: var(--fa-space-5) var(--fa-space-4); }
.fa-sitemap li a { font-size: .82rem; }
}
.fa-footer__top {
padding-block: var(--fa-space-8);
border-bottom: 1px solid rgba(255, 255, 255, .1);
} .fa-footer__grid {
display: grid;
gap: var(--fa-space-7);
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.fa-footer__grid > :first-child { min-width: 240px; } .fa-footer__grid--solo { grid-template-columns: minmax(0, 1fr); }
.fa-footer__grid--solo .fa-footer__brand {
display: flex;
align-items: flex-start;
gap: var(--fa-space-6);
}
.fa-footer__grid--solo .fa-crest--footer { margin-bottom: 0; }
.fa-footer__grid--solo .fa-footer__about { max-width: 74ch; }
.fa-footer__copyright {
margin: var(--fa-space-5) 0 0;
font-family: var(--fa-font-ui);
font-size: .8rem;
color: rgba(255, 255, 255, .6);
}
@media (max-width: 600px) {
.fa-footer__grid--solo .fa-footer__brand { flex-direction: column; gap: var(--fa-space-4); }
}
@media (max-width: 640px) {
.fa-footer__grid { grid-template-columns: minmax(0, 1fr); gap: var(--fa-space-6); }
}
.fa-footer h2, .fa-footer h3, .fa-footer .widget-title, .fa-footer__heading {
font-family: var(--fa-font-ui);
font-size: .78rem;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--fa-gold-light);
margin: 0 0 var(--fa-space-4);
}
.fa-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.fa-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--fa-gold); }
.fa-footer ul { list-style: none; padding: 0; margin: 0; }
.fa-footer li { margin-bottom: var(--fa-space-2); line-height: 1.5; } .fa-footer .fa-footer__brand-title {
font-family: var(--fa-font-display);
font-size: 1.95rem;
font-weight: 700;
color: #fff;
text-transform: none;
letter-spacing: .01em;
line-height: 1.08;
margin: 0;
} .fa-footer .fa-footer__brand-tagline {
display: block;
font-family: var(--fa-font-ui);
font-size: .56rem;
font-weight: 700;
letter-spacing: .15em;
text-transform: uppercase;
color: var(--fa-gold-light);
margin: 3px 0 var(--fa-space-4);
}
@media (max-width: 782px) {
.fa-footer .fa-footer__brand-title { font-size: 1.5rem; }
.fa-footer .fa-footer__brand-tagline { font-size: .5rem; letter-spacing: .1em; }
}
.fa-footer__about { max-width: 42ch; color: rgba(255, 255, 255, .7); }
.fa-footer__contact li { display: flex; gap: var(--fa-space-3); }
.fa-footer__contact svg { flex: none; width: 16px; height: 16px; margin-top: .3em; color: var(--fa-gold-light); }
.fa-social { display: flex; gap: var(--fa-space-3); margin-top: var(--fa-space-5); }
.fa-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px; height: 38px;
border: 1px solid rgba(217, 196, 138, .4);
border-radius: 50%;
color: var(--fa-gold-light);
transition: background var(--fa-transition), color var(--fa-transition);
}
.fa-social a:hover { background: var(--fa-gold); color: var(--fa-burgundy-dark); text-decoration: none; }
.fa-social svg { width: 17px; height: 17px; }
.fa-footer__bottom {
padding-block: var(--fa-space-5);
font-family: var(--fa-font-ui);
font-size: .8rem;
color: rgba(255, 255, 255, .6);
}
.fa-footer__bottom-inner {
display: flex;
flex-wrap: wrap;
gap: var(--fa-space-4);
align-items: center;
justify-content: space-between;
}
.fa-footer__legal { display: flex; flex-wrap: wrap; gap: var(--fa-space-4); }
.fa-footer__legal a { color: rgba(255, 255, 255, .6); } .fa-footer__verse {
font-family: var(--fa-font-display);
font-size: 1.05rem;
font-style: italic;
color: var(--fa-gold-light);
text-align: center;
padding-block: var(--fa-space-5);
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fa-back-to-top {
position: fixed;
right: var(--fa-space-5);
bottom: var(--fa-space-5);
width: 44px; height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--fa-burgundy);
color: #fff;
border: 1px solid var(--fa-gold);
border-radius: 50%;
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition: opacity var(--fa-transition), transform var(--fa-transition), visibility var(--fa-transition);
z-index: 60;
cursor: pointer;
}
.fa-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.fa-back-to-top:hover { background: var(--fa-gold); } .fa-text-center { text-align: center; }
.fa-mt-0 { margin-top: 0; }
.fa-mb-0 { margin-bottom: 0; }
.fa-notice {
padding: var(--fa-space-5);
background: var(--fa-gold-wash);
border-left: 3px solid var(--fa-gold);
border-radius: var(--fa-radius);
}
@media print {
.fa-nav, .fa-announce, .fa-topbar, .fa-footer, .fa-sidebar,
.fa-back-to-top, .fa-slider, .fa-hero { display: none !important; }
.fa-header { position: static; }
body { background: #fff; font-size: 11pt; }
.fa-layout { display: block; }
a { text-decoration: none; color: #000; }
.fa-entry-content a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}@font-face{font-family:dearflip;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SB/AAAAC8AAAAYGNtYXDV1NUQAAABHAAAAGxnYXNwAAAAEAAAAYgAAAAIZ2x5ZvV0Ah0AAAGQAAASdGhlYWQnoblUAAAUBAAAADZoaGVhB8ID8QAAFDwAAAAkaG10eLYAAAAAABRgAAAAwGxvY2FSqk12AAAVIAAAAGJtYXhwADoAmgAAFYQAAAAgbmFtZWTWXU4AABWkAAABknBvc3QAAwAAAAAXOAAAACAAAwP1AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADq0QPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAUAAAABAAEAADAAAAAQAg6Sjqk+rK6tH//f//AAAAAAAg6QDqk+rK6tH//f//AAH/4xcEFZoVZBVeAAMAAQAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAKSA8AABQAAJQcJARcHApI8/wABADzE5zwBAAEAPMQAAAAAAQAA/8ACqgPAAAUAACU3JzcJAQFuxMQ8AQD/AOfExDz/AP8AAAAAAAEAAP/AAwADwAAFAAABFzcXCQEBPMTEPP8A/wACPcTEPP8AAQAAAAABAAD/wAMAA8AABQAAAScJAQcnATw8AQABADzEARk8AQD/ADzEAAAAAQAA/8AB8gPAAAUAAAkCBwkBAfL+pgFaTP5aAaYDBf6m/qZMAaYBpgAAAAABAAD/wAQAA8AABQAAJQkBNwkBAg4BWv6mTAGm/lpRAVoBWkz+Wv5aAAAAAAIAAP/AAxIDwAADAAkAAAEzESMlBwkBFwcBAFZWAhI8/wABADzEAqv+ADw8AQABADzEAAACAAD/wAMAA8AAAwAJAAABMxEjATcJASc3AqpWVv5EPAEA/wA8xAKr/gABxDz/AP8APMQAAQAA/8ADKgPAAAIAAAkCAVYB1P4sAtX+1v7WAAIAAP/AAwADwAADAAcAAAEzESMhETMRAlaqqv6qqgLV/awCVP2sAAACAAD/wANWA8AAAgAFAAAJAREhCQEB6gFs/oD+lAFsAasBAP4AAQABAAAAAAIAAP/AA5YDwAACAAUAAAkCIREBAioBbP6U/oABbAKr/wD/AAIA/wAAAAAAAQAA/8ADKgPAAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAMAAP/AA6oDwAAPAB8AKwAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYXFTMVIxUjNSM1MzUCAIxlZWVljIxlZWVljLB9fX19sLB9fX192qysVKysVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH191KxUrKxUrAAAAwAA/8ADqgPAAA8AHwAjAAAlMjc2NTQnJiMiBwYVFBcWEzIXFhUUBwYjIicmNTQ3NgMhFSECAIxlZWVljIxlZWVljLB9fX19sLB9fX19JgGs/lRVZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX3+gFQAAAABAAD/wAMqA8AACwAAASERIxEhNSERMxEhAyr/AFT/AAEAVAEAAYH/AAEAVAEA/wAAAAAAAQAA/8ADKgPAAAMAAAEhNSEDKv2sAlQBgVQAAAYAAP/AA4ADwAADAAcACwAbACsAOwAAASEVIRE1IRUBNSEVJTIXFhUUBwYjIicmNTQ3NhMyFxYVFAcGIyInJjU0NzYTMhcWFRQHBiMiJyY1NDc2ASoCVv2qAlb9qgJW/SoaExMTExoaExMTExoaExMTExoaExMTExoaExMTExoaExMTEwLVVP8AVFT/AFRUahMTGhoTExMTGhoTEwIAEhIcHBISEhIcHBIS/wASEhwcEhISEhwcEhIAAAAABAAA/8ADAAPAAAMABwALAA8AAAEzNSMhFTM1AzM1IwUzNSMBAODgASDg4ODg/uDg4AHL4ODg/gDg4OAACAAA/8ADgAPAAAMABwALAA8AEwAXABsAHwAAJTUjFQMhESEBNSMVAyERIQM1IxUDIREhATUjFQMhESEDKqpWAVb+qgEAqlYBVv6qqqpWAVb+qgEAqlYBVv6qgaqqAQD+qgIAqqoBAP6q/qyqqgEA/qoCAKqqAQD+qgAAAAkAAP/AA1YDwAADAAcACwAPABMAFwAbAB8AIwAAJTUzFQM1MxUBNTMVNzMVIwE1MxUhNTMVAzUzFTM1MxUBNTMVAqqsrKz+VKxUrKz/AKz+VKysrFSs/lSsVaysAQCsrAEArKysrP8ArKysrP8ArKysrAIArKwAAAIAAP/AA9YDwAAJACkAACURJiMiBxE2MzIDMhcRFAcGIyInJiMiByYjIgciBwYjIicmNRE2MzIXNgOAQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlaVAewUQP4WQAJAQP2SCAcHAixAQC4BAQYGCAJyQEBAAAAABQAA/8AD1gPAAAkAEwAdACcARwAAATIXFSYjIgc1Nic2MzIXFSYjIgc3Igc1NjMyFxUmExEmIyIHETYzMgMyFxEUBwYjIicmIyIHJiMiByIHBiMiJyY1ETYzMhc2Auo0OChEeEhMTFRsNDgoRHhIwHhIUHA0ODBaQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlYBRwpACipIIlAiCkAKKpwqRiQKQgz+qgHsFED+FkACQED9kggHBwIsQEAuAQEGBggCckBAQAAAAAACAAD/wANWA8AAAgATAAABMyclIQERFAcGIyEiJyY1EzQ3NgIq7Oz+1gFWAQAaGiL+ACIaGgIZGQIr6kD/AP4AIhkZGRkiAqwiGRkAAwAA/8ADagPAAAMAEwAsAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcBKtbWbFA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFAUFBoMAisqrDg4UFA4ODg4UFA4ONRA1CIMQlBQdHRRUVFRdCo1NSAMAAMAAP/AA2oDwAALABsANAAAASMVIzUjNTM1MxUzBzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcCAFYqVlYqVmpQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQFBQaDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0KjU1IAwAAwAA/8ADVgPAAA8AHwAvAAABMhcWFRQHBiMiJyY1NDc2ITIXFhUUBwYjIicmNTQ3NiEyFxYVFAcGIyInJjU0NzYCACIaGhoaIiIaGhoaASIiGhoaGiIiGhoaGv4iIhoaGhoiIhoaGhoCARoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGgAAAgAA/8ADVgPAAAMACgAANyEVIQEHJzMRMxGqAqz9VAIAqqqAVIFWAVasrAGq/lYAAwAA/8ADgAPAABEAGAAeAAABFhcWFRQHBgc1Njc2NTQnJicTFAcRFhcWJTM3EScjAlaCVFRUVIJeOzs7O15qaiwfH/3AqtbWqgMhHGlpiIhpaRxYHE5OZmZOThz+4ng0AVgWMjJO1v1U1gAAAQAA/8ADgAPAADMAACUyFxYVFAcGIyInJjU0NyUGIyInJjU0NzYzMhclJjU0NzYzMhcWFRQHBiMiJwUWFRQHBTYDADQkJCUlMjIlJQL+0iYyNCYmJiY0MiYBLAQmJjQ0JiYmJjQwKP7UBAQBMCT9JSUyNCUlJSU0FAiwIiYmNDQmJiKuFAo0JiYmJjQ0JiYksBQKChSwIAAFAAD/wAOqA8AAAwANABcAIQArAAABESERExUjIicmPQEzFSUzFRQHBisBNTMBIzU0NzY7ARUjJTMyFxYdASM1IwMA/gAqgCIZGVQCrFQZGSKAgP1UVBkZIoCAAiyAIhkZVIACVf6sAVT+VlYaGiJWVlZWIhoaVgGqViIaGlZWGhoiVlYAAAAABAAA/8ADgAPAAAYADQAUABsAAAERITcnNxcFIREXNxcHAxEhBxcHJyUhEScHJzcDgP8AYnw+ev5i/wBiej58ngEAYnw+egGeAQBiej58ASv/AGJ6PnyeAQBifD56AZ4BAGJ6Pnye/wBifD56AAAAAAEAAP/AAqsDwAAXAAABMxUjESMRIzUzNTQ2Nz4BOwEVIyIGHQECK4CAgICAGBcYPCNaWhAWAgCA/tUBK4A2JlUaGxqAFhBaAAIAAP/AA84DwAALAA8AAAEzCQEhCwEjCQEhExMzASMDCo7+ywFr/uTf/o0BSf6lASPJt07+B1QDS/6f/iEBI/7dAXkBx/72/h4CnAAEAAD/wAOqA8AAHQAtAD0AQQAAATIXFhUUBwYVIzQ3Njc2NzY1NCcmIyIHBhUjNDc2EzI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTNTMVAgBGMjJAQFQUFBgYFBQaGiIiGhpUMjJGjGVlZWWMjGVlZWWMsH19fX2wsH19fX2GVAKrMjJGNjk5Li4hIQ8PFhYcIhkZGRkiRjIy/aplZYyMZWVlZYyMZWUDAH19sLB9fX19sLB9ff1WVlYAAAAAAwAA/8ADqgPAABwAIAAwAAABNjU0JyYjIgcGFTM0NzYzMhcWFRQPAQYdATM0NwM1IxUTMhcWFRQHBiMiJyY1NDc2AoIoMjJGRjIyVBoaIiIaGho0MlQyMlQqsH19fX2wsH19fX0Byyg4RjIyMjJGIhoaGhoiIho2NkIWQjb+3lRUAtR9fbCwfX19fbCwfX0AAgAA/8ADagPAAA8AKAAAATI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcBllA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFAUFBoMAVU4OFBQODg4OFBQODjUQNQiDEJQUHR0UVFRUXQqNTUgDAAAAAAEAAD/wAOqA8AAAwATABcAJwAAARUhNQEyNzY1NCcmIyIHBhUUFxYDNSEVATIXFhURIxUhNSMRNDc2MwMA/gACKhINDQ0NEhIMDAwMbv6sAdQ0Jiaq/gCqJiY0Ayuqqv6ADAwSEg0NDQ0SEgwM/tbU1AHUJiY0/wCqqgEANCYmAAMAAP/AA6oDwAACAAcAGwAAASUhAREFJREBMhcWFREUBwYjISInJjURNDc2MwIAAVb9VAKs/qr+qgKsIhkZGRki/VQiGRkZGSIB1db+AAGq1NT+VgJWGhoi/gAiGhoaGiICACIaGgAAAgAA/8ADqgPAAAUAGQAAATUFJRUFATIXFhURFAcGIyEiJyY1ETQ3NjMDVv6q/qoBVgFWIhkZGRki/VQiGRkZGSICVVbW1lbUAYAaGiL+ACIaGhoaIgIAIhoaAAADAAD/wAOAA8AAAwAHAAsAABMhFSEVNSEVBTUhFYADAP0AAwD9AAMAAqtW1FRU1lZWAAAAAwAA/6sD/gPAACgAUACXAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmJwExIiYvAQc3Jy4BNTQ3PgE3NjMyFx4BFxYXFhceARcWFRQHDgEHBiMTLgEnJiIHDgEHDgEnLgEnLgEnJjY3PgE3PgE3NiYnLgEnLgEjKgEjIgYHDgEVFBYXFhceARcWFx4BFxYyNz4BNz4BJy4BJwNpJCkqWzExM2lcXYkoKCIiSAENN3tAaVxdiigoCgomGxwk/pk5bTEPoCsKICEiIXJNTVcrKClMIiMeHRcXIAgIISJyTU1X5wlECQkNBwYcBgYMCQo4JB0kBgYHBQQKBQQFAwMBAwIdCAcQBQYMBwYTCAkkLwUCERA4JycwFiQOFygREjsICAICAwwKAxYkHBsmCgooKIpcXWlDgTn++UYeICgoil1caTMxMVspKiT88x4dCSqcEDJyPFdNTXMhIQgIIBcXHh0jIkwpKSpXTU1zISEBPAUhAwMJCiEHBgIFBRkhGTUKCQwEBQwGBQkHBgsFBUYTEwMGCQoxLy9OBgMXFzwfHxUJDQUHAgMjFxYiBAQGBQAAAAMAAP/AA8ADwAAZAB0AKQAAATMVMz4BMzIXHgEXFhURIxE0JiMiBhURIxEhMxEjExQGIyImNTQ2MzIWAYCxAxJZQ0crKzAJCLkZR0gmuf7AwMDAOCgoODgoKDgCK1shOhUUSDExOf7MARExZFk3/uoCQP3AAuAoODgoJzk5AAAAAQAA/8ADvAPAAG4AAAEiBw4BBwYVFBceARcWFy4BNzY3PgE3NjEwJjU0NjMyFhUUBgcGFjMyNjU0JiMiBhUUFhceAQcOAQcOAScuATU0Nz4BNzYzMhceARcWFRQHDgEHBiMiJicwBgcOAQceATMyNz4BNzY1NCcuAScmIwIAXFFQeSMjFRVLNDQ9AgMHAwgJEgcHDS8hHBwbCggpITtQZ1JeahMOAwEBAwgBAgcGKjATE0o2N0g5MjJKFRURET0rKjIiOQsXBAgiDR9CIlxRUHkjIyMjeVBRXANmIyJ5UVBcR0BAbCkpGBpIHQ0kJEweHSUdLj4lGhxQJyEvcVpQZHdJHTgRAwYDCyMFBgMDFGcxNTAxShYWExNFLy83OTIzShYWHxRaDx1BFgoKIyN4UVFbXFFReSIjAAAAAAEAAAABAABPPPplXw889QALBAAAAAAA4kE6dgAAAADiQTp2AAD/qwQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAADAEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeADIARgBaAG4AhACaALQAzgDcAPABBgEcATYBdgGwAcoB2AI2AlQCkgLOAw4DeAOeA+IELgR2BI4ExAUQBVQFjAWwBdYGOAaABsAHAAc0B2IHfAhcCJwJOgAAAAEAAAAwAJgACQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBSZWd1bGFyAFIAZQBnAHUAbABhAHJkZWFyZmxpcABkAGUAYQByAGYAbABpAHBGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");font-weight:400;font-style:normal;font-display:block}.df-ui-btn[class*=" ti-"]:before,.df-ui-btn[class^=ti-]:before,[class*=" df-icon-"]:before,[class^=df-icon-]:before{font-family:dearflip!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.df-icon-arrow-left:before{content:"\e900"}.df-icon-arrow-right:before{content:"\e901"}.df-icon-arrow-down:before{content:"\e902"}.df-icon-arrow-up:before{content:"\e903"}.df-icon-arrow-left1:before{content:"\e904"}.df-icon-arrow-right1:before{content:"\e905"}.df-icon-first-page:before{content:"\e906"}.df-icon-last-page:before{content:"\e907"}.df-icon-play-popup:before,.df-icon-play:before{content:"\e908"}.df-icon-pause:before{content:"\e909"}.df-icon-fast-rewind:before{content:"\e90a"}.df-icon-fast-forward:before{content:"\e90b"}.df-icon-close:before{content:"\e90c"}.df-icon-add-circle:before{content:"\e90d"}.df-icon-minus-circle:before{content:"\e90e"}.df-icon-add:before{content:"\e90f"}.df-icon-minus:before{content:"\e910"}.df-icon-list:before{content:"\e911"}.df-icon-grid:before{content:"\e912"}.df-icon-grid-view:before{content:"\e913"}.df-icon-apps:before{content:"\e914"}.df-icon-double-page:before{content:"\e915"}.df-icon-book:before{content:"\e916"}.df-icon-file:before{content:"\e917"}.df-icon-zoom-out:before{content:"\e918"}.df-icon-zoom-in:before{content:"\e919"}.df-icon-more:before{content:"\e91a"}.df-icon-download:before,.df-ui-btn.ti-download:before{content:"\e91b"}.df-icon-volume:before{content:"\e91c"}.df-icon-share:before{content:"\e91d"}.df-icon-fit-screen:before{content:"\e91e"}.df-icon-fullscreen:before{content:"\e91f"}.df-icon-facebook:before{content:"\e920"}.df-icon-twitter:before{content:"\e921"}.df-icon-help-outline:before{content:"\e922"}.df-icon-help:before{content:"\e923"}.df-icon-search:before,.df-ui-btn.ti-search:before{content:"\e924"}.df-icon-print:before,.df-ui-btn.ti-printer:before{content:"\e925"}.df-icon-mail-outline:before{content:"\e926"}.df-icon-mail:before{content:"\e927"}.df-icon-menu:before{content:"\e928"}.df-icon-linkedin:before{content:"\eaca"}.df-icon-pinterest:before{content:"\ead1"}.df-icon-whatsapp:before{content:"\ea93"} .df-container .df-loading-icon,.df-fetch-pdf .df-loading-info,.df-flipbook-3d.df-loading:after,.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after,.df-page.df-loading:after,.df-searching .df-search-info,.df-thumb.df-thumb-requested:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E")}.df-hidden{display:none!important}.df-text-align-center,.has-text-align-center{text-align:center}.df-app{min-height:220px;position:relative;overflow:hidden;width:100%;image-rendering:auto;direction:ltr;line-height:1.5}.df-container{height:100%}.df-container *{box-sizing:border-box!important}.df-container i{font-style:normal}.df-container a{outline:0;text-decoration:none;box-shadow:none}.df-container .df-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:no-repeat 50%;background-size:cover}.df-container .df-loading-info{position:absolute;top:-300px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;max-width:200px;margin-top:20px;padding:10px 15px;box-shadow:0 1px 4px rgba(0,0,0,.3);background-color:#f7f7f7;border-radius:5px;font-size:12px;color:#222;word-break:break-word;letter-spacing:.5px;opacity:0}.df-container.df-init .df-loading-info{top:50%;opacity:1;max-width:300px}.df-container.df-init .df-viewer{display:none}.df-container.df-error .df-loading-info{-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;color:#b00}.df-container .df-loading-icon{-moz-transition:.3s .1s opacity;-o-transition:.3s .1s opacity;-webkit-transition:.3s .1s opacity;transition:.3s .1s opacity;opacity:0;height:50px;width:50px;left:50%;top:50%;margin:-45px -25px -25px;box-sizing:border-box;position:absolute;pointer-events:none;background-repeat:no-repeat;background-size:32px;background-position:50%;background-color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.df-container.df-loading .df-loading-icon{opacity:1;z-index:100}.df-fetch-pdf .df-loading-info{opacity:1;top:0;z-index:4;background-repeat:no-repeat;padding-left:36px;background-size:24px;background-position:6px 6px}.df-viewer .df-3dcanvas{right:0;position:absolute}.df-ui{color:#666;bottom:0;width:100%;height:42px;box-shadow:0 1px 4px rgba(0,0,0,.3);background-color:#fff;position:absolute;vertical-align:top;box-sizing:border-box;text-align:center;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:4;display:block}.df-ui .df-logo{height:100%}.df-ui .df-logo.df-logo-img{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px}.df-ui .df-logo.df-logo-img img{max-height:100%;max-width:120px}.df-ui .df-ui-page{padding:0;font-size:12px;width:50px;min-width:50px;line-height:42px;margin:0 0;border-radius:0;background-color:rgba(0,0,0,.03)}.df-ui .df-ui-page label{position:absolute;right:0;top:0;min-width:50px;height:100%;text-align:center;display:block;line-height:inherit!important;color:#999;font-weight:400;cursor:pointer;background-color:transparent;z-index:1;box-sizing:border-box;word-break:normal}.df-ui .df-ui-page input{width:100%;background-color:transparent;height:100%;margin:0;padding:0!important;border:1px solid #8f8f8f;text-align:center;vertical-align:top;line-height:inherit!important;color:transparent;font-size:14px;top:0;box-sizing:border-box;z-index:-1;display:block;opacity:0}.df-ui .df-ui-page input:focus{z-index:2;opacity:1;color:inherit}.df-ui .df-ui-page input:focus+label{opacity:0;display:none}.df-ui-btn{color:#777;vertical-align:top;background-color:#fff;box-sizing:border-box;text-align:center;position:relative;width:40px;height:100%;font-size:20px;cursor:pointer;z-index:2;display:inline-block;padding:10px 5px;line-height:1.2;transition:.3s;transition-property:opacity,color,background-color}.df-ui-btn:before{box-sizing:border-box}.df-ui-btn.df-active,.df-ui-btn:hover{color:#00acce;background-color:#eee}.df-ui-btn.df-active{background-color:#e7e7e7}.df-ui-btn.disabled,.df-ui-btn.disabled:hover{color:#bbb}.df-ui-btn span{display:none}.df-more-container{display:none;position:absolute;bottom:100%;margin-bottom:8px!important;right:10px;background-color:#f7f7f7;z-index:20;border-radius:5px;box-shadow:0 -1px 3px rgba(0,0,0,.2)}.df-more-container:before{content:" ";position:absolute;border:7px solid transparent;border-top-color:#eee;height:0;width:0;bottom:-14px;right:13px;margin-right:-8px;pointer-events:none}.df-more-container>.df-ui-btn{width:170px;text-align:left;padding:6px 8px;height:36px;border-top:1px solid #e4e4e4;border-radius:0;line-height:16px}.df-more-container>.df-ui-btn span{font-size:12px;padding-left:24px;vertical-align:middle;display:inline-block}.df-more-container>.df-ui-btn:before{position:absolute;top:7px;font-size:20px;width:1em;text-align:center}.df-more-container>.df-ui-btn:first-child{border-radius:5px 5px 0 0;border-top:none}.df-more-container>.df-ui-btn:last-child{border-radius:0 0 5px 5px}.df-ui-more.df-active .df-more-container{display:block}.df-ui-search.df-active .df-search-container{display:block;padding:5px}.df-ui-nav{top:50%;margin-top:-50px;position:absolute;opacity:.8;height:100px;font-size:36px;width:50px;z-index:2;cursor:pointer}.df-ui-nav:hover{opacity:1}.df-ui-nav .df-ui-btn{height:auto;height:initial;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;padding:15px 5px;width:auto;font-size:inherit;background-color:transparent!important}.df-ui-nav .df-ui-btn:before{color:#fff;filter:drop-shadow(0 0 3px rgb(0, 0, 0))}.df-ui-nav.df-ui-prev{left:0;right:auto;border-radius:0}.df-ui-nav.df-ui-prev .df-ui-btn{left:10px}.df-ui-nav.df-ui-prev .df-ui-btn:before{text-align:left}.df-ui-nav.df-ui-next{right:0}.df-ui-nav.df-ui-next .df-ui-btn{right:10px}.df-ui-nav.df-ui-next .df-ui-btn:before{text-align:right}.df-flipbook-2d,.df-flipbook-3d,.df-slider,.df-viewer-container,.df-zoomview{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:1}.df-flipbook-2d{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);-o-filter:blur(0);filter:blur(0)}.df-flipbook-2d .df-viewer-wrapper{position:relative;margin:0 auto;height:100%;-moz-transition:.3s left;-o-transition:.3s left;-webkit-transition:.3s left;transition:.3s left}.df-flipbook-2d .df-book-shadow{position:absolute;z-index:-1;height:100%;display:none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);-moz-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3)}.df-page-content{overflow:hidden;opacity:.3}.df-page.df-loading:after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-page.df-loading .df-page-content{display:none}.df-page>canvas{width:100%;height:100%;position:relative;z-index:0}.df-page .df-page-content{position:absolute;height:100%;display:block;top:0;width:100%;z-index:2}.df-sheet{position:absolute;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0}.df-sheet .df-page,.df-sheet .df-page-back,.df-sheet .df-page-front,.df-sheet .df-sheet-fold-inner-shadow,.df-sheet .df-sheet-fold-outer-shadow,.df-sheet .df-sheet-wrapper{position:absolute;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0}.df-sheet .df-sheet-wrapper{overflow:hidden}.df-sheet .df-page{width:100%;height:100%;background-color:#fff;box-sizing:border-box;z-index:0;background-size:100% 100%}.df-sheet .df-page:before{content:"";position:absolute;display:block;top:0;width:15%;height:100%;z-index:5;opacity:.5;pointer-events:none}.df-sheet .df-page>canvas{z-index:-1}.df-sheet .df-page-front:before{left:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0))}.df-sheet .df-page-back:before{right:0;background-image:-webkit-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%)}.df-sheet.df-left-side{right:50%;-webkit-transform-origin:right;-moz-transform-origin:right;transform-origin:right}.df-sheet.df-left-side .df-page-front{z-index:1}.df-sheet.df-left-side .df-page-back{z-index:2}.df-sheet.df-right-side{left:50%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left}.df-sheet.df-right-side .df-page-front{z-index:2}.df-sheet.df-right-side .df-page-back{z-index:1}.df-sheet .df-sheet-fold-inner-shadow{position:absolute;z-index:5;display:none}.df-sheet .df-sheet-fold-outer-shadow{z-index:-1;width:100%;height:100%}.df-sheet.df-flipping,.df-sheet.df-folding{z-index:200!important}.df-sheet.df-folding.df-left-side .df-page-front,.df-sheet.df-folding.df-right-side .df-page-back{z-index:3}.df-sheet.df-folding .df-sheet-fold-inner-shadow{display:block}.df-sheet.df-folding .df-page-content{display:none}.df-pending .df-page-content,.df-pendingresize .df-page-content{display:none!important}.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front{z-index:3}.df-hard-sheet .df-sheet-wrapper{width:100%!important;height:100%!important;overflow:visible;transform-style:preserve-3d;-webkit-transform-origin:0 50% 0;-moz-transform-origin:0 50% 0;transform-origin:0 50% 0}.df-hard-sheet .df-sheet-fold-inner-shadow,.df-hard-sheet .df-sheet-fold-outer-shadow{display:none!important}.df-hard-sheet .df-page-back,.df-hard-sheet .df-page-front{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.df-hard-sheet.df-right-side .df-page-back{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;transform-origin:right 50%;z-index:3!important}.df-hard-sheet.df-right-side .df-page-front{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;transform-origin:left 50%;z-index:4}.df-hard-sheet.df-left-side .df-page-back{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;transform-origin:right 50%}.df-hard-sheet.df-left-side .df-page-front{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;transform-origin:left 50%}.df-flipbook-3d.df-loading:after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-link-content,.df-text-content{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;pointer-events:none;overflow:clip;transform-origin:0 0}.df-page-content.df-double-internal:not(.df-double-internal-fix)>div{right:-100%}.df-page-content.df-double-internal-fix>div{left:-100%}.annotationLayer section,.customHtmlAnnotation,.customLinkAnnotation,.customVideoAnnotation,.df-link-content section,.highlightAnnotation,.linkAnnotation,.popupAnnotation{position:absolute;z-index:5;cursor:pointer;pointer-events:all;border:none!important;padding:0!important;margin:0!important}section.popupAnnotation{display:none}.buttonWidgetAnnotation a,.customHtmlAnnotation,.customVideoAnnotation,a.customLinkAnnotation,a.df-autolink,a.linkAnnotation,section.linkAnnotation a{background-color:#ff0;display:block;height:100%;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}.buttonWidgetAnnotation a:hover,.customHtmlAnnotation:hover,.customVideoAnnotation:hover,a.customLinkAnnotation:hover,a.df-autolink:hover,a.linkAnnotation:hover,section.linkAnnotation a:hover{border-color:transparent;background-color:#2196f3}a.df-autolink{display:inline;pointer-events:all;color:transparent!important}.df-sidemenu-wrapper{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);left:0;top:0;bottom:0;width:220px;position:absolute;z-index:3}.df-sidemenu-wrapper .df-sidemenu-buttons{z-index:6;position:relative;top:0;left:0;box-shadow:0 2px 5px rgba(0,0,0,.3)}.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close{float:right;display:none;background-color:transparent;padding:6px 5px}.df-sidemenu-wrapper:before{content:" ";position:absolute;height:100%;width:100%;background-color:rgba(238,238,238,.9);z-index:3;left:0}.df-sidemenu-open .df-ui-nav.df-ui-prev{left:220px}.df-sidemenu-open .df-sidemenu-wrapper{display:block;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);left:0}.df-sidemenu-open .df-sidemenu-wrapper:before{box-shadow:1px 0 4px rgba(102,102,102,.38)}.df-sidemenu-open .df-sidemenu-buttons .df-ui-close{display:block}.df-sidemenu-open .df-flipbook-3d.df-loading:after{margin-left:99px}.df-sidemenu{width:100%;height:auto!important;position:absolute!important;top:0;bottom:0;z-index:3;opacity:0;color:#666;font-size:12px}.df-sidemenu>.df-wrapper{overflow:auto;position:absolute!important;top:40px;bottom:0;left:0;right:0;height:auto!important}.df-sidemenu.df-sidemenu-visible{opacity:1;z-index:5}.df-outline-container .df-wrapper{padding:10px}.df-outline-items>.df-outline-item{margin-left:18px}.df-outline-item a{color:inherit!important;text-decoration:none!important;display:block;padding:5px 0 5px 5px;overflow:hidden;text-overflow:ellipsis;border:none!important;box-shadow:none!important;margin-bottom:1px}.df-outline-item a:hover{text-decoration:underline!important;color:#2196f3!important}.df-outline-toggle{cursor:pointer;float:left;width:28px;padding:0 5px 0 10px;margin-left:-28px;text-align:center}.df-outline-toggle:before{content:"\e902";font-size:18px;font-family:dearflip}.df-outline-toggle.df-outlines-hidden:before{content:"\e901"}.df-outline-toggle.df-outlines-hidden~.df-outline-items{display:none}.df-outline-item a:hover,.df-outline-toggle:hover,.df-outline-toggle:hover+a,.df-outline-toggle:hover~.df-outline-items{background-color:rgba(100,100,100,.05)}.df-thumb{margin:0;cursor:pointer;width:100%;position:relative;text-align:center}.df-thumb .df-wrapper{box-sizing:content-box!important;margin:6px;border-radius:3px;transition:.2s background;display:inline-block;vertical-align:middle;border:2px dashed rgba(0,0,0,.3);position:relative}.df-thumb .df-wrapper .df-thumb-number{position:absolute;bottom:8px;background-color:rgba(238,238,238,.85);color:#444;font-size:14px;left:50%;transform:translateX(-50%);padding:5px;opacity:0}.df-thumb .df-bg-image{height:100%;background-size:100%;box-shadow:0 1px 4px rgba(0,0,0,.3)}.df-thumb.df-thumb-requested:before{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-thumb.df-thumb-loaded{height:auto!important}.df-thumb.df-thumb-loaded .df-wrapper{border:none;margin:0;padding:8px}.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number{opacity:1}.df-thumb.df-selected .df-wrapper,.df-thumb.df-thumb-loaded:hover .df-wrapper{background-color:#ccc;background-color:rgba(0,0,0,.1);opacity:1}.df-lightbox-wrapper{position:fixed!important;top:0;bottom:0;right:0;height:auto!important;left:0;z-index:99999}.df-lightbox-wrapper.df-lightbox-padded{top:20px;left:20px;bottom:20px;right:20px}.df-lightbox-wrapper .df-lightbox-bg{background:#eee;position:fixed!important;top:0;bottom:0;right:0;height:auto!important;left:0}.df-lightbox-wrapper .df-lightbox-controls{float:right;padding:5px;z-index:1000;position:relative}.df-lightbox-wrapper .df-app{position:absolute!important;width:100%;top:0;bottom:0;height:auto!important}.df-lightbox-wrapper .df-container.df-transparent{height:100%}.df-lightbox-wrapper .df-lightbox-close{float:right;text-align:center;font-size:32px;padding:8px 0;height:48px;width:46px;cursor:pointer;color:#444;border-color:transparent;background-color:transparent;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;opacity:.8}.df-lightbox-wrapper .df-lightbox-close:hover{color:#fff;background-color:rgba(0,0,0,.21);border-color:#000;opacity:1}.df-lightbox-wrapper .df-lightbox-close:before{color:#fff;filter:drop-shadow(0 0 3px black)}.df-share-wrapper{z-index:2;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.35);display:none}.df-share-box{position:absolute;top:50%;width:280px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);left:50%;background-color:#fff;border-radius:10px;padding:10px 15px 5px;text-align:center}span.df-share-title{color:#777;margin-bottom:10px;display:block}.df-share-url{background-color:#fff;height:60px;color:#666;padding:2px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:12px;box-sizing:border-box;margin-bottom:0}.df-share-button{display:inline-block;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px 10px;font-size:20px;color:#aaa}.df-share-button:hover{color:#444}.df-reader{overflow:auto;position:absolute;-webkit-overflow-scrolling:touch}.df-reader .df-viewer-wrapper{cursor:grab}.df-reader .df-page{position:relative;transform-origin:initial;margin:-10px auto -10px;border:10px solid transparent;left:auto;left:initial;box-sizing:content-box!important}.df-reader .df-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);-moz-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.df-reader~.df-ui-nav{display:none}.df-reader:not(.df-noscroll){margin-right:-12px}.df-reader-scrollbar{position:absolute;top:0;height:auto;right:0;width:auto;background:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.3);border-radius:20px 0 0 20px;padding:6px 8px 6px 12px;z-index:100;cursor:ns-resize}.df-reader-scrollbar.df-active,.df-reader-scrollbar:hover{background-color:#fff}.df-reader-scroll-page-number{display:none;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);background-color:#ddd;border-radius:10px;padding:20px;font-size:24px;z-index:100;text-align:center;color:#333}.df-reader-scroll-page-number.df-active{display:block}.df-reader-scroll-page-number .df-reader-scroll-page-number-total{margin-top:6px;padding-top:6px;border-top:1px solid #aaa;font-size:16px;font-style:italic}.df-ios .df-viewer.df-reader{margin-right:0}.df-no-transition{-moz-transition:none!important;-o-transition:none!important;-webkit-transition:none!important;transition:none!important}.df-float .df-ui{bottom:10px;width:auto;width:intial;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin:0 auto;display:table;display:flex;border-radius:5px}.df-float .df-ui>.df-ui-btn:first-child{border-radius:5px 0 0 5px}.df-float .df-ui>.df-ui-btn:last-child{border-radius:0 5px 5px 0}.df-controls-top .df-ui{bottom:auto;bottom:intial;top:0}.df-controls-top.df-float .df-ui{top:10px}.df-controls-top .df-more-container{bottom:auto;top:100%;margin:8px 0 0!important}.df-controls-top .df-more-container:before{border-bottom-color:#eee;border-top:0;bottom:auto;top:-7px}.df-float-off.df-controls-top .df-sidemenu-wrapper{top:42px;bottom:0}.df-float-off.df-controls-bottom .df-sidemenu-wrapper{top:0;bottom:42px}.df-float-off .df-ui-left{justify-content:flex-start;display:flex;flex:1}.df-float-off .df-ui-right{justify-content:flex-end;display:flex;flex:1}.df-float-off .df-ui-center{display:flex;justify-content:center;align-items:center}.df-float-off .df-ui{display:flex}.df-controls-hidden .df-ui{display:none}.df-link-content .annotationTextContent{color:transparent}.df-link-content .popupWrapper{position:absolute;width:20em}.df-link-content .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.df-link-content .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.df-link-content .popup p{padding-top:.2em}body.df-lightbox-open,html.df-lightbox-open{overflow:hidden!important}.df-zoomview{display:none;cursor:move}.df-zoomview .df-viewer-wrapper{position:relative;margin:0 auto}.df-zoomview .df-viewer-wrapper .df-book-shadow{position:absolute;z-index:-1;height:100%;display:none;-webkit-box-shadow:0 1px 15px 1px rgba(0,0,0,.5);-moz-box-shadow:0 1px 15px 1px rgba(0,0,0,.5);box-shadow:0 1px 15px 1px rgba(0,0,0,.5)}.df-zoomview .df-page{position:absolute;top:0;right:50%;background-color:#fff}.df-zoomview .df-page:before{width:10%;opacity:.5}.df-zoomview .df-page.df-page-front{left:50%}.df-zoom-active .df-viewer{cursor:move;cursor:-webkit-grab}.df-zoom-active .df-flipbook{display:none}.df-zoom-active .df-zoomview{display:block}.df-hybrid-viewer .df-zoomview .df-page:before{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading+.df-zoomview{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview{display:block;pointer-events:none}.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview,.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview,.df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview{display:none}.df-container ::-webkit-scrollbar{width:12px;height:12px;cursor:pointer}.df-container ::-webkit-scrollbar-button{height:0;width:0;cursor:pointer}.df-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);border-radius:50px}.df-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.8)}.df-container ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.8)}.df-container ::-webkit-scrollbar-thumb,.df-container ::-webkit-scrollbar-thumb:active,.df-container ::-webkit-scrollbar-thumb:hover{border-right:1px;border-left:1px;border-style:solid;border-color:transparent}.df-container ::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:50px}.df-container ::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.1)}.df-container ::-webkit-scrollbar-track:active{background:rgba(0,0,0,.15)}.df-container ::-webkit-scrollbar-corner{background:0 0}.df-sidemenu-wrapper ::-webkit-scrollbar{width:10px}.df-container.df-transparent.df-fullscreen{background:#aaa}.df-container.df-fullscreen{position:fixed!important;left:0!important;top:0!important;width:100%!important;height:100%!important;z-index:2147483647}.df-container.df-rtl .df-sidemenu-wrapper{left:auto;left:initial;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);right:-50px;direction:rtl}.df-container.df-rtl input.df-search-text{padding:0 15px 0 45px}.df-container.df-rtl .df-sidemenu-title{text-align:right}.df-container.df-rtl .df-search-clear{right:auto;left:60px}.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);right:0}.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close{float:left}.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev{left:0}.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next{right:220px}.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after{margin-left:-122px}.df-container.df-rtl .df-outline-item{margin:0 18px 0 0;text-align:right;direction:rtl}.df-container.df-rtl .df-outline-item .df-outline-toggle{float:right;margin:0 -18px 0 0}.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before{content:"\e900"}.df-container.df-rtl .df-viewer .df-3dcanvas{left:0;right:auto;right:initial}.df-container.df-rtl .df-more-container .df-ui-btn{text-align:right;direction:rtl}.df-container.df-rtl .df-more-container .df-ui-btn:before{right:10px}.df-container.df-rtl .df-more-container .df-ui-btn span{padding:0 24px 0 0}.df-lightbox-wrapper.df-rtl .df-lightbox-controls{float:left}.df-element[data-df-lightbox],.df-element[data-lightbox]{cursor:pointer}.df-popup-thumb{display:inline-block;box-sizing:border-box;margin:30px 15px 15px!important;text-align:center;border:0;width:140px;height:auto;word-break:break-word;vertical-align:bottom;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-moz-perspective:800px;perspective:800px}.df-popup-thumb .df-book-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.2s;box-shadow:2px 0 4px rgba(0,0,0,.2);transform-origin:30%;background-color:#fff;width:100%;display:inline-block}.df-popup-thumb .df-book-page1,.df-popup-thumb .df-book-page2{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left;background-color:#fff;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;z-index:1}.df-popup-thumb .df-book-cover{background-size:100% 100%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left;top:0;position:relative;overflow:hidden;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;box-shadow:0 10px 10px rgba(0,0,0,.24);z-index:1}.df-popup-thumb .df-book-cover.df-thumb-not-found{height:200px;position:relative}.df-popup-thumb.df-has-ridge .df-book-cover:after{display:block;content:" ";height:100%;width:100%;background:linear-gradient(90deg,rgba(255,255,255,.15) 1%,rgba(0,0,0,.15) 3%,rgba(255,255,255,.15) 5%,rgba(255,255,255,0) 7%);box-shadow:inset 0 -1px 3px 0 rgba(80,80,80,.5490196078);z-index:3;position:absolute;top:0;left:0}.df-popup-thumb .df-book-title{bottom:-100%;position:absolute;width:100%;left:0;padding:5px;font-size:.75em;background:rgba(255,255,255,.9);box-sizing:border-box;display:block;-moz-transition:.4s;-o-transition:.4s;-webkit-transition:.4s;transition:.4s;opacity:0}.df-popup-thumb img{display:block;width:100%;height:auto;margin:0!important;padding:0!important;border:0!important}.df-popup-thumb.df-thumb-not-found .df-book-title,.df-popup-thumb.df-tl-book-title-fixed .df-book-title,.df-popup-thumb:hover .df-book-title{opacity:1;bottom:0}.df-popup-thumb.df-tl-book-title-fixed .df-book-title,.df-popup-thumb.df-tl-book-title-top .df-book-title{opacity:1;position:relative}.df-popup-thumb.df-thumb-not-found .df-book-wrapper{width:100%}.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found,.df-popup-thumb.df-tl-cover-title .df-thumb-not-found{height:170px}.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper,.df-popup-thumb.df-tl-cover-title .df-book-wrapper{position:relative;z-index:1}.df-popup-thumb.df-tl-book-title-bottom .df-book-title,.df-popup-thumb.df-tl-cover-title .df-book-title{position:relative;bottom:0;opacity:1;height:3em;background:0 0}.df-popup-thumb:hover .df-book-page1{transform:rotateY(-8deg) rotateZ(0);box-shadow:2px 0 4px rgba(0,0,0,.2)}.df-popup-thumb:hover .df-book-page2{transform:rotateY(-14deg) rotateZ(0);box-shadow:2px 0 4px rgba(0,0,0,.2)}.df-popup-thumb:hover .df-book-wrapper{transform:rotateY(-15deg) rotateZ(0)}.df-popup-thumb:hover .df-book-cover{-webkit-transform:rotateY(-18deg) rotateZ(0);-moz-transform:rotateY(-18deg) rotateZ(0);-ms-transform:rotateY(-18deg) rotateZ(0);transform:rotateY(-18deg) rotateZ(0)}.df-popup-thumb.df-tl-cover-title .df-book-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.3)}.df-popup-thumb.df-tl-cover-title .df-book-cover{box-shadow:none}.df-popup-thumb.df-tl-cover-title .df-book-cover:after{display:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper{box-shadow:0 5px 20px rgba(0,0,0,.5);transform:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-cover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;box-shadow:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-page1,.df-popup-thumb.df-tl-cover-title:hover .df-book-page2{display:none}.df-popup-button{width:auto;display:inline-block;background:#ddd;border-radius:5px;padding:5px 15px;margin:5px;-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:background;-o-transition-property:background;-webkit-transition-property:background;transition-property:background}.df-popup-button:hover{background:#aaa}.df-popup-hidden{display:none}.df-icon-play-popup{position:relative}.df-icon-play-popup:before{top:50%;position:absolute;left:50%;font-size:40px;background:#777;border-radius:50%;padding:10px;box-shadow:0 1px 5px #777;margin-top:-30px;margin-left:-30px;display:block;color:#fff;z-index:1;-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;pointer-events:none}.df-icon-play-popup:hover:before{opacity:0}.df-posts{max-width:1140px;margin:0 auto}.df-posts>.df-popup-thumb{width:calc(20% - 30px);min-width:100px;position:relative;z-index:1}df-post-shelf{display:none;height:160px;background-color:transparent;z-index:0;margin:-105px -40px -40px -40px;position:relative;background-repeat:no-repeat}df-post-shelf:nth-of-type(5n){display:block}df-post-shelf:after{content:" ";height:160px;display:block;position:absolute;bottom:0;right:0;width:240px;z-index:1;background-position:0 -160px;background-repeat:no-repeat;background-image:inherit;background-size:inherit}df-post-shelf:before{content:" ";display:block;position:absolute;left:240px;bottom:0;right:240px;height:160px;z-index:1;background-image:inherit;background-size:inherit;background-repeat:repeat-x;background-position:0 -320px}.df-posts.df-has-shelf{padding:0 40px 50px 40px}@media screen and (max-width:1100px){.df-posts>.df-popup-thumb{width:calc(25% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(4n){display:block}}@media screen and (max-width:900px){.df-posts>.df-popup-thumb{width:calc(33% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(3n){display:block}}@media screen and (max-width:600px){.df-posts>.df-popup-thumb{width:calc(50% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(2n){display:block}df-post-shelf{background-size:120px 480px}df-post-shelf:before{left:120px;right:120px}df-post-shelf:after{width:120px}}@media screen and (max-width:420px){.df-popup-thumb,.df-posts>.df-popup-thumb{width:calc(100% - 30px)}df-post-shelf:nth-of-type(n){display:block}}df-post-shelf:last-of-type{display:block}.df-posts{container-type:inline-size;container-name:dfposts;width:100%;box-sizing:border-box!important}@container dfposts (max-width:1020px){.df-posts>.df-popup-thumb{width:calc(25% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(4n){display:block}}@container dfposts (max-width:820px){.df-posts>.df-popup-thumb{width:calc(33% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(3n){display:block}}@container dfposts (max-width:520px){.df-posts>.df-popup-thumb{width:calc(50% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(2n){display:block}df-post-shelf{background-size:120px 480px}df-post-shelf:before{left:120px;right:120px}df-post-shelf:after{width:120px}}@container dfposts (max-width:320px){.df-posts>.df-popup-thumb{width:calc(100% - 30px)}df-post-shelf:nth-of-type(n){display:block}}@container dfposts (max-width:150px){.df-posts.df-has-shelf>.df-popup-thumb{width:100%;margin:30px -35px 15px!important}}df-post-shelf:last-of-type{display:block}.df-page-content{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.df-auto-link-content,.df-text-content{line-height:1;transform-origin:top left}.df-auto-link-content{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;pointer-events:none}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.df-auto-link-content span,.df-text-content br,.df-text-content span{color:transparent!important;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.df-auto-link-content>span{overflow:hidden}.df-text-content .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.df-text-content .highlight.appended{position:initial}.df-text-content .highlight.begin{border-radius:4px 0 0 4px}.df-text-content .highlight.end{border-radius:0 4px 4px 0}.df-text-content .highlight.middle{border-radius:0}.df-text-content .highlight.selected{background-color:#006400}.df-text-content .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.df-text-content .endOfContent.active{top:0}body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:32px}@media screen and (max-width:782px){body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:46px}}@media screen and (max-width:600px){body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:0}}.df-single-content{width:100%}.df-link-content section.textWidgetAnnotation{display:none}.df-link-content :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.df-viewer::-webkit-scrollbar-button{height:50px}.df-viewer::-webkit-scrollbar-thumb{min-height:50px}.df-container .df-reader ::-webkit-scrollbar-thumb,.df-container .df-reader ::-webkit-scrollbar-track{background:0 0}.df-container.df-pinch-zoom ::-webkit-scrollbar-thumb,.df-container.df-pinch-zoom ::-webkit-scrollbar-track{background:0 0}.df-container.df-pinch-zoom .df-page-content{display:none}section.squareAnnotation .popupWrapper,section.textAnnotation .popupWrapper{display:none}section.squareAnnotation svg,section.textAnnotation svg{display:block}.df-comment-popup{display:none;position:absolute;width:360px;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;z-index:9;padding:10px;word-break:break-word}.df-comment-popup.df-active{display:block}.df-comment-popup .popup{background-color:transparent!important}.df-comment-popup p{margin:0}.df-comment-popup h1{padding-bottom:5px;border-bottom:1px solid;margin-top:0;font-size:1em}.df-sidemenu-wrapper.df-sidemenu-center{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;display:none;top:auto;height:360px;bottom:52px}.df-sidemenu-center .df-sidemenu-buttons{box-shadow:none;text-align:center}.df-sidemenu-center .df-sidemenu-buttons .df-icon-close{display:block;margin:-55px auto 0 auto;float:none;border-radius:50px;width:44px}.df-sidemenu-wrapper.df-sidemenu-center:before{background-color:rgba(255,255,255,.9)}.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center{display:block}.df-sidemenu-center .sidemenu,.df-sidemenu-center:before{border-radius:10px 10px 0 0}.df-slider{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);-o-filter:blur(0);filter:blur(0)}.df-slider .df-viewer-wrapper{position:relative;margin:0 auto;height:100%;-moz-transition:.3s left;-o-transition:.3s left;-webkit-transition:.3s left;transition:.3s left}.df-slider .df-sheet{-moz-transition:transform .5s;-o-transition:transform .5s;-webkit-transition:transform .5s;transition:transform .5s}.df-slider .df-sheet.df-left-side,.df-slider .df-sheet.df-right-side{left:50%!important}.df-slider .df-sheet:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);-moz-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.df-slider .df-page:before{display:none}.df-slider .df-page.df-page-front{z-index:3}.df-slider+.df-zoomview .df-page:before{display:none}.df-has-shelf df-post-shelf{background:0 0;perspective:400px;margin:5px 0 30px 0;height:0;box-shadow:0 5px 40px 15px rgba(0,0,0,.3137254902)}.df-has-shelf df-post-shelf:after,.df-has-shelf df-post-shelf:before{background-size:auto;left:-40px;right:-40px;width:auto;background-repeat:repeat-x;transform-style:preserve-3d;background-position:0 0}.df-has-shelf df-post-shelf:before{transform:translateY(-15px) rotateX(50deg);height:50px;transform-origin:bottom;box-shadow:inset 0 3px 15px 0 rgba(0,0,0,.6117647059)}.df-has-shelf df-post-shelf:after{transform:translateZ(0);height:15px;box-shadow:inset 0 3px 3px rgba(243,243,243,.3215686275);background-position:0 -50px}.df-search-highlight{position:relative!important;background-color:#00f}.df-search-results{top:125px!important;padding:0 10px 10px}.df-search-result{color:inherit!important;text-decoration:none!important;overflow:hidden;border:none!important;box-shadow:none!important;margin-bottom:1px;padding:5px 10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.df-search-result.df-active,.df-search-result:hover{background-color:rgba(100,100,100,.2)}.df-sidemenu-title{padding:8px 20px;text-transform:uppercase;text-align:left}.df-search-hits{z-index:10;display:none}.df-search-open .df-search-hits{display:inline-block}.df-search-form{display:flex;padding:10px;position:relative}.df-search-clear{position:absolute;right:55px;top:22px;cursor:pointer;display:none}input.df-search-text{flex-grow:1;margin:0;border-radius:4px 0 0 4px;outline:0;border:0;height:40px;padding:0 45px 0 15px;width:100%}input.df-search-text:not(:placeholder-shown)~a.df-search-clear{display:block}.df-ui-btn.df-search-btn{height:40px;padding:10px;background-color:#f7f7f7}.df-search-info{padding:5px 20px}.df-searching .df-search-info{background-repeat:no-repeat;background-size:24px;background-position:176px}.df-popup-thumb img.df-lazy{transform:scale(1.2);opacity:.5}@media (prefers-reduced-motion:no-preference){.df-popup-thumb img{transition:opacity 1.5s ease,transform 1.5s ease}}.df-trigger{cursor:pointer}.df-element[data-df-lightbox],.df-element[data-lightbox]{position:relative}.rtl .df-popup-thumb .df-book-cover,.rtl .df-popup-thumb .df-book-page1,.rtl .df-popup-thumb .df-book-page2{transform-origin:right}.rtl .df-popup-thumb:hover .df-book-cover{transform:rotateY(18deg) rotateZ(0)}.rtl .df-popup-thumb:hover .df-book-page2{transform:rotateY(14deg) rotateZ(0);box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb:hover .df-book-page1{transform:rotateY(8deg) rotateZ(0);box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb:hover .df-book-wrapper{transform:rotateY(15deg) rotateZ(0);transform-origin:70%!important;box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb .df-book-cover:after{transform:scaleX(-1)}.zoom-element{display:none;position:absolute;top:0;left:0;z-index:1}.zoom-element>canvas{width:100%;height:100%}.df-zoom-region-active .zoom-element{display:block}.df-vertical .df-page:before{width:100%;height:10%;top:auto}.df-vertical .df-page-front:before{top:0;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0))}.df-vertical .df-page-back:before{bottom:0;background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%)}.df-flipbook-2d.df-vertical .df-viewer-wrapper{-moz-transition:.3s top;-o-transition:.3s top;-webkit-transition:.3s top;transition:.3s top}.df-flipbook-2d.df-vertical .df-sheet.df-left-side{bottom:50%;top:auto;left:0}.df-flipbook-2d.df-vertical .df-sheet.df-right-side{top:50%;left:0}.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-back{-webkit-transform-origin:50% bottom;-moz-transform-origin:50% bottom;transform-origin:50% bottom;z-index:3!important}.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-front{-webkit-transform-origin:50% top;-moz-transform-origin:50% top;transform-origin:50% top;z-index:4}.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-back{-webkit-transform-origin:50% bottom;-moz-transform-origin:50% bottom;transform-origin:50% bottom}.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-front{-webkit-transform-origin:50% top;-moz-transform-origin:50% top;transform-origin:50% top}.df-zoomview.df-vertical .df-page-front{top:50%;left:0}.df-zoomview.df-vertical .df-page-back{bottom:50%;top:auto;left:0}.df-posts [skip-parse]{display:none}.df-posts{text-align:center;position:relative}.df-load-more-button-wrapper{text-align:center;display:none;margin-top:20px}.df-posts [skip-parse]~.df-load-more-button-wrapper{display:block}.df-load-more-button{padding:10px 15px;display:inline-block;margin:0 auto;cursor:pointer;background:#0085ba;color:#fff}._df_book{min-height:400px}.rps_result {    }
.rps_result html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.rps_result body {
margin: 0;
}
.rps_result article,
.rps_result aside,
.rps_result details,
.rps_result figcaption,
.rps_result figure,
.rps_result footer,
.rps_result header,
.rps_result hgroup,
.rps_result main,
.rps_result menu,
.rps_result nav,
.rps_result section,
.rps_result summary {
display: block;
}
.rps_result audio,
.rps_result canvas,
.rps_result progress,
.rps_result video {
display: inline-block;
vertical-align: baseline;
}
.rps_result audio:not([controls]) {
display: none;
height: 0;
}
.rps_result [hidden],
.rps_result template {
display: none;
}
.rps_result a {
background-color: transparent;
}
.rps_result a:active,
.rps_result a:hover {
outline: 0;
}
.rps_result abbr[title] {
border-bottom: 1px dotted;
}
.rps_result b,
.rps_result strong {
font-weight: bold;
}
.rps_result dfn {
font-style: italic;
}
.rps_result h1 {
margin: .67em 0;
font-size: 2em;
}
.rps_result mark {
color: #000;
background: #ff0;
}
.rps_result small {
font-size: 80%;
}
.rps_result sub,
.rps_result sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.rps_result sup {
top: -0.5em;
}
.rps_result sub {
bottom: -0.25em;
}
.rps_result img {
border: 0;
}
.rps_result svg:not(:root) {
overflow: hidden;
}
.rps_result figure {
margin: 1em 40px;
}
.rps_result hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.rps_result pre {
overflow: auto;
}
.rps_result code,
.rps_result kbd,
.rps_result pre,
.rps_result samp {
font-family: monospace, monospace;
font-size: 1em;
}
.rps_result button,
.rps_result input,
.rps_result optgroup,
.rps_result select,
.rps_result textarea {
margin: 0;
font: inherit;
color: inherit;
}
.rps_result button {
overflow: visible;
}
.rps_result button,
.rps_result select {
text-transform: none;
}
.rps_result button,
.rps_result html input[type="button"],
.rps_result input[type="reset"],
.rps_result input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.rps_result button[disabled],
.rps_result html input[disabled] {
cursor: default;
}
.rps_result button::-moz-focus-inner,
.rps_result input::-moz-focus-inner {
padding: 0;
border: 0;
}
.rps_result input {
line-height: normal;
}
.rps_result input[type="checkbox"],
.rps_result input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.rps_result input[type="number"]::-webkit-inner-spin-button,
.rps_result input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.rps_result input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
.rps_result input[type="search"]::-webkit-search-cancel-button,
.rps_result input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.rps_result fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
.rps_result legend {
padding: 0;
border: 0;
}
.rps_result textarea {
overflow: auto;
}
.rps_result optgroup {
font-weight: bold;
}
.rps_result table {
border-spacing: 0;
border-collapse: collapse;
}
.rps_result td,
.rps_result th {
padding: 0;
}
@media print {
.rps_result *,
.rps_result *:before,
.rps_result *:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.rps_result a,
.rps_result a:visited {
text-decoration: underline;
}
.rps_result a[href]:after {
content: " (" attr(href) ")";
}
.rps_result abbr[title]:after {
content: " (" attr(title) ")";
}
.rps_result a[href^="#"]:after,
.rps_result a[href^="javascript:"]:after {
content: "";
}
.rps_result pre,
.rps_result blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.rps_result thead {
display: table-header-group;
}
.rps_result tr,
.rps_result img {
page-break-inside: avoid;
}
.rps_result img {
max-width: 100% !important;
}
.rps_result p,
.rps_result h2,
.rps_result h3 {
orphans: 3;
widows: 3;
}
.rps_result h2,
.rps_result h3 {
page-break-after: avoid;
}
.rps_result .navbar {
display: none;
}
.rps_result .btn > .caret,
.rps_result .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.rps_result .label {
border: 1px solid #000;
}
.rps_result .table {
border-collapse: collapse !important;
}
.rps_result .table td,
.rps_result .table th {
background-color: #fff !important;
}
.rps_result .table-bordered th,
.rps_result .table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot);
src: url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//familyapostolatefaridabad.com/wp-content/plugins/easy-student-results/assets/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.rps_result .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rps_result .glyphicon-asterisk:before {
content: "\2a";
}
.rps_result .glyphicon-plus:before {
content: "\2b";
}
.rps_result .glyphicon-euro:before,
.rps_result .glyphicon-eur:before {
content: "\20ac";
}
.rps_result .glyphicon-minus:before {
content: "\2212";
}
.rps_result .glyphicon-cloud:before {
content: "\2601";
}
.rps_result .glyphicon-envelope:before {
content: "\2709";
}
.rps_result .glyphicon-pencil:before {
content: "\270f";
}
.rps_result .glyphicon-glass:before {
content: "\e001";
}
.rps_result .glyphicon-music:before {
content: "\e002";
}
.rps_result .glyphicon-search:before {
content: "\e003";
}
.rps_result .glyphicon-heart:before {
content: "\e005";
}
.rps_result .glyphicon-star:before {
content: "\e006";
}
.rps_result .glyphicon-star-empty:before {
content: "\e007";
}
.rps_result .glyphicon-user:before {
content: "\e008";
}
.rps_result .glyphicon-film:before {
content: "\e009";
}
.rps_result .glyphicon-th-large:before {
content: "\e010";
}
.rps_result .glyphicon-th:before {
content: "\e011";
}
.rps_result .glyphicon-th-list:before {
content: "\e012";
}
.rps_result .glyphicon-ok:before {
content: "\e013";
}
.rps_result .glyphicon-remove:before {
content: "\e014";
}
.rps_result .glyphicon-zoom-in:before {
content: "\e015";
}
.rps_result .glyphicon-zoom-out:before {
content: "\e016";
}
.rps_result .glyphicon-off:before {
content: "\e017";
}
.rps_result .glyphicon-signal:before {
content: "\e018";
}
.rps_result .glyphicon-cog:before {
content: "\e019";
}
.rps_result .glyphicon-trash:before {
content: "\e020";
}
.rps_result .glyphicon-home:before {
content: "\e021";
}
.rps_result .glyphicon-file:before {
content: "\e022";
}
.rps_result .glyphicon-time:before {
content: "\e023";
}
.rps_result .glyphicon-road:before {
content: "\e024";
}
.rps_result .glyphicon-download-alt:before {
content: "\e025";
}
.rps_result .glyphicon-download:before {
content: "\e026";
}
.rps_result .glyphicon-upload:before {
content: "\e027";
}
.rps_result .glyphicon-inbox:before {
content: "\e028";
}
.rps_result .glyphicon-play-circle:before {
content: "\e029";
}
.rps_result .glyphicon-repeat:before {
content: "\e030";
}
.rps_result .glyphicon-refresh:before {
content: "\e031";
}
.rps_result .glyphicon-list-alt:before {
content: "\e032";
}
.rps_result .glyphicon-lock:before {
content: "\e033";
}
.rps_result .glyphicon-flag:before {
content: "\e034";
}
.rps_result .glyphicon-headphones:before {
content: "\e035";
}
.rps_result .glyphicon-volume-off:before {
content: "\e036";
}
.rps_result .glyphicon-volume-down:before {
content: "\e037";
}
.rps_result .glyphicon-volume-up:before {
content: "\e038";
}
.rps_result .glyphicon-qrcode:before {
content: "\e039";
}
.rps_result .glyphicon-barcode:before {
content: "\e040";
}
.rps_result .glyphicon-tag:before {
content: "\e041";
}
.rps_result .glyphicon-tags:before {
content: "\e042";
}
.rps_result .glyphicon-book:before {
content: "\e043";
}
.rps_result .glyphicon-bookmark:before {
content: "\e044";
}
.rps_result .glyphicon-print:before {
content: "\e045";
}
.rps_result .glyphicon-camera:before {
content: "\e046";
}
.rps_result .glyphicon-font:before {
content: "\e047";
}
.rps_result .glyphicon-bold:before {
content: "\e048";
}
.rps_result .glyphicon-italic:before {
content: "\e049";
}
.rps_result .glyphicon-text-height:before {
content: "\e050";
}
.rps_result .glyphicon-text-width:before {
content: "\e051";
}
.rps_result .glyphicon-align-left:before {
content: "\e052";
}
.rps_result .glyphicon-align-center:before {
content: "\e053";
}
.rps_result .glyphicon-align-right:before {
content: "\e054";
}
.rps_result .glyphicon-align-justify:before {
content: "\e055";
}
.rps_result .glyphicon-list:before {
content: "\e056";
}
.rps_result .glyphicon-indent-left:before {
content: "\e057";
}
.rps_result .glyphicon-indent-right:before {
content: "\e058";
}
.rps_result .glyphicon-facetime-video:before {
content: "\e059";
}
.rps_result .glyphicon-picture:before {
content: "\e060";
}
.rps_result .glyphicon-map-marker:before {
content: "\e062";
}
.rps_result .glyphicon-adjust:before {
content: "\e063";
}
.rps_result .glyphicon-tint:before {
content: "\e064";
}
.rps_result .glyphicon-edit:before {
content: "\e065";
}
.rps_result .glyphicon-share:before {
content: "\e066";
}
.rps_result .glyphicon-check:before {
content: "\e067";
}
.rps_result .glyphicon-move:before {
content: "\e068";
}
.rps_result .glyphicon-step-backward:before {
content: "\e069";
}
.rps_result .glyphicon-fast-backward:before {
content: "\e070";
}
.rps_result .glyphicon-backward:before {
content: "\e071";
}
.rps_result .glyphicon-play:before {
content: "\e072";
}
.rps_result .glyphicon-pause:before {
content: "\e073";
}
.rps_result .glyphicon-stop:before {
content: "\e074";
}
.rps_result .glyphicon-forward:before {
content: "\e075";
}
.rps_result .glyphicon-fast-forward:before {
content: "\e076";
}
.rps_result .glyphicon-step-forward:before {
content: "\e077";
}
.rps_result .glyphicon-eject:before {
content: "\e078";
}
.rps_result .glyphicon-chevron-left:before {
content: "\e079";
}
.rps_result .glyphicon-chevron-right:before {
content: "\e080";
}
.rps_result .glyphicon-plus-sign:before {
content: "\e081";
}
.rps_result .glyphicon-minus-sign:before {
content: "\e082";
}
.rps_result .glyphicon-remove-sign:before {
content: "\e083";
}
.rps_result .glyphicon-ok-sign:before {
content: "\e084";
}
.rps_result .glyphicon-question-sign:before {
content: "\e085";
}
.rps_result .glyphicon-info-sign:before {
content: "\e086";
}
.rps_result .glyphicon-screenshot:before {
content: "\e087";
}
.rps_result .glyphicon-remove-circle:before {
content: "\e088";
}
.rps_result .glyphicon-ok-circle:before {
content: "\e089";
}
.rps_result .glyphicon-ban-circle:before {
content: "\e090";
}
.rps_result .glyphicon-arrow-left:before {
content: "\e091";
}
.rps_result .glyphicon-arrow-right:before {
content: "\e092";
}
.rps_result .glyphicon-arrow-up:before {
content: "\e093";
}
.rps_result .glyphicon-arrow-down:before {
content: "\e094";
}
.rps_result .glyphicon-share-alt:before {
content: "\e095";
}
.rps_result .glyphicon-resize-full:before {
content: "\e096";
}
.rps_result .glyphicon-resize-small:before {
content: "\e097";
}
.rps_result .glyphicon-exclamation-sign:before {
content: "\e101";
}
.rps_result .glyphicon-gift:before {
content: "\e102";
}
.rps_result .glyphicon-leaf:before {
content: "\e103";
}
.rps_result .glyphicon-fire:before {
content: "\e104";
}
.rps_result .glyphicon-eye-open:before {
content: "\e105";
}
.rps_result .glyphicon-eye-close:before {
content: "\e106";
}
.rps_result .glyphicon-warning-sign:before {
content: "\e107";
}
.rps_result .glyphicon-plane:before {
content: "\e108";
}
.rps_result .glyphicon-calendar:before {
content: "\e109";
}
.rps_result .glyphicon-random:before {
content: "\e110";
}
.rps_result .glyphicon-comment:before {
content: "\e111";
}
.rps_result .glyphicon-magnet:before {
content: "\e112";
}
.rps_result .glyphicon-chevron-up:before {
content: "\e113";
}
.rps_result .glyphicon-chevron-down:before {
content: "\e114";
}
.rps_result .glyphicon-retweet:before {
content: "\e115";
}
.rps_result .glyphicon-shopping-cart:before {
content: "\e116";
}
.rps_result .glyphicon-folder-close:before {
content: "\e117";
}
.rps_result .glyphicon-folder-open:before {
content: "\e118";
}
.rps_result .glyphicon-resize-vertical:before {
content: "\e119";
}
.rps_result .glyphicon-resize-horizontal:before {
content: "\e120";
}
.rps_result .glyphicon-hdd:before {
content: "\e121";
}
.rps_result .glyphicon-bullhorn:before {
content: "\e122";
}
.rps_result .glyphicon-bell:before {
content: "\e123";
}
.rps_result .glyphicon-certificate:before {
content: "\e124";
}
.rps_result .glyphicon-thumbs-up:before {
content: "\e125";
}
.rps_result .glyphicon-thumbs-down:before {
content: "\e126";
}
.rps_result .glyphicon-hand-right:before {
content: "\e127";
}
.rps_result .glyphicon-hand-left:before {
content: "\e128";
}
.rps_result .glyphicon-hand-up:before {
content: "\e129";
}
.rps_result .glyphicon-hand-down:before {
content: "\e130";
}
.rps_result .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.rps_result .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.rps_result .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.rps_result .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.rps_result .glyphicon-globe:before {
content: "\e135";
}
.rps_result .glyphicon-wrench:before {
content: "\e136";
}
.rps_result .glyphicon-tasks:before {
content: "\e137";
}
.rps_result .glyphicon-filter:before {
content: "\e138";
}
.rps_result .glyphicon-briefcase:before {
content: "\e139";
}
.rps_result .glyphicon-fullscreen:before {
content: "\e140";
}
.rps_result .glyphicon-dashboard:before {
content: "\e141";
}
.rps_result .glyphicon-paperclip:before {
content: "\e142";
}
.rps_result .glyphicon-heart-empty:before {
content: "\e143";
}
.rps_result .glyphicon-link:before {
content: "\e144";
}
.rps_result .glyphicon-phone:before {
content: "\e145";
}
.rps_result .glyphicon-pushpin:before {
content: "\e146";
}
.rps_result .glyphicon-usd:before {
content: "\e148";
}
.rps_result .glyphicon-gbp:before {
content: "\e149";
}
.rps_result .glyphicon-sort:before {
content: "\e150";
}
.rps_result .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.rps_result .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.rps_result .glyphicon-sort-by-order:before {
content: "\e153";
}
.rps_result .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.rps_result .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.rps_result .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.rps_result .glyphicon-unchecked:before {
content: "\e157";
}
.rps_result .glyphicon-expand:before {
content: "\e158";
}
.rps_result .glyphicon-collapse-down:before {
content: "\e159";
}
.rps_result .glyphicon-collapse-up:before {
content: "\e160";
}
.rps_result .glyphicon-log-in:before {
content: "\e161";
}
.rps_result .glyphicon-flash:before {
content: "\e162";
}
.rps_result .glyphicon-log-out:before {
content: "\e163";
}
.rps_result .glyphicon-new-window:before {
content: "\e164";
}
.rps_result .glyphicon-record:before {
content: "\e165";
}
.rps_result .glyphicon-save:before {
content: "\e166";
}
.rps_result .glyphicon-open:before {
content: "\e167";
}
.rps_result .glyphicon-saved:before {
content: "\e168";
}
.rps_result .glyphicon-import:before {
content: "\e169";
}
.rps_result .glyphicon-export:before {
content: "\e170";
}
.rps_result .glyphicon-send:before {
content: "\e171";
}
.rps_result .glyphicon-floppy-disk:before {
content: "\e172";
}
.rps_result .glyphicon-floppy-saved:before {
content: "\e173";
}
.rps_result .glyphicon-floppy-remove:before {
content: "\e174";
}
.rps_result .glyphicon-floppy-save:before {
content: "\e175";
}
.rps_result .glyphicon-floppy-open:before {
content: "\e176";
}
.rps_result .glyphicon-credit-card:before {
content: "\e177";
}
.rps_result .glyphicon-transfer:before {
content: "\e178";
}
.rps_result .glyphicon-cutlery:before {
content: "\e179";
}
.rps_result .glyphicon-header:before {
content: "\e180";
}
.rps_result .glyphicon-compressed:before {
content: "\e181";
}
.rps_result .glyphicon-earphone:before {
content: "\e182";
}
.rps_result .glyphicon-phone-alt:before {
content: "\e183";
}
.rps_result .glyphicon-tower:before {
content: "\e184";
}
.rps_result .glyphicon-stats:before {
content: "\e185";
}
.rps_result .glyphicon-sd-video:before {
content: "\e186";
}
.rps_result .glyphicon-hd-video:before {
content: "\e187";
}
.rps_result .glyphicon-subtitles:before {
content: "\e188";
}
.rps_result .glyphicon-sound-stereo:before {
content: "\e189";
}
.rps_result .glyphicon-sound-dolby:before {
content: "\e190";
}
.rps_result .glyphicon-sound-5-1:before {
content: "\e191";
}
.rps_result .glyphicon-sound-6-1:before {
content: "\e192";
}
.rps_result .glyphicon-sound-7-1:before {
content: "\e193";
}
.rps_result .glyphicon-copyright-mark:before {
content: "\e194";
}
.rps_result .glyphicon-registration-mark:before {
content: "\e195";
}
.rps_result .glyphicon-cloud-download:before {
content: "\e197";
}
.rps_result .glyphicon-cloud-upload:before {
content: "\e198";
}
.rps_result .glyphicon-tree-conifer:before {
content: "\e199";
}
.rps_result .glyphicon-tree-deciduous:before {
content: "\e200";
}
.rps_result .glyphicon-cd:before {
content: "\e201";
}
.rps_result .glyphicon-save-file:before {
content: "\e202";
}
.rps_result .glyphicon-open-file:before {
content: "\e203";
}
.rps_result .glyphicon-level-up:before {
content: "\e204";
}
.rps_result .glyphicon-copy:before {
content: "\e205";
}
.rps_result .glyphicon-paste:before {
content: "\e206";
}
.rps_result .glyphicon-alert:before {
content: "\e209";
}
.rps_result .glyphicon-equalizer:before {
content: "\e210";
}
.rps_result .glyphicon-king:before {
content: "\e211";
}
.rps_result .glyphicon-queen:before {
content: "\e212";
}
.rps_result .glyphicon-pawn:before {
content: "\e213";
}
.rps_result .glyphicon-bishop:before {
content: "\e214";
}
.rps_result .glyphicon-knight:before {
content: "\e215";
}
.rps_result .glyphicon-baby-formula:before {
content: "\e216";
}
.rps_result .glyphicon-tent:before {
content: "\26fa";
}
.rps_result .glyphicon-blackboard:before {
content: "\e218";
}
.rps_result .glyphicon-bed:before {
content: "\e219";
}
.rps_result .glyphicon-apple:before {
content: "\f8ff";
}
.rps_result .glyphicon-erase:before {
content: "\e221";
}
.rps_result .glyphicon-hourglass:before {
content: "\231b";
}
.rps_result .glyphicon-lamp:before {
content: "\e223";
}
.rps_result .glyphicon-duplicate:before {
content: "\e224";
}
.rps_result .glyphicon-piggy-bank:before {
content: "\e225";
}
.rps_result .glyphicon-scissors:before {
content: "\e226";
}
.rps_result .glyphicon-bitcoin:before {
content: "\e227";
}
.rps_result .glyphicon-btc:before {
content: "\e227";
}
.rps_result .glyphicon-xbt:before {
content: "\e227";
}
.rps_result .glyphicon-yen:before {
content: "\00a5";
}
.rps_result .glyphicon-jpy:before {
content: "\00a5";
}
.rps_result .glyphicon-ruble:before {
content: "\20bd";
}
.rps_result .glyphicon-rub:before {
content: "\20bd";
}
.rps_result .glyphicon-scale:before {
content: "\e230";
}
.rps_result .glyphicon-ice-lolly:before {
content: "\e231";
}
.rps_result .glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.rps_result .glyphicon-education:before {
content: "\e233";
}
.rps_result .glyphicon-option-horizontal:before {
content: "\e234";
}
.rps_result .glyphicon-option-vertical:before {
content: "\e235";
}
.rps_result .glyphicon-menu-hamburger:before {
content: "\e236";
}
.rps_result .glyphicon-modal-window:before {
content: "\e237";
}
.rps_result .glyphicon-oil:before {
content: "\e238";
}
.rps_result .glyphicon-grain:before {
content: "\e239";
}
.rps_result .glyphicon-sunglasses:before {
content: "\e240";
}
.rps_result .glyphicon-text-size:before {
content: "\e241";
}
.rps_result .glyphicon-text-color:before {
content: "\e242";
}
.rps_result .glyphicon-text-background:before {
content: "\e243";
}
.rps_result .glyphicon-object-align-top:before {
content: "\e244";
}
.rps_result .glyphicon-object-align-bottom:before {
content: "\e245";
}
.rps_result .glyphicon-object-align-horizontal:before {
content: "\e246";
}
.rps_result .glyphicon-object-align-left:before {
content: "\e247";
}
.rps_result .glyphicon-object-align-vertical:before {
content: "\e248";
}
.rps_result .glyphicon-object-align-right:before {
content: "\e249";
}
.rps_result .glyphicon-triangle-right:before {
content: "\e250";
}
.rps_result .glyphicon-triangle-left:before {
content: "\e251";
}
.rps_result .glyphicon-triangle-bottom:before {
content: "\e252";
}
.rps_result .glyphicon-triangle-top:before {
content: "\e253";
}
.rps_result .glyphicon-console:before {
content: "\e254";
}
.rps_result .glyphicon-superscript:before {
content: "\e255";
}
.rps_result .glyphicon-subscript:before {
content: "\e256";
}
.rps_result .glyphicon-menu-left:before {
content: "\e257";
}
.rps_result .glyphicon-menu-right:before {
content: "\e258";
}
.rps_result .glyphicon-menu-down:before {
content: "\e259";
}
.rps_result .glyphicon-menu-up:before {
content: "\e260";
}
.rps_result * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rps_result *:before,
.rps_result *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rps_result html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rps_result body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
.rps_result input,
.rps_result button,
.rps_result select,
.rps_result textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.rps_result a {
color: #337ab7;
text-decoration: none;
}
.rps_result a:hover,
.rps_result a:focus {
color: #23527c;
text-decoration: underline;
}
.rps_result a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.rps_result figure {
margin: 0;
}
.rps_result img {
vertical-align: middle;
}
.rps_result .img-responsive,
.rps_result .thumbnail > img,
.rps_result .thumbnail a > img,
.rps_result .carousel-inner > .item > img,
.rps_result .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.rps_result .img-rounded {
border-radius: 6px;
}
.rps_result .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rps_result .img-circle {
border-radius: 50%;
}
.rps_result hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.rps_result .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.rps_result .sr-only-focusable:active,
.rps_result .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.rps_result [role="button"] {
cursor: pointer;
}
.rps_result h1,
.rps_result h2,
.rps_result h3,
.rps_result h4,
.rps_result h5,
.rps_result h6,
.rps_result .h1,
.rps_result .h2,
.rps_result .h3,
.rps_result .h4,
.rps_result .h5,
.rps_result .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.rps_result h1 small,
.rps_result h2 small,
.rps_result h3 small,
.rps_result h4 small,
.rps_result h5 small,
.rps_result h6 small,
.rps_result .h1 small,
.rps_result .h2 small,
.rps_result .h3 small,
.rps_result .h4 small,
.rps_result .h5 small,
.rps_result .h6 small,
.rps_result h1 .small,
.rps_result h2 .small,
.rps_result h3 .small,
.rps_result h4 .small,
.rps_result h5 .small,
.rps_result h6 .small,
.rps_result .h1 .small,
.rps_result .h2 .small,
.rps_result .h3 .small,
.rps_result .h4 .small,
.rps_result .h5 .small,
.rps_result .h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
.rps_result h1,
.rps_result .h1,
.rps_result h2,
.rps_result .h2,
.rps_result h3,
.rps_result .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.rps_result h1 small,
.rps_result .h1 small,
.rps_result h2 small,
.rps_result .h2 small,
.rps_result h3 small,
.rps_result .h3 small,
.rps_result h1 .small,
.rps_result .h1 .small,
.rps_result h2 .small,
.rps_result .h2 .small,
.rps_result h3 .small,
.rps_result .h3 .small {
font-size: 65%;
}
.rps_result h4,
.rps_result .h4,
.rps_result h5,
.rps_result .h5,
.rps_result h6,
.rps_result .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.rps_result h4 small,
.rps_result .h4 small,
.rps_result h5 small,
.rps_result .h5 small,
.rps_result h6 small,
.rps_result .h6 small,
.rps_result h4 .small,
.rps_result .h4 .small,
.rps_result h5 .small,
.rps_result .h5 .small,
.rps_result h6 .small,
.rps_result .h6 .small {
font-size: 75%;
}
.rps_result h1,
.rps_result .h1 {
font-size: 36px;
}
.rps_result h2,
.rps_result .h2 {
font-size: 30px;
}
.rps_result h3,
.rps_result .h3 {
font-size: 24px;
}
.rps_result h4,
.rps_result .h4 {
font-size: 18px;
}
.rps_result h5,
.rps_result .h5 {
font-size: 14px;
}
.rps_result h6,
.rps_result .h6 {
font-size: 12px;
}
.rps_result p {
margin: 0 0 10px;
}
.rps_result .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.rps_result .lead {
font-size: 21px;
}
}
.rps_result small,
.rps_result .small {
font-size: 85%;
}
.rps_result mark,
.rps_result .mark {
padding: .2em;
background-color: #fcf8e3;
}
.rps_result .text-left {
text-align: left;
}
.rps_result .text-right {
text-align: right;
}
.rps_result .text-center {
text-align: center;
}
.rps_result .text-justify {
text-align: justify;
}
.rps_result .text-nowrap {
white-space: nowrap;
}
.rps_result .text-lowercase {
text-transform: lowercase;
}
.rps_result .text-uppercase {
text-transform: uppercase;
}
.rps_result .text-capitalize {
text-transform: capitalize;
}
.rps_result .text-muted {
color: #777;
}
.rps_result .text-primary {
color: #337ab7;
}
.rps_result a.text-primary:hover,
.rps_result a.text-primary:focus {
color: #286090;
}
.rps_result .text-success {
color: #3c763d;
}
.rps_result a.text-success:hover,
.rps_result a.text-success:focus {
color: #2b542c;
}
.rps_result .text-info {
color: #31708f;
}
.rps_result a.text-info:hover,
.rps_result a.text-info:focus {
color: #245269;
}
.rps_result .text-warning {
color: #8a6d3b;
}
.rps_result a.text-warning:hover,
.rps_result a.text-warning:focus {
color: #66512c;
}
.rps_result .text-danger {
color: #a94442;
}
.rps_result a.text-danger:hover,
.rps_result a.text-danger:focus {
color: #843534;
}
.rps_result .bg-primary {
color: #fff;
background-color: #337ab7;
}
.rps_result a.bg-primary:hover,
.rps_result a.bg-primary:focus {
background-color: #286090;
}
.rps_result .bg-success {
background-color: #dff0d8;
}
.rps_result a.bg-success:hover,
.rps_result a.bg-success:focus {
background-color: #c1e2b3;
}
.rps_result .bg-info {
background-color: #d9edf7;
}
.rps_result a.bg-info:hover,
.rps_result a.bg-info:focus {
background-color: #afd9ee;
}
.rps_result .bg-warning {
background-color: #fcf8e3;
}
.rps_result a.bg-warning:hover,
.rps_result a.bg-warning:focus {
background-color: #f7ecb5;
}
.rps_result .bg-danger {
background-color: #f2dede;
}
.rps_result a.bg-danger:hover,
.rps_result a.bg-danger:focus {
background-color: #e4b9b9;
}
.rps_result .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.rps_result ul,
.rps_result ol {
margin-top: 0;
margin-bottom: 10px;
}
.rps_result ul ul,
.rps_result ol ul,
.rps_result ul ol,
.rps_result ol ol {
margin-bottom: 0;
}
.rps_result .list-unstyled {
padding-left: 0;
list-style: none;
}
.rps_result .list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.rps_result .list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.rps_result dl {
margin-top: 0;
margin-bottom: 20px;
}
.rps_result dt,
.rps_result dd {
line-height: 1.42857143;
}
.rps_result dt {
font-weight: bold;
}
.rps_result dd {
margin-left: 0;
}
@media (min-width: 768px) {
.rps_result .dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.rps_result .dl-horizontal dd {
margin-left: 180px;
}
}
.rps_result abbr[title],
.rps_result abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.rps_result .initialism {
font-size: 90%;
text-transform: uppercase;
}
.rps_result blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
.rps_result blockquote p:last-child,
.rps_result blockquote ul:last-child,
.rps_result blockquote ol:last-child {
margin-bottom: 0;
}
.rps_result blockquote footer,
.rps_result blockquote small,
.rps_result blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
.rps_result blockquote footer:before,
.rps_result blockquote small:before,
.rps_result blockquote .small:before {
content: '\2014 \00A0';
}
.rps_result .blockquote-reverse,
.rps_result blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.rps_result .blockquote-reverse footer:before,
.rps_result blockquote.pull-right footer:before,
.rps_result .blockquote-reverse small:before,
.rps_result blockquote.pull-right small:before,
.rps_result .blockquote-reverse .small:before,
.rps_result blockquote.pull-right .small:before {
content: '';
}
.rps_result .blockquote-reverse footer:after,
.rps_result blockquote.pull-right footer:after,
.rps_result .blockquote-reverse small:after,
.rps_result blockquote.pull-right small:after,
.rps_result .blockquote-reverse .small:after,
.rps_result blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.rps_result address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.rps_result code,
.rps_result kbd,
.rps_result pre,
.rps_result samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.rps_result code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.rps_result kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rps_result kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
.rps_result pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.rps_result pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.rps_result .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.rps_result .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.rps_result .container {
width: 750px;
}
}
@media (min-width: 992px) {
.rps_result .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.rps_result .container {
width: 1170px;
}
}
.rps_result .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.rps_result .row {
margin-right: -15px;
margin-left: -15px;
}
.rps_result .col-xs-1,
.rps_result .col-sm-1,
.rps_result .col-md-1,
.rps_result .col-lg-1,
.rps_result .col-xs-2,
.rps_result .col-sm-2,
.rps_result .col-md-2,
.rps_result .col-lg-2,
.rps_result .col-xs-3,
.rps_result .col-sm-3,
.rps_result .col-md-3,
.rps_result .col-lg-3,
.rps_result .col-xs-4,
.rps_result .col-sm-4,
.rps_result .col-md-4,
.rps_result .col-lg-4,
.rps_result .col-xs-5,
.rps_result .col-sm-5,
.rps_result .col-md-5,
.rps_result .col-lg-5,
.rps_result .col-xs-6,
.rps_result .col-sm-6,
.rps_result .col-md-6,
.rps_result .col-lg-6,
.rps_result .col-xs-7,
.rps_result .col-sm-7,
.rps_result .col-md-7,
.rps_result .col-lg-7,
.rps_result .col-xs-8,
.rps_result .col-sm-8,
.rps_result .col-md-8,
.rps_result .col-lg-8,
.rps_result .col-xs-9,
.rps_result .col-sm-9,
.rps_result .col-md-9,
.rps_result .col-lg-9,
.rps_result .col-xs-10,
.rps_result .col-sm-10,
.rps_result .col-md-10,
.rps_result .col-lg-10,
.rps_result .col-xs-11,
.rps_result .col-sm-11,
.rps_result .col-md-11,
.rps_result .col-lg-11,
.rps_result .col-xs-12,
.rps_result .col-sm-12,
.rps_result .col-md-12,
.rps_result .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.rps_result .col-xs-1,
.rps_result .col-xs-2,
.rps_result .col-xs-3,
.rps_result .col-xs-4,
.rps_result .col-xs-5,
.rps_result .col-xs-6,
.rps_result .col-xs-7,
.rps_result .col-xs-8,
.rps_result .col-xs-9,
.rps_result .col-xs-10,
.rps_result .col-xs-11,
.rps_result .col-xs-12 {
float: left;
}
.rps_result .col-xs-12 {
width: 100%;
}
.rps_result .col-xs-11 {
width: 91.66666667%;
}
.rps_result .col-xs-10 {
width: 83.33333333%;
}
.rps_result .col-xs-9 {
width: 75%;
}
.rps_result .col-xs-8 {
width: 66.66666667%;
}
.rps_result .col-xs-7 {
width: 58.33333333%;
}
.rps_result .col-xs-6 {
width: 50%;
}
.rps_result .col-xs-5 {
width: 41.66666667%;
}
.rps_result .col-xs-4 {
width: 33.33333333%;
}
.rps_result .col-xs-3 {
width: 25%;
}
.rps_result .col-xs-2 {
width: 16.66666667%;
}
.rps_result .col-xs-1 {
width: 8.33333333%;
}
.rps_result .col-xs-pull-12 {
right: 100%;
}
.rps_result .col-xs-pull-11 {
right: 91.66666667%;
}
.rps_result .col-xs-pull-10 {
right: 83.33333333%;
}
.rps_result .col-xs-pull-9 {
right: 75%;
}
.rps_result .col-xs-pull-8 {
right: 66.66666667%;
}
.rps_result .col-xs-pull-7 {
right: 58.33333333%;
}
.rps_result .col-xs-pull-6 {
right: 50%;
}
.rps_result .col-xs-pull-5 {
right: 41.66666667%;
}
.rps_result .col-xs-pull-4 {
right: 33.33333333%;
}
.rps_result .col-xs-pull-3 {
right: 25%;
}
.rps_result .col-xs-pull-2 {
right: 16.66666667%;
}
.rps_result .col-xs-pull-1 {
right: 8.33333333%;
}
.rps_result .col-xs-pull-0 {
right: auto;
}
.rps_result .col-xs-push-12 {
left: 100%;
}
.rps_result .col-xs-push-11 {
left: 91.66666667%;
}
.rps_result .col-xs-push-10 {
left: 83.33333333%;
}
.rps_result .col-xs-push-9 {
left: 75%;
}
.rps_result .col-xs-push-8 {
left: 66.66666667%;
}
.rps_result .col-xs-push-7 {
left: 58.33333333%;
}
.rps_result .col-xs-push-6 {
left: 50%;
}
.rps_result .col-xs-push-5 {
left: 41.66666667%;
}
.rps_result .col-xs-push-4 {
left: 33.33333333%;
}
.rps_result .col-xs-push-3 {
left: 25%;
}
.rps_result .col-xs-push-2 {
left: 16.66666667%;
}
.rps_result .col-xs-push-1 {
left: 8.33333333%;
}
.rps_result .col-xs-push-0 {
left: auto;
}
.rps_result .col-xs-offset-12 {
margin-left: 100%;
}
.rps_result .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.rps_result .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.rps_result .col-xs-offset-9 {
margin-left: 75%;
}
.rps_result .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.rps_result .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.rps_result .col-xs-offset-6 {
margin-left: 50%;
}
.rps_result .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.rps_result .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.rps_result .col-xs-offset-3 {
margin-left: 25%;
}
.rps_result .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.rps_result .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.rps_result .col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.rps_result .col-sm-1,
.rps_result .col-sm-2,
.rps_result .col-sm-3,
.rps_result .col-sm-4,
.rps_result .col-sm-5,
.rps_result .col-sm-6,
.rps_result .col-sm-7,
.rps_result .col-sm-8,
.rps_result .col-sm-9,
.rps_result .col-sm-10,
.rps_result .col-sm-11,
.rps_result .col-sm-12 {
float: left;
}
.rps_result .col-sm-12 {
width: 100%;
}
.rps_result .col-sm-11 {
width: 91.66666667%;
}
.rps_result .col-sm-10 {
width: 83.33333333%;
}
.rps_result .col-sm-9 {
width: 75%;
}
.rps_result .col-sm-8 {
width: 66.66666667%;
}
.rps_result .col-sm-7 {
width: 58.33333333%;
}
.rps_result .col-sm-6 {
width: 50%;
}
.rps_result .col-sm-5 {
width: 41.66666667%;
}
.rps_result .col-sm-4 {
width: 33.33333333%;
}
.rps_result .col-sm-3 {
width: 25%;
}
.rps_result .col-sm-2 {
width: 16.66666667%;
}
.rps_result .col-sm-1 {
width: 8.33333333%;
}
.rps_result .col-sm-pull-12 {
right: 100%;
}
.rps_result .col-sm-pull-11 {
right: 91.66666667%;
}
.rps_result .col-sm-pull-10 {
right: 83.33333333%;
}
.rps_result .col-sm-pull-9 {
right: 75%;
}
.rps_result .col-sm-pull-8 {
right: 66.66666667%;
}
.rps_result .col-sm-pull-7 {
right: 58.33333333%;
}
.rps_result .col-sm-pull-6 {
right: 50%;
}
.rps_result .col-sm-pull-5 {
right: 41.66666667%;
}
.rps_result .col-sm-pull-4 {
right: 33.33333333%;
}
.rps_result .col-sm-pull-3 {
right: 25%;
}
.rps_result .col-sm-pull-2 {
right: 16.66666667%;
}
.rps_result .col-sm-pull-1 {
right: 8.33333333%;
}
.rps_result .col-sm-pull-0 {
right: auto;
}
.rps_result .col-sm-push-12 {
left: 100%;
}
.rps_result .col-sm-push-11 {
left: 91.66666667%;
}
.rps_result .col-sm-push-10 {
left: 83.33333333%;
}
.rps_result .col-sm-push-9 {
left: 75%;
}
.rps_result .col-sm-push-8 {
left: 66.66666667%;
}
.rps_result .col-sm-push-7 {
left: 58.33333333%;
}
.rps_result .col-sm-push-6 {
left: 50%;
}
.rps_result .col-sm-push-5 {
left: 41.66666667%;
}
.rps_result .col-sm-push-4 {
left: 33.33333333%;
}
.rps_result .col-sm-push-3 {
left: 25%;
}
.rps_result .col-sm-push-2 {
left: 16.66666667%;
}
.rps_result .col-sm-push-1 {
left: 8.33333333%;
}
.rps_result .col-sm-push-0 {
left: auto;
}
.rps_result .col-sm-offset-12 {
margin-left: 100%;
}
.rps_result .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.rps_result .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.rps_result .col-sm-offset-9 {
margin-left: 75%;
}
.rps_result .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.rps_result .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.rps_result .col-sm-offset-6 {
margin-left: 50%;
}
.rps_result .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.rps_result .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.rps_result .col-sm-offset-3 {
margin-left: 25%;
}
.rps_result .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.rps_result .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.rps_result .col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.rps_result .col-md-1,
.rps_result .col-md-2,
.rps_result .col-md-3,
.rps_result .col-md-4,
.rps_result .col-md-5,
.rps_result .col-md-6,
.rps_result .col-md-7,
.rps_result .col-md-8,
.rps_result .col-md-9,
.rps_result .col-md-10,
.rps_result .col-md-11,
.rps_result .col-md-12 {
float: left;
}
.rps_result .col-md-12 {
width: 100%;
}
.rps_result .col-md-11 {
width: 91.66666667%;
}
.rps_result .col-md-10 {
width: 83.33333333%;
}
.rps_result .col-md-9 {
width: 75%;
}
.rps_result .col-md-8 {
width: 66.66666667%;
}
.rps_result .col-md-7 {
width: 58.33333333%;
}
.rps_result .col-md-6 {
width: 50%;
}
.rps_result .col-md-5 {
width: 41.66666667%;
}
.rps_result .col-md-4 {
width: 33.33333333%;
}
.rps_result .col-md-3 {
width: 25%;
}
.rps_result .col-md-2 {
width: 16.66666667%;
}
.rps_result .col-md-1 {
width: 8.33333333%;
}
.rps_result .col-md-pull-12 {
right: 100%;
}
.rps_result .col-md-pull-11 {
right: 91.66666667%;
}
.rps_result .col-md-pull-10 {
right: 83.33333333%;
}
.rps_result .col-md-pull-9 {
right: 75%;
}
.rps_result .col-md-pull-8 {
right: 66.66666667%;
}
.rps_result .col-md-pull-7 {
right: 58.33333333%;
}
.rps_result .col-md-pull-6 {
right: 50%;
}
.rps_result .col-md-pull-5 {
right: 41.66666667%;
}
.rps_result .col-md-pull-4 {
right: 33.33333333%;
}
.rps_result .col-md-pull-3 {
right: 25%;
}
.rps_result .col-md-pull-2 {
right: 16.66666667%;
}
.rps_result .col-md-pull-1 {
right: 8.33333333%;
}
.rps_result .col-md-pull-0 {
right: auto;
}
.rps_result .col-md-push-12 {
left: 100%;
}
.rps_result .col-md-push-11 {
left: 91.66666667%;
}
.rps_result .col-md-push-10 {
left: 83.33333333%;
}
.rps_result .col-md-push-9 {
left: 75%;
}
.rps_result .col-md-push-8 {
left: 66.66666667%;
}
.rps_result .col-md-push-7 {
left: 58.33333333%;
}
.rps_result .col-md-push-6 {
left: 50%;
}
.rps_result .col-md-push-5 {
left: 41.66666667%;
}
.rps_result .col-md-push-4 {
left: 33.33333333%;
}
.rps_result .col-md-push-3 {
left: 25%;
}
.rps_result .col-md-push-2 {
left: 16.66666667%;
}
.rps_result .col-md-push-1 {
left: 8.33333333%;
}
.rps_result .col-md-push-0 {
left: auto;
}
.rps_result .col-md-offset-12 {
margin-left: 100%;
}
.rps_result .col-md-offset-11 {
margin-left: 91.66666667%;
}
.rps_result .col-md-offset-10 {
margin-left: 83.33333333%;
}
.rps_result .col-md-offset-9 {
margin-left: 75%;
}
.rps_result .col-md-offset-8 {
margin-left: 66.66666667%;
}
.rps_result .col-md-offset-7 {
margin-left: 58.33333333%;
}
.rps_result .col-md-offset-6 {
margin-left: 50%;
}
.rps_result .col-md-offset-5 {
margin-left: 41.66666667%;
}
.rps_result .col-md-offset-4 {
margin-left: 33.33333333%;
}
.rps_result .col-md-offset-3 {
margin-left: 25%;
}
.rps_result .col-md-offset-2 {
margin-left: 16.66666667%;
}
.rps_result .col-md-offset-1 {
margin-left: 8.33333333%;
}
.rps_result .col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.rps_result .col-lg-1,
.rps_result .col-lg-2,
.rps_result .col-lg-3,
.rps_result .col-lg-4,
.rps_result .col-lg-5,
.rps_result .col-lg-6,
.rps_result .col-lg-7,
.rps_result .col-lg-8,
.rps_result .col-lg-9,
.rps_result .col-lg-10,
.rps_result .col-lg-11,
.rps_result .col-lg-12 {
float: left;
}
.rps_result .col-lg-12 {
width: 100%;
}
.rps_result .col-lg-11 {
width: 91.66666667%;
}
.rps_result .col-lg-10 {
width: 83.33333333%;
}
.rps_result .col-lg-9 {
width: 75%;
}
.rps_result .col-lg-8 {
width: 66.66666667%;
}
.rps_result .col-lg-7 {
width: 58.33333333%;
}
.rps_result .col-lg-6 {
width: 50%;
}
.rps_result .col-lg-5 {
width: 41.66666667%;
}
.rps_result .col-lg-4 {
width: 33.33333333%;
}
.rps_result .col-lg-3 {
width: 25%;
}
.rps_result .col-lg-2 {
width: 16.66666667%;
}
.rps_result .col-lg-1 {
width: 8.33333333%;
}
.rps_result .col-lg-pull-12 {
right: 100%;
}
.rps_result .col-lg-pull-11 {
right: 91.66666667%;
}
.rps_result .col-lg-pull-10 {
right: 83.33333333%;
}
.rps_result .col-lg-pull-9 {
right: 75%;
}
.rps_result .col-lg-pull-8 {
right: 66.66666667%;
}
.rps_result .col-lg-pull-7 {
right: 58.33333333%;
}
.rps_result .col-lg-pull-6 {
right: 50%;
}
.rps_result .col-lg-pull-5 {
right: 41.66666667%;
}
.rps_result .col-lg-pull-4 {
right: 33.33333333%;
}
.rps_result .col-lg-pull-3 {
right: 25%;
}
.rps_result .col-lg-pull-2 {
right: 16.66666667%;
}
.rps_result .col-lg-pull-1 {
right: 8.33333333%;
}
.rps_result .col-lg-pull-0 {
right: auto;
}
.rps_result .col-lg-push-12 {
left: 100%;
}
.rps_result .col-lg-push-11 {
left: 91.66666667%;
}
.rps_result .col-lg-push-10 {
left: 83.33333333%;
}
.rps_result .col-lg-push-9 {
left: 75%;
}
.rps_result .col-lg-push-8 {
left: 66.66666667%;
}
.rps_result .col-lg-push-7 {
left: 58.33333333%;
}
.rps_result .col-lg-push-6 {
left: 50%;
}
.rps_result .col-lg-push-5 {
left: 41.66666667%;
}
.rps_result .col-lg-push-4 {
left: 33.33333333%;
}
.rps_result .col-lg-push-3 {
left: 25%;
}
.rps_result .col-lg-push-2 {
left: 16.66666667%;
}
.rps_result .col-lg-push-1 {
left: 8.33333333%;
}
.rps_result .col-lg-push-0 {
left: auto;
}
.rps_result .col-lg-offset-12 {
margin-left: 100%;
}
.rps_result .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.rps_result .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.rps_result .col-lg-offset-9 {
margin-left: 75%;
}
.rps_result .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.rps_result .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.rps_result .col-lg-offset-6 {
margin-left: 50%;
}
.rps_result .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.rps_result .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.rps_result .col-lg-offset-3 {
margin-left: 25%;
}
.rps_result .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.rps_result .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.rps_result .col-lg-offset-0 {
margin-left: 0;
}
}
.rps_result table {
background-color: transparent;
}
.rps_result caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
.rps_result th {
text-align: left;
}
.rps_result .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.rps_result .table > thead > tr > th,
.rps_result .table > tbody > tr > th,
.rps_result .table > tfoot > tr > th,
.rps_result .table > thead > tr > td,
.rps_result .table > tbody > tr > td,
.rps_result .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.rps_result .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.rps_result .table > caption + thead > tr:first-child > th,
.rps_result .table > colgroup + thead > tr:first-child > th,
.rps_result .table > thead:first-child > tr:first-child > th,
.rps_result .table > caption + thead > tr:first-child > td,
.rps_result .table > colgroup + thead > tr:first-child > td,
.rps_result .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.rps_result .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.rps_result .table .table {
background-color: #fff;
}
.rps_result .table-condensed > thead > tr > th,
.rps_result .table-condensed > tbody > tr > th,
.rps_result .table-condensed > tfoot > tr > th,
.rps_result .table-condensed > thead > tr > td,
.rps_result .table-condensed > tbody > tr > td,
.rps_result .table-condensed > tfoot > tr > td {
padding: 5px;
}
.rps_result .table-bordered {
border: 1px solid #ddd;
}
.rps_result .table-bordered > thead > tr > th,
.rps_result .table-bordered > tbody > tr > th,
.rps_result .table-bordered > tfoot > tr > th,
.rps_result .table-bordered > thead > tr > td,
.rps_result .table-bordered > tbody > tr > td,
.rps_result .table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.rps_result .table-bordered > thead > tr > th,
.rps_result .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.rps_result .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.rps_result .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.rps_result table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
.rps_result table td[class*="col-"],
.rps_result table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.rps_result .table > thead > tr > td.active,
.rps_result .table > tbody > tr > td.active,
.rps_result .table > tfoot > tr > td.active,
.rps_result .table > thead > tr > th.active,
.rps_result .table > tbody > tr > th.active,
.rps_result .table > tfoot > tr > th.active,
.rps_result .table > thead > tr.active > td,
.rps_result .table > tbody > tr.active > td,
.rps_result .table > tfoot > tr.active > td,
.rps_result .table > thead > tr.active > th,
.rps_result .table > tbody > tr.active > th,
.rps_result .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.rps_result .table-hover > tbody > tr > td.active:hover,
.rps_result .table-hover > tbody > tr > th.active:hover,
.rps_result .table-hover > tbody > tr.active:hover > td,
.rps_result .table-hover > tbody > tr:hover > .active,
.rps_result .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.rps_result .table > thead > tr > td.success,
.rps_result .table > tbody > tr > td.success,
.rps_result .table > tfoot > tr > td.success,
.rps_result .table > thead > tr > th.success,
.rps_result .table > tbody > tr > th.success,
.rps_result .table > tfoot > tr > th.success,
.rps_result .table > thead > tr.success > td,
.rps_result .table > tbody > tr.success > td,
.rps_result .table > tfoot > tr.success > td,
.rps_result .table > thead > tr.success > th,
.rps_result .table > tbody > tr.success > th,
.rps_result .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.rps_result .table-hover > tbody > tr > td.success:hover,
.rps_result .table-hover > tbody > tr > th.success:hover,
.rps_result .table-hover > tbody > tr.success:hover > td,
.rps_result .table-hover > tbody > tr:hover > .success,
.rps_result .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.rps_result .table > thead > tr > td.info,
.rps_result .table > tbody > tr > td.info,
.rps_result .table > tfoot > tr > td.info,
.rps_result .table > thead > tr > th.info,
.rps_result .table > tbody > tr > th.info,
.rps_result .table > tfoot > tr > th.info,
.rps_result .table > thead > tr.info > td,
.rps_result .table > tbody > tr.info > td,
.rps_result .table > tfoot > tr.info > td,
.rps_result .table > thead > tr.info > th,
.rps_result .table > tbody > tr.info > th,
.rps_result .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.rps_result .table-hover > tbody > tr > td.info:hover,
.rps_result .table-hover > tbody > tr > th.info:hover,
.rps_result .table-hover > tbody > tr.info:hover > td,
.rps_result .table-hover > tbody > tr:hover > .info,
.rps_result .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.rps_result .table > thead > tr > td.warning,
.rps_result .table > tbody > tr > td.warning,
.rps_result .table > tfoot > tr > td.warning,
.rps_result .table > thead > tr > th.warning,
.rps_result .table > tbody > tr > th.warning,
.rps_result .table > tfoot > tr > th.warning,
.rps_result .table > thead > tr.warning > td,
.rps_result .table > tbody > tr.warning > td,
.rps_result .table > tfoot > tr.warning > td,
.rps_result .table > thead > tr.warning > th,
.rps_result .table > tbody > tr.warning > th,
.rps_result .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.rps_result .table-hover > tbody > tr > td.warning:hover,
.rps_result .table-hover > tbody > tr > th.warning:hover,
.rps_result .table-hover > tbody > tr.warning:hover > td,
.rps_result .table-hover > tbody > tr:hover > .warning,
.rps_result .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.rps_result .table > thead > tr > td.danger,
.rps_result .table > tbody > tr > td.danger,
.rps_result .table > tfoot > tr > td.danger,
.rps_result .table > thead > tr > th.danger,
.rps_result .table > tbody > tr > th.danger,
.rps_result .table > tfoot > tr > th.danger,
.rps_result .table > thead > tr.danger > td,
.rps_result .table > tbody > tr.danger > td,
.rps_result .table > tfoot > tr.danger > td,
.rps_result .table > thead > tr.danger > th,
.rps_result .table > tbody > tr.danger > th,
.rps_result .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.rps_result .table-hover > tbody > tr > td.danger:hover,
.rps_result .table-hover > tbody > tr > th.danger:hover,
.rps_result .table-hover > tbody > tr.danger:hover > td,
.rps_result .table-hover > tbody > tr:hover > .danger,
.rps_result .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.rps_result .table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.rps_result .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.rps_result .table-responsive > .table {
margin-bottom: 0;
}
.rps_result .table-responsive > .table > thead > tr > th,
.rps_result .table-responsive > .table > tbody > tr > th,
.rps_result .table-responsive > .table > tfoot > tr > th,
.rps_result .table-responsive > .table > thead > tr > td,
.rps_result .table-responsive > .table > tbody > tr > td,
.rps_result .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.rps_result .table-responsive > .table-bordered {
border: 0;
}
.rps_result .table-responsive > .table-bordered > thead > tr > th:first-child,
.rps_result .table-responsive > .table-bordered > tbody > tr > th:first-child,
.rps_result .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.rps_result .table-responsive > .table-bordered > thead > tr > td:first-child,
.rps_result .table-responsive > .table-bordered > tbody > tr > td:first-child,
.rps_result .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.rps_result .table-responsive > .table-bordered > thead > tr > th:last-child,
.rps_result .table-responsive > .table-bordered > tbody > tr > th:last-child,
.rps_result .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.rps_result .table-responsive > .table-bordered > thead > tr > td:last-child,
.rps_result .table-responsive > .table-bordered > tbody > tr > td:last-child,
.rps_result .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.rps_result .table-responsive > .table-bordered > tbody > tr:last-child > th,
.rps_result .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.rps_result .table-responsive > .table-bordered > tbody > tr:last-child > td,
.rps_result .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.rps_result fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.rps_result 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;
}
.rps_result label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.rps_result input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rps_result input[type="radio"],
.rps_result input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.rps_result input[type="file"] {
display: block;
}
.rps_result input[type="range"] {
display: block;
width: 100%;
}
.rps_result select[multiple],
.rps_result select[size] {
height: auto;
}
.rps_result input[type="file"]:focus,
.rps_result input[type="radio"]:focus,
.rps_result input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.rps_result output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.rps_result .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rps_result .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rps_result .form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.rps_result .form-control:-ms-input-placeholder {
color: #999;
}
.rps_result .form-control::-webkit-input-placeholder {
color: #999;
}
.rps_result .form-control[disabled],
.rps_result .form-control[readonly],
.rps_result fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.rps_result .form-control[disabled],
.rps_result fieldset[disabled] .form-control {
cursor: not-allowed;
}
.rps_result textarea.form-control {
height: auto;
}
.rps_result input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.rps_result input[type="date"].form-control,
.rps_result input[type="time"].form-control,
.rps_result input[type="datetime-local"].form-control,
.rps_result input[type="month"].form-control {
line-height: 34px;
}
.rps_result input[type="date"].input-sm,
.rps_result input[type="time"].input-sm,
.rps_result input[type="datetime-local"].input-sm,
.rps_result input[type="month"].input-sm,
.rps_result .input-group-sm input[type="date"],
.rps_result .input-group-sm input[type="time"],
.rps_result .input-group-sm input[type="datetime-local"],
.rps_result .input-group-sm input[type="month"] {
line-height: 30px;
}
.rps_result input[type="date"].input-lg,
.rps_result input[type="time"].input-lg,
.rps_result input[type="datetime-local"].input-lg,
.rps_result input[type="month"].input-lg,
.rps_result .input-group-lg input[type="date"],
.rps_result .input-group-lg input[type="time"],
.rps_result .input-group-lg input[type="datetime-local"],
.rps_result .input-group-lg input[type="month"] {
line-height: 46px;
}
}
.rps_result .form-group {
margin-bottom: 15px;
}
.rps_result .radio,
.rps_result .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.rps_result .radio label,
.rps_result .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.rps_result .radio input[type="radio"],
.rps_result .radio-inline input[type="radio"],
.rps_result .checkbox input[type="checkbox"],
.rps_result .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.rps_result .radio + .radio,
.rps_result .checkbox + .checkbox {
margin-top: -5px;
}
.rps_result .radio-inline,
.rps_result .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.rps_result .radio-inline + .radio-inline,
.rps_result .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.rps_result input[type="radio"][disabled],
.rps_result input[type="checkbox"][disabled],
.rps_result input[type="radio"].disabled,
.rps_result input[type="checkbox"].disabled,
.rps_result fieldset[disabled] input[type="radio"],
.rps_result fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.rps_result .radio-inline.disabled,
.rps_result .checkbox-inline.disabled,
.rps_result fieldset[disabled] .radio-inline,
.rps_result fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.rps_result .radio.disabled label,
.rps_result .checkbox.disabled label,
.rps_result fieldset[disabled] .radio label,
.rps_result fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.rps_result .form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.rps_result .form-control-static.input-lg,
.rps_result .form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.rps_result .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.rps_result select.input-sm {
height: 30px;
line-height: 30px;
}
.rps_result textarea.input-sm,
.rps_result select[multiple].input-sm {
height: auto;
}
.rps_result .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.rps_result .form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.rps_result .form-group-sm textarea.form-control,
.rps_result .form-group-sm select[multiple].form-control {
height: auto;
}
.rps_result .form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.rps_result .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.rps_result select.input-lg {
height: 46px;
line-height: 46px;
}
.rps_result textarea.input-lg,
.rps_result select[multiple].input-lg {
height: auto;
}
.rps_result .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.rps_result .form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.rps_result .form-group-lg textarea.form-control,
.rps_result .form-group-lg select[multiple].form-control {
height: auto;
}
.rps_result .form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.rps_result .has-feedback {
position: relative;
}
.rps_result .has-feedback .form-control {
padding-right: 42.5px;
}
.rps_result .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.rps_result .input-lg + .form-control-feedback,
.rps_result .input-group-lg + .form-control-feedback,
.rps_result .form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.rps_result .input-sm + .form-control-feedback,
.rps_result .input-group-sm + .form-control-feedback,
.rps_result .form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.rps_result .has-success .help-block,
.rps_result .has-success .control-label,
.rps_result .has-success .radio,
.rps_result .has-success .checkbox,
.rps_result .has-success .radio-inline,
.rps_result .has-success .checkbox-inline,
.rps_result .has-success.radio label,
.rps_result .has-success.checkbox label,
.rps_result .has-success.radio-inline label,
.rps_result .has-success.checkbox-inline label {
color: #3c763d;
}
.rps_result .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rps_result .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.rps_result .has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.rps_result .has-success .form-control-feedback {
color: #3c763d;
}
.rps_result .has-warning .help-block,
.rps_result .has-warning .control-label,
.rps_result .has-warning .radio,
.rps_result .has-warning .checkbox,
.rps_result .has-warning .radio-inline,
.rps_result .has-warning .checkbox-inline,
.rps_result .has-warning.radio label,
.rps_result .has-warning.checkbox label,
.rps_result .has-warning.radio-inline label,
.rps_result .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.rps_result .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rps_result .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.rps_result .has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.rps_result .has-warning .form-control-feedback {
color: #8a6d3b;
}
.rps_result .has-error .help-block,
.rps_result .has-error .control-label,
.rps_result .has-error .radio,
.rps_result .has-error .checkbox,
.rps_result .has-error .radio-inline,
.rps_result .has-error .checkbox-inline,
.rps_result .has-error.radio label,
.rps_result .has-error.checkbox label,
.rps_result .has-error.radio-inline label,
.rps_result .has-error.checkbox-inline label {
color: #a94442;
}
.rps_result .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rps_result .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.rps_result .has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.rps_result .has-error .form-control-feedback {
color: #a94442;
}
.rps_result .has-feedback label ~ .form-control-feedback {
top: 25px;
}
.rps_result .has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.rps_result .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.rps_result .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.rps_result .form-inline .form-control-static {
display: inline-block;
}
.rps_result .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.rps_result .form-inline .input-group .input-group-addon,
.rps_result .form-inline .input-group .input-group-btn,
.rps_result .form-inline .input-group .form-control {
width: auto;
}
.rps_result .form-inline .input-group > .form-control {
width: 100%;
}
.rps_result .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .form-inline .radio,
.rps_result .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .form-inline .radio label,
.rps_result .form-inline .checkbox label {
padding-left: 0;
}
.rps_result .form-inline .radio input[type="radio"],
.rps_result .form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.rps_result .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.rps_result .form-horizontal .radio,
.rps_result .form-horizontal .checkbox,
.rps_result .form-horizontal .radio-inline,
.rps_result .form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.rps_result .form-horizontal .radio,
.rps_result .form-horizontal .checkbox {
min-height: 27px;
}
.rps_result .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.rps_result .form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.rps_result .form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.rps_result .form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.rps_result .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.rps_result .btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.rps_result .btn:focus,
.rps_result .btn:active:focus,
.rps_result .btn.active:focus,
.rps_result .btn.focus,
.rps_result .btn:active.focus,
.rps_result .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.rps_result .btn:hover,
.rps_result .btn:focus,
.rps_result .btn.focus {
color: #333;
text-decoration: none;
}
.rps_result .btn:active,
.rps_result .btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rps_result .btn.disabled,
.rps_result .btn[disabled],
.rps_result fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.rps_result a.btn.disabled,
.rps_result fieldset[disabled] a.btn {
pointer-events: none;
}
.rps_result .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.rps_result .btn-default:focus,
.rps_result .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.rps_result .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.rps_result .btn-default:active,
.rps_result .btn-default.active,
.rps_result .open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.rps_result .btn-default:active:hover,
.rps_result .btn-default.active:hover,
.rps_result .open > .dropdown-toggle.btn-default:hover,
.rps_result .btn-default:active:focus,
.rps_result .btn-default.active:focus,
.rps_result .open > .dropdown-toggle.btn-default:focus,
.rps_result .btn-default:active.focus,
.rps_result .btn-default.active.focus,
.rps_result .open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.rps_result .btn-default:active,
.rps_result .btn-default.active,
.rps_result .open > .dropdown-toggle.btn-default {
background-image: none;
}
.rps_result .btn-default.disabled,
.rps_result .btn-default[disabled],
.rps_result fieldset[disabled] .btn-default,
.rps_result .btn-default.disabled:hover,
.rps_result .btn-default[disabled]:hover,
.rps_result fieldset[disabled] .btn-default:hover,
.rps_result .btn-default.disabled:focus,
.rps_result .btn-default[disabled]:focus,
.rps_result fieldset[disabled] .btn-default:focus,
.rps_result .btn-default.disabled.focus,
.rps_result .btn-default[disabled].focus,
.rps_result fieldset[disabled] .btn-default.focus,
.rps_result .btn-default.disabled:active,
.rps_result .btn-default[disabled]:active,
.rps_result fieldset[disabled] .btn-default:active,
.rps_result .btn-default.disabled.active,
.rps_result .btn-default[disabled].active,
.rps_result fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.rps_result .btn-default .badge {
color: #fff;
background-color: #333;
}
.rps_result .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.rps_result .btn-primary:focus,
.rps_result .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.rps_result .btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.rps_result .btn-primary:active,
.rps_result .btn-primary.active,
.rps_result .open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.rps_result .btn-primary:active:hover,
.rps_result .btn-primary.active:hover,
.rps_result .open > .dropdown-toggle.btn-primary:hover,
.rps_result .btn-primary:active:focus,
.rps_result .btn-primary.active:focus,
.rps_result .open > .dropdown-toggle.btn-primary:focus,
.rps_result .btn-primary:active.focus,
.rps_result .btn-primary.active.focus,
.rps_result .open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.rps_result .btn-primary:active,
.rps_result .btn-primary.active,
.rps_result .open > .dropdown-toggle.btn-primary {
background-image: none;
}
.rps_result .btn-primary.disabled,
.rps_result .btn-primary[disabled],
.rps_result fieldset[disabled] .btn-primary,
.rps_result .btn-primary.disabled:hover,
.rps_result .btn-primary[disabled]:hover,
.rps_result fieldset[disabled] .btn-primary:hover,
.rps_result .btn-primary.disabled:focus,
.rps_result .btn-primary[disabled]:focus,
.rps_result fieldset[disabled] .btn-primary:focus,
.rps_result .btn-primary.disabled.focus,
.rps_result .btn-primary[disabled].focus,
.rps_result fieldset[disabled] .btn-primary.focus,
.rps_result .btn-primary.disabled:active,
.rps_result .btn-primary[disabled]:active,
.rps_result fieldset[disabled] .btn-primary:active,
.rps_result .btn-primary.disabled.active,
.rps_result .btn-primary[disabled].active,
.rps_result fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.rps_result .btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.rps_result .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.rps_result .btn-success:focus,
.rps_result .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.rps_result .btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.rps_result .btn-success:active,
.rps_result .btn-success.active,
.rps_result .open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.rps_result .btn-success:active:hover,
.rps_result .btn-success.active:hover,
.rps_result .open > .dropdown-toggle.btn-success:hover,
.rps_result .btn-success:active:focus,
.rps_result .btn-success.active:focus,
.rps_result .open > .dropdown-toggle.btn-success:focus,
.rps_result .btn-success:active.focus,
.rps_result .btn-success.active.focus,
.rps_result .open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.rps_result .btn-success:active,
.rps_result .btn-success.active,
.rps_result .open > .dropdown-toggle.btn-success {
background-image: none;
}
.rps_result .btn-success.disabled,
.rps_result .btn-success[disabled],
.rps_result fieldset[disabled] .btn-success,
.rps_result .btn-success.disabled:hover,
.rps_result .btn-success[disabled]:hover,
.rps_result fieldset[disabled] .btn-success:hover,
.rps_result .btn-success.disabled:focus,
.rps_result .btn-success[disabled]:focus,
.rps_result fieldset[disabled] .btn-success:focus,
.rps_result .btn-success.disabled.focus,
.rps_result .btn-success[disabled].focus,
.rps_result fieldset[disabled] .btn-success.focus,
.rps_result .btn-success.disabled:active,
.rps_result .btn-success[disabled]:active,
.rps_result fieldset[disabled] .btn-success:active,
.rps_result .btn-success.disabled.active,
.rps_result .btn-success[disabled].active,
.rps_result fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.rps_result .btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.rps_result .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.rps_result .btn-info:focus,
.rps_result .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.rps_result .btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.rps_result .btn-info:active,
.rps_result .btn-info.active,
.rps_result .open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.rps_result .btn-info:active:hover,
.rps_result .btn-info.active:hover,
.rps_result .open > .dropdown-toggle.btn-info:hover,
.rps_result .btn-info:active:focus,
.rps_result .btn-info.active:focus,
.rps_result .open > .dropdown-toggle.btn-info:focus,
.rps_result .btn-info:active.focus,
.rps_result .btn-info.active.focus,
.rps_result .open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.rps_result .btn-info:active,
.rps_result .btn-info.active,
.rps_result .open > .dropdown-toggle.btn-info {
background-image: none;
}
.rps_result .btn-info.disabled,
.rps_result .btn-info[disabled],
.rps_result fieldset[disabled] .btn-info,
.rps_result .btn-info.disabled:hover,
.rps_result .btn-info[disabled]:hover,
.rps_result fieldset[disabled] .btn-info:hover,
.rps_result .btn-info.disabled:focus,
.rps_result .btn-info[disabled]:focus,
.rps_result fieldset[disabled] .btn-info:focus,
.rps_result .btn-info.disabled.focus,
.rps_result .btn-info[disabled].focus,
.rps_result fieldset[disabled] .btn-info.focus,
.rps_result .btn-info.disabled:active,
.rps_result .btn-info[disabled]:active,
.rps_result fieldset[disabled] .btn-info:active,
.rps_result .btn-info.disabled.active,
.rps_result .btn-info[disabled].active,
.rps_result fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.rps_result .btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.rps_result .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.rps_result .btn-warning:focus,
.rps_result .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.rps_result .btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.rps_result .btn-warning:active,
.rps_result .btn-warning.active,
.rps_result .open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.rps_result .btn-warning:active:hover,
.rps_result .btn-warning.active:hover,
.rps_result .open > .dropdown-toggle.btn-warning:hover,
.rps_result .btn-warning:active:focus,
.rps_result .btn-warning.active:focus,
.rps_result .open > .dropdown-toggle.btn-warning:focus,
.rps_result .btn-warning:active.focus,
.rps_result .btn-warning.active.focus,
.rps_result .open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.rps_result .btn-warning:active,
.rps_result .btn-warning.active,
.rps_result .open > .dropdown-toggle.btn-warning {
background-image: none;
}
.rps_result .btn-warning.disabled,
.rps_result .btn-warning[disabled],
.rps_result fieldset[disabled] .btn-warning,
.rps_result .btn-warning.disabled:hover,
.rps_result .btn-warning[disabled]:hover,
.rps_result fieldset[disabled] .btn-warning:hover,
.rps_result .btn-warning.disabled:focus,
.rps_result .btn-warning[disabled]:focus,
.rps_result fieldset[disabled] .btn-warning:focus,
.rps_result .btn-warning.disabled.focus,
.rps_result .btn-warning[disabled].focus,
.rps_result fieldset[disabled] .btn-warning.focus,
.rps_result .btn-warning.disabled:active,
.rps_result .btn-warning[disabled]:active,
.rps_result fieldset[disabled] .btn-warning:active,
.rps_result .btn-warning.disabled.active,
.rps_result .btn-warning[disabled].active,
.rps_result fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.rps_result .btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.rps_result .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.rps_result .btn-danger:focus,
.rps_result .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.rps_result .btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.rps_result .btn-danger:active,
.rps_result .btn-danger.active,
.rps_result .open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.rps_result .btn-danger:active:hover,
.rps_result .btn-danger.active:hover,
.rps_result .open > .dropdown-toggle.btn-danger:hover,
.rps_result .btn-danger:active:focus,
.rps_result .btn-danger.active:focus,
.rps_result .open > .dropdown-toggle.btn-danger:focus,
.rps_result .btn-danger:active.focus,
.rps_result .btn-danger.active.focus,
.rps_result .open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.rps_result .btn-danger:active,
.rps_result .btn-danger.active,
.rps_result .open > .dropdown-toggle.btn-danger {
background-image: none;
}
.rps_result .btn-danger.disabled,
.rps_result .btn-danger[disabled],
.rps_result fieldset[disabled] .btn-danger,
.rps_result .btn-danger.disabled:hover,
.rps_result .btn-danger[disabled]:hover,
.rps_result fieldset[disabled] .btn-danger:hover,
.rps_result .btn-danger.disabled:focus,
.rps_result .btn-danger[disabled]:focus,
.rps_result fieldset[disabled] .btn-danger:focus,
.rps_result .btn-danger.disabled.focus,
.rps_result .btn-danger[disabled].focus,
.rps_result fieldset[disabled] .btn-danger.focus,
.rps_result .btn-danger.disabled:active,
.rps_result .btn-danger[disabled]:active,
.rps_result fieldset[disabled] .btn-danger:active,
.rps_result .btn-danger.disabled.active,
.rps_result .btn-danger[disabled].active,
.rps_result fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.rps_result .btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.rps_result .btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.rps_result .btn-link,
.rps_result .btn-link:active,
.rps_result .btn-link.active,
.rps_result .btn-link[disabled],
.rps_result fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.rps_result .btn-link,
.rps_result .btn-link:hover,
.rps_result .btn-link:focus,
.rps_result .btn-link:active {
border-color: transparent;
}
.rps_result .btn-link:hover,
.rps_result .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.rps_result .btn-link[disabled]:hover,
.rps_result fieldset[disabled] .btn-link:hover,
.rps_result .btn-link[disabled]:focus,
.rps_result fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.rps_result .btn-lg,
.rps_result .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.rps_result .btn-sm,
.rps_result .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.rps_result .btn-xs,
.rps_result .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.rps_result .btn-block {
display: block;
width: 100%;
}
.rps_result .btn-block + .btn-block {
margin-top: 5px;
}
.rps_result input[type="submit"].btn-block,
.rps_result input[type="reset"].btn-block,
.rps_result input[type="button"].btn-block {
width: 100%;
}
.rps_result .fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.rps_result .fade.in {
opacity: 1;
}
.rps_result .collapse {
display: none;
}
.rps_result .collapse.in {
display: block;
}
.rps_result tr.collapse.in {
display: table-row;
}
.rps_result tbody.collapse.in {
display: table-row-group;
}
.rps_result .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.rps_result .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.rps_result .dropup,
.rps_result .dropdown {
position: relative;
}
.rps_result .dropdown-toggle:focus {
outline: 0;
}
.rps_result .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;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.rps_result .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.rps_result .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.rps_result .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.rps_result .dropdown-menu > li > a:hover,
.rps_result .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.rps_result .dropdown-menu > .active > a,
.rps_result .dropdown-menu > .active > a:hover,
.rps_result .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.rps_result .dropdown-menu > .disabled > a,
.rps_result .dropdown-menu > .disabled > a:hover,
.rps_result .dropdown-menu > .disabled > a:focus {
color: #777;
}
.rps_result .dropdown-menu > .disabled > a:hover,
.rps_result .dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.rps_result .open > .dropdown-menu {
display: block;
}
.rps_result .open > a {
outline: 0;
}
.rps_result .dropdown-menu-right {
right: 0;
left: auto;
}
.rps_result .dropdown-menu-left {
right: auto;
left: 0;
}
.rps_result .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.rps_result .dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.rps_result .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.rps_result .dropup .caret,
.rps_result .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.rps_result .dropup .dropdown-menu,
.rps_result .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.rps_result .navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.rps_result .navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.rps_result .btn-group,
.rps_result .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.rps_result .btn-group > .btn,
.rps_result .btn-group-vertical > .btn {
position: relative;
float: left;
}
.rps_result .btn-group > .btn:hover,
.rps_result .btn-group-vertical > .btn:hover,
.rps_result .btn-group > .btn:focus,
.rps_result .btn-group-vertical > .btn:focus,
.rps_result .btn-group > .btn:active,
.rps_result .btn-group-vertical > .btn:active,
.rps_result .btn-group > .btn.active,
.rps_result .btn-group-vertical > .btn.active {
z-index: 2;
}
.rps_result .btn-group .btn + .btn,
.rps_result .btn-group .btn + .btn-group,
.rps_result .btn-group .btn-group + .btn,
.rps_result .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.rps_result .btn-toolbar {
margin-left: -5px;
}
.rps_result .btn-toolbar .btn,
.rps_result .btn-toolbar .btn-group,
.rps_result .btn-toolbar .input-group {
float: left;
}
.rps_result .btn-toolbar > .btn,
.rps_result .btn-toolbar > .btn-group,
.rps_result .btn-toolbar > .input-group {
margin-left: 5px;
}
.rps_result .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.rps_result .btn-group > .btn:first-child {
margin-left: 0;
}
.rps_result .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rps_result .btn-group > .btn:last-child:not(:first-child),
.rps_result .btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .btn-group > .btn-group {
float: left;
}
.rps_result .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.rps_result .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.rps_result .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rps_result .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .btn-group .dropdown-toggle:active,
.rps_result .btn-group.open .dropdown-toggle {
outline: 0;
}
.rps_result .btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.rps_result .btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.rps_result .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rps_result .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.rps_result .btn .caret {
margin-left: 0;
}
.rps_result .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.rps_result .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.rps_result .btn-group-vertical > .btn,
.rps_result .btn-group-vertical > .btn-group,
.rps_result .btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.rps_result .btn-group-vertical > .btn-group > .btn {
float: none;
}
.rps_result .btn-group-vertical > .btn + .btn,
.rps_result .btn-group-vertical > .btn + .btn-group,
.rps_result .btn-group-vertical > .btn-group + .btn,
.rps_result .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.rps_result .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.rps_result .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.rps_result .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.rps_result .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.rps_result .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rps_result .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.rps_result .btn-group-justified > .btn,
.rps_result .btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.rps_result .btn-group-justified > .btn-group .btn {
width: 100%;
}
.rps_result .btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
.rps_result [data-toggle="buttons"] > .btn input[type="radio"],
.rps_result [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.rps_result [data-toggle="buttons"] > .btn input[type="checkbox"],
.rps_result [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.rps_result .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.rps_result .input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.rps_result .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.rps_result .input-group-lg > .form-control,
.rps_result .input-group-lg > .input-group-addon,
.rps_result .input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.rps_result select.input-group-lg > .form-control,
.rps_result select.input-group-lg > .input-group-addon,
.rps_result select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
.rps_result textarea.input-group-lg > .form-control,
.rps_result textarea.input-group-lg > .input-group-addon,
.rps_result textarea.input-group-lg > .input-group-btn > .btn,
.rps_result select[multiple].input-group-lg > .form-control,
.rps_result select[multiple].input-group-lg > .input-group-addon,
.rps_result select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.rps_result .input-group-sm > .form-control,
.rps_result .input-group-sm > .input-group-addon,
.rps_result .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.rps_result select.input-group-sm > .form-control,
.rps_result select.input-group-sm > .input-group-addon,
.rps_result select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
.rps_result textarea.input-group-sm > .form-control,
.rps_result textarea.input-group-sm > .input-group-addon,
.rps_result textarea.input-group-sm > .input-group-btn > .btn,
.rps_result select[multiple].input-group-sm > .form-control,
.rps_result select[multiple].input-group-sm > .input-group-addon,
.rps_result select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.rps_result .input-group-addon,
.rps_result .input-group-btn,
.rps_result .input-group .form-control {
display: table-cell;
}
.rps_result .input-group-addon:not(:first-child):not(:last-child),
.rps_result .input-group-btn:not(:first-child):not(:last-child),
.rps_result .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.rps_result .input-group-addon,
.rps_result .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.rps_result .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.rps_result .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.rps_result .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.rps_result .input-group-addon input[type="radio"],
.rps_result .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.rps_result .input-group .form-control:first-child,
.rps_result .input-group-addon:first-child,
.rps_result .input-group-btn:first-child > .btn,
.rps_result .input-group-btn:first-child > .btn-group > .btn,
.rps_result .input-group-btn:first-child > .dropdown-toggle,
.rps_result .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rps_result .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rps_result .input-group-addon:first-child {
border-right: 0;
}
.rps_result .input-group .form-control:last-child,
.rps_result .input-group-addon:last-child,
.rps_result .input-group-btn:last-child > .btn,
.rps_result .input-group-btn:last-child > .btn-group > .btn,
.rps_result .input-group-btn:last-child > .dropdown-toggle,
.rps_result .input-group-btn:first-child > .btn:not(:first-child),
.rps_result .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .input-group-addon:last-child {
border-left: 0;
}
.rps_result .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.rps_result .input-group-btn > .btn {
position: relative;
}
.rps_result .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.rps_result .input-group-btn > .btn:hover,
.rps_result .input-group-btn > .btn:focus,
.rps_result .input-group-btn > .btn:active {
z-index: 2;
}
.rps_result .input-group-btn:first-child > .btn,
.rps_result .input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.rps_result .input-group-btn:last-child > .btn,
.rps_result .input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.rps_result .nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.rps_result .nav > li {
position: relative;
display: block;
}
.rps_result .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.rps_result .nav > li > a:hover,
.rps_result .nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.rps_result .nav > li.disabled > a {
color: #777;
}
.rps_result .nav > li.disabled > a:hover,
.rps_result .nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.rps_result .nav .open > a,
.rps_result .nav .open > a:hover,
.rps_result .nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.rps_result .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.rps_result .nav > li > a > img {
max-width: none;
}
.rps_result .nav-tabs {
border-bottom: 1px solid #ddd;
}
.rps_result .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.rps_result .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.rps_result .nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.rps_result .nav-tabs > li.active > a,
.rps_result .nav-tabs > li.active > a:hover,
.rps_result .nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.rps_result .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.rps_result .nav-tabs.nav-justified > li {
float: none;
}
.rps_result .nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.rps_result .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.rps_result .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.rps_result .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.rps_result .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.rps_result .nav-tabs.nav-justified > .active > a,
.rps_result .nav-tabs.nav-justified > .active > a:hover,
.rps_result .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.rps_result .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.rps_result .nav-tabs.nav-justified > .active > a,
.rps_result .nav-tabs.nav-justified > .active > a:hover,
.rps_result .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.rps_result .nav-pills > li {
float: left;
}
.rps_result .nav-pills > li > a {
border-radius: 4px;
}
.rps_result .nav-pills > li + li {
margin-left: 2px;
}
.rps_result .nav-pills > li.active > a,
.rps_result .nav-pills > li.active > a:hover,
.rps_result .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.rps_result .nav-stacked > li {
float: none;
}
.rps_result .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.rps_result .nav-justified {
width: 100%;
}
.rps_result .nav-justified > li {
float: none;
}
.rps_result .nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.rps_result .nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.rps_result .nav-justified > li {
display: table-cell;
width: 1%;
}
.rps_result .nav-justified > li > a {
margin-bottom: 0;
}
}
.rps_result .nav-tabs-justified {
border-bottom: 0;
}
.rps_result .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.rps_result .nav-tabs-justified > .active > a,
.rps_result .nav-tabs-justified > .active > a:hover,
.rps_result .nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.rps_result .nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.rps_result .nav-tabs-justified > .active > a,
.rps_result .nav-tabs-justified > .active > a:hover,
.rps_result .nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.rps_result .tab-content > .tab-pane {
display: none;
}
.rps_result .tab-content > .active {
display: block;
}
.rps_result .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rps_result .navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.rps_result .navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.rps_result .navbar-header {
float: left;
}
}
.rps_result .navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.rps_result .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.rps_result .navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.rps_result .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.rps_result .navbar-collapse.in {
overflow-y: visible;
}
.rps_result .navbar-fixed-top .navbar-collapse,
.rps_result .navbar-static-top .navbar-collapse,
.rps_result .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.rps_result .navbar-fixed-top .navbar-collapse,
.rps_result .navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.rps_result .navbar-fixed-top .navbar-collapse,
.rps_result .navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.rps_result .container > .navbar-header,
.rps_result .container-fluid > .navbar-header,
.rps_result .container > .navbar-collapse,
.rps_result .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.rps_result .container > .navbar-header,
.rps_result .container-fluid > .navbar-header,
.rps_result .container > .navbar-collapse,
.rps_result .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.rps_result .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.rps_result .navbar-static-top {
border-radius: 0;
}
}
.rps_result .navbar-fixed-top,
.rps_result .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.rps_result .navbar-fixed-top,
.rps_result .navbar-fixed-bottom {
border-radius: 0;
}
}
.rps_result .navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.rps_result .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.rps_result .navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.rps_result .navbar-brand:hover,
.rps_result .navbar-brand:focus {
text-decoration: none;
}
.rps_result .navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.rps_result .navbar > .container .navbar-brand,
.rps_result .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.rps_result .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.rps_result .navbar-toggle:focus {
outline: 0;
}
.rps_result .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.rps_result .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.rps_result .navbar-toggle {
display: none;
}
}
.rps_result .navbar-nav {
margin: 7.5px -15px;
}
.rps_result .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.rps_result .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.rps_result .navbar-nav .open .dropdown-menu > li > a,
.rps_result .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.rps_result .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.rps_result .navbar-nav .open .dropdown-menu > li > a:hover,
.rps_result .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.rps_result .navbar-nav {
float: left;
margin: 0;
}
.rps_result .navbar-nav > li {
float: left;
}
.rps_result .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.rps_result .navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.rps_result .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.rps_result .navbar-form .form-control-static {
display: inline-block;
}
.rps_result .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.rps_result .navbar-form .input-group .input-group-addon,
.rps_result .navbar-form .input-group .input-group-btn,
.rps_result .navbar-form .input-group .form-control {
width: auto;
}
.rps_result .navbar-form .input-group > .form-control {
width: 100%;
}
.rps_result .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .navbar-form .radio,
.rps_result .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.rps_result .navbar-form .radio label,
.rps_result .navbar-form .checkbox label {
padding-left: 0;
}
.rps_result .navbar-form .radio input[type="radio"],
.rps_result .navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.rps_result .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.rps_result .navbar-form .form-group {
margin-bottom: 5px;
}
.rps_result .navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.rps_result .navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.rps_result .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rps_result .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rps_result .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.rps_result .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.rps_result .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.rps_result .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.rps_result .navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.rps_result .navbar-left {
float: left !important;
}
.rps_result .navbar-right {
float: right !important;
margin-right: -15px;
}
.rps_result .navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.rps_result .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.rps_result .navbar-default .navbar-brand {
color: #777;
}
.rps_result .navbar-default .navbar-brand:hover,
.rps_result .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.rps_result .navbar-default .navbar-text {
color: #777;
}
.rps_result .navbar-default .navbar-nav > li > a {
color: #777;
}
.rps_result .navbar-default .navbar-nav > li > a:hover,
.rps_result .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.rps_result .navbar-default .navbar-nav > .active > a,
.rps_result .navbar-default .navbar-nav > .active > a:hover,
.rps_result .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.rps_result .navbar-default .navbar-nav > .disabled > a,
.rps_result .navbar-default .navbar-nav > .disabled > a:hover,
.rps_result .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.rps_result .navbar-default .navbar-toggle {
border-color: #ddd;
}
.rps_result .navbar-default .navbar-toggle:hover,
.rps_result .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.rps_result .navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.rps_result .navbar-default .navbar-collapse,
.rps_result .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.rps_result .navbar-default .navbar-nav > .open > a,
.rps_result .navbar-default .navbar-nav > .open > a:hover,
.rps_result .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.rps_result .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.rps_result .navbar-default .navbar-link {
color: #777;
}
.rps_result .navbar-default .navbar-link:hover {
color: #333;
}
.rps_result .navbar-default .btn-link {
color: #777;
}
.rps_result .navbar-default .btn-link:hover,
.rps_result .navbar-default .btn-link:focus {
color: #333;
}
.rps_result .navbar-default .btn-link[disabled]:hover,
.rps_result fieldset[disabled] .navbar-default .btn-link:hover,
.rps_result .navbar-default .btn-link[disabled]:focus,
.rps_result fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.rps_result .navbar-inverse {
background-color: #222;
border-color: #080808;
}
.rps_result .navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.rps_result .navbar-inverse .navbar-brand:hover,
.rps_result .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.rps_result .navbar-inverse .navbar-text {
color: #9d9d9d;
}
.rps_result .navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.rps_result .navbar-inverse .navbar-nav > li > a:hover,
.rps_result .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.rps_result .navbar-inverse .navbar-nav > .active > a,
.rps_result .navbar-inverse .navbar-nav > .active > a:hover,
.rps_result .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.rps_result .navbar-inverse .navbar-nav > .disabled > a,
.rps_result .navbar-inverse .navbar-nav > .disabled > a:hover,
.rps_result .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.rps_result .navbar-inverse .navbar-toggle {
border-color: #333;
}
.rps_result .navbar-inverse .navbar-toggle:hover,
.rps_result .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.rps_result .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.rps_result .navbar-inverse .navbar-collapse,
.rps_result .navbar-inverse .navbar-form {
border-color: #101010;
}
.rps_result .navbar-inverse .navbar-nav > .open > a,
.rps_result .navbar-inverse .navbar-nav > .open > a:hover,
.rps_result .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.rps_result .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.rps_result .navbar-inverse .navbar-link {
color: #9d9d9d;
}
.rps_result .navbar-inverse .navbar-link:hover {
color: #fff;
}
.rps_result .navbar-inverse .btn-link {
color: #9d9d9d;
}
.rps_result .navbar-inverse .btn-link:hover,
.rps_result .navbar-inverse .btn-link:focus {
color: #fff;
}
.rps_result .navbar-inverse .btn-link[disabled]:hover,
.rps_result fieldset[disabled] .navbar-inverse .btn-link:hover,
.rps_result .navbar-inverse .btn-link[disabled]:focus,
.rps_result fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.rps_result .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.rps_result .breadcrumb > li {
display: inline-block;
}
.rps_result .breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.rps_result .breadcrumb > .active {
color: #777;
}
.rps_result .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.rps_result .pagination > li {
display: inline;
}
.rps_result .pagination > li > a,
.rps_result .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.rps_result .pagination > li:first-child > a,
.rps_result .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.rps_result .pagination > li:last-child > a,
.rps_result .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.rps_result .pagination > li > a:hover,
.rps_result .pagination > li > span:hover,
.rps_result .pagination > li > a:focus,
.rps_result .pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.rps_result .pagination > .active > a,
.rps_result .pagination > .active > span,
.rps_result .pagination > .active > a:hover,
.rps_result .pagination > .active > span:hover,
.rps_result .pagination > .active > a:focus,
.rps_result .pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.rps_result .pagination > .disabled > span,
.rps_result .pagination > .disabled > span:hover,
.rps_result .pagination > .disabled > span:focus,
.rps_result .pagination > .disabled > a,
.rps_result .pagination > .disabled > a:hover,
.rps_result .pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.rps_result .pagination-lg > li > a,
.rps_result .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.rps_result .pagination-lg > li:first-child > a,
.rps_result .pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.rps_result .pagination-lg > li:last-child > a,
.rps_result .pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.rps_result .pagination-sm > li > a,
.rps_result .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.rps_result .pagination-sm > li:first-child > a,
.rps_result .pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.rps_result .pagination-sm > li:last-child > a,
.rps_result .pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.rps_result .pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.rps_result .pager li {
display: inline;
}
.rps_result .pager li > a,
.rps_result .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.rps_result .pager li > a:hover,
.rps_result .pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.rps_result .pager .next > a,
.rps_result .pager .next > span {
float: right;
}
.rps_result .pager .previous > a,
.rps_result .pager .previous > span {
float: left;
}
.rps_result .pager .disabled > a,
.rps_result .pager .disabled > a:hover,
.rps_result .pager .disabled > a:focus,
.rps_result .pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.rps_result .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.rps_result a.label:hover,
.rps_result a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.rps_result .label:empty {
display: none;
}
.rps_result .btn .label {
position: relative;
top: -1px;
}
.rps_result .label-default {
background-color: #777;
}
.rps_result .label-default[href]:hover,
.rps_result .label-default[href]:focus {
background-color: #5e5e5e;
}
.rps_result .label-primary {
background-color: #337ab7;
}
.rps_result .label-primary[href]:hover,
.rps_result .label-primary[href]:focus {
background-color: #286090;
}
.rps_result .label-success {
background-color: #5cb85c;
}
.rps_result .label-success[href]:hover,
.rps_result .label-success[href]:focus {
background-color: #449d44;
}
.rps_result .label-info {
background-color: #5bc0de;
}
.rps_result .label-info[href]:hover,
.rps_result .label-info[href]:focus {
background-color: #31b0d5;
}
.rps_result .label-warning {
background-color: #f0ad4e;
}
.rps_result .label-warning[href]:hover,
.rps_result .label-warning[href]:focus {
background-color: #ec971f;
}
.rps_result .label-danger {
background-color: #d9534f;
}
.rps_result .label-danger[href]:hover,
.rps_result .label-danger[href]:focus {
background-color: #c9302c;
}
.rps_result .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
.rps_result .badge:empty {
display: none;
}
.rps_result .btn .badge {
position: relative;
top: -1px;
}
.rps_result .btn-xs .badge,
.rps_result .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.rps_result a.badge:hover,
.rps_result a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.rps_result .list-group-item.active > .badge,
.rps_result .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.rps_result .list-group-item > .badge {
float: right;
}
.rps_result .list-group-item > .badge + .badge {
margin-right: 5px;
}
.rps_result .nav-pills > li > a > .badge {
margin-left: 3px;
}
.rps_result .jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.rps_result .jumbotron h1,
.rps_result .jumbotron .h1 {
color: inherit;
}
.rps_result .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.rps_result .jumbotron > hr {
border-top-color: #d5d5d5;
}
.rps_result .container .jumbotron,
.rps_result .container-fluid .jumbotron {
border-radius: 6px;
}
.rps_result .jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.rps_result .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.rps_result .container .jumbotron,
.rps_result .container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.rps_result .jumbotron h1,
.rps_result .jumbotron .h1 {
font-size: 63px;
}
}
.rps_result .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.rps_result .thumbnail > img,
.rps_result .thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
.rps_result a.thumbnail:hover,
.rps_result a.thumbnail:focus,
.rps_result a.thumbnail.active {
border-color: #337ab7;
}
.rps_result .thumbnail .caption {
padding: 9px;
color: #333;
}
.rps_result .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.rps_result .alert h4 {
margin-top: 0;
color: inherit;
}
.rps_result .alert .alert-link {
font-weight: bold;
}
.rps_result .alert > p,
.rps_result .alert > ul {
margin-bottom: 0;
}
.rps_result .alert > p + p {
margin-top: 5px;
}
.rps_result .alert-dismissable,
.rps_result .alert-dismissible {
padding-right: 35px;
}
.rps_result .alert-dismissable .close,
.rps_result .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.rps_result .alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.rps_result .alert-success hr {
border-top-color: #c9e2b3;
}
.rps_result .alert-success .alert-link {
color: #2b542c;
}
.rps_result .alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.rps_result .alert-info hr {
border-top-color: #a6e1ec;
}
.rps_result .alert-info .alert-link {
color: #245269;
}
.rps_result .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.rps_result .alert-warning hr {
border-top-color: #f7e1b5;
}
.rps_result .alert-warning .alert-link {
color: #66512c;
}
.rps_result .alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.rps_result .alert-danger hr {
border-top-color: #e4b9c0;
}
.rps_result .alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-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;
}
}
.rps_result .progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.rps_result .progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.rps_result .progress-striped .progress-bar,
.rps_result .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.rps_result .progress.active .progress-bar,
.rps_result .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.rps_result .progress-bar-success {
background-color: #5cb85c;
}
.rps_result .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rps_result .progress-bar-info {
background-color: #5bc0de;
}
.rps_result .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rps_result .progress-bar-warning {
background-color: #f0ad4e;
}
.rps_result .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rps_result .progress-bar-danger {
background-color: #d9534f;
}
.rps_result .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rps_result .media {
margin-top: 15px;
}
.rps_result .media:first-child {
margin-top: 0;
}
.rps_result .media,
.rps_result .media-body {
overflow: hidden;
zoom: 1;
}
.rps_result .media-body {
width: 10000px;
}
.rps_result .media-object {
display: block;
}
.rps_result .media-object.img-thumbnail {
max-width: none;
}
.rps_result .media-right,
.rps_result .media > .pull-right {
padding-left: 10px;
}
.rps_result .media-left,
.rps_result .media > .pull-left {
padding-right: 10px;
}
.rps_result .media-left,
.rps_result .media-right,
.rps_result .media-body {
display: table-cell;
vertical-align: top;
}
.rps_result .media-middle {
vertical-align: middle;
}
.rps_result .media-bottom {
vertical-align: bottom;
}
.rps_result .media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.rps_result .media-list {
padding-left: 0;
list-style: none;
}
.rps_result .list-group {
padding-left: 0;
margin-bottom: 20px;
}
.rps_result .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.rps_result .list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.rps_result .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.rps_result a.list-group-item,
.rps_result button.list-group-item {
color: #555;
}
.rps_result a.list-group-item .list-group-item-heading,
.rps_result button.list-group-item .list-group-item-heading {
color: #333;
}
.rps_result a.list-group-item:hover,
.rps_result button.list-group-item:hover,
.rps_result a.list-group-item:focus,
.rps_result button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.rps_result button.list-group-item {
width: 100%;
text-align: left;
}
.rps_result .list-group-item.disabled,
.rps_result .list-group-item.disabled:hover,
.rps_result .list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.rps_result .list-group-item.disabled .list-group-item-heading,
.rps_result .list-group-item.disabled:hover .list-group-item-heading,
.rps_result .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.rps_result .list-group-item.disabled .list-group-item-text,
.rps_result .list-group-item.disabled:hover .list-group-item-text,
.rps_result .list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.rps_result .list-group-item.active,
.rps_result .list-group-item.active:hover,
.rps_result .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.rps_result .list-group-item.active .list-group-item-heading,
.rps_result .list-group-item.active:hover .list-group-item-heading,
.rps_result .list-group-item.active:focus .list-group-item-heading,
.rps_result .list-group-item.active .list-group-item-heading > small,
.rps_result .list-group-item.active:hover .list-group-item-heading > small,
.rps_result .list-group-item.active:focus .list-group-item-heading > small,
.rps_result .list-group-item.active .list-group-item-heading > .small,
.rps_result .list-group-item.active:hover .list-group-item-heading > .small,
.rps_result .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.rps_result .list-group-item.active .list-group-item-text,
.rps_result .list-group-item.active:hover .list-group-item-text,
.rps_result .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.rps_result .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
.rps_result a.list-group-item-success,
.rps_result button.list-group-item-success {
color: #3c763d;
}
.rps_result a.list-group-item-success .list-group-item-heading,
.rps_result button.list-group-item-success .list-group-item-heading {
color: inherit;
}
.rps_result a.list-group-item-success:hover,
.rps_result button.list-group-item-success:hover,
.rps_result a.list-group-item-success:focus,
.rps_result button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
.rps_result a.list-group-item-success.active,
.rps_result button.list-group-item-success.active,
.rps_result a.list-group-item-success.active:hover,
.rps_result button.list-group-item-success.active:hover,
.rps_result a.list-group-item-success.active:focus,
.rps_result button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.rps_result .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
.rps_result a.list-group-item-info,
.rps_result button.list-group-item-info {
color: #31708f;
}
.rps_result a.list-group-item-info .list-group-item-heading,
.rps_result button.list-group-item-info .list-group-item-heading {
color: inherit;
}
.rps_result a.list-group-item-info:hover,
.rps_result button.list-group-item-info:hover,
.rps_result a.list-group-item-info:focus,
.rps_result button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
.rps_result a.list-group-item-info.active,
.rps_result button.list-group-item-info.active,
.rps_result a.list-group-item-info.active:hover,
.rps_result button.list-group-item-info.active:hover,
.rps_result a.list-group-item-info.active:focus,
.rps_result button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.rps_result .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.rps_result a.list-group-item-warning,
.rps_result button.list-group-item-warning {
color: #8a6d3b;
}
.rps_result a.list-group-item-warning .list-group-item-heading,
.rps_result button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
.rps_result a.list-group-item-warning:hover,
.rps_result button.list-group-item-warning:hover,
.rps_result a.list-group-item-warning:focus,
.rps_result button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
.rps_result a.list-group-item-warning.active,
.rps_result button.list-group-item-warning.active,
.rps_result a.list-group-item-warning.active:hover,
.rps_result button.list-group-item-warning.active:hover,
.rps_result a.list-group-item-warning.active:focus,
.rps_result button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.rps_result .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
.rps_result a.list-group-item-danger,
.rps_result button.list-group-item-danger {
color: #a94442;
}
.rps_result a.list-group-item-danger .list-group-item-heading,
.rps_result button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
.rps_result a.list-group-item-danger:hover,
.rps_result button.list-group-item-danger:hover,
.rps_result a.list-group-item-danger:focus,
.rps_result button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
.rps_result a.list-group-item-danger.active,
.rps_result button.list-group-item-danger.active,
.rps_result a.list-group-item-danger.active:hover,
.rps_result button.list-group-item-danger.active:hover,
.rps_result a.list-group-item-danger.active:focus,
.rps_result button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.rps_result .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.rps_result .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.rps_result .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.rps_result .panel-body {
padding: 15px;
}
.rps_result .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.rps_result .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.rps_result .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.rps_result .panel-title > a,
.rps_result .panel-title > small,
.rps_result .panel-title > .small,
.rps_result .panel-title > small > a,
.rps_result .panel-title > .small > a {
color: inherit;
}
.rps_result .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.rps_result .panel > .list-group,
.rps_result .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.rps_result .panel > .list-group .list-group-item,
.rps_result .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.rps_result .panel > .list-group:first-child .list-group-item:first-child,
.rps_result .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.rps_result .panel > .list-group:last-child .list-group-item:last-child,
.rps_result .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.rps_result .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rps_result .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.rps_result .list-group + .panel-footer {
border-top-width: 0;
}
.rps_result .panel > .table,
.rps_result .panel > .table-responsive > .table,
.rps_result .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.rps_result .panel > .table caption,
.rps_result .panel > .table-responsive > .table caption,
.rps_result .panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.rps_result .panel > .table:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.rps_result .panel > .table:first-child > thead:first-child > tr:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.rps_result .panel > .table:first-child > tbody:first-child > tr:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.rps_result .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.rps_result .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.rps_result .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.rps_result .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.rps_result .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.rps_result .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.rps_result .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.rps_result .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.rps_result .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.rps_result .panel > .table:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.rps_result .panel > .table:last-child > tbody:last-child > tr:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.rps_result .panel > .table:last-child > tfoot:last-child > tr:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.rps_result .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.rps_result .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.rps_result .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.rps_result .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.rps_result .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.rps_result .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.rps_result .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.rps_result .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.rps_result .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.rps_result .panel > .panel-body + .table,
.rps_result .panel > .panel-body + .table-responsive,
.rps_result .panel > .table + .panel-body,
.rps_result .panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.rps_result .panel > .table > tbody:first-child > tr:first-child th,
.rps_result .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.rps_result .panel > .table-bordered,
.rps_result .panel > .table-responsive > .table-bordered {
border: 0;
}
.rps_result .panel > .table-bordered > thead > tr > th:first-child,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.rps_result .panel > .table-bordered > tbody > tr > th:first-child,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.rps_result .panel > .table-bordered > tfoot > tr > th:first-child,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.rps_result .panel > .table-bordered > thead > tr > td:first-child,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.rps_result .panel > .table-bordered > tbody > tr > td:first-child,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.rps_result .panel > .table-bordered > tfoot > tr > td:first-child,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.rps_result .panel > .table-bordered > thead > tr > th:last-child,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.rps_result .panel > .table-bordered > tbody > tr > th:last-child,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.rps_result .panel > .table-bordered > tfoot > tr > th:last-child,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.rps_result .panel > .table-bordered > thead > tr > td:last-child,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.rps_result .panel > .table-bordered > tbody > tr > td:last-child,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.rps_result .panel > .table-bordered > tfoot > tr > td:last-child,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.rps_result .panel > .table-bordered > thead > tr:first-child > td,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.rps_result .panel > .table-bordered > tbody > tr:first-child > td,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.rps_result .panel > .table-bordered > thead > tr:first-child > th,
.rps_result .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.rps_result .panel > .table-bordered > tbody > tr:first-child > th,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.rps_result .panel > .table-bordered > tbody > tr:last-child > td,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.rps_result .panel > .table-bordered > tfoot > tr:last-child > td,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.rps_result .panel > .table-bordered > tbody > tr:last-child > th,
.rps_result .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.rps_result .panel > .table-bordered > tfoot > tr:last-child > th,
.rps_result .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.rps_result .panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.rps_result .panel-group {
margin-bottom: 20px;
}
.rps_result .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.rps_result .panel-group .panel + .panel {
margin-top: 5px;
}
.rps_result .panel-group .panel-heading {
border-bottom: 0;
}
.rps_result .panel-group .panel-heading + .panel-collapse > .panel-body,
.rps_result .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.rps_result .panel-group .panel-footer {
border-top: 0;
}
.rps_result .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.rps_result .panel-default {
border-color: #ddd;
}
.rps_result .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.rps_result .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.rps_result .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.rps_result .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.rps_result .panel-primary {
border-color: #337ab7;
}
.rps_result .panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.rps_result .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.rps_result .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.rps_result .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.rps_result .panel-success {
border-color: #d6e9c6;
}
.rps_result .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.rps_result .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.rps_result .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.rps_result .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.rps_result .panel-info {
border-color: #bce8f1;
}
.rps_result .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.rps_result .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.rps_result .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.rps_result .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.rps_result .panel-warning {
border-color: #faebcc;
}
.rps_result .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.rps_result .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.rps_result .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.rps_result .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.rps_result .panel-danger {
border-color: #ebccd1;
}
.rps_result .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.rps_result .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.rps_result .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.rps_result .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.rps_result .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.rps_result .embed-responsive .embed-responsive-item,
.rps_result .embed-responsive iframe,
.rps_result .embed-responsive embed,
.rps_result .embed-responsive object,
.rps_result .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.rps_result .embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.rps_result .embed-responsive-4by3 {
padding-bottom: 75%;
}
.rps_result .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, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.rps_result .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.rps_result .well-lg {
padding: 24px;
border-radius: 6px;
}
.rps_result .well-sm {
padding: 9px;
border-radius: 3px;
}
.rps_result .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.rps_result .close:hover,
.rps_result .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
.rps_result button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.rps_result .modal-open {
overflow: hidden;
}
.rps_result .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.rps_result .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.rps_result .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rps_result .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.rps_result .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.rps_result .modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.rps_result .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.rps_result .modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.rps_result .modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.rps_result .modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.rps_result .modal-header .close {
margin-top: -2px;
}
.rps_result .modal-title {
margin: 0;
line-height: 1.42857143;
}
.rps_result .modal-body {
position: relative;
padding: 15px;
}
.rps_result .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.rps_result .modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.rps_result .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.rps_result .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.rps_result .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.rps_result .modal-dialog {
width: 600px;
margin: 30px auto;
}
.rps_result .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.rps_result .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.rps_result .modal-lg {
width: 900px;
}
}
.rps_result .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.rps_result .tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.rps_result .tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.rps_result .tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.rps_result .tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.rps_result .tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.rps_result .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.rps_result .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.rps_result .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.rps_result .tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.rps_result .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.rps_result .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.rps_result .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.rps_result .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.rps_result .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.rps_result .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.rps_result .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
}
.rps_result .popover.top {
margin-top: -10px;
}
.rps_result .popover.right {
margin-left: 10px;
}
.rps_result .popover.bottom {
margin-top: 10px;
}
.rps_result .popover.left {
margin-left: -10px;
}
.rps_result .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.rps_result .popover-content {
padding: 9px 14px;
}
.rps_result .popover > .arrow,
.rps_result .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.rps_result .popover > .arrow {
border-width: 11px;
}
.rps_result .popover > .arrow:after {
content: "";
border-width: 10px;
}
.rps_result .popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.rps_result .popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.rps_result .popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.rps_result .popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.rps_result .popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.rps_result .popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.rps_result .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, 0.25);
}
.rps_result .popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.rps_result .carousel {
position: relative;
}
.rps_result .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.rps_result .carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.rps_result .carousel-inner > .item > img,
.rps_result .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.rps_result .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.rps_result .carousel-inner > .item.next,
.rps_result .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.rps_result .carousel-inner > .item.prev,
.rps_result .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.rps_result .carousel-inner > .item.next.left,
.rps_result .carousel-inner > .item.prev.right,
.rps_result .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rps_result .carousel-inner > .active,
.rps_result .carousel-inner > .next,
.rps_result .carousel-inner > .prev {
display: block;
}
.rps_result .carousel-inner > .active {
left: 0;
}
.rps_result .carousel-inner > .next,
.rps_result .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.rps_result .carousel-inner > .next {
left: 100%;
}
.rps_result .carousel-inner > .prev {
left: -100%;
}
.rps_result .carousel-inner > .next.left,
.rps_result .carousel-inner > .prev.right {
left: 0;
}
.rps_result .carousel-inner > .active.left {
left: -100%;
}
.rps_result .carousel-inner > .active.right {
left: 100%;
}
.rps_result .carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
filter: alpha(opacity=50);
opacity: .5;
}
.rps_result .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.rps_result .carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.rps_result .carousel-control:hover,
.rps_result .carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.rps_result .carousel-control .icon-prev,
.rps_result .carousel-control .icon-next,
.rps_result .carousel-control .glyphicon-chevron-left,
.rps_result .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.rps_result .carousel-control .icon-prev,
.rps_result .carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.rps_result .carousel-control .icon-next,
.rps_result .carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.rps_result .carousel-control .icon-prev,
.rps_result .carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.rps_result .carousel-control .icon-prev:before {
content: '\2039';
}
.rps_result .carousel-control .icon-next:before {
content: '\203a';
}
.rps_result .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.rps_result .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.rps_result .carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.rps_result .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.rps_result .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.rps_result .carousel-control .glyphicon-chevron-left,
.rps_result .carousel-control .glyphicon-chevron-right,
.rps_result .carousel-control .icon-prev,
.rps_result .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.rps_result .carousel-control .glyphicon-chevron-left,
.rps_result .carousel-control .icon-prev {
margin-left: -15px;
}
.rps_result .carousel-control .glyphicon-chevron-right,
.rps_result .carousel-control .icon-next {
margin-right: -15px;
}
.rps_result .carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.rps_result .carousel-indicators {
bottom: 20px;
}
}
.rps_result .clearfix:before,
.rps_result .clearfix:after,
.rps_result .dl-horizontal dd:before,
.rps_result .dl-horizontal dd:after,
.rps_result .container:before,
.rps_result .container:after,
.rps_result .container-fluid:before,
.rps_result .container-fluid:after,
.rps_result .row:before,
.rps_result .row:after,
.rps_result .form-horizontal .form-group:before,
.rps_result .form-horizontal .form-group:after,
.rps_result .btn-toolbar:before,
.rps_result .btn-toolbar:after,
.rps_result .btn-group-vertical > .btn-group:before,
.rps_result .btn-group-vertical > .btn-group:after,
.rps_result .nav:before,
.rps_result .nav:after,
.rps_result .navbar:before,
.rps_result .navbar:after,
.rps_result .navbar-header:before,
.rps_result .navbar-header:after,
.rps_result .navbar-collapse:before,
.rps_result .navbar-collapse:after,
.rps_result .pager:before,
.rps_result .pager:after,
.rps_result .panel-body:before,
.rps_result .panel-body:after,
.rps_result .modal-footer:before,
.rps_result .modal-footer:after {
display: table;
content: " ";
}
.rps_result .clearfix:after,
.rps_result .dl-horizontal dd:after,
.rps_result .container:after,
.rps_result .container-fluid:after,
.rps_result .row:after,
.rps_result .form-horizontal .form-group:after,
.rps_result .btn-toolbar:after,
.rps_result .btn-group-vertical > .btn-group:after,
.rps_result .nav:after,
.rps_result .navbar:after,
.rps_result .navbar-header:after,
.rps_result .navbar-collapse:after,
.rps_result .pager:after,
.rps_result .panel-body:after,
.rps_result .modal-footer:after {
clear: both;
}
.rps_result .center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.rps_result .pull-right {
float: right !important;
}
.rps_result .pull-left {
float: left !important;
}
.rps_result .hide {
display: none !important;
}
.rps_result .show {
display: block !important;
}
.rps_result .invisible {
visibility: hidden;
}
.rps_result .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.rps_result .hidden {
display: none !important;
}
.rps_result .affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.rps_result .visible-xs,
.rps_result .visible-sm,
.rps_result .visible-md,
.rps_result .visible-lg {
display: none !important;
}
.rps_result .visible-xs-block,
.rps_result .visible-xs-inline,
.rps_result .visible-xs-inline-block,
.rps_result .visible-sm-block,
.rps_result .visible-sm-inline,
.rps_result .visible-sm-inline-block,
.rps_result .visible-md-block,
.rps_result .visible-md-inline,
.rps_result .visible-md-inline-block,
.rps_result .visible-lg-block,
.rps_result .visible-lg-inline,
.rps_result .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.rps_result .visible-xs {
display: block !important;
}
.rps_result table.visible-xs {
display: table !important;
}
.rps_result tr.visible-xs {
display: table-row !important;
}
.rps_result th.visible-xs,
.rps_result td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.rps_result .visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.rps_result .visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.rps_result .visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rps_result .visible-sm {
display: block !important;
}
.rps_result table.visible-sm {
display: table !important;
}
.rps_result tr.visible-sm {
display: table-row !important;
}
.rps_result th.visible-sm,
.rps_result td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rps_result .visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rps_result .visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rps_result .visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rps_result .visible-md {
display: block !important;
}
.rps_result table.visible-md {
display: table !important;
}
.rps_result tr.visible-md {
display: table-row !important;
}
.rps_result th.visible-md,
.rps_result td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rps_result .visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rps_result .visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rps_result .visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.rps_result .visible-lg {
display: block !important;
}
.rps_result table.visible-lg {
display: table !important;
}
.rps_result tr.visible-lg {
display: table-row !important;
}
.rps_result th.visible-lg,
.rps_result td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.rps_result .visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.rps_result .visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.rps_result .visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.rps_result .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.rps_result .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.rps_result .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.rps_result .hidden-lg {
display: none !important;
}
}
.rps_result .visible-print {
display: none !important;
}
@media print {
.rps_result .visible-print {
display: block !important;
}
.rps_result table.visible-print {
display: table !important;
}
.rps_result tr.visible-print {
display: table-row !important;
}
.rps_result th.visible-print,
.rps_result td.visible-print {
display: table-cell !important;
}
}
.rps_result .visible-print-block {
display: none !important;
}
@media print {
.rps_result .visible-print-block {
display: block !important;
}
}
.rps_result .visible-print-inline {
display: none !important;
}
@media print {
.rps_result .visible-print-inline {
display: inline !important;
}
}
.rps_result .visible-print-inline-block {
display: none !important;
}
@media print {
.rps_result .visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.rps_result .hidden-print {
display: none !important;
}
}