@charset "UTF-8";
/* import */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #41A2C3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #2c738b;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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 {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
    padding-right: 0; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #41A2C3 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #32839f !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #E6972D !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #c87d18 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/* reset styles */
header, footer {
  padding: 0;
  margin: 0; }
  header h1, header p, header ul, header li, header dl, header dt, header dd, footer h1, footer p, footer ul, footer li, footer dl, footer dt, footer dd {
    padding: 0;
    margin: 0;
    list-style: none; }

svg, button {
  margin: 0;
  padding: 0;
  border: none; }

nav ul, nav li {
  list-style: none;
  padding: 0;
  margin: 0; }

nav a {
  text-decoration: none;}

.newsfeed{
  padding: 0;
  margin: 0;
width: 70%;
float:left;
 }

.catfeed{
  padding: 0;
  margin: 0;
width: 30%;
float:left;
 }

dl,dt, dd {
	padding: 0;
	margin: 0;
}

.calendar-wrap dd,
.calendar-wrap-s dd {
	padding: 5px;
	margin: 5px;
    border: solid 1px #CCC;
    border-radius: 3px;
/* //    box-shadow: 0px 0px 5px #CCC inset; */
}

figure {
  margin: 0;
  text-align: center;}

img {
  max-width: 100%;
  height: auto;}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

mark {
  background: #F1FF5D; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?x0reb0");
  src: url("../fonts/icomoon/fonts/icomoon.eot?x0reb0#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?x0reb0") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?x0reb0") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?x0reb0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-activity:before {
  content: "\e900"; }

.icon-airplay:before {
  content: "\e901"; }

.icon-alert-circle:before {
  content: "\e902"; }

.icon-alert-octagon:before {
  content: "\e903"; }

.icon-alert-triangle:before {
  content: "\e904"; }

.icon-align-center:before {
  content: "\e905"; }

.icon-align-justify:before {
  content: "\e906"; }

.icon-align-left:before {
  content: "\e907"; }

.icon-align-right:before {
  content: "\e908"; }

.icon-anchor:before {
  content: "\e909"; }

.icon-aperture:before {
  content: "\e90a"; }

.icon-archive:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

.icon-arrow-down-circle:before {
  content: "\e90d"; }

.icon-arrow-down-left:before {
  content: "\e90e"; }

.icon-arrow-down-right:before {
  content: "\e90f"; }

.icon-arrow-left:before {
  content: "\e910"; }

.icon-arrow-left-circle:before {
  content: "\e911"; }

.icon-arrow-right:before {
  content: "\e912"; }

.icon-arrow-right-circle:before {
  content: "\e913"; }

.icon-arrow-up:before {
  content: "\e914"; }

.icon-arrow-up-circle:before {
  content: "\e915"; }

.icon-arrow-up-left:before {
  content: "\e916"; }

.icon-arrow-up-right:before {
  content: "\e917"; }

.icon-at-sign:before {
  content: "\e918"; }

.icon-award:before {
  content: "\e919"; }

.icon-bar-chart:before {
  content: "\e91a"; }

.icon-bar-chart-2:before {
  content: "\e91b"; }

.icon-battery:before {
  content: "\e91c"; }

.icon-battery-charging:before {
  content: "\e91d"; }

.icon-bell:before {
  content: "\e91e"; }

.icon-bell-off:before {
  content: "\e91f"; }

.icon-bluetooth:before {
  content: "\e920"; }

.icon-bold:before {
  content: "\e921"; }

.icon-book:before {
  content: "\e922"; }

.icon-book-open:before {
  content: "\e923"; }

.icon-bookmark:before {
  content: "\e924"; }

.icon-box:before {
  content: "\e925"; }

.icon-briefcase:before {
  content: "\e926"; }

.icon-calendar:before {
  content: "\e927"; }

.icon-camera:before {
  content: "\e928"; }

.icon-camera-off:before {
  content: "\e929"; }

.icon-cast:before {
  content: "\e92a"; }

.icon-check:before {
  content: "\e92b"; }

.icon-check-circle:before {
  content: "\e92c"; }

.icon-check-square:before {
  content: "\e92d"; }

.icon-chevron-down:before {
  content: "\e92e"; }

.icon-chevron-left:before {
  content: "\e92f"; }

.icon-chevron-right:before {
  content: "\e930"; }

.icon-chevron-up:before {
  content: "\e931"; }

.icon-chevrons-down:before {
  content: "\e932"; }

.icon-chevrons-left:before {
  content: "\e933"; }

.icon-chevrons-right:before {
  content: "\e934"; }

.icon-chevrons-up:before {
  content: "\e935"; }

.icon-chrome:before {
  content: "\e936"; }

.icon-circle:before {
  content: "\e937"; }

.icon-clipboard:before {
  content: "\e938"; }

.icon-clock:before {
  content: "\e939"; }

.icon-cloud:before {
  content: "\e93a"; }

.icon-cloud-drizzle:before {
  content: "\e93b"; }

.icon-cloud-lightning:before {
  content: "\e93c"; }

.icon-cloud-off:before {
  content: "\e93d"; }

.icon-cloud-rain:before {
  content: "\e93e"; }

.icon-cloud-snow:before {
  content: "\e93f"; }

.icon-code:before {
  content: "\e940"; }

.icon-codepen:before {
  content: "\e941"; }

.icon-command:before {
  content: "\e942"; }

.icon-compass:before {
  content: "\e943"; }

.icon-copy:before {
  content: "\e944"; }

.icon-corner-down-left:before {
  content: "\e945"; }

.icon-corner-down-right:before {
  content: "\e946"; }

.icon-corner-left-down:before {
  content: "\e947"; }

.icon-corner-left-up:before {
  content: "\e948"; }

.icon-corner-right-down:before {
  content: "\e949"; }

.icon-corner-right-up:before {
  content: "\e94a"; }

.icon-corner-up-left:before {
  content: "\e94b"; }

.icon-corner-up-right:before {
  content: "\e94c"; }

.icon-cpu:before {
  content: "\e94d"; }

.icon-credit-card:before {
  content: "\e94e"; }

.icon-crop:before {
  content: "\e94f"; }

.icon-crosshair:before {
  content: "\e950"; }

.icon-database:before {
  content: "\e951"; }

.icon-delete:before {
  content: "\e952"; }

.icon-disc:before {
  content: "\e953"; }

.icon-dollar-sign:before {
  content: "\e954"; }

.icon-download:before {
  content: "\e955"; }

.icon-download-cloud:before {
  content: "\e956"; }

.icon-droplet:before {
  content: "\e957"; }

.icon-edit:before {
  content: "\e958"; }

.icon-edit-2:before {
  content: "\e959"; }

.icon-edit-3:before {
  content: "\e95a"; }

.icon-external-link:before {
  content: "\e95b"; }

.icon-eye:before {
  content: "\e95c"; }

