.sign-up-page {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
#agree-to-tos {
  font-size: 1.2em;
}
.disabled {
  opacity: .4;
}
.disabled a:hover {
  cursor: not-allowed;
}
.welcome-steps li {
  width: 32%;
  text-align: center;
  font-size: 1.5rem;
  opacity: .5;
}
@media (max-width: 375px) {
  .welcome-steps li {
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.welcome-steps li.current-step {
  opacity: 1;
}
.billing-form-container {
  margin-top: 40px;
  padding: 20px 60px 60px 60px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
#ccInfoForm {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.confirm-email-filler-pic {
  text-align: center;
  width: 100%;
  font-size: 8rem;
}
.credit-card-secure-message {
  margin-top: .5em;
  font-size: .8em;
  text-align: center;
}
.forecast-settings {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 2px 0;
}
.forecast-settings .tooltip-inner {
  max-width: 100%;
}
.forecast-running-status-container {
  margin: 2rem 0 5rem 0;
}
#forecast-details {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
#forecast-details .forecast-section-menu {
  margin-right: 3rem;
}
#forecast-details .forecast-section-menu li {
  margin-bottom: 1em;
}
#forecast-details .current-forecast-section {
  padding: 2rem;
  border: 2px solid #eeeeee;
  border-radius: 3px;
}
#forecast-details .forecast-section-title {
  margin-top: 0;
  color: #777777;
  font-size: 2rem;
  font-weight: bold;
}
#forecast-details .forecast-section-content {
  width: 700px;
}
#forecast-details .forecast-section-content .outputs {
  width: 100%;
}
.forecast-status {
  font-size: 2rem;
  margin-right: 1rem;
}
.forecast-timespan {
  margin-right: 3rem;
}
.progress {
  margin-bottom: .5rem;
}
.forecast-total-percent-complete {
  font-size: 1.35rem;
}
.loading.region-loading {
  padding-top: 100px;
  position: relative;
  top: 0;
  left: 0;
}
.region-modal-window {
  text-align: center;
}
.region-modal-window .modal-dialog {
  width: unset;
  display: inline-block;
}
.region-modal-window .section-header {
  margin-top: 5px;
}
.region-modal-window .region-modal-body {
  text-align: left;
  padding: 15px 25px;
}
.region-modal-window .region-modal-body ng-map {
  margin: auto;
}
.region-modal-window .coordinates-title {
  text-decoration: underline;
  margin-bottom: 5px;
}
.region-modal-window .region-modal-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.region-modal-window .region-modal-footer .btn-close-container {
  align-self: flex-end;
  text-align: right;
}
.forecast-resolution-message {
  color: #555555;
  font-size: 2rem;
  margin-top: 1rem;
}
.forecast-resolution {
  color: #ff6865;
}
.forecast-price-container {
  text-align: center;
}
.forecast-price-header {
  color: #555555;
  margin-right: .7rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.forecast-price {
  color: #ff6865;
  margin-right: .2rem;
}
.forecast-price-header,
.forecast-price {
  font-size: 2rem;
}
.no-price-message {
  font-style: italic;
}
.btn-start-forecast {
  margin-top: 1rem;
}
.finalize-section {
  margin-top: 2.5rem;
  margin-bottom: 25rem;
}
.forecast-stopped-message {
  font-size: 2.2rem;
}
.first-output-date {
  font-weight: bold;
}
.download-outputs-header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.download-outputs-header a {
  margin-right: 2.5rem;
}
.download-outputs-header-showmore {
  margin-bottom: 2.5rem;
}
.download-outputs-header-showmore a {
  font-size: 1.6rem;
  margin-right: 2.5rem;
}
.forecast-output-storage {
  margin-bottom: 1.2rem;
}
.start-forecast-buttons-container .start-forecast-buttons-separator {
  font-size: 2.5rem;
  margin-top: 12px;
  text-align: center;
}
#create-task-form section {
  padding: 20px 0;
}
#create-task-form .btn-start-run {
  margin-top: 45px;
}
.upload-box.has-advanced-upload {
  text-align: center;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  background-color: #777777;
  color: white;
  font-size: 2rem;
  outline: 2px dashed #555555;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.upload-box.has-advanced-upload .choose-input-part {
  display: inline-block;
  width: 45%;
}
.upload-box.has-advanced-upload .required-file {
  font-size: 1.5rem;
}
.upload-box.has-advanced-upload .choose-input-icon {
  width: 100%;
  height: 80px;
  font-size: 4em;
  fill: #555555;
  color: #555555;
  transition: fill .15s linear;
  display: block;
  margin-bottom: 40px;
  vertical-align: middle;
}
.upload-box.has-advanced-upload .choose-input-text {
  font-weight: bold;
}
.upload-box.has-advanced-upload.enabled.dragover {
  outline-offset: -20px;
}
.upload-box.has-advanced-upload.enabled.dragover .upload-icon {
  fill: white;
}
.upload-box.has-advanced-upload.enabled .choose-input-text {
  cursor: pointer;
}
.upload-box.has-advanced-upload.enabled .choose-input-text:hover {
  color: #eeeeee;
}
.upload-box.has-advanced-upload .box__dragndrop {
  display: inline;
}
.options .option {
  display: inline-block;
  margin-right: 2em;
  text-align: center;
}
.options .option .option-details {
  border: 1px #cccccc solid;
  border-radius: 3px;
}
.options .option .option-details div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.options .option .option-details .option-details-main {
  font-size: 2.5rem;
  border-bottom: 1px #cccccc solid;
}
.options .option.selected .option-details,
.options .option.selected .option-details-main {
  border-color: #337ab7;
  color: #337ab7;
}
.options .option-small {
  width: 15rem;
}
.options .option:not(.selected) .option-details:hover,
.options .option:not(.selected) .option-details-main:hover {
  border-color: #777777;
  background-color: #eeeeee;
  cursor: pointer;
}
.enableable-section {
  opacity: .5;
  cursor: not-allowed;
}
.enableable-section input {
  cursor: not-allowed;
}
.enableable-section.enabled {
  opacity: 1;
  cursor: default;
}
.enableable-section.enabled input {
  cursor: auto;
}
.speed-options-section {
  opacity: .5;
}
.speed-options-section .section-header {
  display: inline-block;
  margin-right: 20px;
}
.speed-options-section .speed-options .speed-option {
  display: inline-block;
  width: 15rem;
  margin-right: 2em;
  text-align: center;
}
.speed-options-section .speed-options .speed-option .speed-option-details {
  border: 1px #cccccc solid;
  border-radius: 3px;
}
.speed-options-section .speed-options .speed-option .speed-option-details .speed-option-detail-container {
  display: table;
  width: 100%;
}
.speed-options-section .speed-options .speed-option .speed-option-details .speed-option-detail-container .speed-option-detail {
  height: 4em;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.speed-options-section .speed-options .speed-option .speed-option-details .speed-option-price {
  font-size: 2.5rem;
  border-bottom: 1px #cccccc solid;
}
.speed-options-section .speed-options .speed-option.selected .speed-option-details,
.speed-options-section .speed-options .speed-option.selected .speed-option-price {
  border-color: #337ab7;
  color: #337ab7;
}
.speed-options-section .show-more-options {
  margin-left: 5px;
}
.speed-options-section .show-more-options:hover {
  text-decoration: none;
}
.speed-options-section.enabled {
  opacity: 1;
}
.speed-options-section.enabled .speed-option:not(.selected) .speed-option-details:hover,
.speed-options-section.enabled .speed-option:not(.selected) .speed-option-price:hover {
  border-color: #777777;
  background-color: #eeeeee;
  cursor: pointer;
}
.speed-options-section.enabled .show-more-options:hover {
  cursor: pointer;
  text-decoration: underline;
}
.choose-inputs-section {
  opacity: .5;
}
.choose-inputs-section.enabled {
  opacity: 1;
}
.timeframe-datepicker-container {
  display: inline-block;
  width: 100%;
}
.choice-question {
  text-align: center;
}
.new-forecast-choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 3em;
}
.new-forecast-choices .new-forecast-choice {
  width: 400px;
}
.new-forecast-choices .new-forecast-choice .option-details {
  padding: 90px 0;
}
.new-forecast-choices .new-forecast-choice .option-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.new-forecast-choices .new-forecast-choice .glyphicon {
  font-size: 10rem;
  margin-top: 10px;
}
.new-forecast-choices .option-explanation {
  margin-top: 1.5rem;
}
.new-forecast-choices .new-forecast-choice-wizard {
  order: 0;
}
.new-forecast-choices .new-forecast-choice-inputs {
  order: 1;
}
.new-forecast-choices .new-forecast-choice-inputs .glyphicon {
  margin-top: 0;
  margin-bottom: 14px;
}
:target:before {
  content: "";
  display: block;
  height: 62px;
  /* fixed header height*/
  margin: -62px 0 0;
  /* negative fixed header height */
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #ff6865;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ff6865;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #ff3632;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #ff6865;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 20px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.table {
  border: 2px solid #eeeeee;
}
.table > tbody > tr > td,
.table thead > tr > td,
.table > tbody > tr th,
.table thead > tr th {
  border-top: 2px solid #eeeeee;
  padding: 14px;
}
.table > thead {
  background-color: #f7f7f7;
}
.table > thead > tr > th {
  border-top: 2px solid #eeeeee;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #ff6865;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #ff3632;
}
.navbar-default .navbar-header .navbar-brand > img {
  height: 100%;
  padding: 7px 0 7px 10px;
  width: auto;
  display: inline;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ff6865;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #ff6865 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .navbar-right {
  float: right !important;
  margin-right: -15px;
}
.navbar-default .navbar-right .nav-item {
  text-align: right;
}
.navbar-default .navbar-left {
  float: left !important;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-left {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-right .nav-item {
    text-align: left;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #ff6865;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #ff3632;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ff6865;
  }
}
.loading {
  color: #333333;
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(255, 104, 101, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #ff6865;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
button:focus {
  outline: 0 !important;
}
.btn-default {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #e2e2e2;
  border-color: #dddddd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-default .badge {
  color: #eeeeee;
  background-color: #222222;
}
.btn-default-anchor {
  color: #222222;
  display: inline-block;
}
.btn-default-anchor:hover,
.btn-default-anchor:focus {
  color: #222222;
  text-decoration: none;
}
.btn-primary {
  color: white;
  background-color: #ff6865;
  border-color: #ff6865;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ff4f4b;
  border-color: #ff4541;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff6865;
  border-color: #ff6865;
}
.btn-primary .badge {
  color: #ff6865;
  background-color: white;
}
.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.success {
  color: #ff6865;
}
#about:not(.section-heading) {
  color: rgba(255, 255, 255, 0.7);
}
#about .section-heading {
  color: white;
}
#about .question {
  font-size: 18px;
  font-weight: bold;
}
#wrf {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  position: relative;
  overflow: hidden;
}
#wrf .section-heading {
  color: white;
}
.background-video-container {
  width: 100%;
  overflow: hidden;
}
.background-video {
  /* class name used in javascript too */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.feedback-email-container {
  margin-bottom: 50px;
}
.feedback-container {
  margin-top: 70px;
}
.feedback-container .feedback {
  margin-bottom: 35px;
  display: block;
}
.feedback-container .feedback .sr-contact {
  color: #333;
}
#email-subscription-form {
  text-align: center;
}
#email-subscription-form .email {
  float: none;
}
#email-subscription-form .recaptcha-submit-container {
  margin-top: 20px;
}
#email-subscription-form .recaptcha-container {
  display: inline-block;
  vertical-align: middle;
}
#email-subscription-form .g-recaptcha {
  vertical-align: middle;
}
#email-subscription-form .btn-inline {
  border-radius: 0;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}
