/* Colors */
/* line 39, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.bg-gradient {
  background-color: #4c5d91;
  background: -webkit-linear-gradient(-45deg, #83a49d, #293785);
  background: -moz-linear-gradient(-45deg, #83a49d, #293785);
  background: -o-linear-gradient(-45deg, #83a49d, #293785);
  background: -ms-linear-gradient(-45deg, #83a49d, #293785);
  background: linear-gradient(-45deg, #83a49d, #293785); }

/* line 47, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.bg-gradient-fixed, .off-canvas, body.new-client {
  background-color: #4c5d91;
  background: -webkit-linear-gradient(-45deg, #83a49d, #293785) fixed;
  background: -moz-linear-gradient(-45deg, #83a49d, #293785) fixed;
  background: -o-linear-gradient(-45deg, #83a49d, #293785) fixed;
  background: -ms-linear-gradient(-45deg, #83a49d, #293785) fixed;
  background: linear-gradient(-45deg, #83a49d, #293785) fixed; }

/* line 55, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
body {
  background-color: #4c5d91; }

/* line 58, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
hr {
  background-color: #6e8798;
  border-color: #6e8798; }

/* line 62, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
body, h1, h2, h3, h4, h5, h6, label {
  color: #f1f2f2; }

/* line 65, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
a, a:hover, a:visited, a:active, a:focus {
  color: #f1f2f2;
  text-decoration: none; }

/* line 69, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.button, select, [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  color: #4c5d91;
  background-color: #9eabbf;
  border-color: transparent;
  outline-color: #ffffff; }

/* line 75, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
select:focus, [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:active, [type=color]:active, [type=date]:active, [type=datetime-local]:active, [type=datetime]:active, [type=email]:active, [type=month]:active, [type=number]:active, [type=password]:active, [type=search]:active, [type=tel]:active, [type=text]:active, [type=time]:active, [type=url]:active, [type=week]:active, textarea:active, select:hover, [type=color]:hover, [type=date]:hover, [type=datetime-local]:hover, [type=datetime]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, textarea:hover {
  color: #4c5d91;
  background-color: #9eabbf;
  border-color: #4c5d91; }

/* line 80, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.button:focus, .button:active, .button:hover, .select-menu:focus, .select-menu:active, .select-menu:hover {
  color: #ffffff;
  background-color: #7d9c9b;
  border-color: #ffffff;
  box-shadow: 0 0 5px #ffffff; }

/* line 86, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
  color: #525252;
  background-color: #9aa4b7; }

/* line 90, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #778eaf'></polygon></svg>");
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 6px; }

/* line 97, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu, .select-menu, .select-menu, .select-menu:focus, .select-menu:active, .select-menu:hover {
  color: #9eabbf;
  background-color: #4c5d91; }

/* line 101, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .option {
  color: #9eabbf;
  background-color: #4c5d91;
  border-bottom-color: #f1f2f2; }

/* line 106, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .option:hover {
  color: #364477;
  background-color: #ffffff; }

/* line 110, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .header {
  background-color: #364477; }

/* line 113, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .close {
  cursor: pointer;
  text-align: right; }

/* line 117, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.error {
  background-color: #ff9999; }

/* line 120, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.error:hover {
  background-color: #ff6060; }

/* line 123, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.message {
  background-color: #9999ff; }

/* line 126, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.message:hover {
  background-color: #6060ff; }

/* line 129, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.issue {
  border-color: #ff9999 !important;
  background-color: #ff6060 !important; }

/* line 133, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.menu-icon:focus, .off-canvas, .off-canvas a, .off-canvas a:hover, .off-canvas a:focus {
  outline: none; }

/* line 143, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.js-off-canvas-exit {
  background-color: rgba(0, 0, 0, 0.5); }

/* line 146, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.menu-icon::after, .menu-icon:hover::after {
  background-color: #f1f2f2;
  box-shadow: 0 9px 0 #f1f2f2, 0 18px #f1f2f2; }

/* Spacing */
/* line 158, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
body {
  padding-bottom: 4rem; }

/* line 161, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  padding: 0; }

/* line 167, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
ul, ol {
  margin-left: 2rem;
  margin-top: 0; }

/* line 171, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
label {
  line-height: 1.5; }

/* line 175, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.new-client [type=text] {
  color: #9eabbf;
  background-color: #4c5d91; }
/* line 178, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.new-client [type=text]:focus, .new-client [type=text]:hover {
  border: 1px solid white; }
/* line 180, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.new-client [type=text].large, .new-client a.button.large {
  font-size: 1rem;
  line-height: 2rem;
  height: auto; }
/* line 184, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.new-client button.button {
  background-color: #28377d;
  color: white; }

/* line 188, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.menu-icon {
  width: 1rem;
  margin: 1rem 0; }

/* line 192, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 196, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options {
  margin-bottom: 1rem; }

@media only screen and (min-width: 40em) {
  /* line 200, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .select-menu-options {
    max-height: 20rem;
    overflow-y: scroll;
    overflow-x: hidden; } }
/* line 205, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .option, .select-menu-options .header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1rem;
  text-align: center; }

/* line 211, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .header {
  padding: 0; }

/* line 214, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .header .row {
  padding-top: 0;
  padding-bottom: 0; }

/* line 218, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .header div {
  padding: 1rem; }

/* line 221, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.menu > li > a {
  padding: 0;
  margin: 1rem;
  line-height: 1.5; }

/* line 226, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.no-margin {
  margin: 0; }

/* line 229, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.no-padding {
  padding: 0; }

/* line 232, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.no-spacing {
  margin: 0;
  padding: 0; }

/* line 236, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.no-margin-top {
  margin-top: 0; }

/* line 239, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.no-margin-bottom {
  margin-bottom: 0; }

/* line 242, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.small-margin-top {
  margin-top: 1rem; }

/* line 245, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.medium-margin-top {
  margin-top: 2rem; }

/* line 248, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.small-margin-bottom {
  margin-bottom: 1rem; }

/* line 251, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.medium-margin-bottom {
  margin-bottom: 2rem; }

/* line 254, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.large-margin-bottom {
  margin-bottom: 4rem; }

/* line 257, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.huge-margin-bottom {
  margin-bottom: 10rem; }

/* line 260, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.large-padding {
  padding: 4rem; }

/* line 263, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.full-width {
  width: 100%; }

/* Oddly foundation uses a different height for input group fields */
/* line 267, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.input-group-field, .input-group-button a {
  height: 2.4375rem; }

/* General */
/* line 273, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
a {
  text-decoration: underline; }

/* line 276, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
a.button {
  text-decoration: none; }

/* line 279, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
hr {
  border-bottom-width: 2px; }

/* line 282, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.button, .button:focus, .button:hover {
  outline: none; }

/* line 285, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.off-canvas h4 a {
  text-decoration: none; }

/* line 288, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.hidden, .button.hidden {
  display: none; }

/* line 291, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.bold {
  font-weight: bold; }

/* line 294, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.italics, .italic {
  font-style: italic; }

/* line 297, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.template {
  display: none; }

/* line 300, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.messages {
  max-width: 75rem;
  width: 100%;
  position: fixed;
  top: 0;
  margin-left: -1rem; }

/* line 307, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.error, .message {
  padding: 2rem;
  padding-right: 4rem;
  border-bottom: 1px solid #4c5d91;
  background-image: url(/images/x-50x50.png);
  background-position: right top;
  background-repeat: no-repeat; }

/* line 315, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu {
  white-space: pre;
  overflow: hidden; }

/* line 319, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-menu-options .option {
  cursor: pointer; }

/* line 325, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-arrow-container {
  position: relative; }

/* line 328, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-arrow {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent; }

/* line 336, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-arrow-up, .slider-handle.slider-arrow-up, .slider-handle.slider-arrow-up:hover {
  border-top: 0.9rem solid #28377d;
  border-bottom: none;
  top: 1px; }

/* line 341, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-arrow-down {
  border-bottom: 0.9rem solid #28377d;
  border-top: none;
  top: 20px; }

/* line 347, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
label.checkbox img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  border: 1px solid #f1f2f2;
  display: inline-block;
  cursor: pointer; }
/* line 355, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
label.checkbox img.hidden {
  display: none; }
/* line 358, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
label.checkbox img.checked {
  background-color: select-button-active-bg-color; }

/* line 362, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.radio-select label {
  padding-top: 0.5rem;
  padding-bottom: 1rem; }

/* line 366, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.back-button {
  color: #f1f2f2;
  background-color: #5e7574; }

@media only screen and (min-width: 40em) {
  /* line 371, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .medium-fifths a.button {
    width: 19%;
    float: left;
    margin-right: 1%; } }
/* Specific */
/* line 379, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.top-nav {
  margin-bottom: 3rem; }

/* line 382, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
body.touching-nav .top-nav {
  margin-bottom: 0; }

/* line 385, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
h1.page-title {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold; }

/* line 391, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.gs-nav-logo {
  max-width: 32px;
  max-height: 32px;
  margin-top: 0.5rem; }

/* line 396, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=tel]:focus, [type=text]:focus, textarea:focus {
  border-radius: 6px; }

/* line 402, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection .list-item {
  color: #9eabbf;
  background-color: #41528b;
  border-bottom: 2px solid #4c5d91;
  cursor: pointer; }
/* line 407, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection .name, .list-selection .checkbox {
  margin: 1rem 0; }
/* line 409, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection .checkbox {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border: 1px solid #707fa5;
  margin-top: 1.2rem; }
/* line 415, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection .selected {
  color: #28377d;
  background-color: #b9bfd4; }
/* line 418, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection .selected .checkbox {
  background-color: #28377d; }
/* line 420, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-selection input {
  margin: 2rem;
  margin-left: 0; }

@media print, screen and (max-width: 40em) {
  /* line 425, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .list-selection .checkbox-container {
    text-align: center; } }
/* line 428, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider {
  margin-top: 1rem;
  margin-bottom: 2rem; }

/* line 432, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider, .slider-fill {
  height: 0.3rem; }

/* line 435, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-handle, .slider-handle:hover {
  width: 2.3rem;
  height: 2.3rem;
  z-index: initial;
  background-color: transparent;
  outline: transparent;
  transition: initial;
  -webkit-transition: initial; }

/* line 445, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-expected-outcome, .actual-vs-expected-outcome .slider-handle {
  cursor: default; }

/* line 449, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome {
  margin-bottom: 1.25rem; }
/* line 452, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome .slider-handle, .actual-vs-predicted-outcome .slider-fill {
  /* display: none */ }

