/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/CrimsonText-Regular-4910165c9899e8cc097bf30a6caeff30c9c8e7aa67e573b99c6f8bd4c4782d2a.ttf) format("truetype");
}

@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/CrimsonText-BoldItalic-61d725e8c4eb62aac2ec0ebb19d23dc67201b8e0080a8d0c54c0dc27aa233513.ttf) format("truetype");
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Oswald-Regular-e8e8f2c45deaab216c614a41c21cc183a86664bfb7ba3d6391abe3d571ef4c17.ttf) format("truetype");
}
/* line 4, app/assets/stylesheets/_framework.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/_framework.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 18, app/assets/stylesheets/_framework.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

/* line 25, app/assets/stylesheets/_framework.scss */
.flex-1 {
  flex: 1;
  min-width: 0;
}

/* line 26, app/assets/stylesheets/_framework.scss */
.flex-2 {
  flex: 2;
  min-width: 0;
}

/* line 27, app/assets/stylesheets/_framework.scss */
.flex-3 {
  flex: 3;
  min-width: 0;
}

/* line 28, app/assets/stylesheets/_framework.scss */
.flex-auto {
  flex: 0 0 auto;
}

/* line 31, app/assets/stylesheets/_framework.scss */
.col-md-2 {
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

/* line 32, app/assets/stylesheets/_framework.scss */
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 33, app/assets/stylesheets/_framework.scss */
.col-md-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

/* line 34, app/assets/stylesheets/_framework.scss */
.col-md-5 {
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

/* line 35, app/assets/stylesheets/_framework.scss */
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 36, app/assets/stylesheets/_framework.scss */
.col-md-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}

/* line 37, app/assets/stylesheets/_framework.scss */
.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 38, app/assets/stylesheets/_framework.scss */
.col-md-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

/* line 39, app/assets/stylesheets/_framework.scss */
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 42, app/assets/stylesheets/_framework.scss */
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 43, app/assets/stylesheets/_framework.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 44, app/assets/stylesheets/_framework.scss */
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 45, app/assets/stylesheets/_framework.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 46, app/assets/stylesheets/_framework.scss */
.align-start {
  align-items: flex-start;
}

/* line 47, app/assets/stylesheets/_framework.scss */
.align-end {
  align-items: flex-end;
}

@media (max-width: 480px) {
  /* line 51, app/assets/stylesheets/_framework.scss */
  [class*="col-md-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 61, app/assets/stylesheets/_framework.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}

/* line 77, app/assets/stylesheets/_framework.scss */
.btn:hover {
  background-color: #e0e0e0;
  text-decoration: none;
  color: #333;
}

/* line 84, app/assets/stylesheets/_framework.scss */
.btn-primary {
  background-color: #CC3300;
  border-color: #b32d00;
  color: #fff;
}

/* line 88, app/assets/stylesheets/_framework.scss */
.btn-primary:hover {
  background-color: #a82a00;
  color: #fff;
}

/* line 91, app/assets/stylesheets/_framework.scss */
.btn-danger {
  background-color: #c0392b;
  border-color: #a93226;
  color: #fff;
}

/* line 95, app/assets/stylesheets/_framework.scss */
.btn-danger:hover {
  background-color: #96281b;
  color: #fff;
}

/* line 98, app/assets/stylesheets/_framework.scss */
.btn-inverse {
  background-color: #333;
  border-color: #222;
  color: #fff;
}

/* line 102, app/assets/stylesheets/_framework.scss */
.btn-inverse:hover {
  background-color: #111;
  color: #fff;
}

/* line 105, app/assets/stylesheets/_framework.scss */
.btn-info {
  background-color: #3498db;
  border-color: #2980b9;
  color: #fff;
}

/* line 109, app/assets/stylesheets/_framework.scss */
.btn-info:hover {
  background-color: #2980b9;
  color: #fff;
}

/* line 112, app/assets/stylesheets/_framework.scss */
.btn-large {
  padding: 10px 20px;
  font-size: 16px;
}

/* line 113, app/assets/stylesheets/_framework.scss */
.btn-small {
  padding: 3px 8px;
  font-size: 12px;
}

/* line 119, app/assets/stylesheets/_framework.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
}

/* line 129, app/assets/stylesheets/_framework.scss */
.form-control:focus {
  border-color: #999;
  outline: none;
}

/* line 132, app/assets/stylesheets/_framework.scss */
.form-group {
  margin-bottom: 18px;
}

/* line 134, app/assets/stylesheets/_framework.scss */
.form-inline {
  margin-bottom: 12px;
}

/* line 136, app/assets/stylesheets/_framework.scss */
.form-inline label {
  margin-right: 8px;
}

/* line 139, app/assets/stylesheets/_framework.scss */
.checkbox {
  margin-bottom: 12px;
}

/* line 141, app/assets/stylesheets/_framework.scss */
.checkbox label {
  font-weight: normal;
  display: inline;
  text-transform: none;
}

/* line 146, app/assets/stylesheets/_framework.scss */
.checkbox input[type="checkbox"] {
  margin-right: 4px;
}

/* line 149, app/assets/stylesheets/_framework.scss */
select {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
}

/* line 158, app/assets/stylesheets/_framework.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  width: 100%;
}

/* line 171, app/assets/stylesheets/_framework.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #999;
  outline: none;
}

/* line 178, app/assets/stylesheets/_framework.scss */
.table {
  width: 100%;
  border-collapse: collapse;
}

/* line 181, app/assets/stylesheets/_framework.scss */
.table th, .table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* line 186, app/assets/stylesheets/_framework.scss */
.table th {
  font-weight: bold;
}

/* line 189, app/assets/stylesheets/_framework.scss */
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 195, app/assets/stylesheets/_framework.scss */
.alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 14px;
}

/* line 202, app/assets/stylesheets/_framework.scss */
.alert-success {
  background-color: #dff0d8;
  border: 1px solid #d0e9c6;
  color: #3c763d;
}

/* line 203, app/assets/stylesheets/_framework.scss */
.alert-error, .alert-danger {
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #a94442;
}

/* line 204, app/assets/stylesheets/_framework.scss */
.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}

/* line 205, app/assets/stylesheets/_framework.scss */
.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  color: #8a6d3b;
}

