/* < 576 */
/* > 576 < 768 */
/* > 768 < 992 */
/* > 992 < 1200 */
/* > 1200 < 1400 */
/* > 1400 */
:root {
  --body-fg: #333;
  --body-bg: #fff;
  --body-quiet-color: #666;
  --body-loud-color: #000;
}

@media (prefers-color-scheme: light) {
  :root {
    --body-fg: #333;
    --body-bg: #fff;
    --body-quiet-color: #666;
    --body-loud-color: #000;
    --success-fg: #895A74;
    --success-color: rgb(90, 137, 111);
    --error-color: rgb(255, 53, 94);
    --link-fg: #587d94;
    --link-visited-fg: #895A74;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-fg: #fff;
    --body-bg: #333;
    --body-quiet-color: #000;
    --body-loud-color: #666;
    --success-fg: #895A74;
    --success-color: rgb(90, 137, 111);
    --error-color: rgb(255, 53, 94);
    --link-fg: #4285F4;
    --link-visited-fg: #895A74;
  }
  a:link, a:visited {
    color: #4285F4;
  }
  a:hover {
    color: rgb(90, 137, 111);
  }
}
@keyframes slideDown {
  1% {
    height: 5%;
  }
  80% {
    height: 115%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeOut {
  1% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flipInFromRight {
  1% {
    transform: translateX(100%) rotate(360deg);
  }
  80% {
    transform: translateX(-15%) rotate(-15deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes flipInFromLeft {
  1% {
    transform: translateX(-100%) rotate(-360deg);
  }
  80% {
    transform: translateX(15%) rotate(15deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes slideInFromRight {
  1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  1% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mobileMenuSlideOut {
  1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(calc(-90% + 2em));
  }
}
@keyframes fadeSlideInFromLeft {
  1% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 100%;
    transform: translateX(0);
  }
}
@keyframes bounceInFromLeft {
  1% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutToLeft {
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: var(--body-fg);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--body-fg);
  }
  100% {
    border-color: transparent;
  }
}
/* < 576 */
/* > 576 < 768 */
/* > 768 < 992 */
/* > 992 < 1200 */
/* > 1200 < 1400 */
/* > 1400 */
:root {
  --body-fg: #333;
  --body-bg: #fff;
  --body-quiet-color: #666;
  --body-loud-color: #000;
}

@media (prefers-color-scheme: light) {
  :root {
    --body-fg: #333;
    --body-bg: #fff;
    --body-quiet-color: #666;
    --body-loud-color: #000;
    --success-fg: #895A74;
    --success-color: rgb(90, 137, 111);
    --error-color: rgb(255, 53, 94);
    --link-fg: #587d94;
    --link-visited-fg: #895A74;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-fg: #fff;
    --body-bg: #333;
    --body-quiet-color: #000;
    --body-loud-color: #666;
    --success-fg: #895A74;
    --success-color: rgb(90, 137, 111);
    --error-color: rgb(255, 53, 94);
    --link-fg: #4285F4;
    --link-visited-fg: #895A74;
  }
  a:link, a:visited {
    color: #4285F4;
  }
  a:hover {
    color: rgb(90, 137, 111);
  }
}
@keyframes slideDown {
  1% {
    height: 5%;
  }
  80% {
    height: 115%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadeIn {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeOut {
  1% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flipInFromRight {
  1% {
    transform: translateX(100%) rotate(360deg);
  }
  80% {
    transform: translateX(-15%) rotate(-15deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes flipInFromLeft {
  1% {
    transform: translateX(-100%) rotate(-360deg);
  }
  80% {
    transform: translateX(15%) rotate(15deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes slideInFromRight {
  1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  1% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mobileMenuSlideOut {
  1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(calc(-90% + 2em));
  }
}
@keyframes fadeSlideInFromLeft {
  1% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 100%;
    transform: translateX(0);
  }
}
@keyframes bounceInFromLeft {
  1% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutToLeft {
  1% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: var(--body-fg);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--body-fg);
  }
  100% {
    border-color: transparent;
  }
}
.search-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-container #search-form, .search-container #youtube-search-form {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100% !important;
}
.search-container #search-form .form-group, .search-container #youtube-search-form .form-group {
  flex-direction: row !important;
}
.search-container #search-form .form-group:first-of-type, .search-container #youtube-search-form .form-group:first-of-type {
  flex: 3 0 0;
}
.search-container #search-form .form-group:first-of-type label, .search-container #youtube-search-form .form-group:first-of-type label {
  flex: 1 0 0;
  text-align: center;
}
.search-container #search-form .form-group:first-of-type #id_q::placeholder, .search-container #search-form .form-group:first-of-type #id_search::placeholder, .search-container #youtube-search-form .form-group:first-of-type #id_q::placeholder, .search-container #youtube-search-form .form-group:first-of-type #id_search::placeholder {
  color: #f1f1f1;
}
.search-container #search-form .form-group:first-of-type #id_search, .search-container #search-form .form-group:first-of-type #id_q, .search-container #youtube-search-form .form-group:first-of-type #id_search, .search-container #youtube-search-form .form-group:first-of-type #id_q {
  color: #ffffff !important;
}
.search-container #search-form .form-group:first-of-type label[for=id_search], .search-container #search-form .form-group:first-of-type label[for=id_q], .search-container #youtube-search-form .form-group:first-of-type label[for=id_search], .search-container #youtube-search-form .form-group:first-of-type label[for=id_q] {
  display: none;
}
.search-container #search-form .form-group:first-of-type .form-control, .search-container #youtube-search-form .form-group:first-of-type .form-control {
  flex: 9 0 0;
}

.search-col form {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100% !important;
}
.search-col form label {
  display: none;
}
.search-col form .form-group {
  display: flex;
  box-sizing: border-box;
}
.search-col form .form-group:first-of-type {
  flex: calc(100% - 100px) 0 0;
}
.search-col form .form-group:first-of-type #id_search {
  width: 100% !important;
}
.search-col form .form-group:last-of-type {
  flex: 80px 0 0;
  justify-content: center;
}

#search-results {
  display: flex;
  flex-direction: column;
}
#search-results div {
  margin-bottom: 10px;
}

.chat-bubble {
  display: flex;
  padding: 1em;
  border-radius: 1em 0 1em 0;
  border: 1px solid #cccccc;
  color: #ffffff;
  background: #4285F4 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.search-result {
  display: flex;
  flex-direction: column;
  padding: 1em;
  border-radius: 1em 0 1em 0;
  border: 1px solid #cccccc;
  background: #f1f1f1 !important;
}
.search-result .title {
  font-weight: bold;
}

.youtube-results {
  display: flex;
  flex-direction: column;
}
.youtube-results .youtube-result {
  width: 100%;
  margin-bottom: 2em;
}
.youtube-results .youtube-result .youtube-result-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.youtube-results .youtube-result .youtube-result-inner .youtube-video iframe {
  border-radius: 1em;
}
.youtube-results .youtube-result .youtube-result-inner .youtube-download-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.youtube-results .youtube-result .youtube-result-inner .youtube-download-form .form-group {
  flex-direction: row;
}
.youtube-results .youtube-result .youtube-result-inner .youtube-download-form .form-group .form-control {
  color: #ffffff !important;
}
.youtube-results .youtube-result .youtube-result-inner .youtube-download-form .form-group .form-control::placeholder {
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .youtube-results .youtube-result-inner .youtube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0.5em;
  }
  .youtube-results .youtube-result-inner .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media (min-width: 768px) {
  .search-container, .youtube-search-container {
    width: 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .search-container #search-form label[for=id_search], .youtube-search-container #search-form label[for=id_search] {
    display: block;
  }
  .youtube-results {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .youtube-results .youtube-result-inner {
    flex-direction: row !important;
  }
  .youtube-results .youtube-result-inner .youtube-video {
    margin-right: 1em;
  }
}
* {
  background: inherit;
}

#id_url, #id_search {
  color: #ffffff !important;
}

.post-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-container .post {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%;
  border: 1px solid var(--body-quiet-color);
  border-bottom: 5px solid var(--body-quiet-color);
  border-radius: 0.5em;
  background: #454545;
  padding: 0;
}
.post-container .post .post-content, .post-container .post .post-action, .post-container .post .post-header {
  padding: 1em;
}
.post-container .post > div:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.post-container .post > div:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.post-container .post .post-action, .post-container .post .post-reveal {
  display: flex;
  flex-direction: row;
}
.post-container .post .post-content, .post-container .post .post-title {
  display: flex;
  flex-direction: column;
}
.post-container .post .post-action {
  border-top: 1px solid var(--body-quiet-color);
}
.post-container .post .post-action a {
  text-transform: uppercase;
}
.post-container .post .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.post-container .post .post-title {
  font-size: 22px;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-weight: 700;
  padding-bottom: 0;
}
.post-container .post .post-metadata {
  font-size: 0.75em;
  font-style: italic;
  padding-top: 0;
}
.post-container .post .post-content {
  font-size: 18px;
}
.post-container .post .post-content p {
  margin: 0 0 25px 0;
}
.post-container .post .post-content p:empty {
  display: none;
}
.post-container .post .post-content img, .post-container .post .post-content figure, .post-container .post .post-content video, .post-container .post .post-content .ars-wp-video, .post-container .post .post-content .ars-wp-video--horizontal, .post-container .post .post-content .ars-wp-video-wrapper {
  box-sizing: border-box;
  max-width: 100% !important;
  object-fit: contain !important;
  height: auto !important;
}
.post-container .post .post-content img video, .post-container .post .post-content figure video, .post-container .post .post-content video video, .post-container .post .post-content .ars-wp-video video, .post-container .post .post-content .ars-wp-video--horizontal video, .post-container .post .post-content .ars-wp-video-wrapper video {
  width: 100%;
  height: auto;
}
.post-container .post .post-img, .post-container .post .post-reveal, .post-container .post .post-image, .post-container .post figure {
  padding: 0 !important;
  margin: 0 -10px 0 -10px !important;
}
.post-container .post .post-img img, .post-container .post .post-reveal img, .post-container .post .post-image img, .post-container .post figure img {
  width: 100%;
}
.post-container .post .caption {
  margin: 0 10px 0 10px !important;
}
.post-container .post .activator .fa-ellipsis-v, .post-container .post .activator .fa-times, .post-container .post .post-reveal .fa-ellipsis-v, .post-container .post .post-reveal .fa-times {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}

.post-weather {
  background: #ffffff !important;
}
.post-weather .weather-app {
  display: block !important;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
}

@media (min-width: 768px) {
  .post-container .post {
    max-width: 50%;
  }
}

/*# sourceMappingURL=ff-style.css.map */