.icon-eye-off:before {
  content: "\e95d"; }

.icon-facebook:before {
  content: "\e95e"; }

.icon-fast-forward:before {
  content: "\e95f"; }

.icon-feather:before {
  content: "\e960"; }

.icon-file:before {
  content: "\e961"; }

.icon-file-minus:before {
  content: "\e962"; }

.icon-file-plus:before {
  content: "\e963"; }

.icon-file-text:before {
  content: "\e964"; }

.icon-film:before {
  content: "\e965"; }

.icon-filter:before {
  content: "\e966"; }

.icon-flag:before {
  content: "\e967"; }

.icon-folder:before {
  content: "\e968"; }

.icon-folder-minus:before {
  content: "\e969"; }

.icon-folder-plus:before {
  content: "\e96a"; }

.icon-gift:before {
  content: "\e96b"; }

.icon-git-branch:before {
  content: "\e96c"; }

.icon-git-commit:before {
  content: "\e96d"; }

.icon-git-merge:before {
  content: "\e96e"; }

.icon-git-pull-request:before {
  content: "\e96f"; }

.icon-github:before {
  content: "\e970"; }

.icon-gitlab:before {
  content: "\e971"; }

.icon-globe:before {
  content: "\e972"; }

.icon-grid:before {
  content: "\e973"; }

.icon-hard-drive:before {
  content: "\e974"; }

.icon-hash:before {
  content: "\e975"; }

.icon-headphones:before {
  content: "\e976"; }

.icon-heart:before {
  content: "\e977"; }

.icon-help-circle:before {
  content: "\e978"; }

.icon-home:before {
  content: "\e979"; }

.icon-image:before {
  content: "\e97a"; }

.icon-inbox:before {
  content: "\e97b"; }

.icon-info:before {
  content: "\e97c"; }

.icon-instagram:before {
  content: "\e97d"; }

.icon-italic:before {
  content: "\e97e"; }

.icon-layers:before {
  content: "\e97f"; }

.icon-layout:before {
  content: "\e980"; }

.icon-life-buoy:before {
  content: "\e981"; }

.icon-link:before {
  content: "\e982"; }

.icon-link-2:before {
  content: "\e983"; }

.icon-linkedin:before {
  content: "\e984"; }

.icon-list:before {
  content: "\e985"; }

.icon-loader:before {
  content: "\e986"; }

.icon-lock:before {
  content: "\e987"; }

.icon-log-in:before {
  content: "\e988"; }

.icon-log-out:before {
  content: "\e989"; }

.icon-mail:before {
  content: "\e98a"; }

.icon-map:before {
  content: "\e98b"; }

.icon-map-pin:before {
  content: "\e98c"; }

.icon-maximize:before {
  content: "\e98d"; }

.icon-maximize-2:before {
  content: "\e98e"; }

.icon-menu:before {
  content: "\e98f"; }

.icon-message-circle:before {
  content: "\e990"; }

.icon-message-square:before {
  content: "\e991"; }

.icon-mic:before {
  content: "\e992"; }

.icon-mic-off:before {
  content: "\e993"; }

.icon-minimize:before {
  content: "\e994"; }

.icon-minimize-2:before {
  content: "\e995"; }

.icon-minus:before {
  content: "\e996"; }

.icon-minus-circle:before {
  content: "\e997"; }

.icon-minus-square:before {
  content: "\e998"; }

.icon-monitor:before {
  content: "\e999"; }

.icon-moon:before {
  content: "\e99a"; }

.icon-more-horizontal:before {
  content: "\e99b"; }

.icon-more-vertical:before {
  content: "\e99c"; }

.icon-move:before {
  content: "\e99d"; }

.icon-music:before {
  content: "\e99e"; }

.icon-navigation:before {
  content: "\e99f"; }

.icon-navigation-2:before {
  content: "\e9a0"; }

.icon-octagon:before {
  content: "\e9a1"; }

.icon-package:before {
  content: "\e9a2"; }

.icon-paperclip:before {
  content: "\e9a3"; }

.icon-pause:before {
  content: "\e9a4"; }

.icon-pause-circle:before {
  content: "\e9a5"; }

.icon-percent:before {
  content: "\e9a6"; }

.icon-phone:before {
  content: "\e9a7"; }

.icon-phone-call:before {
  content: "\e9a8"; }

.icon-phone-forwarded:before {
  content: "\e9a9"; }

.icon-phone-incoming:before {
  content: "\e9aa"; }

.icon-phone-missed:before {
  content: "\e9ab"; }

.icon-phone-off:before {
  content: "\e9ac"; }

.icon-phone-outgoing:before {
  content: "\e9ad"; }

.icon-pie-chart:before {
  content: "\e9ae"; }

.icon-play:before {
  content: "\e9af"; }

.icon-play-circle:before {
  content: "\e9b0"; }

.icon-plus:before {
  content: "\e9b1"; }

.icon-plus-circle:before {
  content: "\e9b2"; }

.icon-plus-square:before {
  content: "\e9b3"; }

.icon-pocket:before {
  content: "\e9b4"; }

.icon-power:before {
  content: "\e9b5"; }

.icon-printer:before {
  content: "\e9b6"; }

.icon-radio:before {
  content: "\e9b7"; }

.icon-refresh-ccw:before {
  content: "\e9b8"; }

.icon-refresh-cw:before {
  content: "\e9b9"; }

.icon-repeat:before {
  content: "\e9ba"; }

.icon-rewind:before {
  content: "\e9bb"; }

.icon-rotate-ccw:before {
  content: "\e9bc"; }

.icon-rotate-cw:before {
  content: "\e9bd"; }

.icon-rss:before {
  content: "\e9be"; }

.icon-save:before {
  content: "\e9bf"; }

.icon-scissors:before {
  content: "\e9c0"; }

.icon-search:before {
  content: "\e9c1"; }

.icon-send:before {
  content: "\e9c2"; }

.icon-server:before {
  content: "\e9c3"; }

.icon-settings:before {
  content: "\e9c4"; }

.icon-share:before {
  content: "\e9c5"; }

.icon-share-2:before {
  content: "\e9c6"; }

.icon-shield:before {
  content: "\e9c7"; }

.icon-shield-off:before {
  content: "\e9c8"; }

.icon-shopping-bag:before {
  content: "\e9c9"; }

.icon-shopping-cart:before {
  content: "\e9ca"; }

.icon-shuffle:before {
  content: "\e9cb"; }

.icon-sidebar:before {
  content: "\e9cc"; }

.icon-skip-back:before {
  content: "\e9cd"; }

.icon-skip-forward:before {
  content: "\e9ce"; }

.icon-slack:before {
  content: "\e9cf"; }

.icon-slash:before {
  content: "\e9d0"; }

.icon-sliders:before {
  content: "\e9d1"; }

.icon-smartphone:before {
  content: "\e9d2"; }