/* line 211, app/assets/stylesheets/_framework.scss */
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 217, app/assets/stylesheets/_framework.scss */
.nav-list li a {
  display: block;
  padding: 4px 15px;
  color: #CC3300;
  text-decoration: none;
}

/* line 222, app/assets/stylesheets/_framework.scss */
.nav-list li a:hover {
  background-color: #f5f5f5;
}

/* line 225, app/assets/stylesheets/_framework.scss */
.nav-header {
  display: block;
  padding: 4px 15px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
}

/* line 235, app/assets/stylesheets/_framework.scss */
.divider {
  height: 1px;
  margin: 8px 0;
  background-color: #e5e5e5;
}

/* line 241, app/assets/stylesheets/_framework.scss */
.tabbable.tabs-right .nav-list {
  text-align: right;
}

/* line 249, app/assets/stylesheets/_framework.scss */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* line 255, app/assets/stylesheets/_framework.scss */
.pagination a, .pagination span, .pagination em {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #CC3300;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  font-style: normal;
}

/* line 267, app/assets/stylesheets/_framework.scss */
.pagination > :first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}

/* line 272, app/assets/stylesheets/_framework.scss */
.pagination > :last-child {
  border-radius: 0 4px 4px 0;
}

/* line 276, app/assets/stylesheets/_framework.scss */
.pagination em {
  font-weight: bold;
  color: #999;
  background-color: #f5f5f5;
}

/* line 282, app/assets/stylesheets/_framework.scss */
.pagination span.disabled, .pagination span.gap {
  color: #bbb;
  cursor: default;
}

/* line 287, app/assets/stylesheets/_framework.scss */
.pagination a:hover {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  /* line 292, app/assets/stylesheets/_framework.scss */
  .pagination > :not(:first-child):not(:last-child) {
    display: none;
  }
  /* line 295, app/assets/stylesheets/_framework.scss */
  .pagination > :first-child {
    border-radius: 4px 0 0 4px;
  }
  /* line 298, app/assets/stylesheets/_framework.scss */
  .pagination > :last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
  }
}

/* line 309, app/assets/stylesheets/_framework.scss */
.pull-right {
  float: right;
}

/* line 310, app/assets/stylesheets/_framework.scss */
.pull-left {
  float: left;
}

/* line 311, app/assets/stylesheets/_framework.scss */
.text-right {
  text-align: right;
}

/* line 312, app/assets/stylesheets/_framework.scss */
.text-center {
  text-align: center;
}

/* line 313, app/assets/stylesheets/_framework.scss */
.text-left {
  text-align: left;
}

/* line 315, app/assets/stylesheets/_framework.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 317, app/assets/stylesheets/_framework.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 319, app/assets/stylesheets/_framework.scss */
hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}
/* line 1, app/assets/stylesheets/audio_player.css.scss */
.audio-player {
  width: 100%;
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/CrimsonText-Regular-4910165c9899e8cc097bf30a6caeff30c9c8e7aa67e573b99c6f8bd4c4782d2a.ttf) format("truetype");
}

@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/CrimsonText-BoldItalic-61d725e8c4eb62aac2ec0ebb19d23dc67201b8e0080a8d0c54c0dc27aa233513.ttf) format("truetype");
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Oswald-Regular-e8e8f2c45deaab216c614a41c21cc183a86664bfb7ba3d6391abe3d571ef4c17.ttf) format("truetype");
}

