/* Fonts
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?47j08u");
  src: url("../fonts/icomoon.eot?47j08u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?47j08u") format("truetype"), url("../fonts/icomoon.woff?47j08u") format("woff"), url("../fonts/icomoon.svg?47j08u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-angle-down:before {
  content: "\e900";
}

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

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
  clear: both;
}

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.p_small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 1rem;
}

#content h2 + h3,
#content h2 + h4,
#content h2 + h5,
#content h2 + h6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  h2, .h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* Links
-------------------------------------------------------------- */
a {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all  0.2s ease;
  -o-transition: all  0.2s ease;
  transition: all  0.2s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/* Lists
-------------------------------------------------------------- */
ul, ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
  padding: 0;
}

/* Tables
-------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 2rem;
}

/* Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

#content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #FFF;
}

figure {
  margin: 0 0 2rem;
}

figure img {
  line-height: 1;
}

figure figcaption {
  font-size: 90%;
  color: #222;
  margin-top: .5rem;
}

/* Utilities
-------------------------------------------------------------- */
.text-small {
  font-size: 90% !important;
}

.text-note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.clear {
  clear: both;
}
