@font-face {
  font-family: "Amazon Ember Display Bold";
  src: url("../fonts/AmazonEmber_W_Bd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AmazonEmber_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/AmazonEmber_W_Bd.woff2") format("woff2"), url("../fonts/AmazonEmber_W_Bd.woff") format("woff"); }
*:focus, .navbar-toggler:focus, .navbar-toggler:hover {
  outline: none; }

html, body {
  background-color: #00264b;
  color: #212529;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

.show-breaks {
  white-space: pre-line; }

.btn-brand-primary {
  border: solid 1px; }
  .btn-brand-primary:hover, .btn-brand-primary:focus, .btn-brand-primary:active, .btn-brand-primary:not([disabled]):not(.disabled):active {
    filter: brightness(110%); }

.btn-brand-secondary {
  border: solid 1px; }
  .btn-brand-secondary:hover, .btn-brand-secondary:focus, .btn-brand-secondary:active, .btn-brand-secondary:not([disabled]):not(.disabled):active {
    filter: brightness(110%); }

.btn-brand-tertiary {
  height: 55px;
  border-radius: 55px; }

.login-logo {
  background-repeat: no-repeat; }

.login-container {
  height: 100vh; }

.login-message {
  padding: 5px;
  border-left: solid 10px; }

@media (min-width: 1200px) {
  .crisis-navbar {
    position: absolute;
    bottom: 0;
    right: 0; } }

.crisis-nav {
  min-height: 80px; }
  .crisis-nav__logo {
    max-width: 185px; }

.crisis-nav-list__item__link {
  color: #fff; }
.crisis-nav-list__item__link:hover {
  color: #fff; }
.crisis-nav-list__item.dropdown:hover > .dropdown-menu {
  display: block; }

.content {
  flex: 1 0 auto; }

.footer {
  flex-shrink: 0;
  height: 120px;
  padding-top: 20px; }

.footer-links {
  padding: 0;
  list-style: none; }
  .footer-links li {
    float: left;
    margin-right: 10px; }
    .footer-links li a {
      color: white; }

.hero {
  min-height: 300px;
  color: white;
  padding: 0;
  margin: 0;
  background-repeat: repeat; }

.info {
  background-color: #e9ecef; }
  .info__title {
    color: #343a40;
    font-weight: 300;
    font-size: 24px; }

.info-card {
  border: none; }
  .info-card a {
    text-decoration: none; }
  .info-card__title {
    color: white;
    border-radius: 0 !important; }
    .info-card__title a {
      color: white;
      text-decoration: none; }
    @media (min-width: 992px) {
      .info-card__title h2 {
        font-size: 23px; } }

.disclaimer {
  background-color: white; }

.tweet-list {
  background-color: #dee2e6;
  list-style: none; }

.tweet-wrapper {
  background-color: white; }

.tweet {
  background-color: white; }
  .tweet__icon {
    font-size: 30px; }
  .tweet__time {
    font-style: italic;
    color: #adb5bd; }
  .tweet__link, .tweet__link:hover {
    text-decoration: none; }
  .tweet__replies-list {
    list-style: none; }

.comm-list {
  background-color: #f8f9fa;
  list-style: none; }

.comm-wrapper {
  background-color: white; }

.comm {
  background-color: white; }
  .comm__time {
    font-size: 12px; }
  .comm__title {
    border-bottom: solid 1px #adb5bd; }

.news-wrapper {
  background-color: white; }

.news-masthead {
  padding: 5px 40px; }

@media (max-width: 767.99px) {
  .news-columns {
    column-count: 1; } }
@media (min-width: 768px) {
  .news-columns {
    column-count: 2; } }

.newscard {
  border: none; }
  .newscard__image {
    border-radius: 0; }
  .newscard__link, .newscard__link:hover {
    font-weight: bold;
    font-size: 12px; }

.newsfeed {
  list-style: none; }
  .newsfeed__item {
    border-bottom: solid 1px #dee2e6; }

.alert-wrapper {
  color: white;
  position: absolute;
  top: 20px;
  right: 37px;
  z-index: 1000;
  cursor: pointer; }
  .alert-wrapper__highlight {
    color: #9e0c0f; }

.alert-list-wrapper {
  background-color: #f8f9fa;
  position: absolute;
  width: 300px;
  left: -265px;
  z-index: 1000; }
  .alert-list-wrapper__arrow-up {
    margin-top: -25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f8f9fa; }

.alert-list {
  list-style: none;
  padding: 0; }
  .alert-list__item {
    padding: 10px;
    border-bottom: solid 1px #dee2e6; }

.updates__inbox-message {
  cursor: pointer; }
.updates__left-col {
  border-right: solid 1px #dee2e6;
  border-left: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6; }
.updates__right-col {
  border-right: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6; }
.updates__title-row {
  border-bottom: solid 1px #dee2e6; }
.updates__name {
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px; }
.updates__title, .updates __title a {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  margin-top: 5px;
  cursor: pointer; }
  .updates__title--no-pointer, .updates __title a--no-pointer {
    cursor: default; }
  .updates__title--recent, .updates__title--item-title, .updates __title a--recent, .updates __title a--item-title {
    min-height: 50px;
    border-bottom: solid 1px #dee2e6; }
.updates__icon {
  vertical-align: middle; }
  .updates__icon--name {
    vertical-align: top; }
.updates__list {
  list-style: none;
  padding: 0;
  height: 400px;
  overflow-y: scroll; }
  .updates__list li:nth-child(odd) {
    background: #e9ecef; }

.updates-wrapper {
  background-color: white; }

.exercise-content-wrapper {
  background-color: white; }

.exercise-tab {
  border: none !important;
  min-height: 100px; }
  .exercise-tab__link {
    border: none !important;
    border-radius: 0 !important;
    display: inline-block;
    height: 100%;
    background-color: #e9ecef;
    /*
    &.active {
        background-color: $gray-200 !important;
    }*/ }
  .exercise-tab__panel {
    background-color: #e9ecef !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch__input {
    display: none; }
  .switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #adb5bd;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch__slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

.switch__input:checked + .switch__slider {
  background-color: #212529; }

.switch__input:focus + .slider {
  box-shadow: 0 0 1px #212529; }

.switch__input:checked + .switch__slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.switch__slider--round {
  border-radius: 34px; }

.switch__slider--round:before {
  border-radius: 50%; }

.color-selector {
  height: 31px !important;
  width: 31px !important; }

.field-validation-error {
  display: block; }

.field-validation-valid {
  display: none; }

.success-message, .fail-message {
  display: none; }

/*# sourceMappingURL=style.css.map */
