@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  width: 100%;
  height: 100%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #f6f9fa;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url(""); } }

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select[multiple] {
  height: auto;
  background-image: none; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  line-height: 0;
  color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  color: #1468a0; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

thead tr, tfoot tr {
  background: transparent; }

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr, table.stack th, table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix:after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

.apothem {
  width: 1200px;
  margin: auto; }

.bgf3f3f3 {
  background: #f3f3f3; }

.bgfff {
  background: #fff; }

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.relative {
  position: relative; }

.temp_page {
  font-size: 13px;
  min-width: 1200px; }
  .temp_page .main_index {
    position: relative; }
    .temp_page .main_index .lab {
      margin-left: 30px;
      margin-right: 30px;
      min-height: 600px; }
    .temp_page .main_index .banner {
      position: relative;
      height: 200px; }
      .temp_page .main_index .banner .banner_img {
        height: 200px; }
        .temp_page .main_index .banner .banner_img img {
          width: 100%;
          height: 100%; }
    .temp_page .main_index .header .logo_main {
      position: relative;
      color: #eefafe;
      padding: 28px 0;
      border-bottom: 1px solid #05448c;
      background-image: -webkit-gradient(linear, left top, right top, from(#005f6c), color-stop(#007f91), to(#005765));
      background-image: linear-gradient(to right, #005f6c, #007f91, #005765); }
      .temp_page .main_index .header .logo_main:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #034b9d; }
      .temp_page .main_index .header .logo_main .web-name {
        font-size: 20px;
        position: relative;
        margin-left: 20px;
        padding-left: 28px;
        height: 56px;
        line-height: 56px;
        margin-top: 6px;
        margin-bottom: 6px; }
        .temp_page .main_index .header .logo_main .web-name:before {
          position: absolute;
          content: "";
          width: 6px;
          height: 6px;
          background-color: #eefafe;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          border-radius: 50%; }
      .temp_page .main_index .header .logo_main .web-title {
        height: 52px;
        line-height: 52px;
        margin: 9px 0; }
        .temp_page .main_index .header .logo_main .web-title a.jszy {
          margin-right: 15px;
          color: #aac8eb;
          display: inline-block;
          position: relative;
          padding-right: 16px; }
          .temp_page .main_index .header .logo_main .web-title a.jszy.a_line:before {
            position: absolute;
            content: "";
            width: 1px;
            height: 14px;
            background: #4c86c9;
            top: -3px;
            bottom: 0;
            right: 0;
            margin: auto; }
          .temp_page .main_index .header .logo_main .web-title a.jszy i {
            background-image: url("../images/login.png");
            background-repeat: no-repeat;
            margin-right: 8px;
            display: inline-block;
            vertical-align: text-bottom; }
            .temp_page .main_index .header .logo_main .web-title a.jszy i.login_icon {
              width: 23px;
              height: 23px;
              position: relative;
              top: 2px;
              left: 0;
               }
      .temp_page .main_index .header .logo_main .search {
        width: 160px;
        margin: 10px 0; }
        .temp_page .main_index .header .logo_main .search input {
          display: inline-block;
          width: 140px;
          margin: 0;
          background: none;
          font-size: 14px;
          border-top: 0;
          border-right: 0;
          border-left: 0;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-bottom: 1px solid #b5eef6;
          color: #b5eef6; }
          .temp_page .main_index .header .logo_main .search input::-webkit-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .header .logo_main .search input:-ms-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .header .logo_main .search input::-ms-input-placeholder {
            color: #b5eef6; }
          .temp_page .main_index .header .logo_main .search input::placeholder {
            color: #b5eef6; }
        .temp_page .main_index .header .logo_main .search .sear_btn {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          outline: none; }
          .temp_page .main_index .header .logo_main .search .sear_btn i {
            width: 17px;
            height: 17px;
            display: inline-block;
            background: url("../images/icon.png") -160px 0 no-repeat; }
    .temp_page .main_index .header .nav {
      border-top: 1px solid #1d64b4;
      -webkit-box-sizing: border-box;
      background: #034b9d;
              box-sizing: border-box; }
      .temp_page .main_index .header .nav ul {
        padding: 0;
        margin: 0; }
        .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li {
          display: block;
          float: left;
          position: relative;
          width: 200px;
          text-align: center;
          border-right: 1px solid #1d64b4;
          font-size: 18px;
          height: 65px;
          line-height: 65px; }
          .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li:first-child {
            border-left: 1px solid #1d64b4;
          }
          .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li a {
            line-height: 26px;
            padding: 8px 0 0;
            color: #fff;
            display: block; }
            .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li a p{
              color: #d6d6d6;
              font-size: 16px; margin: 0;
            }
            .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li.active a {
              color: #fff; }
          
            .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li:hover a {
              color: #fff; }
    .temp_page .main_index .about {
      line-height: 30px; }
      .temp_page .main_index .about p {
        line-height: 30px; font-size: 16px; }
    .temp_page .main_index .footer {
      padding: 20px 0;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 14px;
      color: #fff; 
    background: #034b9d;}
      .temp_page .main_index .footer:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0.95; }
      .temp_page .main_index .footer .c_ll {
        line-height: 24px; margin-top: 30px; }
      .temp_page .main_index .footer .c_rr {
        position: relative;
        color: #fdfdfd; }
        .temp_page .main_index .footer .c_rr .text {
          width: 15px;
          margin: 32px 0 0 12px;
          font-size: 14px;
          line-height: 16px;
          color: #fff;
        }
        .temp_page .main_index .footer .c_rr .d_code {
          display: none;
          width: 105px;
          height: 105px;
          position: absolute;
          background: #fff;
          bottom: 45px;
          left: -20px; }
        .temp_page .main_index .footer .c_rr .er-code {
          margin-right: 5px; }
        .temp_page .main_index .footer .c_rr:hover .d_code {
          display: block; }

.pages {
  margin-top: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }
  .pages a {
    color: #0a0a0a;
    display: inline-block;
    padding: 0 10px; }
  .pages span {
    display: inline-block;
    padding: 0 10px; }
    .pages span.xz_pages {
      border: 1px solid #cacaca;
      -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
              box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
      height: 30px;
      line-height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .pages span.xz_pages i {
        width: 9px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        background: url("../images/pages_xl.png") no-repeat; }

.pages input {
  width: 60px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
          .logo a{
            display: block;  
          }
          .logo img {
            width: auto;
            height: 90px;
          }

.teacher-search {
  background: url("../images/teacher-search-background.png");
}
.teacher-search .search-box {
  padding: 30px 236px;
}
.teacher-search .search-box form {
  height: 37px;
}
.teacher-search .search-box form input {
  float: left;
  width: 420px;
  height: 37px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 37px;
  text-indent: 8px;
  color: #999;
  background: transparent;
  border: 2px solid #ee8509;
  border-radius: 8px;
}
.teacher-search .search-box form button {
  float: left;
  width: 105px;
  height: 37px;
  cursor: pointer;
  margin: 0 0 0 15px;
  padding: 0 0 0 22px;
  font-size: 18px;
  line-height: 37px;
  color: #fff;
  background: url("../images/search.png") no-repeat 15% 50% #ee8509;
  border-radius: 8px;
}
.teacher-search .search-box .opening-num, .temp_page .main_index .lab.sList .list_main .l_item .s_title .opening-num {
  height: 37px;
  margin: 0 0 0 20px;
  padding: 0 0 0 38px;
  font-size: 13px;
  line-height: 45px;
  color: #666;
  background: url("../images/renyuan.png") no-repeat 0% 100%;
  overflow: hidden;
}
.teacher-search .search-box .opening-num span, .temp_page .main_index .lab.sList .list_main .l_item .s_title .opening-num span {
  font-size: 36px;
  font-family: 'Times New Roman';
  font-style: italic;
  color: #ee8509;
}
.teacher-search .search-choice {
  height: 60px;
  background: url("../images/teacher-secrch-background2.png");
  text-align: center;
}
.teacher-search .search-choice a {
  padding: 6px 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  color: #eb6100;
}
.teacher-search .search-choice a.active {
  color: #034b9d;
  background: url("../images/a_active.png") no-repeat 50% 50%;
}
.teacher-search .search-choice h3 {
  display: inline;
  margin: 0 15px 0 0;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  line-height: 60px;
  font-weight: bold;
  color: #444;
}

.temp_page .main_index .banner .apothem {
  position: relative;
  height: 0 !important;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.temp_page .main_index .banner .teacher-search {
  position: absolute;
  top: -152px;
  left: 0;
  z-index: 9;
}
.temp_page .main_index .lab.sList .list_main .l_item .s_title .opening-num {
  height: 60px;
  line-height: 60px;
  background-position: 0% 40%;
}
.search-result li, .temp_page .main_index .lab.sList .list_main .lab_er_l .er_list, .temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item .teacher_img img, .temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item, .temp_page .main_index .main_sw .recommend .recommend_one .team_members .members_list .members_item .members_img img {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.temp_page .main_index .lab.sList .list_main .l_item .s_title a.mm_a:hover, .current a.mm_a:hover, .temp_page .main_index .lab.sList .dyTitle .school_title:hover, .temp_page .main_index .lab.sList .list_main .lab_er_l .er_list a.er_list_a:hover, .secondary a:hover, .temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item .lib_title:hover  {
  color: #034b9d;
}
.temp_page .main_index .lab.sList .list_main .lab_er_l .er_list:hover {
  background: #f9f9f9;
  border-color: #4c86c9;
  box-shadow: 0px 0px 7px 0px #999;
}
.temp_page .main_index .header .logo_main .web-title a.jszy:hover {
  color: #fff;
}
.secondary li.active a {
  background: #034b9d;
  border-color: #034b9d;
  color: #fff;
}
.secondary li a:hover {
  border-color: #034b9d;
}
.temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item .teacher_img, .temp_page .main_index .main_sw .recommend .recommend_one .team_members .members_list .members_item .members_img {
  overflow: hidden;
}
.temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item .teacher_img:hover img, .temp_page .main_index .main_sw .recommend .recommend_one .team_members .members_list .members_item a:hover .members_img img {
  transform: scale(1.15);
}
.temp_page .main_index .lab.sList .list_main .l_item.tc_center_m .tc_center .dwtc_list .teacher_list .subject_item:hover {
  box-shadow: 0px 0px 12px 0px #666;
}
.temp_page .main_index .main_sw .recommend .recommend_one .team_members .members_list .members_item a:hover .members_name .rank_title {
  color: #034b9d;
  font-weight: bold;
}
.temp_page .main_index .main_sw .recommend .recommend_one .team_members .members_list .members_item a:hover .members_name p {
  color: #444;
}
.temp_page .main_index .header .nav ul.yiji_nav li.yiji_li:hover, .temp_page .main_index .header .nav ul.yiji_nav li.yiji_li.active {
  background: #1d64b4;
}