/* line 4, app/assets/stylesheets/_framework.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/_framework.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 18, app/assets/stylesheets/_framework.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

/* line 25, app/assets/stylesheets/_framework.scss */
.flex-1 {
  flex: 1;
  min-width: 0;
}

/* line 26, app/assets/stylesheets/_framework.scss */
.flex-2 {
  flex: 2;
  min-width: 0;
}

/* line 27, app/assets/stylesheets/_framework.scss */
.flex-3 {
  flex: 3;
  min-width: 0;
}

/* line 28, app/assets/stylesheets/_framework.scss */
.flex-auto {
  flex: 0 0 auto;
}

/* line 31, app/assets/stylesheets/_framework.scss */
.col-md-2 {
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

/* line 32, app/assets/stylesheets/_framework.scss */
.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 33, app/assets/stylesheets/_framework.scss */
.col-md-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

/* line 34, app/assets/stylesheets/_framework.scss */
.col-md-5 {
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

/* line 35, app/assets/stylesheets/_framework.scss */
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 36, app/assets/stylesheets/_framework.scss */
.col-md-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}

/* line 37, app/assets/stylesheets/_framework.scss */
.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 38, app/assets/stylesheets/_framework.scss */
.col-md-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

/* line 39, app/assets/stylesheets/_framework.scss */
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 42, app/assets/stylesheets/_framework.scss */
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 43, app/assets/stylesheets/_framework.scss */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 44, app/assets/stylesheets/_framework.scss */
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 45, app/assets/stylesheets/_framework.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 46, app/assets/stylesheets/_framework.scss */
.align-start {
  align-items: flex-start;
}

/* line 47, app/assets/stylesheets/_framework.scss */
.align-end {
  align-items: flex-end;
}

@media (max-width: 480px) {
  /* line 51, app/assets/stylesheets/_framework.scss */
  [class*="col-md-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 61, app/assets/stylesheets/_framework.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}

/* line 77, app/assets/stylesheets/_framework.scss */
.btn:hover {
  background-color: #e0e0e0;
  text-decoration: none;
  color: #333;
}

/* line 84, app/assets/stylesheets/_framework.scss */
.btn-primary {
  background-color: #CC3300;
  border-color: #b32d00;
  color: #fff;
}

/* line 88, app/assets/stylesheets/_framework.scss */
.btn-primary:hover {
  background-color: #a82a00;
  color: #fff;
}

/* line 91, app/assets/stylesheets/_framework.scss */
.btn-danger {
  background-color: #c0392b;
  border-color: #a93226;
  color: #fff;
}

/* line 95, app/assets/stylesheets/_framework.scss */
.btn-danger:hover {
  background-color: #96281b;
  color: #fff;
}

/* line 98, app/assets/stylesheets/_framework.scss */
.btn-inverse {
  background-color: #333;
  border-color: #222;
  color: #fff;
}

/* line 102, app/assets/stylesheets/_framework.scss */
.btn-inverse:hover {
  background-color: #111;
  color: #fff;
}

/* line 105, app/assets/stylesheets/_framework.scss */
.btn-info {
  background-color: #3498db;
  border-color: #2980b9;
  color: #fff;
}

/* line 109, app/assets/stylesheets/_framework.scss */
.btn-info:hover {
  background-color: #2980b9;
  color: #fff;
}

/* line 112, app/assets/stylesheets/_framework.scss */
.btn-large {
  padding: 10px 20px;
  font-size: 16px;
}

/* line 113, app/assets/stylesheets/_framework.scss */
.btn-small {
  padding: 3px 8px;
  font-size: 12px;
}

/* line 119, app/assets/stylesheets/_framework.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
}

/* line 129, app/assets/stylesheets/_framework.scss */
.form-control:focus {
  border-color: #999;
  outline: none;
}

/* line 132, app/assets/stylesheets/_framework.scss */
.form-group {
  margin-bottom: 18px;
}

/* line 134, app/assets/stylesheets/_framework.scss */
.form-inline {
  margin-bottom: 12px;
}

/* line 136, app/assets/stylesheets/_framework.scss */
.form-inline label {
  margin-right: 8px;
}

/* line 139, app/assets/stylesheets/_framework.scss */
.checkbox {
  margin-bottom: 12px;
}

/* line 141, app/assets/stylesheets/_framework.scss */
.checkbox label {
  font-weight: normal;
  display: inline;
  text-transform: none;
}

/* line 146, app/assets/stylesheets/_framework.scss */
.checkbox input[type="checkbox"] {
  margin-right: 4px;
}

/* line 149, app/assets/stylesheets/_framework.scss */
select {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
}

/* line 158, app/assets/stylesheets/_framework.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  width: 100%;
}

/* line 171, app/assets/stylesheets/_framework.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #999;
  outline: none;
}

/* line 178, app/assets/stylesheets/_framework.scss */
.table {
  width: 100%;
  border-collapse: collapse;
}

/* line 181, app/assets/stylesheets/_framework.scss */
.table th, .table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* line 186, app/assets/stylesheets/_framework.scss */
.table th {
  font-weight: bold;
}

/* line 189, app/assets/stylesheets/_framework.scss */
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 195, app/assets/stylesheets/_framework.scss */
.alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 14px;
}

/* line 202, app/assets/stylesheets/_framework.scss */
.alert-success {
  background-color: #dff0d8;
  border: 1px solid #d0e9c6;
  color: #3c763d;
}

/* line 203, app/assets/stylesheets/_framework.scss */
.alert-error, .alert-danger {
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #a94442;
}

/* line 204, app/assets/stylesheets/_framework.scss */
.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}

/* line 205, app/assets/stylesheets/_framework.scss */
.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  color: #8a6d3b;
}