.icon-speaker:before {
  content: "\e9d3"; }

.icon-square:before {
  content: "\e9d4"; }

.icon-star:before {
  content: "\e9d5"; }

.icon-stop-circle:before {
  content: "\e9d6"; }

.icon-sun:before {
  content: "\e9d7"; }

.icon-sunrise:before {
  content: "\e9d8"; }

.icon-sunset:before {
  content: "\e9d9"; }

.icon-tablet:before {
  content: "\e9da"; }

.icon-tag:before {
  content: "\e9db"; }

.icon-target:before {
  content: "\e9dc"; }

.icon-terminal:before {
  content: "\e9dd"; }

.icon-thermometer:before {
  content: "\e9de"; }

.icon-thumbs-down:before {
  content: "\e9df"; }

.icon-thumbs-up:before {
  content: "\e9e0"; }

.icon-toggle-left:before {
  content: "\e9e1"; }

.icon-toggle-right:before {
  content: "\e9e2"; }

.icon-trash:before {
  content: "\e9e3"; }

.icon-trash-2:before {
  content: "\e9e4"; }

.icon-trending-down:before {
  content: "\e9e5"; }

.icon-trending-up:before {
  content: "\e9e6"; }

.icon-triangle:before {
  content: "\e9e7"; }

.icon-truck:before {
  content: "\e9e8"; }

.icon-tv:before {
  content: "\e9e9"; }

.icon-twitter:before {
  content: "\e9ea"; }

.icon-type:before {
  content: "\e9eb"; }

.icon-umbrella:before {
  content: "\e9ec"; }

.icon-underline:before {
  content: "\e9ed"; }

.icon-unlock:before {
  content: "\e9ee"; }

.icon-upload:before {
  content: "\e9ef"; }

.icon-upload-cloud:before {
  content: "\e9f0"; }

.icon-user:before {
  content: "\e9f1"; }

.icon-user-check:before {
  content: "\e9f2"; }

.icon-user-minus:before {
  content: "\e9f3"; }

.icon-user-plus:before {
  content: "\e9f4"; }

.icon-user-x:before {
  content: "\e9f5"; }

.icon-users:before {
  content: "\e9f6"; }

.icon-video:before {
  content: "\e9f7"; }

.icon-video-off:before {
  content: "\e9f8"; }

.icon-voicemail:before {
  content: "\e9f9"; }

.icon-volume:before {
  content: "\e9fa"; }

.icon-volume-1:before {
  content: "\e9fb"; }

.icon-volume-2:before {
  content: "\e9fc"; }

.icon-volume-x:before {
  content: "\e9fd"; }

.icon-watch:before {
  content: "\e9fe"; }

.icon-wifi:before {
  content: "\e9ff"; }

.icon-wifi-off:before {
  content: "\ea00"; }

.icon-wind:before {
  content: "\ea01"; }

.icon-x:before {
  content: "\ea02"; }

.icon-x-circle:before {
  content: "\ea03"; }

.icon-x-square:before {
  content: "\ea04"; }

.icon-youtube:before {
  content: "\ea05"; }

.icon-zap:before {
  content: "\ea06"; }

.icon-zap-off:before {
  content: "\ea07"; }

.icon-zoom-in:before {
  content: "\ea08"; }

.icon-zoom-out:before {
  content: "\ea09"; }

.icon-nix:before {
  content: "\ea0a"; }

/* colors */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff; }
  header .sp__header {
    padding: 15px 10px; }
  header .pc__site-logo {
    display: none; }
  header .menu-list a {
    display: block;
    color: #333;
    font-weight: bold;
    padding: 10px;
    font-size: .85rem; }

/* スマホ用メニュー */
@media all and (max-width: 768px) {
  header #gnav {
    position: relative;
    background: #fff; }
    header #gnav .menu-list {
      width: 100vw;
      height: 80vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      -webkit-transition: left .3s;
      -o-transition: left .3s;
      transition: left .3s; }
      header #gnav .menu-list > li {
        border-top: solid thin rgba(0, 0, 0, 0.05); }
        header #gnav .menu-list > li a {
          -webkit-transition: background-color .3s;
          -o-transition: background-color .3s;
          transition: background-color .3s; }
          header #gnav .menu-list > li a:before {
            font-family: 'icomoon';
            display: inline;
            content: "\e912";
            margin-right: 6px;
            color: #5ABFDA; }
          header #gnav .menu-list > li a:hover {
            background-color: rgba(90, 191, 218, 0.05); 
}
    header #gnav .has-submenu > a {
      background: #f5f5f5; }
      header #gnav .has-submenu > a:before {
        content: "\e92e" !important; }
    header #gnav.close .menu-list {
      position: absolute;
      left: -100vw; }
    header #gnav.open {
      height: 100vh; }
      header #gnav.open .menu-list {
        position: absolute;
        left: 0; }
  header .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header .sub-menu li {
      min-width: 50%;
      max-width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      header .sub-menu li a {
        padding-left: 2rem; }
        header .sub-menu li a:before {
          margin-left: -1.25rem; }
  header .icon-instagram:after {
    content: "Instagram";
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.4;
    margin-top: -7px;
    font-weight: bold; }

.newsfeed{
  padding: 0;
  margin: 0;
width: 100%;
float:left;
 }

.catfeed{
  padding: 0;
  margin: 0;
width: 100%;
float:left;
 }

 }