/* line 459, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-fill.positive {
  background-color: #0d5747; }

/* line 462, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider-fill.negative {
  background-color: #f6395d; }

/* line 465, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider span.indicator {
  width: 2px;
  height: 0.85rem;
  background-color: #28377d;
  position: absolute;
  top: 0.3rem;
  margin-left: -1px;
  display: block;
  cursor: auto; }

/* line 475, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider span.indicator.thin {
  width: 1px; }

/* line 478, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider span.indicator.zero {
  left: 50%; }

/* line 481, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.slider span.indicator.best {
  right: 0; }

/* line 484, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.sticky-overlay {
  background-color: #4c5d91; }

/* line 487, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.is-sticky .sticky-overlay {
  z-index: 10;
  width: 100%; }

@media print, screen and (max-width: 40em) {
  /* line 492, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .is-sticky .sticky-overlay {
    left: 0;
    padding: 0; } }
/* line 496, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }

/* line 504, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
#colorbox {
  background-color: #4c5d91; }

/* line 507, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns {
  text-align: center;
  padding: 0 3rem;
  color: #bdc3d6; }
/* line 512, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns h1 {
  margin-bottom: 0;
  font-size: 1.2rem; }
/* line 515, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns h1.time {
  font-size: 0.8rem;
  margin-top: 0; }
/* line 519, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns .slick-prev:before, .row.history .columns .slick-next:before {
  color: #000; }
/* line 523, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns .slick-prev:before {
  content: url(/images/icons/slick-prev-arrow.png); }
/* line 525, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns .slick-next:before {
  content: url(/images/icons/slick-next-arrow.png); }
/* line 528, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.row.history .columns > .slick {
  padding: 0 1rem; }

@media print, screen and (min-width: 40em) {
  /* line 532, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .row.history .columns {
    text-align: left; } }
/* line 536, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.staging-warning {
  text-align: center;
  font-size: 2rem;
  color: black;
  background-color: white;
  background-image: none;
  padding: 1rem 0;
  display: none; }

/* line 548, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.js-off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

/* line 551, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
header.branded {
  margin: 5rem 0;
  text-align: center; }
/* line 555, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
header.branded hr {
  margin-top: 3rem; }

/* line 558, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.goal-breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 0 10%; }
/* line 563, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.goal-breadcrumbs .breadcrumb {
  float: left;
  text-align: center;
  font-size: 0.7rem;
  color: #9eabbf;
  margin: 0.5rem 0; }

/* line 571, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.four-breadcrumbs img {
  padding-left: 6.25%;
  padding-right: 6.25%; }
/* line 575, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.four-breadcrumbs .breadcrumb {
  width: 25%; }

/* line 579, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.three-breadcrumbs img {
  padding-left: 8.333%;
  padding-right: 8.333%; }
/* line 583, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.three-breadcrumbs .breadcrumb {
  width: 33.333%; }

@media only screen and (max-width: 40em) {
  /* line 587, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .goal-breadcrumbs {
    padding: 0; } }
/* line 590, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.goal-name-buttons {
  margin-top: 3rem; }
/* line 593, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.goal-name-buttons .button {
  display: block;
  width: 20%;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 40em) {
  /* line 600, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .goal-name-buttons a.button {
    width: 40%; } }
/* line 603, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.next-back-buttons {
  padding-top: 3rem; }

/* line 606, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-buttons a.button {
  color: #d8dde5;
  background-color: #61719d;
  border-radius: 5px; }

/* line 612, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.select-buttons a.button:hover, .select-buttons a.button:focus, .select-buttons a.button:active, .select-buttons a.button.active {
  background-color: #28377d;
  box-shadow: 0 0 5px #ffffff;
  border-color: transparent; }

/* line 617, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
#goal-name input {
  text-align: center; }

/* line 620, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.append-empty-success-factor {
  max-width: 3rem;
  cursor: pointer;
  margin-right: 2.8rem;
  margin-top: 0.5rem; }

/* line 627, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.success-factor input.worst-case-impact {
  margin-left: 0.5rem; }
/* line 630, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.success-factor .input-group-button {
  padding-left: 1rem; }
/* line 633, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.success-factor a.button.delete {
  padding: 0;
  border: none;
  background: none; }
/* line 638, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.success-factor a.button img {
  width: 2.4375rem;
  max-width: none; }

/* line 642, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-outcome .outcomes {
  background-color: #212d64;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
/* line 648, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-outcome .outcomes label {
  font-size: 0.7rem;
  line-height: 1.2;
  color: #9eabbf; }
/* line 653, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-outcome .outcomes label div {
  font-size: 1.5rem;
  padding-bottom: 0.2rem; }
/* line 656, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-outcome .outcomes label div.highlighted {
  color: #7d9c9b; }

/* line 660, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-outcome .sticky-overlay {
  background-color: #3e4e86;
  box-shadow: 0 0 10px white; }

/* line 664, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-instructions {
  margin-top: 2rem; }

/* line 667, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome-container, .estimated-result-container {
  background-color: #586998; }

/* line 670, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome-container, .estimated-result-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }

/* line 676, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome-container label {
  font-size: 0.6rem; }
/* line 679, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.actual-vs-predicted-outcome-container .predicted-outcome-value {
  font-weight: bold; }

/* line 682, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.estimated-results-instructions {
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 687, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.estimated-result-container span.input-group-label {
  background-color: transparent;
  border-color: transparent;
  color: #f1f2f2;
  padding-right: 0;
  padding-left: 0.5rem; }

/* line 694, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
input.estimated-result {
  text-align: right;
  background-color: #7080a5;
  color: #f1f2f2; }

/* line 699, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.estimated-result .indicator-label {
  font-size: 0.5rem; }

@media print, screen and (min-width: 40em) {
  /* line 704, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .step-new-goal h2 {
    font-size: 4rem; }
  /* line 706, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .step-new-goal p {
    font-size: 2rem; }

  /* line 709, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .goal-breadcrumbs {
    margin-bottom: 6rem; }

  /* line 712, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .step-units p {
    font-size: 2rem; }

  /* line 715, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .step-expected-outcome p {
    font-size: 2rem; }

  /* line 719, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .actual-outcome .outcomes label {
    font-size: 0.9rem; }
  /* line 722, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .actual-outcome .outcomes label div {
    font-size: 2rem; }

  /* line 725, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .actual-outcome p {
    font-size: 1.4rem; }

  /* line 728, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .estimated-results-instructions {
    padding-top: 4rem; }

  /* line 731, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .actual-vs-predicted-outcome-container label {
    font-size: 0.8rem; }

  /* line 734, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .success-factor-name {
    font-size: 1.1rem; }

  /* line 737, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .estimated-result .indicator-label {
    font-size: 0.8rem; }

  /* line 740, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .actual-vs-predicted-outcome-container, .estimated-result-container {
    padding-top: 1rem; }

  /* line 743, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .estimated-result-container {
    margin-bottom: 3rem; } }
/* line 746, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-buttons {
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: 100%; }
/* line 751, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.list-buttons img {
  cursor: pointer; }

@media only screen and (max-width: 40em) {
  /* line 755, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .clients.list-selection {
    text-align: center; } }
/* line 758, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.columns.fifths {
  width: 20%; }

@media only screen and (max-width: 64em) {
  /* line 762, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .columns.small-fifths {
    width: 12%; } }
@media only screen and (max-width: 40em) {
  /* line 766, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
  .columns.small-fifths {
    width: 20%; } }
/* line 769, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
.glow {
  box-shadow: 0 0 7px white;
  height: 1px; }

/* line 773, /home/path/sites/goalscreen.com/awestruct/css/app.sass */
#actual-outcome {
  text-align: center; }