/* line 211, app/assets/stylesheets/_framework.scss */
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 217, app/assets/stylesheets/_framework.scss */
.nav-list li a {
  display: block;
  padding: 4px 15px;
  color: #CC3300;
  text-decoration: none;
}

/* line 222, app/assets/stylesheets/_framework.scss */
.nav-list li a:hover {
  background-color: #f5f5f5;
}

/* line 225, app/assets/stylesheets/_framework.scss */
.nav-header {
  display: block;
  padding: 4px 15px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
}

/* line 235, app/assets/stylesheets/_framework.scss */
.divider {
  height: 1px;
  margin: 8px 0;
  background-color: #e5e5e5;
}

/* line 241, app/assets/stylesheets/_framework.scss */
.tabbable.tabs-right .nav-list {
  text-align: right;
}

/* line 249, app/assets/stylesheets/_framework.scss */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* line 255, app/assets/stylesheets/_framework.scss */
.pagination a, .pagination span, .pagination em {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #CC3300;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  font-style: normal;
}

/* line 267, app/assets/stylesheets/_framework.scss */
.pagination > :first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}

/* line 272, app/assets/stylesheets/_framework.scss */
.pagination > :last-child {
  border-radius: 0 4px 4px 0;
}

/* line 276, app/assets/stylesheets/_framework.scss */
.pagination em {
  font-weight: bold;
  color: #999;
  background-color: #f5f5f5;
}

/* line 282, app/assets/stylesheets/_framework.scss */
.pagination span.disabled, .pagination span.gap {
  color: #bbb;
  cursor: default;
}

/* line 287, app/assets/stylesheets/_framework.scss */
.pagination a:hover {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  /* line 292, app/assets/stylesheets/_framework.scss */
  .pagination > :not(:first-child):not(:last-child) {
    display: none;
  }
  /* line 295, app/assets/stylesheets/_framework.scss */
  .pagination > :first-child {
    border-radius: 4px 0 0 4px;
  }
  /* line 298, app/assets/stylesheets/_framework.scss */
  .pagination > :last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
  }
}

/* line 309, app/assets/stylesheets/_framework.scss */
.pull-right {
  float: right;
}

/* line 310, app/assets/stylesheets/_framework.scss */
.pull-left {
  float: left;
}

/* line 311, app/assets/stylesheets/_framework.scss */
.text-right {
  text-align: right;
}

/* line 312, app/assets/stylesheets/_framework.scss */
.text-center {
  text-align: center;
}

/* line 313, app/assets/stylesheets/_framework.scss */
.text-left {
  text-align: left;
}

/* line 315, app/assets/stylesheets/_framework.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 317, app/assets/stylesheets/_framework.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 319, app/assets/stylesheets/_framework.scss */
hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

/* mixins, variables, etc. */
/* universal */
/* line 16, app/assets/stylesheets/custom.css.scss */
html {
  overflow-y: scroll;
}

/* line 20, app/assets/stylesheets/custom.css.scss */
body {
  font-family: 'Crimson Text', serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.4;
}

/* line 28, app/assets/stylesheets/custom.css.scss */
section {
  overflow: auto;
}

/* line 32, app/assets/stylesheets/custom.css.scss */
textarea {
  resize: vertical;
}

/* typography */
/* line 38, app/assets/stylesheets/custom.css.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
}

/* line 43, app/assets/stylesheets/custom.css.scss */
h1 {
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
}

/* line 50, app/assets/stylesheets/custom.css.scss */
h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #999;
}

/* line 58, app/assets/stylesheets/custom.css.scss */
h3 {
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  padding: 0;
  font-size: 1.6em;
  letter-spacing: -0.5px;
}