/* PC用メニュー */
@media all and (min-width: 769px) {
  header {
    border-bottom: solid 2px #5ABFDA; }
    header .sp__header {
      display: none; }
    header nav {
      width: 1140px;
      min-width: 840px;
      max-width: 100vw;
      margin: 0 auto; }
    header .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: center; }
      header .menu-list li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        padding: 0; }
        header .menu-list li a {
          height: 80px;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: background .3s;
          -o-transition: background .3s;
          transition: background .3s; }
          header .menu-list li a:hover {
            background-color: rgba(90, 191, 218, 0.8);
            color: #fff; }
        header .menu-list li.active a {
          background-color: #5ABFDA;
          color: #fff; }
    header .pc__site-logo {
      display: block; }
      header .pc__site-logo a {
        font-size: 1.85rem;
        color: #5ABFDA; }
    header .instagram a {
      font-size: 1.75rem;
      color: #5ABFDA; }
    header .has-submenu {
      position: relative; }
      header .has-submenu .sub-menu {
        position: absolute;
        display: none;
        background: #fff; }
        header .has-submenu .sub-menu li {
          white-space: normal; }
          header .has-submenu .sub-menu li a {
            height: auto;
            padding: 10px;
            min-width: 230px;
            text-align: left;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
      header .has-submenu:hover .sub-menu {
        display: block; }
        header .has-submenu:hover .sub-menu a:hover {
          background-color: rgba(90, 191, 218, 0.8);
 } }

/* トグルボタン */
.menu-trigger {
  position: fixed;
  z-index: 99999;
  border: solid 1px #5ABFDA;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
  background: #5ABFDA; }
  .menu-trigger span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #fff; }
  .menu-trigger small {
    line-height: 1;
    color: #fff; }

/* ----------------------------------
// footer
------------------------------------*/
#footer {
  text-align: center;
  padding: 3rem 0 2rem 0;
  background: #ECECE5;
  width: 100%; }
  #footer .footer-nav {
    text-align: left;
    font-size: .9rem;
    line-height: 1.75rem;
    padding-bottom: 2rem;
    font-weight: 600; }
    #footer .footer-nav h3 {
      font-size: 1rem; }
  #footer .text-links {
    margin-bottom: .5rem; }
    #footer .text-links li {
      margin-bottom: 1rem;
      min-width: 50%;
        text-indent: calc(-1em - 5px);
        padding-left: calc(1em + 5px);
}
    #footer .text-links a {
      color: #222;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      #footer .text-links a:before {
        -webkit-animation: arrow .5s;
        animation: arrow .5s;
        margin-right: 5px;
        content: "\e9b1";
        font-family: 'icomoon';
        font-style: normal;
        -webkit-transform: rotate(0edg);
        -ms-transform: rotate(0edg);
        transform: rotate(0edg); }
      #footer .text-links a:hover {
        color: #5ABFDA; }
        #footer .text-links a:hover:before {
          content: "\e912";
          font-family: 'icomoon';
          font-style: normal; }
  #footer .icon-nix {
    color: #5ABFDA;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 2rem; }
  #footer .icon-instagram-link {
    vertical-align: middle;
    display: inline-block;
    background: #5ABFDA;
    color: #fff;
    padding: 8px;
    border-radius: 20px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    #footer .icon-instagram-link i {
      font-size: 1.5rem; }
    #footer .icon-instagram-link:hover {
      opacity: .7; }
  #footer .address {
    margin-top: 1rem;
    font-size: 1rem; }
    #footer .address .tel-wrap {
      color: #333; }

@media all and (max-width: 768px) {
  #footer h3 {
    border-top: solid thin rgba(0, 0, 0, 0.2);
    padding-top: .5rem; }
  #footer .text-links {
    font-size: .75rem;
    width: 100%; }
    #footer .text-links li {
      display: inline-block;
      min-width: 45%;
      max-width: 60%;
      line-height: 1.4; }
  #footer .address {
    line-height: 2; }
    #footer .address .tel-wrap {
      display: inline-block;
      background: #5ABFDA;
      color: #fff;
      padding: 5px 20px;
      font-size: 1.2rem; } }

.footer-credit {
  border-top: solid thin rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: .8rem;
  padding-top: 2rem; }

/* ----------------------------------
// ページトップ
------------------------------------*/
/*#pagetop {
  text-decoration: none;
  background: #5ABFDA;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px; }*/

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
  text-decoration: none;
  background: #5ABFDA;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
    text-align: center;
    display: block;
}

/*#pagetop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pagetop a:hover {
    text-decoration: none;
    background: #999;
}*/

#footer-contact-group {
  display: none; }

@media all and (max-width: 768px) {
  #footer-contact-group {
    min-width: 320px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 999; }
    #footer-contact-group .btn {
      font-size: 3vw;
      height: 40px;
      line-height: 22px;
      border-radius: 3px;
      margin: 0; } }

@media all and (min-width: 769px) {
  .tel-wrap {
    cursor: text; } }

/* ----------------------------------
// common Styels
// フォントサイズ  0.75em ～1.2em
------------------------------------*/
section.container p,
.container p {
  line-height: 2; }

section.container p + .h3, section.container p + .h4,
.container p + .h3,
.container p + .h4 {
  margin-top: 3rem; }

section.container p + .h4,
.container p + .h4 {
  margin-top: 2rem; }

section.container .h4,
.container .h4 {
  font-size: 1rem; }

section.container .font-lg,
.container .font-lg {
  font-size: 1.5rem;
  line-height: 1.4; }

section.container .font-md,
.container .font-md {
  font-size: 1.25rem; }

section.container .font-sm,
.container .font-sm {
  font-size: .9rem;
  line-height: 1.5; }

section.container .font-xs,
.container .font-xs {
  font-size: .8rem;
  line-height: 1.5; }

.mb-6 {
  margin-bottom: 60px; }

@media screen and (min-width: 769px) {
  .mb-6 {
    margin-bottom: 80px; } }

