/*
 * 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 */
@import url(/assets/bootstrap-select/bootstrap-select-de6c2e0ec395038cfee1237ed8b12e6baea172ff2086e350057dd33a4d9decce.css);
/* line 22, /app/app/assets/stylesheets/welcome.scss */
.img-balloon {
  background-image: url(/assets/home_bg-c3920bd952c15df19dbf6c8e932cd1500121ceec2ec758d50adac0aa6a446564.png);
}

/* line 27, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .header-row {
  margin-top: 240px !important;
  margin-bottom: 90px;
  padding: 15px;
  text-align: left;
}
/* line 32, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .header-row h1, #ignite_events .header-row h2, #ignite_events .header-row h3, #ignite_events .header-row h4, #ignite_events .header-row h5 {
  font-family: 'Metropolis-Regular', 'Lato', sans-serif;
  color: #54565b;
  text-align: left;
}
/* line 37, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .header-row h2 {
  font-weight: bold;
}
/* line 40, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .header-row h5 {
  font-size: 2rem;
}
/* line 44, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .hero-image-col {
  padding: 0;
}
/* line 46, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .hero-image-col img {
  width: 100%;
  height: auto;
}
/* line 51, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .register-below-row {
  margin-top: 45px;
}
/* line 53, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .register-below-row .coloured-col.register-below-col {
  padding: 0;
}
/* line 58, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .register-grid-row .row {
  margin: 15px auto;
}
/* line 61, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .register-grid-row a {
  border: 1px solid #00ADBC;
  border-radius: 3px;
  color: white;
  background-color: #00ADBC;
  padding: 5px 10px;
  margin-top: 10px;
}
/* line 68, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .register-grid-row a:hover {
  background-color: #00ADBC77;
  border-color: #00ADBC77;
}
/* line 74, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .ignite-events-table {
  background-color: white;
  color: #54565b;
  margin-top: 60px;
}
/* line 79, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .speakers-row {
  margin-top: 15px;
  margin-bottom: 75px;
}
/* line 83, /app/app/assets/stylesheets/welcome.scss */
#ignite_events footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* line 88, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .coloured-col {
  padding: 30px;
  line-height: 2rem;
}
/* line 93, /app/app/assets/stylesheets/welcome.scss */
#ignite_events .speaker-col h4 {
  color: #00ADBC;
  font-weight: bold;
  font-family: 'Metropolis-Regular', 'Lato', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 105, /app/app/assets/stylesheets/welcome.scss */
.demo-bg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 113, /app/app/assets/stylesheets/welcome.scss */
.demo-loading {
  display: inline-block;
  overflow: hidden;
  line-height: 43px;
  white-space: nowrap;
  max-width: 0;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
}

/* line 123, /app/app/assets/stylesheets/welcome.scss */
.disabled > .demo-loading {
  max-width: 10em;
  -webkit-transition: max-width .5s;
  transition: max-width .5s;
}

/* line 129, /app/app/assets/stylesheets/welcome.scss */
.demo-loading .fa {
  -webkit-animation: none;
          animation: none;
}

/* line 133, /app/app/assets/stylesheets/welcome.scss */
.disabled > .demo-loading .fa {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 138, /app/app/assets/stylesheets/welcome.scss */
.btn_container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  flex-wrap: wrap;
}
/* line 143, /app/app/assets/stylesheets/welcome.scss */
.btn_container .btn_type3 {
  margin: 15px auto !important;
}

/* line 148, /app/app/assets/stylesheets/welcome.scss */
#video_overlap_p {
  transition: z-index, 0.5s;
  -webkit-transition: z-index, 0.5s;
}