/* line 66, app/assets/stylesheets/custom.css.scss */
p {
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 71, app/assets/stylesheets/custom.css.scss */
a {
  color: #CC3300;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/custom.css.scss */
a:hover {
  color: #085282;
  text-decoration: none;
}

/* navbar */
/* line 82, app/assets/stylesheets/custom.css.scss */
.navbar {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  font-size: 1.4em;
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/custom.css.scss */
.navbar a {
  color: white;
}

/* line 89, app/assets/stylesheets/custom.css.scss */
.navbar a:hover {
  color: #CC3300;
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/custom.css.scss */
.navbar-inner {
  background-color: black;
  padding: 0;
}

/* header */
/* line 103, app/assets/stylesheets/custom.css.scss */
#masthead {
  padding-top: 10px;
  margin-bottom: 10px;
}

/* line 108, app/assets/stylesheets/custom.css.scss */
.masthead-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 114, app/assets/stylesheets/custom.css.scss */
.masthead-subscribe {
  text-align: right;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  /* line 120, app/assets/stylesheets/custom.css.scss */
  .masthead-inner {
    align-items: flex-start;
  }
  /* line 124, app/assets/stylesheets/custom.css.scss */
  .masthead-brand .logo {
    font-size: 1.8em;
  }
  /* line 128, app/assets/stylesheets/custom.css.scss */
  .masthead-brand .tagline {
    font-size: 13px;
  }
  /* line 132, app/assets/stylesheets/custom.css.scss */
  .masthead-subscribe .subheading-large {
    font-size: 1em;
  }
  /* line 136, app/assets/stylesheets/custom.css.scss */
  .masthead-subscribe .heading {
    display: none;
  }
}

/* line 141, app/assets/stylesheets/custom.css.scss */
.logo {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/custom.css.scss */
.logo a:hover {
  text-decoration: none;
  color: #CC3300;
}

/* line 155, app/assets/stylesheets/custom.css.scss */
.tagline {
  font-size: 17px;
  letter-spacing: 0px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: bold;
  color: #778899;
}

/* line 164, app/assets/stylesheets/custom.css.scss */
#menu-bar {
  padding: 15px 0;
}

/* line 167, app/assets/stylesheets/custom.css.scss */
#menu-bar .container {
  display: flex;
  align-items: center;
}

/* line 172, app/assets/stylesheets/custom.css.scss */
#menu-bar .nav-toggle {
  display: none;
}

/* line 176, app/assets/stylesheets/custom.css.scss */
#menu-bar .nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
}

/* line 183, app/assets/stylesheets/custom.css.scss */
#menu-bar form {
  margin-left: auto;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  /* line 193, app/assets/stylesheets/custom.css.scss */
  #menu-bar .nav-toggle {
    display: block;
    background: none;
    border: none;
    color: white;
    font-size: 1.8em;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
  }
  /* line 204, app/assets/stylesheets/custom.css.scss */
  #menu-bar .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  /* line 211, app/assets/stylesheets/custom.css.scss */
  #menu-bar .menu {
    text-align: left;
    padding: 8px 0;
    border-top: 1px solid #333;
  }
  /* line 217, app/assets/stylesheets/custom.css.scss */
  #menu-bar form {
    padding: 8px 0;
    border-top: 1px solid #333;
    justify-content: flex-start;
  }
  /* line 223, app/assets/stylesheets/custom.css.scss */
  #menu-bar .container {
    flex-wrap: wrap;
  }
  /* line 228, app/assets/stylesheets/custom.css.scss */
  .navbar.nav-open #menu-bar .nav-links {
    display: flex;
  }
}

/* line 233, app/assets/stylesheets/custom.css.scss */
.menu {
  text-transform: uppercase;
  vertical-align: bottom;
  padding-bottom: 5px;
}

/* line 237, app/assets/stylesheets/custom.css.scss */
.menu a:hover {
  text-decoration: none;
}

/* line 242, app/assets/stylesheets/custom.css.scss */
.dropdown-menu {
  text-align: left;
  text-transform: none;
  vertical-align: bottom;
  padding-bottom: 5px;
}

/* line 247, app/assets/stylesheets/custom.css.scss */
.dropdown-menu a {
  color: black;
}

/* line 249, app/assets/stylesheets/custom.css.scss */
.dropdown-menu a:hover {
  color: #085282;
  font-weight: normal;
}

/* line 257, app/assets/stylesheets/custom.css.scss */
.full-width-image img {
  width: 100%;
}

/* footer */
/* line 264, app/assets/stylesheets/custom.css.scss */
footer {
  margin-top: 45px;
  padding-top: 8px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
  color: #555;
}

/* line 270, app/assets/stylesheets/custom.css.scss */
footer a {
  color: black;
}

/* line 271, app/assets/stylesheets/custom.css.scss */
footer .footer-social a {
  color: #555;
}

/* line 272, app/assets/stylesheets/custom.css.scss */
footer .footer-content {
  text-align: center;
}