.has-padding {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .has-padding {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.has-padding__bottom {
  padding-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .has-padding__bottom {
      padding-bottom: 2rem; } }

.bg-primary {
  background: #3EA9C9; }

.bg-info {
  background: #3EA4C4; }

.bg-success {
  background: #1FA848; }

.bg-warning {
  background: #E79829; }

.bg-rime {
  background: #14A492; }

.bg-rime-light {
  background: rgba(20, 164, 146, 0.1);
  color: #14A492; }

.bg-success-light {
  background: rgba(31, 168, 72, 0.1);
  color: #1FA848; }

.bg-light {
  background: #F7F7F4; }

.text-primary {
  color: #3EA9C9; }
  .text-primary:after {
    border-bottom-color: #3EA9C9 !important; }

.text-success {
  color: #1FA848; }
  .text-success:after {
    border-bottom-color: #1FA848 !important; }

.text-warning {
  color: #E79829; }
  .text-warning:after {
    border-bottom-color: #E79829 !important; }

.text-rime {
  color: #14A492; }
  .text-rime:after {
    border-bottom-color: #14A492 !important; }

.text-info {
  color: #3EA9C9; }

.text-alert {
  color: #A3272D; }

.text-brown {
  color: #B4272D; }

/* ----------------------------------
// パンくずリスト
-------------------------------------*/
.breadcrumb {
  background: #f5f5f5;
  width: 100%; }
  .breadcrumb ul {
    padding: .5rem .5rem .5rem 1rem;
    margin: 0;
    font-size: .8rem; }
  .breadcrumb li {
    display: inline;
    padding: 0;
    margin: 0; }
    .breadcrumb li:not(:last-child):after {
      content: ">";
      margin: 0 2px 0 5px; }

@media screen and (min-width: 769px) {
  .breadcrumb {
    background: none; } }

/* ----------------------------------
// ページ見出し
-------------------------------------*/
.page-title-wrap {
  padding-top: 60px;
  position: relative;
  /* ふれあい通信 */ }
  .page-title-wrap:after {
    content: "";
    height: 110px;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-image: url(../img/gahag-0060424772-1.jpg); }
  .page-title-wrap.about:after {
    /* 会社概要 */
    background-image: url(../img/title-about.jpg); }
  .page-title-wrap.info:after {
    /* ニュース */
    background-image: url(../img/title-info.jpg); }
  .page-title-wrap.care:after {
    /* 居宅訪問系サービス */
    background-image: url(../img/title-care.jpg); }
  .page-title-wrap.center:after {
    /* 通所・入所系サービス*/
    background-image: url(../img/title-center.jpg); }
  .page-title-wrap.taxi:after {
    /* 介護タクシー */
    background-image: url(../img/title-taxi.jpg); }
  .page-title-wrap.goods:after {
    /* 福祉用具 */
    background-image: url(../img/title-goods.jpg); }
  .page-title-wrap.food:after {
    /* 配食サービス */
    background-image: url(../img/title-food.jpg); }
  .page-title-wrap.other:after {
    /* その他の事業 */
    background-image: url(../img/title-other.jpg); }
  .page-title-wrap.academy:after {
    /* ニックスアカデミー */
    background-image: url(../img/title-academy.jpg); }
  .page-title-wrap.recruit:after {
    /* 採用情報 */
    background-image: url(../img/title-recruit.jpg); }
  .page-title-wrap.magagine:after {
    background-image: url(../img/title-magagine.jpg); }
  .page-title-wrap.uchishirube:after {
    background-image: url(../img/title-uchishirube.png);
    height: 293px;
    }
    /***********/
@media all and (max-width: 768px) {
  .page-title-wrap.uchishirube:after {
    height: 110px;
    }
}
/***********/
 

.page-title,.page-title2 {
  margin: 0;
  padding-top: 1.1rem;
  padding-left: 1rem;
  color: #3EA9C9;
  height: 110px; }
  .page-title .en {
    display: block;
    font-size: .80rem; }
  .page-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    margin: 5px 0;
    border-bottom: dotted 5px #3EA9C9; }
  .page-title.care {
    color: #1FA848; }
    .page-title.care:after {
      border-bottom: dotted 5px #1FA848; }
  .page-title.academy {
    color: #E79829; }
    .page-title.academy:after {
      border-bottom: dotted 5px #E79829; }
  .page-title.recruit {
    color: #14A492; }
    .page-title.recruit:after {
      border-bottom: dotted 5px #14A492; }

@media screen and (min-width: 769px) {
  .page-title-wrap {
    padding-top: 80px; }
    .page-title-wrap:after {
      height: calc(260px + 80px);
      width: 80%;
      }
  .page-title {
    height: 260px;
    padding-top: 4rem;
    padding-left: 5vw;
    font-size: 2.5rem; }
    .page-title .en {
      font-size: 1.15rem; }

  .page-title2 {
    height: 2rem;
    padding-top: 2rem;
    padding-left: 5vw;
    font-size: 2.5rem; }
    .page-title .en {
      font-size: 1.15rem; }
 }

.section-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem; }
  .section-title .en {
    display: block;
    font-size: .80rem; }
  .section-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    margin: 5px auto;
    border-bottom: dotted 5px #333; }

.h2 {
  padding: .6rem .75rem;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.15rem; }

.h3 {
  padding: .6rem .5rem;
  margin-bottom: 20px;
  font-size: 1.2rem; }

.has-icon-circle {
  padding-left: 1.5rem; }
  .has-icon-circle:before {
    content: "";
    width: .9rem;
    height: .9rem;
    border-radius: 1rem;
    vertical-align: middle;
    margin-top: -.2rem;
    margin-right: .5rem;
    display: inline-block;
    background: #3EA9C9;
    margin-left: -1.5rem; }
  .has-icon-circle.color-warning:before {
    background-color: #E79829; }

.doc-title {
  font-size: 1.4rem;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 2rem; }
    .section-title .en {
      font-size: 1.05rem;
      letter-spacing: 2px; }
    .section-title:after {
      margin: 10px auto; }
  .h2 {
    padding: .6rem 1.5rem;
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.35rem; }
  .h3 {
    padding: .6rem 1.5rem;
    font-size: 1.35rem; }
  .doc-title {
    font-size: 1.9rem; } }

@media all and (-ms-high-contrast: none) {
  .h2 {
    padding: .7rem 1.5rem .3rem 1.5rem; } }

.w-950 {
  max-width: 950px; 
/* //float:left; */
/* //float:right;  */
}
.w-900 {
  max-width: 900px; 
float:left;
/* //float:right;  */
}


.w-800 {
  max-width: 800px; }

.w-750 {
  max-width: 750px; }

.w-700 {
  max-width: 700px; }

.w-650 {
  max-width: 650px; }

.w-600 {
  max-width: 600px; }

.w-400 {
  max-width: 400px;
/* //float:right;  */
float:left;
}

.w-300 {
  max-width: 300px;
/* //float:right; */
float:left;
 }

/* ----------------------------------
// リスト
-------------------------------------*/
.ul, .list {
  padding-left: 1rem; }
  .ul li + li, .list li + li {
    margin-top: .5rem; }

.has-- {
  list-style: none;
  padding-left: 2rem; }
  .has-- li:before {
    content: "-";
    font-weight: 600;
    margin-right: .5rem;
    margin-left: -1rem; }

td .ul, td .list {
  margin-bottom: 0; }

/* ----------------------------------
// インラインリスト
-------------------------------------*/
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-inline li {
    display: inline-block;
    margin-bottom: .5rem; }

/* ----------------------------------
// dl
-------------------------------------*/
.dl dt {
  float: left;
  clear: left;
  margin-right: .5rem; }

.dl dd {
  float: left;
  margin-bottom: .5rem; }

/* ----------------------------------
// テーブル
-------------------------------------*/
.table-bordered {
  border-collapse: collapse; }
  .table-bordered th,
  .table-bordered td {
    border: solid thin #ccc;
    padding: .25rem; }
  .table-bordered th {
    background: #EDEDEA;
    text-align: center; }
  .table-bordered td {
    vertical-align: top; }

.odd-tbody tbody {
  border-top: double 3px #ccc; }

@media screen and (min-width: 769px) {
  .table-bordered th,
  .table-bordered td {
    padding: .6rem; } }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th, .table td {
    padding: 18px;
    line-height: 1.75; }
  .table th {
    padding-left: 40px;
    padding-right: 40px;
    border-top: solid 1px #ccc;
    white-space: nowrap;
    background: rgba(104, 88, 86, 0.1); }
  .table td {
    border-top: solid 1px #ccc; }
  @media screen and (min-width: 769px) {
    .table tr th {
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      background: none;
      width: 150px; }
    .table tr td {
      border-bottom: solid 1px #ccc; }
    .table.table-narrow th {
      width: auto;
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 768px) {
  .table th {
    display: block;
    padding: 5px;
    width: 100%;
    border-bottom: none; }
  .table td {
    padding: 5px;
    border-top: none;
    display: block;
    padding-bottom: 25px; } }

/* ----------------------------------
// 区切り線
-------------------------------------*/
.hr {
  border: none;
  border-top: solid 1px #ccc; }

/* ----------------------------------
// バナーリンク
-------------------------------------*/
.link-wrap {
  display: block;
  text-decoration: none; }
  .link-wrap figure {
    overflow: hidden; }
  .link-wrap img {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in; }
  .link-wrap h3 {
    letter-spacing: 2px;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0 25px 0 5px;
    position: relative;
    line-height: 1.2; }
    .link-wrap h3:after {
      position: absolute;
      top: 50%;
      margin-top: -.75rem;
      right: 5px;
      content: "\e9b2";
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem; }
  .link-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .link-wrap:hover h3:after {
    -webkit-animation: arrow .5s;
    animation: arrow .5s;
    content: "\e913";
    font-family: 'icomoon';
    font-style: normal;
    -webkit-transform: rotate(0edg);
    -ms-transform: rotate(0edg);
    transform: rotate(0edg); }
  .link-wrap.link-green {
    color: #20AD48; }
    .link-wrap.link-green figure {
      border: solid 5px #20AD48; }
  .link-wrap.link-orange {
    color: #E79829; }
    .link-wrap.link-orange figure {
      border: solid 5px #E79829; }
  .link-wrap.link-rime {
    color: #14A492; }
    .link-wrap.link-rime figure {
      border: solid 5px #14A492; }
  .link-wrap.has-border {
    border: solid 5px #14A492;
    padding: 1.25rem 1.5rem 1.1rem 1.5rem; }
    .link-wrap.has-border h3 {
      margin-top: 0;
      font-size: 2rem; }

@media screen and (max-width: 768px) {
  .link-wrap h3 {
    font-size: 1rem;
    letter-spacing: 0; }
    .link-wrap h3:after {
      right: 0; } }

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 23px;
  color: #fff; }
  .banner-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    top: 0;
    left: 0; }
  .banner-wrap h3 {
    position: absolute;
    z-index: 5;
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    padding-left: .75rem;
    padding-right: 1rem; }
    .banner-wrap h3:after {
      content: "\e9b2";
      font-family: 'icomoon';
      font-size: 1.75rem;
      font-weight: normal; }
  .banner-wrap figure {
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .banner-wrap figure img {
      width: 100%;
      height: auto;
      -webkit-transition: all .5s ease-in;
      -o-transition: all .5s ease-in;
      transition: all .5s ease-in; }
  .banner-wrap:hover {
    color: #fff; }
    .banner-wrap:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .banner-wrap:hover h3:after {
      -webkit-animation: arrow .5s;
      animation: arrow .5s;
      content: "\e913";
      font-family: 'icomoon';
      font-style: normal;
      -webkit-transform: rotate(0edg);
      -ms-transform: rotate(0edg);
      transform: rotate(0edg); }

@media screen and (max-width: 768px) {
  .banner-wrap {
    margin-bottom: 15px; } }

@-webkit-keyframes arrow {
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); } }

@keyframes arrow {
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); } }

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

/* ----------------------------------
// レイアウト
------------------------------------*/
/* スマホが2カラム、PCが3カラム*/
@media screen and (max-width: 500px) {
  .flex-row.flex-2-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex-row.flex-2-3 .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 47.5%;
      flex: 1 0 47.5%;
      min-width: 35%;
      max-width: 47.5%;
      margin-right: 14px; }
      .flex-row.flex-2-3 .flex-item:nth-child(2n) {
        margin-right: 0; } }

@media all and (min-width: 501px) {
  .flex-row.flex-2-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex-row.flex-2-3 .flex-item {
      -webkit-box-flex: 3;
      -ms-flex: 3 0 30%;
      flex: 3 0 30%;
      min-width: 30%;
      max-width: 34%;
      margin-right: 3.33%; }
      .flex-row.flex-2-3 .flex-item:nth-child(3n) {
        margin-right: 0; } }

.flex-2 {
    gap: 5%; 
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .calendar-wrap iframe {
    max-width: 800px;
    width: 100%; }

.calendar-wrap a,.calendar-wrap a:hover ,
.calendar-wrap-s a,.calendar-wrap-s a:hover {
 	color: black;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}

.calendar-wrap-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .calendar-wrap iframe {
    max-width: 1000px;
    width: 100%; }


/* ----------------------------------
// お問い合わせ
------------------------------------*/
.footer-contact {
  text-align: center;
  color: #1FA848; }
  .footer-contact h2 {
    border-top: solid 2px #1FA848;
    border-bottom: solid 2px #1FA848;
    color: #1FA848;
    padding: .75rem 0;
    font-size: 1.5rem; }
  .footer-contact .tel {
    color: #1FA848;
    font-weight: 900;
    text-decoration: none; }
    .footer-contact .tel a {
      text-decoration: none;
      color: #1FA848; }
    .footer-contact .tel i {
      margin-right: .75rem; }
  .footer-contact .text {
    font-size: 1rem;
    color: #1FA848; }
  .footer-contact.recruit {
    color: #222; }
    .footer-contact.recruit h2 {
      color: #14A492;
      border-top: solid 2px #14A492;
      border-bottom: solid 2px #14A492; }
    .footer-contact.recruit .tel {
      color: #14A492; }
      .footer-contact.recruit .tel a {
        color: #14A492; }
  .footer-contact.academy {
    color: #E79829; }
    .footer-contact.academy h2 {
      color: #E79829;
      border-top: solid 2px #E79829;
      border-bottom: solid 2px #E79829; }
    .footer-contact.academy .text {
      color: #E79829;
      margin-bottom: 1rem; }
    .footer-contact.academy .tel {
      color: #E79829;
      border-color: #E79829; }
      .footer-contact.academy .tel a {
        color: #E79829; }

@media all and (max-width: 768px) {
  .footer-contact .tel {
    font-size: 1.75rem; }
    .footer-contact .tel a {
      display: block;
      border: solid 2px #1FA848; }
  .footer-contact.academy .tel a {
    border: solid 2px #E79829; } }

@media all and (min-width: 769px) {
  .footer-contact .text {
    font-size: 1.5rem;
    margin-bottom: 3rem; }
  .footer-contact .tel {
    font-size: 3rem; }
    .footer-contact .tel a {
      cursor: default; }
    .footer-contact .tel i {
      margin-right: .75rem; } }

/* ----------------------------------
// ラベル
------------------------------------*/
.label {
  color: #fff;
  font-size: .8rem;
/* //  margin-left: 1rem; */
  margin: 0 0 .5rem .5rem;
  min-width: 50px;
  white-space: nowrap;
  text-align: center;
  padding: .2rem .5rem;
/* //  font/-weight: bold; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

  .label.label-tsushin {
    background: #83BC43;
    width: 120px;
    font-size: .75rem; }
  .label.label-academy {
    background: #E79829;
    width: 120px;
    font-size: .75rem; }
  .label.label-light {
    background: #fff;
    color: #B42C30;
    font-size: .9rem; }

  .label.label-kaigo {
    background: #20AD48;    width: 120px;
    font-size: .75rem;
 }
.label.label-kaigo4 a,.label.label-kaigo4,.cat-item-4 a{
    background: #99FFCC; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.label.label-kaigo4 a,.label.label-kaigo4,.cat-item-4 a {
    background: #99CCFF; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.label-kaigo1 a:hover,.cat-item-1 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo2 a,.label.label-kaigo2,.cat-item-2 a {
    background: #33FF33; text-decoration: none;
	color: #333333;
border-top: none;
max-width: 500px;
}

.label-kaigo2 a:hover,.cat-item-2 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo12 a,.label.label-kaigo12,.cat-item-12 a{
    background: #993300;  text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.label-kaigo3 a:hover,.cat-item-3 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}



.label-kaigo4 a:hover,.cat-item-4 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo2 a,.label.label-kaigo2,.cat-item-2 a{
    background: #CC99CC; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.label-kaigo5 a:hover,.cat-item-5 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo10 a,.label.label-kaigo10,.cat-item-10 a{
    background: #CCFF66; text-decoration: none;
 	color: #333300;
border-top: none;
max-width: 500px;
}

.label-kaigo6 a:hover,.cat-item-6 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo11 a,.label.label-kaigo11,.cat-item-11 a{
    background: pink; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.label-kaigo7 a:hover,.cat-item-7 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo13 a,.label.label-kaigo13,.cat-item-13 a{
    background: pink; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.label-kaigo8 a:hover,.cat-item-8 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo14 a,.label.label-kaigo14,.cat-item-14 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-9 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}

.label.label-kaigo15 a,.label.label-kaigo15,.cat-item-15 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-10 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}

.label.label-kaigo28 a,.label.label-kaigo28,.cat-item-28 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-11 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}

.label.label-kaigo25 a,.label.label-kaigo25,.cat-item-25 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-12 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo29 a,.label.label-kaigo29,.cat-item-29 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-13 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo27 a,.label.label-kaigo27,.cat-item-27 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}
.cat-item-14 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo23 a,.label.label-kaigo23,.cat-item-23 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-15 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo18 a,.label.label-kaigo18,.cat-item-18 a{
    background: limegreen; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-16 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo19 a,.label.label-kaigo19 ,.cat-item-19 a{
    background: royalblue; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-17 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo20 a,.label.label-kaigo20,.cat-item-20 a{
    background:royalblue; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-18 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo30 a,.label.label-kaigo30,.cat-item-30 a{
    background:royalblue; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-19 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}
.label.label-kaigo26 a,.label.label-kaigo26,.cat-item-26 a{
    background:royalblue; text-decoration: none;
 	color: #FFFFFF;
border-top: none;
max-width: 500px;
}

.cat-item-20 a:hover{
	font-weight: bold;
 	color: #FFFFFF;
max-width: 500px;
}

.label.label-kaigo5 a,.label.label-kaigo5 ,.cat-item-5 a{
    background: aqua; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-21 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo22 a,.label.label-kaigo22,.cat-item-22 a{
    background: aqua; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-22 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo21 a,.label.label-kaigo21,.cat-item-21 a{
    background: aqua; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-23 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo6 a,.label.label-kaigo6,.cat-item-6 a{
    background: aqua; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-24 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo7 a,.label.label-kaigo7 ,.cat-item-7 a{
    background: lightgreen; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-25 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo22 a,.label.label-kaigo22,.cat-item-22 a{
    background: lightgreen; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-26 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo16 a,.label.label-kaigo16,.cat-item-16 a{
    background: lightgreen; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-27 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo8 a,.label.label-kaigo8,.cat-item-8 a{
    background: lightsalmon; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-28 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}

.label.label-kaigo17 a,.label.label-kaigo17,.cat-item-17 a{
    background: lightsalmon; text-decoration: none;
 	color: #333333;
border-top: none;
max-width: 500px;
}

.cat-item-29 a:hover{
	font-weight: bold;
 	color: #333333;
max-width: 500px;
}


.label.label-kaigo3 a,.label.label-kaigo3,.cat-item-3 a{
    background: #EF5458; text-decoration: none;
 	color: #fff;
border-top: none;
max-width: 500px;
}

.cat-item-30 a:hover{
	font-weight: bold;
 	color: #fff;
max-width: 500px;
}


.label.label-kaigo9 a,.label.label-kaigo9,.cat-item-9 a {
    background: #FF80FF; text-decoration: none;
 	color: #fff;
border-top: none;
max-width: 500px;
}

.cat-item-31 a:hover{
	font-weight: bold;
 	color: #fff;
max-width: 500px;
}

.label.label-kaigo24 a,.label.label-kaigo24,.cat-item-24 a{
    background: royalblue; text-decoration: none;
 	color: #fff;
border-top: none;
max-width: 500px;
}

.cat-item-32 a:hover{
	font-weight: bold;
 	color: #fff;
max-width: 500px;
}

ul ul, ol ul {
   list-style-type: none;
   display: inline;
}

/*menu, dir{
    list-style-type: none;
}*/

ul{
    list-style-type: none;
}

li{
	padding:5px 0;
}


/* ----------------------------------
// 横スクロール
------------------------------------*/
@media all and (max-width: 768px) {
  .scroll-x {
    overflow-x: scroll;
    border: solid 3px rgba(0, 0, 0, 0.2);
    padding: 0;
    -webkit-overflow-scrolling: touch; }
    .scroll-x table {
      white-space: nowrap; }
ul.xoxo{
	padding:0;
}
 }

/* colors */
button {
  background: none;
  -webkit-appearance: button;
  font-family: -apple-system, BlinkMacSystemFont, "Lato", "游ゴシック Medium","游ゴシック", YuGothic, "游ゴシック体", meiryo, sans-serif;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }
  button img, button i {
    vertical-align: middle; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: .6rem 1rem;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .btn.btn-primay {
    background: #3EA9C9;
    color: #fff; }
  .btn.btn-success {
    background: #20AD48;
    color: #fff; }
  .btn.btn-rime {
    background: #14A492;
    color: #fff; }
  .btn.btn-orange {
    background: #E79829;
    color: #fff; }
  .btn:hover {
    opacity: .6; }
  .btn.btn-lg {
    padding: 1rem 0;
    font-size: 1.25rem;
    width: 100%; }
  .btn.btn-sm {
    padding: .1rem 1rem;
    font-weight: 400; }
  .btn.btn-xs {
    padding: .1rem .75rem;
    font-weight: 400;
    font-size: .9rem; }

@media all and (-ms-high-contrast: none) {
  .btn.btn-primay {
    padding: .8rem 1.25rem .4rem 1.25rem; }
  .btn.btn-sm {
    padding: .6rem 1.25rem .3rem 1.25rem; }
 }

.hover-box-shadow:hover {
  color: #fff;
  background-color: #E85474;
  -webkit-box-shadow: 0 3px 12px rgba(81, 41, 53, 0.4);
  box-shadow: 0 3px 12px rgba(81, 41, 53, 0.4); }

/* ----------------------------------
// 003 form アニメーションスタイル
------------------------------------*/
.input-group {
  position: relative;
  margin-bottom: 65px;
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .input-group input, .input-group textarea {
    font-size: 18px;
    padding: 5px 5px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px thin #ccc; }
    .input-group input:focus, .input-group textarea:focus {
      outline: none; }
    .input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder {
      color: #ccc;
      font-weight: 500; }
    .input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {
      color: #ccc;
      font-weight: 500; }
    .input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
      color: #ccc;
      font-weight: 500; }


  .input-group label {
    top: -20px;
    font-size: 14px;
/* //    color: #685856; */
    font-weight: 600;
    position: absolute;
    pointer-events: none;
    left: 5px; }

.required{
	    color: #FFF;
     margin: 0 5px 0 0px;
}


  .input-group .bar {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: solid thin #685856; }
    .input-group .bar:before, .input-group .bar:after {
      content: '';
      height: 2px;
      width: 0;
      top: -2px;
      position: absolute;
      background: #685856;
      -moz-transition: 0.5s ease all;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all; }
  .input-group .bar:before {
    left: 50%; }
  .input-group .bar:after {
    right: 50%; }
  .input-group input:focus ~ .bar:before,
  .input-group input:focus ~ .bar:after,
  .input-group textarea:focus ~ .bar:before,
  .input-group textarea:focus ~ .bar:after {
    width: 50%; }
  .input-group textarea {
    line-height: 1.4; }
  .input-group .highlight {
    position: absolute;
    height: 40px;
    width: 150px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .input-group input:focus ~ .highlight,
  .input-group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.5s ease;
    -moz-animation: inputHighlighter 0.5s ease;
    animation: inputHighlighter 0.5s ease; }

@-webkit-keyframes inputHighlighter {
  0% {
    background: rgba(239, 186, 28, 0.5); }
  100% {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  0% {
    background: rgba(239, 186, 28, 0.5); }
  100% {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  0% {
    background: rgba(239, 186, 28, 0.5); }
  100% {
    width: 0;
    background: transparent; } }

.required:before {
  content: "必須";
  background: #E85474;
  display: inline-block;
  line-height: 1;
  padding: 5px;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  font-size: .9em;
  margin-top: -3px;
  font-weight: 500; }

.text {
  font-size: .9em;
  color: #666; }

.alert-error {
  /* active state */
  /* ANIMATIONS ================ */ }
  .alert-error label {
    color: #EB798D !important; }
  .alert-error input, .alert-error textarea {
    background: rgba(235, 121, 141, 0.1); }
  .alert-error .bar:before, .alert-error .bar:after {
    background: #EB798D; }
  .alert-error .error-msg {
    color: #EB798D;
    font-size: .9em; }
    .alert-error .error-msg:before {
      content: "\e914";
      font-family: "icomoon";
      vertical-align: middle;
      margin-right: 3px; }
  .alert-error input:focus ~ .highlight,
  .alert-error textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighterP 0.5s ease;
    -moz-animation: inputHighlighterP 0.5s ease;
    animation: inputHighlighterP 0.5s ease; }

@-webkit-keyframes inputHighlighterP {
  0% {
    background: #EB798D; }
  100% {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighterP {
  0% {
    background: #EB798D; }
  100% {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighterP {
  0% {
    background: #EB798D; }
  100% {
    width: 0;
    background: transparent; } }

.form-doc {
  padding: 10px;
  border-bottom: solid 1px #999;
  font-size: 17px;
  background: #fafafa;
  min-height: 45px; }

.agree-block {
  margin: 2em 0; }
  .agree-block label {
    padding: 10px 15px;
    border-radius: 3px;
    background: #eee; }

/* ------------------------------
//   Base Styels
---------------------------------*/
body {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Lato", "游ゴシック Medium","游ゴシック", YuGothic, "游ゴシック体", meiryo, sans-serif;
  color: #222;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden; }

/* ------------------------------
//  フッター固定
---------------------------------*/
#main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

a {
  text-decoration: underline;
  color: #5ABFDA; }

a:hover {
  color: #5ABFDA;
  text-decoration: none; }

a:focus {
  text-decoration: none; }

/* Links  */
/*a, .btn , button{
  transition:opacity .3s ease-in;
  transition:color .3s ease-in;
  transition:background .3s ease-in;
}*/
@page {
  size: A4;
  margin: 4mm 4mm; }

@media print {
  header, #sub-gnav-wrap, footer, .page-title, .breadcrumb {
    display: none !important; } }

::-moz-selection {
  background: rgba(90, 191, 218, 0.1); }

::selection {
  background: rgba(90, 191, 218, 0.1); }

::-moz-selection {
  background: rgba(90, 191, 218, 0.1); }

/* グーグルマップ */
#map_custmomize {
  height: 600px; }

.i4ewOd-pzNkMb-haAclf{
  display: none;
}


h3{
	  font-weight: unset; 
}


/* サイドバーにカテゴリー*/
#primary .widget_categories ul li ul li { /* デフォルトのアイコンと余白を削除 */
	background: none;
	padding-left: 0;
}

#primary .widget_categories li.cat-item a { /* リンク全体の装飾 */
	display: block;
	overflow: hidden;
/* //	font-size: 16px; 文字サイズ */
	line-height: 2.4em; /* 行（ボックス）の高さ */
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; /* 左右の余白 */
/* //	color: #fff; 文字色 */
/* //	background: #47bea0; 背景色 */
	margin-bottom: 2px; /* 次のカテゴリーとの余白 */
}
#primary .widget_categories li.cat-item a:hover { /* マウスオーバー時の設定 */
/* //	background: #f9d635; 背景色 */
/* //	color: #278a71; 文字色 */
}
#primary .widget_categories li.cat-item span { /* 記事数部分の装飾 */
	line-height: 1em;
	float: right; /* 右端に寄せる */
	margin: 8px 0 0 8px; /* 位置の調整 */
	padding: 4px 8px; /* 文字周りの余白 */
	border-radius: 4px; /* 角の丸み */
/* //	color: #fff; 文字色 */
/* //	background: #278a71; 背景色 */
}


Ul.children {
    display: contents;
}

.bold {
  font-weight: bold;
}

.fs_2 {
  font-size: 2rem;
}

.fs_1-5 {
  font-size: 1.5em;
  line-height: 1.6 !important;
}


/***********/
@media all and (max-width: 768px) {
  #aisatsu img.mr-4 {
    margin-right: 0 !important;
  }
}
/***********/



.check {
  padding: 2rem 2rem 0;
  text-align: center;
}

.check a {
  display: inline-block;
  border: 1px solid #d81717;
  padding: 1rem 2rem;
  color: #d81717;
}