.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #004165;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  margin: auto;
}

.hide {
  display: none;
}

tr.odd td:nth-child(2),
tr.odd td:nth-child(4),
tr.odd td:last-of-type,
tr.even td:nth-child(2),
tr.even td:nth-child(4),
tr.even td:last-of-type {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*============================
=          Base          =
============================*/
html {
  height: 99%;
}

body {
  min-height: 99%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Source Sans Pro", sans-serif;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  font-size: 1.1rem;
  font-size: 18px;
}

#csis,
header,
main,
footer {
  flex-shrink: 0;
}

main {
  flex-grow: 1;
  -webkit-animation: fadeIn 2s ease-out;
  -moz-animation: fadeIn 2s ease-out;
  -o-animation: fadeIn 2s ease-out;
  animation: fadeIn 2s ease-out;
}

table {
  margin: auto;
  max-width: 1500px;
}

header {
  background: url("../img/banner.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

header .title {
  z-index: 1;
  position: relative;
  padding: 0 24px;
  border-top: 4px solid #004165;
}

header h1 {
  margin-top: 0;
  padding: 6%;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

header button {
  position: relative;
  bottom: 5vw;
  border: 3px solid white;
  color: white;
  margin-left: 24px;
}

header button:hover {
  background-color: #004165;
  border: 3px solid #004165;
}

header button a:link,
header button a:hover,
header button a:visited {
  color: #fff;
  text-decoration: none;
  padding: 16px 18px;
  display: block;
}

#csis {
  background: #fff;
  padding: 10px 0 10px 0;
  text-align: center;
  width: 100%;
  top: 0;
}

#csis img {
  box-sizing: border-box;
  display: block;
  margin: auto;
  max-width: 250px;
  padding: 8px 10px;
}

header.overlay {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}

header.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 65, 101, 0.5);
}

header.overlay:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

header .anchor {
  display: block;
}

#site-info {
  margin: 50px auto;
  position: relative;
  max-width: 1080px;
  text-align: left;
  width: calc(100% - 24px);
  padding-right: 24px;
  box-sizing: border-box;
}

#site-info .indepth {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 15px 0;
}

#site-info .indepth img {
  position: relative;
  top: 6px;
  width: 24px;
}

section {
  margin: auto auto 2rem auto;
  width: calc(100% - 24px);
  max-width: 1080px;
  padding-right: 24px;
  box-sizing: border-box;
}

section article {
  margin-bottom: 2.5rem;
}

section .teaser__type {
  font-size: 0.8rem;
  line-height: 1.4;
  text-transform: uppercase;
}

section .teaser__title {
  font-size: 1.4rem;
  margin: 0.2rem 0 0;
  line-height: 1.3;
  color: #004165;
  font-family: expo-serif-pro, serif;
}

section .teaser__date,
section .teaser__expert {
  font-size: 0.9rem;
}
section .teaser__detail {
  line-height: 1.5;
}

section .teaser__text {
  margin-top: 0.5em;
}

footer {
  border-top: 1px solid #004165;
  text-align: center;
  width: 100vw;
}

footer p {
  width: calc(100% - 24px);
  margin: 1rem auto;
  padding-right: 24px;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: expo-serif-pro, serif;
  font-weight: 400;
  line-height: 1.16667;
  padding-top: 0.5em;
  text-align: center;
}

h1 {
  margin: 0.5em 0;
  font-size: 3em;
}

h2 {
  margin: 1.5em 0 0.5em;
  color: #004165;
  font-size: 2em;
}

h2 + p {
  border-bottom: 2px solid #bcbcbc;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.5em;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  background-color: white;
  color: #0065a4;
  padding: 4px 5px;
  margin-bottom: 6px;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  font-weight: bold;
  line-height: 1.31;
  text-transform: uppercase;
}

h3 + * {
  font-family: expo-serif-pro, serif;
  font-size: 1rem;
  line-height: 1.4;
}