/* line 275, app/assets/stylesheets/custom.css.scss */
footer .footer-social {
  margin-bottom: 6px;
}

/* line 278, app/assets/stylesheets/custom.css.scss */
footer ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 283, app/assets/stylesheets/custom.css.scss */
footer ul li {
  margin: 0 5px;
}

/* line 289, app/assets/stylesheets/custom.css.scss */
#admin-header {
  background: #eaeaea;
  position: fixed;
  width: 200px;
  right: 50px;
  top: 140px;
  text-align: right;
  z-index: 100;
}

/* interview box */
/* line 300, app/assets/stylesheets/custom.css.scss */
.interview {
  padding: 0 15px 25px 0;
  flex: 0 1 25%;
  max-width: 25%;
}

/* line 305, app/assets/stylesheets/custom.css.scss */
.interview h3 {
  font-size: 1.2em;
  line-height: 1.3;
  margin-top: 6px;
}

/* forms */
/* line 313, app/assets/stylesheets/custom.css.scss */
select {
  width: auto;
}

/* line 317, app/assets/stylesheets/custom.css.scss */
label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  color: #555;
}

/* line 328, app/assets/stylesheets/custom.css.scss */
.check_box label {
  font-weight: normal;
  display: inline;
  text-transform: none;
}

/* line 334, app/assets/stylesheets/custom.css.scss */
#error_explanation {
  color: #f00;
}

/* line 336, app/assets/stylesheets/custom.css.scss */
#error_explanation ul {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

/* line 343, app/assets/stylesheets/custom.css.scss */
.field_with_errors {
  display: inline;
  color: #b94a48;
}

