/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-regular.woff2") format("woff2"), url("../fonts/lato-v16-latin-regular.woff") format("woff"), url("../fonts/lato-v16-latin-regular.ttf") format("truetype"), url("../fonts/lato-v16-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-700.woff2") format("woff2"), url("../fonts/lato-v16-latin-700.woff") format("woff"), url("../fonts/lato-v16-latin-700.ttf") format("truetype"), url("../fonts/lato-v16-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}

html {
  font-size: 16px;
}

body {
  background-color: #FAFAFA;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {
  margin-bottom: 1.25rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 1.802rem;
}

h2 {
  font-size: 1.602rem;
}

h3 {
  font-size: 1.424rem;
}

h4 {
  font-size: 1.266rem;
}

h5 {
  font-size: 1.125rem;
}

small,
.text_small {
  font-size: 0.889rem;
}

.page {
  width: 100%;
  min-height: calc(100vh - 270px);
}

a {
  color: #469189;
}

/* Header
----------------------------------------*/
.header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.03);
  padding: 1rem 0 0.5rem 0;
}

@media (min-width: 768px) {
  .header {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1024px;
  }
}

.header__logo {
  width: 100%;
  text-align: center;
}

.header__logo img {
  width: 240px;
}

@media (min-width: 768px) {
  .header__logo {
    text-align: left;
  }
  .header__logo img {
    width: 280px;
    height: 90px;
  }
}

.header__info {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .header__info {
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
  }
}

/* Main
----------------------------------------*/
.main {
  width: 100%;
  padding: 1.5rem;
}

.main__content {
  max-width: 100%;
}

@media (min-width: 768px) {
  .main__content {
    max-width: 1024px;
    margin: 4rem auto 2.5rem auto;
  }
}

@media (min-width: 768px) {
  .table__container,.accordion__container {
    overflow: initial;
  }
}

.identifier__table {
  width: 100%;
  table-layout: fixed;
}

.identifier__table tr:nth-of-type(even) {
  background: #DCE1E7;
}

.identifier__table tr:nth-of-type(odd) {
  background: #E6EAEE;
}

.identifier__table tr:nth-of-type(1) {
  background: #24364A;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.identifier__table tr:nth-of-type(1) td:nth-child(1) {
  width: 47%;
}

@media (min-width: 768px) {
  .identifier__table tr:nth-of-type(1) td:nth-child(1) {
    width: 200px;
  }
}

.identifier__table tr:nth-of-type(1) td {
  padding: 0.75rem 0 0.75rem 1rem;
}

.identifier__table td {
  padding: 0.75rem;
}

.identifier__table tr td:last-child {
  word-wrap: break-all;
}

.identifier__table tr td:first-child {
  font-weight: bold;
  padding: 1rem;
}

.identifier__table tr:nth-of-type(1) td:nth-child(2) {
  font-weight: bold;
}

.identifier__table th {
  padding: 1rem;
}

.bdbag__button {
  display: block;
  width: 236px;
  color: white;
  margin: 2rem auto 2rem auto;
  text-align: center;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  background: #F4AA34;
  border-bottom: 3px solid rgba(142, 87, 5, 0.5);
  text-shadow: 1px 1px rgba(142, 87, 5, 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: bold;
}

@media (min-width: 768px) {
  .bdbag__button {
    margin: 3rem auto 2rem auto;
  }
}

.bdbag__button:hover {
  background: #f4b85d;
}

.bdbag__button i {
  font-weight: bold;
}

.identifier__link {
  text-align: center;
}

@media (min-width: 768px) {
  .identifier__link {
    text-align: left;
  }
}

.identifier__link i {
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .identifier__link i {
    display: none;
  }
}

.identifier__link span {
  display: none;
}

@media (min-width: 768px) {
  .identifier__link span {
    display: block;
    /* hide part of URL that overflows the end of the table */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* Style the tab */
.tab {
  /*background-color: #E6EAEE;*/
  float: right;
  margin-right: 2px;  /* to line up with table */
  margin-bottom: -4px; /* to lose space between tabs and table */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #E6EAEE;
  float: left;
  border: 2px solid #FAFAFA;
  border-radius: 30px 30px 0 0;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #24364A;
  color: white;
}

.tablinks {
  border-right: 2px;
  border-color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #24364A;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: 1px solid #FAFAFA;;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion.active:hover {
  background-color: #F4AA34;
  color: white;
}

.accordion:hover {
  background-color: #ddd;
  color: #444;
}

.accordion:after {
  content: "\f067"; /* FontAwesome character for "plus" sign (+) */
  font-family: "FontAwesome";
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\f068"; /* FontAwesome character for "minus" sign (-) */
  font-family: "FontAwesome";
}

/* Style the accordion panel. Note: hidden by default */
.accordion__panel {
  display: none;
  overflow: hidden;
}

/* Footer
----------------------------------------*/
.footer {
  width: 100%;
  background: #242E33;
  border-top: 30px solid #469189;
  padding: 1.5rem;
  color: #BDBEC0;
  font-size: 0.85rem;
}

@media (min-width: 768px) {
  .footer {
    padding: 3rem 0;
    height: 270px;
  }
}

.footer__content {
  text-align: center;
}

@media (min-width: 768px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1024px;
    text-align: left;
  }
}

.footer__info--contact {
  margin-left: auto;
  margin-top: 2rem;
}

.footer__info--contact img {
  width: 200px;
}

@media (min-width: 768px) {
  .footer__info--contact {
    margin-top: 0;
  }
}

.footer__info--contact p {
  padding: 1rem 0 0 0;
}
/*# sourceMappingURL=style.css.map */