@font-face {
  font-family: "KelsonSans-embeded";
  src: url("../assets/fonts/kelson-sans/kelson_sans_light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KelsonSans-embeded";
  src: url("../assets/fonts/kelson-sans/kelson_sans_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KelsonSans-embeded";
  src: url("../assets/fonts/kelson-sans/kelson_sans_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSans-embeded";
  src: url("../assets/fonts/source-sans/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSans-embeded";
  src: url("../assets/fonts/source-sans/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  background: #1b242d;
  padding: 30px 0;
  font-family: "SourceSans-embeded", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #313941;
}

body.apg {
  background: #021b31;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

img {
  border: 0;
  vertical-align: middle;
}

b,
strong {
  font-weight: 700;
}

h3,
h4 {
  color: inherit;
  line-height: 1.1;
}

h3 {
  font-family: "KelsonSans-embeded", "SourceSans-embeded", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}

p {
  margin: 0 0 10px;
  padding: 5px;
  text-align: justify;
}

.main-container {
  width: 580px;
  max-width: calc(100vw - 30px);
  margin: 5px auto 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  background: #f4f5f6;
  border-radius: 2px;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.col-md-3,
.col-md-9,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-3,
  .col-md-9,
  .col-md-12 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-12 {
    width: 100%;
  }
}

.header {
  padding-top: 30px;
}

.box {
  padding: 10px 10px 20px;
  background: #f4f5f6;
  border-radius: 2px;
}

.logo-container img {
  width: 125px;
  height: auto;
}

.logo-container img:hover {
  opacity: 1;
  transition: all 0.2s;
}

.details {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #5c656e;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-word;
  text-shadow: 0 1px 0 white;
}

.notlast {
  padding-bottom: 0;
  margin-bottom: 0;
}

.subheader {
  padding-top: 5px;
  color: #babec2;
  font-size: 12px;
  line-height: 1;
}

.separator {
  border-top: 1px #e1e5e8 solid;
  border-bottom: 1px #fff solid;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-row > :first-child {
  width: 45%;
  font-weight: 600;
}

.flex-row > :last-child {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.status-separator {
  margin-bottom: 18px;
}

#operating-status {
  padding: 10px 0;
  color: white;
  text-align: center;
  border-radius: 2px;
}

.valid {
  background: #728e4f;
}

.invalid {
  background: #bd3c29;
}

ul,
ol {
  margin-bottom: 10px;
}

ul.detail-list {
  margin-top: 0;
  padding-left: 20px;
  list-style-type: disc;
}

ol.detail-list {
  margin-top: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.detail-list li {
  padding: 0;
  color: #5c656e;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-word;
  text-shadow: 0 1px 0 white;
}

.action {
  padding-bottom: 20px;
  text-align: right;
  border-radius: 3px;
  outline: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.yellow-button {
  padding: 0;
  color: #1b242d;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #e5db92;
  background-image: linear-gradient(to bottom, #e5db92 0%, #d6c754 100%);
  background-repeat: repeat-x;
  border-color: #d6c754;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  box-shadow: 0 -1px 0 #d6c754;
}

.yellow-button:hover,
.yellow-button:focus,
.yellow-button:active {
  color: #1b242d;
  background: #d6c754;
  border-color: #d6c754;
  border-top-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -1px 0 #d6c754;
  outline: none;
}

.btn-small {
  width: 150px;
  font-size: 12px;
  line-height: 20px;
}

.text {
  font-family: "KelsonSans-embeded", "SourceSans-embeded", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}

.embedded-section {
  overflow: hidden;
}

.self-exclusion-panel {
  margin-top: 18.59375px;
  margin-bottom: 8.25px;
}

.framed-details {
  padding-left: 5px;
  border-left: 1px #e1e5e8 solid;
}

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

.copyright {
  padding-top: 5px;
  color: #5c656e;
  font-size: 11px;
}

hr.dashed-on-dark {
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px dashed #5c656e;
}

.pull-right {
  float: right;
}

.dmca-container {
  padding-top: 6px;
}

.dmca-badge img {
  display: block;
  width: 100px;
  height: auto;
}

@media (max-width: 991px) {
  .logo-container {
    display: block;
    text-align: center;
  }

  .logo-container img {
    margin-bottom: 5px;
  }
}

@media (max-width: 520px) {
  body {
    padding-top: 10px;
  }

  .main-container {
    margin-top: 0;
  }

  .header {
    padding-top: 15px;
  }

  .flex-row > :first-child,
  .flex-row > :last-child {
    width: 100%;
  }

  .flex-row > :first-child {
    margin-bottom: 3px;
  }
}