/* line 348, app/assets/stylesheets/custom.css.scss */
.nested_margin10 {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* Admin index */
/* line 355, app/assets/stylesheets/custom.css.scss */
.admin {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 359, app/assets/stylesheets/custom.css.scss */
.admin li {
  overflow: auto;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

/* line 363, app/assets/stylesheets/custom.css.scss */
.admin li:last-child {
  border-bottom: 1px solid #ddd;
}

/* miscellaneous */
/* line 371, app/assets/stylesheets/custom.css.scss */
.debug_dump {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 45px;
}

/* news feed */
/* line 379, app/assets/stylesheets/custom.css.scss */
.post {
  margin-bottom: 2em;
}

/* line 384, app/assets/stylesheets/custom.css.scss */
.post-header .post-header-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 391, app/assets/stylesheets/custom.css.scss */
.heading {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
}

/* line 396, app/assets/stylesheets/custom.css.scss */
.subheading {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}

/* line 402, app/assets/stylesheets/custom.css.scss */
.subheading-large {
  font-size: 1.4em;
  line-height: 1.5em;
}

/* line 407, app/assets/stylesheets/custom.css.scss */
.light-gray {
  color: #999;
}

/* line 411, app/assets/stylesheets/custom.css.scss */
.soundcloud {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 416, app/assets/stylesheets/custom.css.scss */
.hero-interview {
  background-color: #eee;
  display: flex;
  gap: 0;
}

/* line 421, app/assets/stylesheets/custom.css.scss */
.hero-interview .hero-interview-text {
  flex: 3;
  padding: 15px;
}

/* line 426, app/assets/stylesheets/custom.css.scss */
.hero-interview .hero-interview-media {
  flex: 2;
}

/* line 429, app/assets/stylesheets/custom.css.scss */
.hero-interview .hero-interview-media img {
  width: 100%;
  display: block;
}

/* line 434, app/assets/stylesheets/custom.css.scss */
.hero-interview .hero-interview-media .soundcloud {
  padding: 0;
}

/* line 438, app/assets/stylesheets/custom.css.scss */
.hero-interview .hero-interview-media .soundcloud-player {
  height: 166px;
}

/* line 445, app/assets/stylesheets/custom.css.scss */
.episode-interview .thumbnail {
  padding: 0;
  border: none;
  cursor: pointer;
}

/* line 451, app/assets/stylesheets/custom.css.scss */
.episode-interview .soundcloud-player {
  height: 220px;
}

/* line 456, app/assets/stylesheets/custom.css.scss */
.episode-image {
  position: relative;
}

/* line 460, app/assets/stylesheets/custom.css.scss */
.episode-description {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
  padding: 5px 75px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* line 475, app/assets/stylesheets/custom.css.scss */
.thumbnail {
  padding: 0;
  border: none;
}

/* line 480, app/assets/stylesheets/custom.css.scss */
.player-tile {
  position: relative;
}

/* line 484, app/assets/stylesheets/custom.css.scss */
.tile-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #2c2c2c;
  display: flex;
  align-items: flex-start;
}

/* line 492, app/assets/stylesheets/custom.css.scss */
.tile-image a {
  display: flex;
  align-items: inherit;
  width: 100%;
  height: 100%;
}

/* line 499, app/assets/stylesheets/custom.css.scss */
.tile-image img {
  width: 100%;
  height: auto;
}

/* line 504, app/assets/stylesheets/custom.css.scss */
.tile-image.tile-image--wide {
  align-items: center;
}

/* line 509, app/assets/stylesheets/custom.css.scss */
.playbox {
  position: relative;
  cursor: pointer;
}

/* line 514, app/assets/stylesheets/custom.css.scss */
.playbox-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(/assets/play_icon-3d6f8141ba765892bb458ba6dd16bdb39f2243a604e923c11aac579601e2e787.png) no-repeat top left;
  background-size: 40%;
}

/* line 526, app/assets/stylesheets/custom.css.scss */
.interview-title {
  margin-top: 3px;
}

/* line 530, app/assets/stylesheets/custom.css.scss */
.interview-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* line 535, app/assets/stylesheets/custom.css.scss */
.interview-header .interview-header-title {
  flex: 1;
  min-width: 0;
}

/* line 540, app/assets/stylesheets/custom.css.scss */
.interview-header .interview-header-meta {
  text-align: right;
  flex: 0 0 250px;
  margin-top: 20px;
}

@media (max-width: 700px) {
  /* line 548, app/assets/stylesheets/custom.css.scss */
  .hero-interview {
    flex-direction: column-reverse;
  }
  /* line 551, app/assets/stylesheets/custom.css.scss */
  .hero-interview .hero-interview-text .lead {
    display: none;
  }
  /* line 556, app/assets/stylesheets/custom.css.scss */
  .interview-header {
    flex-direction: column;
    gap: 0;
  }
  /* line 560, app/assets/stylesheets/custom.css.scss */
  .interview-header .interview-header-meta {
    text-align: left;
    flex: 0 0 auto;
  }
  /* line 565, app/assets/stylesheets/custom.css.scss */
  .interview-header .interview-header-episode {
    display: none;
  }
  /* line 570, app/assets/stylesheets/custom.css.scss */
  .interview {
    flex: 1 1 250px;
    max-width: none;
  }
}

/* line 576, app/assets/stylesheets/custom.css.scss */
.thumbnail .caption {
  padding: 5px;
  margin: 0;
  color: white;
}

/* line 582, app/assets/stylesheets/custom.css.scss */
.inline-label {
  display: inline-block;
  margin-right: 8px;
}

/* line 587, app/assets/stylesheets/custom.css.scss */
.wysiwyg-container {
  margin-bottom: 10px;
}

/* line 591, app/assets/stylesheets/custom.css.scss */
.select-person {
  min-width: 200px;
}

/* line 595, app/assets/stylesheets/custom.css.scss */
#association {
  margin-left: 0px;
}

/* line 599, app/assets/stylesheets/custom.css.scss */
.remove_fields {
  vertical-align: text-bottom;
}

/* line 603, app/assets/stylesheets/custom.css.scss */
.tag_list a {
  color: #222;
  text-transform: uppercase;
  background-color: #ddd;
  padding: 2px 5px;
  line-height: 2em;
  text-decoration: none;
  font-size: 0.85em;
  font-family: 'Oswald', sans-serif;
}

/* line 614, app/assets/stylesheets/custom.css.scss */
.tag_list a:hover {
  text-decoration: none;
  background-color: #ccc;
}

/* line 619, app/assets/stylesheets/custom.css.scss */
.lead {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: bold;
  color: #778899;
  font-size: 1.25em;
  line-height: 1.6em;
}

/* line 628, app/assets/stylesheets/custom.css.scss */
.lead:before {
  float: left;
  content: "\201C";
  color: #7a7a7a;
}

/* line 634, app/assets/stylesheets/custom.css.scss */
.lead:after {
  content: "\201D";
  color: #7a7a7a;
}

/* line 639, app/assets/stylesheets/custom.css.scss */
#podcast-link {
  text-align: center;
}

/* line 643, app/assets/stylesheets/custom.css.scss */
.second-row {
  padding-bottom: 15px;
}

/* line 647, app/assets/stylesheets/custom.css.scss */
.second-row > .col-md-3 {
  flex: 1 1 200px;
  max-width: none;
}

/* line 653, app/assets/stylesheets/custom.css.scss */
.sidebar {
  border: double #CC3300;
  padding: 15px 10px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}

/* line 660, app/assets/stylesheets/custom.css.scss */
.sidebar img {
  max-width: 100%;
  height: auto;
}

/* line 665, app/assets/stylesheets/custom.css.scss */
.sidebar .social-media-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

/* line 671, app/assets/stylesheets/custom.css.scss */
.sidebar .social-media-dropdown .social-icon {
  display: inline-block;
}

/* line 674, app/assets/stylesheets/custom.css.scss */
.sidebar .social-media-dropdown .social-icon img {
  height: 40px;
  width: 40px;
}

/* line 682, app/assets/stylesheets/custom.css.scss */
.input-append {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  max-width: 100%;
}

/* line 688, app/assets/stylesheets/custom.css.scss */
.input-append .btn {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 3px 3px 0;
  white-space: nowrap;
}

/* line 696, app/assets/stylesheets/custom.css.scss */
.input-append input[type="email"] {
  border-radius: 3px 0 0 3px;
  width: 60%;
  min-width: 0;
  font-size: 12px;
}

/* line 705, app/assets/stylesheets/custom.css.scss */
.image-upload input {
  width: 100%;
  padding: 5px;
}

/* line 709, app/assets/stylesheets/custom.css.scss */
.image-upload img {
  width: 300px;
  display: block;
  margin-bottom: 8px;
}

/* line 716, app/assets/stylesheets/custom.css.scss */
.person-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 721, app/assets/stylesheets/custom.css.scss */
.person-block .person-block-image {
  flex: 1 1 200px;
  max-width: 33%;
}

/* line 725, app/assets/stylesheets/custom.css.scss */
.person-block .person-block-image img {
  width: 100%;
  height: auto;
}

/* line 731, app/assets/stylesheets/custom.css.scss */
.person-block .person-block-info {
  flex: 1 1 300px;
}

@media (max-width: 700px) {
  /* line 737, app/assets/stylesheets/custom.css.scss */
  .person-block .person-block-image {
    max-width: 100%;
  }
}

/* line 743, app/assets/stylesheets/custom.css.scss */
.guest-block {
  flex: 1 1 250px;
  margin-bottom: 30px;
  padding-right: 15px;
}

/* line 748, app/assets/stylesheets/custom.css.scss */
.guest-block .guest-block-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}

