@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%; }

body {
  margin: 0; }

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;
  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;
  min-width: 1360px;
  }

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; }
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #333;
}


[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;
  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-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; }

[type='submit']:focus, [type='button']:focus {
  outline: none; }

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-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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

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: -0.5rem;
  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;
  text-decoration: none;
  cursor: pointer; }

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: 90%;
  margin: auto;
  }
.w-1320{width: 1320px;margin: 0 auto;}
.margin-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.padding-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-tb-10 {
  padding-top: 15px;
  padding-bottom: 10px;
  }

.margin-lrn-15 {
  margin-left: -15px;
  margin-right: -15px; }

.margin-lr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.padding-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.padding-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.padding-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-tb-20 {
  margin-top: 0;
  margin-bottom: 0;
  }

.margin-tb-30 {
  margin-top: 0;
  margin-bottom: 0;
  }

.margin-lr-30 {
  margin-left: 30px;
  margin-right: 30px; }

.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-30 {
  padding: 30px; }

.bge7e7e7 {
  background-color: #e7e7e7; }

.bgfff {
  background-color: #fff;
    min-height: 750px; }

.bgf9f9f9 {
  background-color: #f9f9f9; }

.bgf5f5f5 {
  background-color: #f4f9ff;
  }

.relative {
  position: relative; }
.header_index{margin-top:20px;z-index:102;}
.main_index {
  font-size: 14px; }
  .main_index .header.header_index .web-title {
    /* border-bottom: 1px solid #fff; */
    /* height: 40px; */
    /* line-height: 40px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .main_index .header.header_index .web-title a.links_a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
      }
 .web-title .ico_top a:nth-child(3) {
 
    padding-left: 30px;
}
 .web-title .ico_top a:nth-child(4){
    background: url(../images/header_ico2.png) left center no-repeat;
    padding-left: 30px;
}
  .main_index .header.header_index .logo_nav .logo_main .logo {
    width: 339px;
    height: 61px;
    display: inline-block;
    }
  .main_index .header.header_index .logo_nav .logo_main .web-name {
    display: inline-block;
    position: relative;
    font-size: 36px;
    color: #fff;
    margin-left: 0;
    padding-left: 20px;
    /* height: 60px; */
    /* line-height: 60px; */
    vertical-align: middle;
    }
    .main_index .header.header_index .logo_nav .logo_main .web-name:before {
      position: absolute;
      /* content: ""; */
      /* height: 42px; */
      /* width: 1px; */
      /* background: #fff; */
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      }
  .main_index .header.header_qita {
    background: #034EA1;
    }
    .main_index .header.header_qita .web-title {
      height: 40px;
      line-height: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      }
      .main_index .header.header_qita .web-title a.links_a {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
        }

      .main_index .header.header_qita .web-title a.links_a:nth-child(3) {
 /*   background: url(../images/header_ico2.png) left center no-repeat;*/
    padding-left: 30px;
}
      .main_index .header.header_qita .web-title a.links_a:nth-child(4) {
    background: url(../images/header_ico2.png) left center no-repeat;
    padding-left: 30px;
}




    .main_index .header.header_qita .logo_nav .logo_main {
      margin: -15px 0 25px 0;
      }
      .main_index .header.header_qita .logo_nav .logo_main .logo {
        width: 339px;
        height: 61px;
        display: inline-block;
        }
      .main_index .header.header_qita .logo_nav .logo_main .web-name {
        display: inline-block;
        position: relative;
        font-size: 36px;
        color: #fff;
        margin-left: 0;
        padding-left: 20px;
        /* height: 60px; */
        /* line-height: 60px; */
        vertical-align: middle;
        }
        .main_index .header.header_qita .logo_nav .logo_main .web-name:before {
          height: 30px;
          width: 1px;
          background: #fff;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          }
  .main_index .header .nav {
    margin: 0 0;
    }
    .main_index .header .nav ul {
      padding: 0;
      margin: 0; }
      .main_index .header .nav ul.yiji_nav {
        height: 60px;
        line-height: 60px;
        }
        .main_index .header .nav ul.yiji_nav li.yiji_li {
          display: block;
          float: left;
          position: relative;
          padding: 0 2%;
          text-align: center;
          min-width: 160px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          }
          .main_index .header .nav ul.yiji_nav li.yiji_li.active a {
            color: #fff; }
          .main_index .header .nav ul.yiji_nav li.yiji_li a {
            font-size: 24px;
            color: #fff;
            }
          .main_index .header .nav ul.yiji_nav li.yiji_li ul {
            padding: 0; }
            .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav {
              position: absolute;
              left: 0;
              top: 45px;
              width: 100%;
              background: #126fc0;
              display: none;
              z-index: 1; }
              .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
                display: block; }
              .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
                display: block;
                position: relative;
                border-bottom: 1px solid #0060b3;
                height: 45px;
                line-height: 45px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box; }
                .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li a {
                  color: #fff; }
                .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover {
                  background: #126fc0; }
                .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
                  padding: 0; }
                  .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
                    position: absolute;
                    top: 0;
                    left: 100%;
                    width: 100%;
                    display: none;
                    background: #126fc0; }
                    .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
                      display: block; }
                    .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
                      display: block;
                      border-bottom: 1px #0060b3 solid;
                      height: 45px;
                      -webkit-box-sizing: border-box;
                              box-sizing: border-box;
                      line-height: 45px; }
                      .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li:hover {
                        background: #126fc0; }
                      .main_index .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li a {
                        color: #fff; }
  .main_index .header .search_show {
    height: 25px;
    line-height: 23px;
    width: 240px;
    margin: 8px 13px 8px 0;
    background: #fff;display:none;
    }
    .main_index .header .search_show .search_input {
      /* display: inline-block; */
      margin: 0;
      width: 202px;
      height: 25px;
      vertical-align: middle;
      border: 0;
      padding: 0;
      float: left;padding-left: 8px; font-size:14px;
      }
    .main_index .header .search_show .search_but {
      display: inline-block;
      vertical-align: middle;
      height: 25px;
      width: 34px;
      text-align: center;
      cursor: pointer;
      }
     .main_index .header .jsicon{ float:right;margin-right:13px; width:25px; height:25px; text-align:center}
      .main_index .header .search_show .search_but i.search {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("../images/search_btn.png") no-repeat; }
  .main_index .footer {
    background-color: #034ea1;
    color: #fff;
    font-size: 14px;
    height: 70px;
    }
    .main_index .footer.footer_index {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
text-align: center; }
    .main_index .footer .copyright {
      padding: 20px 0;
      text-align: center;
      font-size: 18px;
      }
    .main_index .footer .copyright p{display:inline}
      .main_index .footer .copyright .copyright_list {
        display: inline-block;
        width: 397px;
        /* margin-left:-110px; */
        }
  .main_index .column {
    /* border-bottom: 1px solid #d4d4d4; */
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    }
    .main_index .column .column_name {
      display: inline-block;
      padding: 0 10px;
      font-size: 30px;
      color: #333;
      /* border-bottom: 1px solid #1f3c6b; */
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* font-weight: bold; */
      }
 .main_index .column .ico_xy{background: url("../images/ico_yx.png") left center  no-repeat;padding-left:50px}
 .main_index .column .ico_teacher{background: url("../images/ico_teacher.png") left center  no-repeat;padding-left:50px}
 .main_index .column .ico_about{background: url("../images/ico_about.png") left center  no-repeat;padding-left:50px}
 .main_index .column .ico_search{background: url("../images/ico_search.png") left center  no-repeat;padding-left:50px}
  .main_index  .column .column_name a{
                 color: #1f3c6b;
              }
  .main_index .area_index .about {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 29px;
    }
  .main_index .area_index .about p{font-size:18px;line-height: 40px;margin: 5px 0;text-indent: 2em;}
.main_index .area_index .about table{border: none !important;text-indent: 2em !important;background: none !important;display: block;height: auto;/* overflow: hidden; */width: 100%;}
.main_index .area_index .about tbody{border: none !important;text-indent: 2em !important;background: none !important;}
.main_index .area_index .about  td{border: none !important;text-indent: 0 !important;background: none !important;padding: 0;}
.main_index .area_index .about  tr{border: none !important;text-indent: 2em !important;background: none !important;}
.main_index .area_index .about  #vsb_content_2 P{font-size:18px;line-height: 38px;}
.main_index .area_index .about  #vsb_content_2 img{display:block; margin:0 auto}
.rylb a{ color:#333; padding:0 16px; margin-top:10px;    display: inline-block;}
.rylb a:hover{color:#1f3c6b;font-weight: bold;}
  .main_index .area_index .zxzy_index .dqwz{font-size:16px;margin-top:30px;    margin-left: 10px;}
  .main_index .area_index .zxzy_index .rylb .type_item{
    
font-size: 16px;
    
padding: 3px 5px;
  } 
  .main_index .area_index .zxzy_index .rylb .type_item.on{

background: #1f3c6b;

color: #fff;

} 
.main_index .area_index .zxzy_index .dqxkm{
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color:#f5f5f5;
  display: inline-block;
  margin-top: 20px;
}

.listxx{margin-top:20px}
.listxx:after{}
.xylist{width:230px; float:left; background:#f5f5f5}
.xylist ul{paddding;0;margin:0}
.xylist li{ height:50px; line-height:50px; padding:0 15px; border-bottom:1px dotted #ccc;list-style: none; color: #333; overflow: hidden;}
.xylist li a{color:#333}


.dsfcxylist{width:280px; float:left; background:#f5f5f5}
.dsfcxylist ul{paddding;0;margin:0}
.dsfcxylist li{ height:50px; line-height:50px; padding:0 15px; border-bottom:1px dotted #ccc;list-style: none; color: #333; overflow: hidden;}
.dsfcxylist li a{color:#333}
.dsfcm_one{ float:right; width:830px}


.m_one{ float:right; width:880px}
.unit_title .unit_title_i{display:inline-block;  height:40px; line-height:40px;background:#f5f5f5; margin-right:15px; text-align:center;padding:0 30px;cursor: pointer;}
.unit_title .unit_title_i.on {background:#1f3c6b; color:#fff}
.ts_tit{ font-size:14px; font-weight:bold; line-height:50px; color:#0067c6}
.ts_cont a{ display:inline-block; width:16%; line-height:40px; color:#666;}