@media screen and (max-width: 375px) and (min-width: 361px) {
  /* line 154, /app/app/assets/stylesheets/welcome.scss */
  .btn_container {
    margin-top: 45px !important;
  }
  /* line 157, /app/app/assets/stylesheets/welcome.scss */
  .btn_container .btn_type3:last-of-type {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 414px) {
  /* line 165, /app/app/assets/stylesheets/welcome.scss */
  .btn_container {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 414px) and (min-width: 376px) {
  /* line 171, /app/app/assets/stylesheets/welcome.scss */
  .btn_container {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 414px) and (min-width: 361px) {
  /* line 179, /app/app/assets/stylesheets/welcome.scss */
  .btn_container .btn_type3 {
    margin-bottom: 24px !important;
  }
  /* line 181, /app/app/assets/stylesheets/welcome.scss */
  .btn_container .btn_type3:last-of-type {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  /* line 189, /app/app/assets/stylesheets/welcome.scss */
  .demo-bg {
    display: block;
  }

  /* line 192, /app/app/assets/stylesheets/welcome.scss */
  #demo-bg-list {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
  }

  /* line 198, /app/app/assets/stylesheets/welcome.scss */
  .demo-bg img {
    vertical-align: top;
    width: 64px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  /* line 206, /app/app/assets/stylesheets/welcome.scss */
  .disabled .demo-chg-bg,
  .demo-bg .active {
    opacity: .3;
    cursor: default;
    -webkit-transition: opacity .5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  /* line 214, /app/app/assets/stylesheets/welcome.scss */
  #section2 {
    padding-top: 40px;
  }
}
/* line 219, /app/app/assets/stylesheets/welcome.scss */
input {
  background-image: none !important;
}

/* Page : UI-Buttons */
/* line 224, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-btn.list-group-item {
  padding: 20px 15px;
}

/* line 227, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-btn {
  text-align: center;
}

/* line 230, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-btn .btn {
  margin: 7px 7px 7px 0;
}

/* line 233, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-btn .btn:not(.btn-icon) {
  min-width: 17.5%;
}

/* line 236, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-btn-group .btn-group {
  margin: 7px 7px 7px 0;
}

/* Page : UI-Modals */
/* line 242, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-modal .modal {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 1;
  overflow: hidden;
}

/* line 253, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-modal .modal-dialog {
  left: auto;
  color: #404040;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Page : UI-Components */
/* line 262, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-label-badge {
  text-align: center;
}

/* line 265, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-label-badge .label,
.demo-nifty-label-badge .badge {
  float: none;
  margin: 0 7px 10px 0;
  display: inline-block;
}

/* Page : Helper classes */
/* line 274, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-padding > tr > td > div {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(100, 42, 156, 0.27);
}

/* line 283, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-padding > tr > td > div > div {
  width: 100%;
  height: 100%;
  line-height: normal;
  background-color: #fff;
  border: 1px solid rgba(20, 126, 255, 0.53);
  vertical-align: middle;
}

/* line 291, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-padding > tr > td > div > div:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

/* line 298, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-margin > tr > td > div {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: 500;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f4df60;
}

/* line 308, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-margin > tr > td > div > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  line-height: normal;
  background-color: #fff;
  border: 1px solid rgba(20, 126, 255, 0.53);
  vertical-align: middle;
}

/* line 319, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-margin > tr > td > div > div:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

/* line 326, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-background > tr > td > div {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

/* line 335, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-border div {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 345, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-icon span {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 350, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-text p {
  width: 125px;
  min-height: 35px;
  padding: 5px;
  margin-bottom: 0;
}

/* line 357, /app/app/assets/stylesheets/welcome.scss */
#section1 .btn_container {
  width: 110%;
  max-width: 420px;
}

@media (min-width: 1340px) {
  /* line 363, /app/app/assets/stylesheets/welcome.scss */
  .preamble_content #section1 {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  /* line 369, /app/app/assets/stylesheets/welcome.scss */
  .demo-nifty-text p {
    width: 175px;
  }
}
/* line 373, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-text td:nth-child(2) {
  text-align: center;
}

/* line 378, /app/app/assets/stylesheets/welcome.scss */
.demo-nifty-text p:not(.bg-dark) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 385, /app/app/assets/stylesheets/welcome.scss */
.demo-set {
  display: none;
}

@media (min-width: 1024px) {
  /* line 390, /app/app/assets/stylesheets/welcome.scss */
  .demo-set {
    display: block;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 999;
    text-align: center;
    width: 600px;
    margin-left: -300px;
    opacity: 0;
    -webkit-transition: opacity .5s linear 1s;
    transition: opacity .5s linear 1s;
  }

  /* line 404, /app/app/assets/stylesheets/welcome.scss */
  .nifty-ready > .demo-set {
    opacity: 1;
    -webkit-transition: opacity .5s linear 1.5s;
    transition: opacity .5s linear 1.5s;
  }

  /* line 409, /app/app/assets/stylesheets/welcome.scss */
  .demo-set hr {
    border-color: rgba(0, 0, 0, 0.2);
  }

  /* line 412, /app/app/assets/stylesheets/welcome.scss */
  .demo-set a, .demo-set a:hover, .demo-set a:focus {
    color: #fff;
  }

  /* line 415, /app/app/assets/stylesheets/welcome.scss */
  .demo-set-body > .demo-set-content {
    padding: 10px 10px 0;
    text-align: left;
  }

  /* line 419, /app/app/assets/stylesheets/welcome.scss */
  .demo-set-body .icon-wrap {
    padding: 7px;
  }

  /* line 422, /app/app/assets/stylesheets/welcome.scss */
  .demo-set .demo-set-body {
    z-index: 20;
    position: relative;
    color: #fff;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
  }

  /* line 432, /app/app/assets/stylesheets/welcome.scss */
  .demo-set.open .demo-set-body {
    max-height: 900px;
    -webkit-transition: max-height .5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }

  /* line 439, /app/app/assets/stylesheets/welcome.scss */
  #demo-set-btn {
    background-color: #3b4146;
    color: #fff;
    border: 0;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    margin-top: -2px;
  }

  /* line 450, /app/app/assets/stylesheets/welcome.scss */
  #demo-set-animation {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }

  /* line 456, /app/app/assets/stylesheets/welcome.scss */
  .no-cookie .demo-set-save-text {
    text-decoration: line-through;
  }
}
@media (min-width: 992px) {
  /* line 463, /app/app/assets/stylesheets/welcome.scss */
  .demo-set {
    width: 900px;
    margin-left: -450px;
  }
}
@media (min-width: 1200px) {
  /* line 470, /app/app/assets/stylesheets/welcome.scss */
  #demo-set-animation {
    max-height: 150px;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    overflow: visible;
  }
}
/* line 477, /app/app/assets/stylesheets/welcome.scss */
#demo-theme > div {
  text-align: justify;
}