/* line 754, app/assets/stylesheets/custom.css.scss */
.guest-block .guest-block-header .subheading-large {
  font-size: 1em;
}

/* line 758, app/assets/stylesheets/custom.css.scss */
.guest-block .guest-block-header .light-gray {
  font-size: 0.75em;
  white-space: nowrap;
}

/* line 764, app/assets/stylesheets/custom.css.scss */
.guest-block img {
  width: 100%;
  height: auto;
}

/* line 770, app/assets/stylesheets/custom.css.scss */
.search-form {
  position: relative;
  display: inline-flex;
}

/* line 774, app/assets/stylesheets/custom.css.scss */
.search-form input {
  width: 160px;
  padding: 4px 25px 4px 8px;
  font-size: 13px;
  border: 1px solid #999;
}

/* line 780, app/assets/stylesheets/custom.css.scss */
.search-form .fa-search {
  color: #999;
  font-size: 13px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 792, app/assets/stylesheets/custom.css.scss */
#announcement-bar {
  text-align: center;
  padding: .8em 3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2em;
  background-color: #CC3300;
  color: #ffffff;
}

/* line 805, app/assets/stylesheets/custom.css.scss */
#announcement-bar a, #announcement-bar a:visited {
  color: #ffffff;
}

/* line 811, app/assets/stylesheets/custom.css.scss */
.soundcloud-player iframe {
  width: 100%;
  height: 100%;
}

/* line 818, app/assets/stylesheets/custom.css.scss */
footer ul li img {
  height: 30px;
  width: auto;
}

/* line 824, app/assets/stylesheets/custom.css.scss */
.nested-fields {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 5, app/assets/stylesheets/interviews.css.scss */
.interview-audio {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #444;
}
/* line 2, app/assets/stylesheets/social_icons.css.scss */
a.social-icon {
  font-size: 36px;
  margin: 0 4px;
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/social_icons.css.scss */
.social-media-dropdown {
  padding-top: 8px;
}

/* line 11, app/assets/stylesheets/social_icons.css.scss */
.social-media-dropdown .icons {
  margin-bottom: 12px;
}

/* line 18, app/assets/stylesheets/social_icons.css.scss */
.sharing .sharing-link {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  margin-right: 10px;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/social_icons.css.scss */
.sharing .sharing-link i {
  font-size: 20px;
  margin-right: 3px;
}
/* line 1, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-wrapper {
  position: relative;
}

/* line 5, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
}

/* line 12, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-pill {
  display: inline-flex;
  align-items: center;
  background: #e8e8e8;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.6;
}

/* line 22, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-pill-remove {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
  color: #999;
}

/* line 28, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-pill-remove:hover {
  color: #333;
}

/* line 33, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-field {
  width: 200px;
  padding: 4px 8px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 41, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  width: 200px;
}

/* line 55, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-dropdown li {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
}

/* line 60, app/assets/stylesheets/widgets/_tag_input.scss */
.tag-input-dropdown li:hover {
  background: #f0f0f0;
}