#email-subscription-form .notify-me-button {
  height: 78px;
  margin-left: 50px;
  margin-top: -2px;
  vertical-align: top;
}
.modal .modal-body p {
  font-size: 20px;
}
#mainNav {
  background-color: #000000;
  padding: 0 16px 0 7px;
}
@media (max-width: 767px) {
  #mainNav {
    background-color: #fff;
  }
}
#mainNav .nav-item {
  height: 52px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #mainNav .nav-item {
    height: 36px;
    line-height: 0;
  }
}
#mainNav .nav-item.btn-sm {
  color: white;
  background-color: #ff6865;
  border-color: #ff6865;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  height: auto;
  line-height: 12px;
  margin-top: 11px;
  font-size: 14px;
}
#mainNav .nav-item.btn-sm:hover,
#mainNav .nav-item.btn-sm:focus,
#mainNav .nav-item.btn-sm.focus,
#mainNav .nav-item.btn-sm:active,
#mainNav .nav-item.btn-sm.active,
.open > .dropdown-toggle#mainNav .nav-item.btn-sm {
  color: white;
  background-color: #ff4f4b;
  border-color: #ff4541;
}
#mainNav .nav-item.btn-sm:active,
#mainNav .nav-item.btn-sm.active,
.open > .dropdown-toggle#mainNav .nav-item.btn-sm {
  background-image: none;
}
#mainNav .nav-item.btn-sm.disabled,
#mainNav .nav-item.btn-sm[disabled],
fieldset[disabled] #mainNav .nav-item.btn-sm,
#mainNav .nav-item.btn-sm.disabled:hover,
#mainNav .nav-item.btn-sm[disabled]:hover,
fieldset[disabled] #mainNav .nav-item.btn-sm:hover,
#mainNav .nav-item.btn-sm.disabled:focus,
#mainNav .nav-item.btn-sm[disabled]:focus,
fieldset[disabled] #mainNav .nav-item.btn-sm:focus,
#mainNav .nav-item.btn-sm.disabled.focus,
#mainNav .nav-item.btn-sm[disabled].focus,
fieldset[disabled] #mainNav .nav-item.btn-sm.focus,
#mainNav .nav-item.btn-sm.disabled:active,
#mainNav .nav-item.btn-sm[disabled]:active,
fieldset[disabled] #mainNav .nav-item.btn-sm:active,
#mainNav .nav-item.btn-sm.disabled.active,
#mainNav .nav-item.btn-sm[disabled].active,
fieldset[disabled] #mainNav .nav-item.btn-sm.active {
  background-color: #ff6865;
  border-color: #ff6865;
}
#mainNav .nav-item.btn-sm .badge {
  color: #ff6865;
  background-color: white;
}
@media (min-width: 768px) {
  #mainNav .nav-item.btn-sm {
    padding: 10px 10px;
  }
}
#mainNav .nav-item:hover .nav-item-text {
  border-bottom: white 2px solid;
  padding-bottom: 6px;
}
#mainNav .user-profile-container {
  margin-left: 15px;
}
@media (max-width: 767px) {
  #mainNav .user-profile-container #user-profile-dropdown {
    display: none;
  }
  #mainNav .user-profile-container .dropdown-menu {
    display: block;
    position: relative;
    min-width: auto;
    text-align: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mainNav .user-profile-container .dropdown-menu:before,
  #mainNav .user-profile-container .dropdown-menu:after {
    display: none;
  }
}
#mainNav user-options .nav-item {
  display: block;
  padding-top: 6px;
}
.profile-image-container {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  background: url(https://lh3.googleusercontent.com/-EO-GmeLw5H4/AAAAAAAAAAI/AAAAAAAABJk/rwEC9GUvBlE/photo.jpg?sz=50);
  background-size: cover;
}
.profile-image-container:hover {
  cursor: pointer;
}
.dropdown-menu {
  margin: 0;
}
.dropdown-menu .logout .logout-button {
  padding: 3px 20px;
  width: 100%;
  text-align: left;
}
.dropdown-menu .logout .logout-button:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.text-button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.navbar .dropdown-menu.right-side:after {
  left: auto;
  right: 13px;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
.navbar .navbar-brand {
  height: 52px;
  margin-right: 3em;
}
.navbar .brand-text {
  display: inline-block;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .navbar .nav-item.active {
    color: white;
  }
  .navbar .nav-item.active .nav-item-text {
    color: white;
  }
}
@media (max-width: 767px) {
  .navbar .nav-item.active {
    text-decoration: underline;
  }
}
.navbar-app .navbar-brand {
  margin-right: 0;
}
.navbar-app .navbar-items {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.navbar.tasks .nav-item.tasks-navbar-item {
  color: white;
}
.navbar.inputs .nav-item.inputs-navbar-item {
  color: white;
}
.navbar.support .nav-item.support-navbar-item {
  color: white;
}
.navbar.welcome-confirm-email .nav-item.welcome-navbar-item,
.navbar.welcome-verification .nav-item.welcome-navbar-item,
.navbar.welcome-create-task .nav-item.welcome-navbar-item {
  color: white;
}
.main {
  padding-top: 72px;
}
.app-content {
  padding: 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-title {
  font-weight: bold;
  color: #777777;
  font-size: 4em;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.signup-or-separator {
  overflow: hidden;
  margin-top: 15px;
}
.signup-or-separator .signup-or-separator-content {
  position: relative;
  padding: 16px;
  text-align: center;
}
.signup-or-separator .signup-or-separator-content:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #e4e4e4;
  top: 50%;
  right: 100%;
  width: 5000px;
}
.signup-or-separator .signup-or-separator-content:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #e4e4e4;
  top: 50%;
  left: 100%;
  width: 5000px;
}
.signup-or-separator .signup-or-separator-content .signup-or-separator-text {
  position: relative;
}
.btn-sign-up {
  width: 300px;
  margin: auto;
}
.sign-in-main {
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sign-in-main .email-sign-up-form {
  padding-bottom: 30px;
}
.sign-in-main .agree-to-terms {
  font-size: 1em !important;
  margin-top: .2em;
}
.informational-page {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
footer {
  background-color: black;
  padding: 1.5rem 0;
  text-align: center;
}
footer .help-items {
  display: inline;
}
footer .copyright {
  display: block;
  margin-top: .5rem;
  color: #777777;
}
@media (min-width: 768px) {
  footer .copyright {
    display: inline;
    margin-top: 0;
    margin-left: 10px;
  }
}
.validation-messages {
  color: red;
}
#help-page .nav-menu-wrapper {
  position: fixed;
}
#help-page #nav-menu .nav-items > li {
  padding-bottom: 10px;
  font-size: 1.2em;
}
#help-page #nav-menu .selected > a {
  text-decoration: underline;
}
#help-page #nav-menu .selected .subsection-nav-items {
  display: block;
}
#help-page #nav-menu .subsection-nav-items {
  display: none;
  list-style: none;
  padding-bottom: 10px;
}
#help-page #nav-menu .subsection-nav-items > li {
  font-size: .8em;
}
@media (max-width: 991px) {
  #help-page .nav-menu-wrapper {
    position: relative;
  }
  #help-page #nav-menu {
    padding-bottom: 0;
  }
  #help-page #nav-menu .nav-items {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  #help-page #nav-menu .nav-items > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  #help-page #nav-menu .subsection-nav-items,
  #help-page #nav-menu .selected .subsection-nav-items {
    display: none;
  }
}
.resolution-table {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.resolution-table .resolution-table-title {
  text-align: center;
  font-size: 1.8rem;
  color: #777777;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.resolution-table .resolution-table-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.feature-section,
.pricing-section {
  margin-top: 2.5em;
}
.feature-section h3,
.pricing-section h3 {
  font-weight: bold;
}
.pricing-section .pricing-list-leader {
  margin-bottom: 0;
}
.pricing-section #run-failure-improvement-message {
  margin-top: 1em;
}
.section-selectors .selected {
  text-decoration: underline;
}
.pricing-example {
  margin-bottom: 1.5em;
}
#wrf-title {
  font-size: 3em;
}
.run-pricing-table {
  max-width: 20em;
}
.wizard-pricing-table {
  max-width: 14rem;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.glyphicon-question-sign {
  vertical-align: super;
  font-size: 1.2rem;
  color: #ff6865;
}
.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}
.tooltip-wrapper {
  /* pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}
/*Phone portrait mode, one column*/
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #email-subscription-form .notify-me-button {
    margin-top: 20px;
    margin-left: 0;
    height: 60px;
  }
  #email-subscription-form .feedback-container {
    margin-top: 35px;
  }
}
.app-content.has-footer {
  padding-bottom: 10rem;
}
.forecast-settings {
  display: flex;
  align-items: center;
}
.forecast-name {
  margin: 5px 3rem 5px 0;
}
.data-label {
  margin-right: .5rem;
}
.subsection {
  margin: .75rem 0;
}
fieldset {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 0 1.4em 0 1.4em !important;
  margin: 0 0 1.5em 0 !important;
}
legend {
  width: auto;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
  margin-bottom: 0;
}
.no-runs-message {
  font-style: italic;
}
.schedule-group {
  padding: 2rem;
}
.scheduled-run {
  border: 1px #cccccc solid;
  border-radius: 3px;
  margin: 0 3rem 3rem 0;
  padding: 1rem;
  font-weight: bold;
}
.scheduled-run .delete-run-button {
  margin-left: 2rem;
}
.scheduled-runs-container {
  display: flex;
  flex-wrap: wrap;
}
.timeframe-container .timeframe {
  line-height: 2.5rem;
}
.timeframe-container .forecast-timespan {
  font-size: 2.5rem;
}
.timeframe-container .edit-timeframe-button {
  line-height: 1.5rem;
  vertical-align: top;
}
.edit-timeframe-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.edit-timeframe-container .timeframe-datepicker-container {
  flex: 1;
  margin-right: 2rem;
}
.edit-timeframe-container .to-separator {
  margin-right: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
.edit-timeframe-container .edit-timeframe-buttons-container {
  text-align: right;
}
.create-schedule-footer {
  position: fixed;
  padding-bottom: 2rem;
  bottom: 0;
  left: 0;
  background: white;
  height: auto;
}
.tooltip-wrapper {
  height: 32px;
}
#dashboard-container {
  color: #555555;
  font-size: 16px;
}
.task-list .task-progress {
  text-align: right;
  padding-right: 12%;
}
.task-error-message {
  border: 1px solid red;
  padding: 10px;
}
.disconnected-message {
  background: #F9EDBE;
  padding: 10px;
}
.disconnected-message p {
  margin: 0;
}
.loading {
  position: fixed;
  top: 25%;
  left: 45%;
  text-align: center;
}
.loading .loading-icon {
  font-size: 1em;
}
.task-details p {
  line-height: 1;
  margin-bottom: .7em;
}
.task-details .task-details-group {
  margin-bottom: 2em;
}
.task-details .progress {
  margin-bottom: .4em;
}
.inputs .finished {
  margin-left: 1em;
}
.outputs {
  width: auto;
}
.outputs .date {
  padding-right: 3em;
}
.outputs .time {
  padding-right: 3em;
}
.outputs .download {
  padding-right: 2em;
}
.btn-main-action {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.get-started {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.home-header {
  font-size: 2.5rem;
}
header {
  position: relative;
  width: 100%;
  height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position-x: center;
  background-position-y: 90%;
  background-image: url(071466adf09629dc335d3d1482ca64cb.jpg);
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
header .home-header {
  margin-bottom: 2rem;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
header .header-content .page-scroll {
  border: #777777 solid 2px;
  height: 4.5rem;
  width: 4.5rem;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: .5rem;
}
header .header-content .learn-more-container {
  margin-top: 4rem;
}
header .header-content .learn-more-container .learn-more-message {
  margin-right: .5rem;
  font-size: 2rem;
  color: white;
}
header .header-content .page-scroll-icon {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section .subsection-header {
  font-weight: bold;
}
.who-uses-cloudrun-logos {
  display: flex;
  justify-content: center;
}
.who-uses-cloudrun-logos .who-uses-cloudrun-logo {
  height: auto;
  width: auto;
  max-height: 60px;
  margin: 0 15px;
}
.ui-example {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
  flex-wrap: wrap;
  text-align: center;
}
.ui-example .desktop-header {
  display: none;
}
.ui-example .mobile-header {
  display: block;
  margin: auto;
}
.ui-example .ui-example-text {
  flex: none;
  width: 100%;
}
.ui-example .header {
  color: #ff6865;
  margin-bottom: 3rem;
  font-weight: bold;
}
.ui-example .ui-example-image {
  margin-bottom: 3rem;
}
.ui-example .ui-example-image img {
  width: 90%;
}
.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto 6rem auto;
  max-width: 900px;
}
.testimonial-container .testimonial-text {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.testimonial-container .testimonial-text .fa-quote-left,
.testimonial-container .testimonial-text .fa-quote-right {
  position: absolute;
}
.testimonial-container .testimonial-text .testimonial-quote {
  margin: 0 .8rem 0 3rem;
}
.testimonial-container .testimonial-headshot {
  width: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 3rem;
}
.testimonial-container .testimonial-logo-container {
  display: block;
}
.testimonial-container .testimonial-logo {
  height: 55px;
}
.testimonial-container .testimonial-logo.testimonial-logo-square {
  height: 85px;
}
.testimonial-container .testimonial-signature {
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}
.testimonial-container .testimonial-signature .testimonial-name {
  font-weight: bold;
  font-style: normal;
  display: block;
}
.testimonial-container .job-title-separator {
  display: none;
}
@media (min-width: 768px) {
  .home-header {
    font-size: 4rem;
  }
  .btn-main-action {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 160px;
  }
  .get-started {
    margin-right: 2rem;
    margin-top: 0;
  }
  .ui-example {
    text-align: left;
  }
  .ui-example .mobile-header {
    display: none;
  }
  .ui-example .desktop-header {
    display: block;
  }
  .ui-example .ui-example-text {
    flex: none;
    width: 33.333%;
    text-align: left;
  }
  .ui-example .ui-example-left {
    padding-right: 3rem;
    order: 0;
  }
  .ui-example .ui-example-right {
    order: 1;
  }
  .ui-example .ui-example-right.ui-example-image {
    text-align: right;
  }
  .ui-example .ui-example-image {
    width: 66.66%;
    margin-bottom: 1rem;
  }
  .ui-example .ui-example-image img {
    width: 100%;
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .testimonial-container {
    position: relative;
    flex-wrap: nowrap;
    margin-top: 10rem;
  }
  .testimonial-container .testimonial-headshot {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .testimonial-container .testimonial-logo-container {
    position: absolute;
    bottom: 0;
    right: 5rem;
  }
  .testimonial-container .testimonial-logo {
    height: 70px;
  }
  .testimonial-container .testimonial-logo.testimonial-logo-square {
    height: 100px;
  }
  .testimonial-container .testimonial-signature {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    display: inline;
  }
  .testimonial-container .testimonial-signature .testimonial-name {
    display: inline;
  }
  .testimonial-container .job-title-separator {
    display: inline;
  }
}