a:link,
a:hover,
a:visited {
  color: #0065a4;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#site-info a,
footer a {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #0a8672;
}

/*============================
=           Filter          =
============================*/
.dataTables_wrapper .dataTables_filter {
  background-color: rgba(15, 65, 101, 0.2);
  box-sizing: border-box;
  color: #004165 !important;
  float: none !important;
  padding: 40px;
  margin-right: -24px;
  max-width: 1080px;
}

.dataTables_wrapper .dataTables_filter label {
  font-weight: bold;
  text-align: left !important;
  text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter > :not(button) {
  display: flex;
  flex-basis: 48%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dataTables_wrapper .dataTables_filter > label:first-of-type {
  align-items: center;
  display: flex;
}

.dataTables_wrapper .dataTables_filter input {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 0.9rem;
  padding-left: 3px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter input:focus {
  background: rgba(255, 255, 255, 1);
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}

.dataTables_wrapper .dataTables_filter option:not(:first-of-type) {
  color: black;
  font-style: normal;
}

.dataTables_wrapper .dataTables_info {
  margin: auto;
  max-width: calc(100vw - 24px);
}
/*============================
=           Button           =
============================*/
button {
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

button {
  background-color: transparent;
  margin: 24px 0 0;
}

button.reset {
  padding: 16px 18px;
  border: 3px solid #004165;
  color: #004165;
}

button.reset:hover {
  background-color: white;
  border: 3px solid white;
}

button.view-all {
  background-color: #004165;
  border: none;
  color: white;
  display: block;
  margin: 2.5rem auto auto;
  padding: 8px 9px;
  position: relative;
  width: 200px;
}

button.view-all.up {
  top: 12px;
}

button.view-all.down {
  top: -12px;
}

button.view-all:hover {
  background-color: white;
  color: #004165;
}

button.view-all.down:after,
button.view-all.up:before {
  content: "";
  display: block;
  position: absolute;
  transition: border-bottom 0.2s ease-in-out, border-top 0.2s ease-in-out,
    color 0.2s ease-in-out;
  left: 0;
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}

button.view-all.down:after {
  top: 100%;
  border-top: 20px solid #004165;
  border-bottom: 0 solid transparent;
}

button.view-all.up:before {
  top: -20px;
  border-bottom: 20px solid #004165;
  border-top: 0 solid transparent;
}

button.view-all.up:hover:before {
  border-bottom: 20px solid white;
}

button.view-all.down:hover:after {
  border-top: 20px solid white;
}

/*============================
=           Table           =
============================*/

.dataTables_wrapper {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 24px 0 0 !important;
  width: calc(100% - 24px);
  -webkit-animation: fadeIn 1s ease-out;
  -moz-animation: fadeIn 1s ease-out;
  -o-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
}

table {
  margin: 0 24px 0 0 !important;
}

table li {
  line-height: 1.2;
  margin-bottom: 6px;
}

table ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 24px;
  padding-left: 24px;
}

table ul li::before {
  content: "\2B24";
  display: inline-block;
  font-size: 6px;
  font-weight: bold;
  margin-left: -2em;
  position: relative;
  top: -0.5em;
  width: 2em;
}

table.dataTable {
  border-spacing: 6px;
}

table.dataTable.display tbody td {
  border-top: none;
}

table td {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

table td.details-control {
  background: #fff url(../img/details_open.svg) no-repeat center 12px;
  cursor: pointer;
  width: 50px;
  background-size: 27.5px !important;
}

/* table tr:hover td.details-control {
  background: #fff url(../img/expand.svg) no-repeat center 12px;
  background-size: 93%;
  cursor: pointer;
} */

table tr.shown td.details-control {
  background: #fff url(../img/details_close.svg) no-repeat center 12px;
}

table.dataTable thead .sorting_asc {
  background-position: right 12px;
}

table.dataTable thead .sorting_desc {
  background-position: right 6px;
}

table th {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 200 !important;
  line-height: 1.31;
  text-transform: uppercase;
}

table th:not(:first-child) {
  background-color: #004165;
  color: white;
  padding: 8px 10px;
  vertical-align: top;
}

table.dataTable thead th:first-child {
  border-bottom: none;
  min-width: 40px !important;
}

table thead select {
  font-size: 1em;
  width: 100%;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table tr > td {
  padding: 8px 10px;
  vertical-align: top;
}

table tr > td:nth-child(3),
.dataTables_wrapper .dataTables_filter > div label {
  white-space: nowrap;
}

table tr.group td {
  border-bottom: 8px solid #0065a4;
  color: #004165;
  font-size: 1.8em;
  line-height: 1.25;
  margin-bottom: 1em;
  text-transform: uppercase;
}

table tr.odd ul li::before,
table tr.even ul li::before {
  color: #0065a4;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f1f1f1;
}
table.dataTable.stripe tbody tr.even:hover,
table.dataTable.display tbody tr.even:hover,
table.dataTable.stripe tbody tr.odd:hover,
table.dataTable.display tbody tr.odd:hover {
  background-color: #e1e4ea;
}

table tr.shown td:nth-child(1) {
  background-color: white;
}

table tr.shown td:nth-child(n + 2) {
  background-color: rgba(15, 65, 101, 0.2) !important;
}

table tr.shown + tr > td:first-of-type {
  background-color: rgba(255, 255, 255, 1);
}

table tr.shown + tr > td:last-of-type {
  background-color: rgba(15, 65, 101, 0.33);
}

table tr.shown + tr > td > div {
  display: flex;
  flex-wrap: wrap;
}

table tr.shown + tr > td > div > div {
  break-inside: avoid-column;
  flex-basis: 100%;
  margin: 0 0 12px 18px;
  page-break-inside: avoid;
}

table tr.shown + tr > td > div > div:last-of-type {
  flex-basis: calc(100% - 36px);
}

table tr:not(.group).hover > td {
  transition-duration: 0.1s;
  transition-property: background-color, box-shadow, opacity, text-shadow,
    transform;
  transition-timing-function: linear;
}

table tr:not(.odd):not(.even) ul li::before {
  color: white;
}

table a:link,
table a:hover,
table a:visited {
  color: #004165;
  letter-spacing: 1px;
}
/*============================
=          Vendors          =
============================*/

.datalist-polyfill .datalist-box li {
  white-space: normal !important;
  max-width: 400px;
}
.ws-popover {
  overflow: visible !important;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: none;
  text-align: center;
}

@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inconsolata-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Inconsolata Regular"), local("Inconsolata-Regular"),
    url("../fonts/inconsolata-v16-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inconsolata-v16-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/inconsolata-v16-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/inconsolata-v16-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inconsolata-v16-latin-regular.svg#Inconsolata")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url("../fonts/source-sans-pro-v11-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v11-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v11-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v11-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
    url("../fonts/source-sans-pro-v11-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v11-latin-600.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-600.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v11-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v11-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url("../fonts/source-sans-pro-v11-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v11-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v11-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}

/*============================
=           Mobile           =
============================*/

@media screen and (min-width: 1080px) {
  body {
    font-size: 0.9rem;
    font-size: 16px;
  }

  header .title > * {
    position: relative;
    left: -50px;
  }

  button.view-all {
    margin-top: 0;
  }

  section .teaser__title {
    font-size: 1.2rem;
  }

  .dataTables_wrapper .dataTables_filter {
    margin: auto;
    width: calc(100% - 24px);
  }

  #site-info {
    display: flex;
    left: -12px;
  }

  #site-description {
    flex-basis: 75%;
  }
  #site-sidebar {
    flex-basis: 25%;
    margin-left: 24px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
  }

  .dataTables_wrapper .dataTables_filter > *:not(button) {
    flex-wrap: nowrap !important;
    flex-basis: 48%;
  }

  .dataTables_wrapper .dataTables_filter {
    display: flex;
    flex-wrap: wrap;
  }

  .dataTables_wrapper .dataTables_filter > label:first-of-type {
    flex-basis: 100%;
  }

  .dataTables_wrapper .dataTables_filter > *:not(button):nth-child(even) {
    margin-left: 24px;
  }

  button:not(.view-all) {
    margin: 0 0 0 24px;
  }

  table {
    margin: 0 auto !important;
  }

  table tr.shown + tr > td > div > div {
    flex-basis: 48%;
  }
}

/*============================
=         Animation         =
============================*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