/* line 480, /app/app/assets/stylesheets/welcome.scss */
#demo-theme > div:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* line 485, /app/app/assets/stylesheets/welcome.scss */
.demo-theme {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #e3e3e3;
  overflow: hidden;
  margin: 0 21px 15px 0;
  position: relative;
  float: left;
}

/* line 496, /app/app/assets/stylesheets/welcome.scss */
.demo-theme.disabled {
  cursor: default;
}

/* line 500, /app/app/assets/stylesheets/welcome.scss */
.demo-theme.disabled:after {
  content: '\f058';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  color: #005803;
  background: rgba(255, 255, 255, 0.5);
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 30px;
}

/* line 516, /app/app/assets/stylesheets/welcome.scss */
.demo-theme:before {
  content: '';
  position: absolute;
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 3;
  opacity: 0;
  -webkit-animation: zoomOut .5s;
  animation: zoomOut .5s;
}

/* line 530, /app/app/assets/stylesheets/welcome.scss */
.demo-theme:not(.disabled):hover:before {
  opacity: 1;
  -webkit-animation: zoomIn .5s;
  animation: zoomIn .5s;
}

/* line 536, /app/app/assets/stylesheets/welcome.scss */
.demo-theme:not(.disabled):hover .demo-theme-brand,
.demo-theme:not(.disabled):hover .demo-theme-head,
.demo-theme:not(.disabled):hover .demo-theme-nav {
  opacity: .15;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 544, /app/app/assets/stylesheets/welcome.scss */
.demo-theme-brand,
.demo-theme-head,
.demo-theme-nav {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 551, /app/app/assets/stylesheets/welcome.scss */
.demo-theme-brand {
  width: 65%;
  height: 55%;
  float: left;
  position: relative;
  opacity: 1;
  z-index: 2;
}

/* line 560, /app/app/assets/stylesheets/welcome.scss */
.demo-theme-head {
  margin-left: 65%;
  height: 55%;
  opacity: 1;
  background-color: #eee;
}

/* line 567, /app/app/assets/stylesheets/welcome.scss */
.demo-theme-nav {
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: #eee;
  z-index: 1;
}

/* line 578, /app/app/assets/stylesheets/welcome.scss */
.demo-a-light:before,
.demo-b-light:before,
.demo-c-light:before,
.demo-a-light .demo-theme-brand,
.demo-b-light .demo-theme-brand,
.demo-a-light .demo-theme-nav,
.demo-c-light .demo-theme-nav,
.demo-a-light .demo-theme-head {
  background: #fff;
}

/* line 588, /app/app/assets/stylesheets/welcome.scss */
.demo-a-light, .demo-a-light:before,
.demo-b-light, .demo-b-light:before,
.demo-c-light, .demo-c-light:before {
  border: 1px solid #e0e0e0;
}

/* line 594, /app/app/assets/stylesheets/welcome.scss */
.demo-a-ocean:before,
.demo-b-ocean:before,
.demo-c-ocean:before,
.demo-b-ocean .demo-theme-brand,
.demo-a-ocean .demo-theme-brand,
.demo-c-ocean .demo-theme-nav,
.demo-a-ocean .demo-theme-head {
  background: #5aaedc;
}

/* line 604, /app/app/assets/stylesheets/welcome.scss */
.demo-a-lime:before,
.demo-b-lime:before,
.demo-c-lime:before,
.demo-a-lime .demo-theme-brand,
.demo-b-lime .demo-theme-brand,
.demo-c-lime .demo-theme-nav,
.demo-a-lime .demo-theme-head {
  background: #8dba60;
}

/* line 614, /app/app/assets/stylesheets/welcome.scss */
.demo-a-purple:before,
.demo-b-purple:before,
.demo-c-purple:before,
.demo-a-purple .demo-theme-brand,
.demo-b-purple .demo-theme-brand,
.demo-c-purple .demo-theme-nav,
.demo-a-purple .demo-theme-head {
  background: #995b92;
}

/* line 624, /app/app/assets/stylesheets/welcome.scss */
.demo-a-dust:before,
.demo-b-dust:before,
.demo-c-dust:before,
.demo-a-dust .demo-theme-brand,
.demo-b-dust .demo-theme-brand,
.demo-c-dust .demo-theme-nav,
.demo-a-dust .demo-theme-head {
  background: #f77b5b;
}

/* line 633, /app/app/assets/stylesheets/welcome.scss */
.demo-a-mint:before,
.demo-b-mint:before,
.demo-c-mint:before,
.demo-a-mint .demo-theme-brand,
.demo-b-mint .demo-theme-brand,
.demo-c-mint .demo-theme-nav,
.demo-a-mint .demo-theme-head {
  background: #40c4a7;
}

/* line 642, /app/app/assets/stylesheets/welcome.scss */
.demo-a-yellow:before,
.demo-b-yellow:before,
.demo-c-yellow:before,
.demo-a-yellow .demo-theme-brand,
.demo-b-yellow .demo-theme-brand,
.demo-c-yellow .demo-theme-nav,
.demo-a-yellow .demo-theme-head {
  background: #f1da71;
}

/* line 651, /app/app/assets/stylesheets/welcome.scss */
.demo-a-prickly-pear:before,
.demo-b-prickly-pear:before,
.demo-c-prickly-pear:before,
.demo-a-prickly-pear .demo-theme-brand,
.demo-b-prickly-pear .demo-theme-brand,
.demo-c-prickly-pear .demo-theme-nav,
.demo-a-prickly-pear .demo-theme-head {
  background: #b25e71;
}

/* line 660, /app/app/assets/stylesheets/welcome.scss */
.demo-a-coffee:before,
.demo-b-coffee:before,
.demo-c-coffee:before,
.demo-a-coffee .demo-theme-brand,
.demo-b-coffee .demo-theme-brand,
.demo-c-coffee .demo-theme-nav,
.demo-a-coffee .demo-theme-head {
  background: #766d51;
}

/* line 669, /app/app/assets/stylesheets/welcome.scss */
.demo-a-well-red:before,
.demo-b-well-red:before,
.demo-c-well-red:before,
.demo-a-well-red .demo-theme-brand,
.demo-b-well-red .demo-theme-brand,
.demo-c-well-red .demo-theme-nav,
.demo-a-well-red .demo-theme-head {
  background: #da5959;
}

/* line 678, /app/app/assets/stylesheets/welcome.scss */
.demo-a-navy:before,
.demo-b-navy:before,
.demo-c-navy:before,
.demo-a-navy .demo-theme-brand,
.demo-b-navy .demo-theme-brand,
.demo-c-navy .demo-theme-nav,
.demo-a-navy .demo-theme-head {
  background: #32404e;
}

/* line 687, /app/app/assets/stylesheets/welcome.scss */
.demo-a-navy .demo-theme-nav {
  background: #e3e8ee;
}

/* line 690, /app/app/assets/stylesheets/welcome.scss */
.demo-a-dark:before,
.demo-b-dark:before,
.demo-c-dark:before,
.demo-a-dark .demo-theme-brand,
.demo-b-dark .demo-theme-brand,
.demo-c-dark .demo-theme-nav,
.demo-a-dark .demo-theme-head {
  background: #2e3539;
}

/* line 700, /app/app/assets/stylesheets/welcome.scss */
.content-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

/* line 707, /app/app/assets/stylesheets/welcome.scss */
.header-text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}

/* line 715, /app/app/assets/stylesheets/welcome.scss */
.heading-text {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}

/* line 723, /app/app/assets/stylesheets/welcome.scss */
.p-text {
  color: #000;
  font-size: 20px;
  text-align: left;
  line-height: 1.5em;
}

/* line 730, /app/app/assets/stylesheets/welcome.scss */
.padding-right-20 {
  padding-right: 20px;
}

/* line 734, /app/app/assets/stylesheets/welcome.scss */
.panel-top-margin {
  margin-top: 150px;
}

/* line 739, /app/app/assets/stylesheets/welcome.scss */
.custom-dash-card {
  max-width: 300px;
  min-height: 250px;
  cursor: pointer;
  background-color: #d5441c !important;
}

/* line 746, /app/app/assets/stylesheets/welcome.scss */
.custom-dash-card:hover {
  background-color: #575757 !important;
}

/* line 750, /app/app/assets/stylesheets/welcome.scss */
.dash-header {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}

/* line 757, /app/app/assets/stylesheets/welcome.scss */
#whyYodalVideoModal > div > div > div.modal-header > button {
  opacity: 0.4;
}
/* line 759, /app/app/assets/stylesheets/welcome.scss */
#whyYodalVideoModal > div > div > div.modal-header > button:hover {
  opacity: 1;
}
