/*
 * Base
 */
/*
 * Mixins
 */
/*
 * Globals
 */
/* line 25, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
body {
  font-family: "Montserrat", sans-serif;
}

/* line 31, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
blockquote {
  font-weight: normal;
}

/* line 37, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.text-small {
  font-size: 12px;
}

/* line 41, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
h1 {
  font-weight: 300;
}

/* line 46, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
h1 strong {
  font-weight: 600;
}

/* line 53, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.bg-light {
  background: #FFF;
}

/* line 57, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.background-dark {
  color: #FFF;
}

/* line 61, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.navbar-toggler {
  display: block;
}

/* line 65, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.dividers {
  position: relative;
  z-index: 10;
}

/* line 70, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#app {
  background: transparent;
}

/* line 74, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.wrap {
  background: #0c414c;
  background: linear-gradient(180deg, #0c414c 0%, #206978 25%);
}

/* line 79, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.main-light {
  background: #FFF;
  position: relative;
  z-index: 10;
}

/* line 85, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.main-dark {
  background: #ededed;
}

/* line 89, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.main-base {
  background: #206978;
  color: #FFF;
}

/* line 93, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.main-base h2 {
  font-weight: 300;
}

/* line 98, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.main-base h2 span {
  font-weight: 500;
}

/* line 106, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
img {
  vertical-align: top;
}

/* line 110, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 115, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.navbar-nav .btn-nav {
  border: 1px solid #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: none;
}

/* line 120, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.navbar-nav .btn-nav .nav-link {
  color: #FFF;
}

/* line 125, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.navbar-nav a.btn-link {
  color: white;
}

/* line 130, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.btn-cta {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background: #fc7753;
  color: #FFF;
  border: none;
  cursor: pointer;
}

/* line 138, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.btn-cta:active, .btn-cta:focus, .btn-cta:hover {
  background: #eb8165;
}

/* line 145, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.numberCircle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 6px;
  background: #78b472;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px;
}

/* line 160, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

/* line 179, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 190, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#borrower a:hover {
  text-decoration: none;
}

/* line 199, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#primaryStrategyQuestions label {
  cursor: pointer;
}

/* line 204, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.rounded-lg {
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  border-radius: 1rem !important;
}

/* line 210, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.rounded-lg-top-only {
  -webkit-border-top-left-radius: 1rem !important;
  -moz-border-top-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  -webkit-border-top-right-radius: 1rem !important;
  -moz-border-top-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

/* line 220, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.modal-header .close {
  position: absolute;
  top: 20px;
  right: 15px;
}

/* line 226, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.modal-header .modal-title {
  margin: 0 auto;
}

/* line 231, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.card {
  border: none;
}

/* line 235, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.card-header {
  background: none;
}

/* line 240, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.card-body aside {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 245, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.drop-shadows {
  box-shadow: 0 4px 8px #eee, -5px 4px 8px #eee, 5px 4px 8px #eee;
  -webit-box-shadow: 0 4px 8px #eee, -5px 4px 8px #eee, 5px 4px 8px #eee;
  -moz-box-shadow: 0 4px 8px #eee, -5px 4px 8px #eee, 5px 4px 8px #eee;
}

/* line 249, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
.numbers {
  color: #206978;
  font-size: 2rem;
}

/* line 256, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
footer {
  color: #FFF;
}

/* line 260, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#section-image-sold {
  position: absolute;
  top: -190px;
  z-index: -1;
}

/* line 266, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
#section-image-shake {
  position: absolute;
  top: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  /* line 273, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
  #section-image-shake,
  #section-image-sold {
    position: relative !important;
    top: 0;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  /* line 290, /Users/jaykong/Code/fundingfrog/resources/sass/theme/scout.scss */
  #section-image-shake,
  #section-image-sold {
    position: relative !important;
    top: 0;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/*# sourceMappingURL=../../../public/css/scout.map */