@charset "UTF-8";
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 47, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, body.landing > .container > section.how-it-works .item,
body.landing > .container footer.how-it-works .item, .col-md-4, body.landing > .container > section.features .feature,
body.landing > .container footer.features .feature, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, body.landing > .container > section.features .feature,
body.landing > .container footer.features .feature, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, body.landing > .container > section.how-it-works .item,
  body.landing > .container footer.how-it-works .item, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, body.landing > .container > section.features .feature,
  body.landing > .container footer.features .feature {
    float: left;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4, body.landing > .container > section.how-it-works .item,
  body.landing > .container footer.how-it-works .item {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12, body.landing > .container > section.features .feature,
  body.landing > .container footer.features .feature {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, body.landing > .container > section.features .feature,
  body.landing > .container footer.features .feature, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4, body.landing > .container > section.features .feature,
  body.landing > .container footer.features .feature {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 14, ../../../sass/screen.scss */
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}

/* line 18, ../../../sass/screen.scss */
a {
  text-decoration: none;
}

/* line 22, ../../../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 26, ../../../sass/screen.scss */
.hidden {
  display: none;
}

/* line 30, ../../../sass/screen.scss */
.clear {
  clear: both;
}

/* line 47, ../../../sass/screen.scss */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
/* line 53, ../../../sass/screen.scss */
html body.bootstrap {
  width: 100%;
  height: 100%;
  padding: 65px 0 0;
  margin: 0;
}

/* line 73, ../../../sass/screen.scss */
body.dashboard .create-or-find-job > .row > div {
  padding: 15px;
}
/* line 76, ../../../sass/screen.scss */
body.dashboard .create-or-find-job > .row a.create-job {
  width: 100%;
}
/* line 81, ../../../sass/screen.scss */
body.dashboard label.or {
  width: 100%;
  text-align: center;
}

/* line 92, ../../../sass/screen.scss */
#images-licensed .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 96, ../../../sass/screen.scss */
#images-licensed label.checkbox {
  margin-top: -5px;
}

/* line 22, ../../../sass/modules/_landing.scss */
body.landing {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f4f7;
}
/* line 23, ../../../sass/modules/_landing.scss */
body.landing .video-overlay {
  display: none;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 31, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container {
  margin: 5vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 36, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container .inner-video-container {
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* line 41, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container .inner-video-container .button-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
/* line 45, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container .inner-video-container .button-row .close-icon {
  cursor: pointer;
}
/* line 49, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container .inner-video-container .video-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 54, ../../../sass/modules/_landing.scss */
body.landing .video-overlay .video-container .inner-video-container .video-row video {
  width: 100%;
  max-height: 85vh;
}
@media (max-width: 800px) {
  /* line 62, ../../../sass/modules/_landing.scss */
  body.landing .video-overlay .inner-video-container {
    height: 330px;
    width: 588px;
  }
  /* line 66, ../../../sass/modules/_landing.scss */
  body.landing .video-overlay .inner-video-container .marketing-video {
    height: 306px;
    width: 540px;
  }
}
@media (max-width: 540px) {
  /* line 73, ../../../sass/modules/_landing.scss */
  body.landing .video-overlay .inner-video-container {
    height: 56vw;
    width: 100%;
  }
  /* line 76, ../../../sass/modules/_landing.scss */
  body.landing .video-overlay .inner-video-container .video-row {
    height: 56vw;
    width: 100%;
  }
  /* line 79, ../../../sass/modules/_landing.scss */
  body.landing .video-overlay .inner-video-container .video-row .marketing-video {
    height: 56vw;
    width: 100%;
  }
}
/* line 89, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.intro {
  padding-top: 95px;
  padding-bottom: 58px;
  background-color: #f8f8fa;
}
/* line 93, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.intro p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  color: #7c979c;
}
/* line 98, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.intro p:last-child {
  margin-bottom: 0;
}
/* line 102, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.intro h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 0;
}
/* line 107, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.intro .updated {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 10px;
  margin: 30px 0;
}
/* line 115, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content {
  padding: 58px 0;
  background-color: #fff;
}
/* line 119, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > :first-child {
  margin-top: 0;
}
/* line 122, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li > p:first-child,
body.landing.text-page .container > section.content > .row > ol {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #03bff9;
}
/* line 129, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li {
  line-height: 1.8;
  margin-top: 30px;
}
/* line 132, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li:first-child {
  margin-top: 0;
}
/* line 135, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li:before,
body.landing.text-page .container > section.content > .row > ol > li > p:first-child > strong {
  color: #03bff9;
}
/* line 139, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li:before {
  content: counters(section,".") ". ";
}
/* line 143, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li * {
  color: #7c979c;
  font-size: 15px;
}
/* line 146, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li * strong {
  font-weight: inherit;
  color: #303e47;
}
/* line 151, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li a {
  color: #03bff9;
}
/* line 154, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li p,
body.landing.text-page .container > section.content > .row > ol > li li {
  margin-top: 20px;
}
/* line 160, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li > ol > li:before {
  left: -40px;
}
/* line 165, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li > ol > li > ol > li:before {
  left: -55px;
}
/* line 170, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li > ol > li > ol > li > ol > li:before {
  left: -70px;
}
/* line 175, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content > .row > ol > li > ol > li > ol > li > ol > li > ol > li:before {
  left: -85px;
}
/* line 189, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol {
  list-style-type: none;
  counter-reset: section;
  padding-left: 25px;
}
/* line 192, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol li {
  position: relative;
}
/* line 194, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol li:before {
  counter-increment: section;
  /* Increments only this instance
                   of the section counter */
  content: counters(section,".") " ";
  position: absolute;
  left: -25px;
  color: #303e47;
           /* Combines the values of all instances
of the section counter, separated
by a period */
}
/* line 206, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol li .list-breaker {
  display: block;
  margin-left: -55px;
  margin-top: 20px;
}
/* line 213, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol ol {
  padding-left: 40px;
}
/* line 215, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol ol ol {
  padding-left: 55px;
}
/* line 218, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol ol ol ol {
  padding-left: 70px;
  /*                              EXPERIMENT:
                  list-style-type: none;
                  counter-reset: item;
                  li{
                      position: relative;
                      &:before{
                          content: counter(item, lower-roman) ". ";
                          counter-increment: item;
                          color: red;
                          position: absolute;
                          left: -20px;
                      }
                  }*/
}
/* line 220, ../../../sass/modules/_landing.scss */
body.landing.text-page .container > section.content ol ol ol ol ol {
  padding-left: 85px;
}
/* line 248, ../../../sass/modules/_landing.scss */
body.landing .green-button {
  background: #03bff9;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  height: 40px;
  line-height: 40px;
}
/* line 252, ../../../sass/modules/_landing.scss */
body.landing .green-button:hover {
  background: #3ecdf2;
  text-decoration: none;
}
@media (max-width: 500px) {
  /* line 248, ../../../sass/modules/_landing.scss */
  body.landing .green-button {
    padding: 0 20px;
  }
}
/* line 269, ../../../sass/modules/_landing.scss */
body.landing > .container {
  width: 100%;
  min-height: 750px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-shadow: 0 0 30px #f2f3f4;
  background-color: #fff;
}
@media (min-aspect-ratio: 5 / 4) {
  /* line 269, ../../../sass/modules/_landing.scss */
  body.landing > .container {
    height: 95%;
  }
}
/* line 280, ../../../sass/modules/_landing.scss */
body.landing > .container > section,
body.landing > .container footer {
  width: 100%;
}
/* line 283, ../../../sass/modules/_landing.scss */
body.landing > .container > section.white,
body.landing > .container footer.white {
  padding: 100px 100px;
  background-color: #fff;
}
/* line 287, ../../../sass/modules/_landing.scss */
body.landing > .container > section.blue,
body.landing > .container footer.blue {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #003643;
}
/* line 293, ../../../sass/modules/_landing.scss */
body.landing > .container > section.grey,
body.landing > .container footer.grey {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f3f4;
}
/* line 298, ../../../sass/modules/_landing.scss */
body.landing > .container > section.shadow-top,
body.landing > .container footer.shadow-top {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #f8f8fa;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 52, color-stop(0%, #fafbfb), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#fafbfb, #ffffff 52px);
  background-image: -webkit-linear-gradient(#fafbfb, #ffffff 52px);
  background-image: linear-gradient(#fafbfb, #ffffff 52px);
}
/* line 304, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro, body.landing > .container > section.how-it-works, body.landing > .container > section.pricing,
body.landing > .container footer.intro,
body.landing > .container footer.how-it-works,
body.landing > .container footer.pricing {
  text-align: center;
}
/* line 308, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro h1, body.landing > .container > section.how-it-works h1, body.landing > .container > section.pricing h1,
body.landing > .container footer.intro h1,
body.landing > .container footer.how-it-works h1,
body.landing > .container footer.pricing h1 {
  color: #03bff9;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 308, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.intro h1, body.landing > .container > section.how-it-works h1, body.landing > .container > section.pricing h1,
  body.landing > .container footer.intro h1,
  body.landing > .container footer.how-it-works h1,
  body.landing > .container footer.pricing h1 {
    font-size: 23.4px;
  }
}
/* line 313, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro h1.second, body.landing > .container > section.how-it-works h1.second, body.landing > .container > section.pricing h1.second,
body.landing > .container footer.intro h1.second,
body.landing > .container footer.how-it-works h1.second,
body.landing > .container footer.pricing h1.second {
  margin-top: 80px;
}
/* line 317, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro p, body.landing > .container > section.how-it-works p, body.landing > .container > section.pricing p,
body.landing > .container footer.intro p,
body.landing > .container footer.how-it-works p,
body.landing > .container footer.pricing p {
  color: #62787f;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 15.2px;
  margin-top: 0;
  line-height: 1.6;
}
/* line 322, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro p:last-of-type, body.landing > .container > section.how-it-works p:last-of-type, body.landing > .container > section.pricing p:last-of-type,
body.landing > .container footer.intro p:last-of-type,
body.landing > .container footer.how-it-works p:last-of-type,
body.landing > .container footer.pricing p:last-of-type {
  margin-bottom: 37px;
}
/* line 326, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro p:last-child, body.landing > .container > section.how-it-works p:last-child, body.landing > .container > section.pricing p:last-child,
body.landing > .container footer.intro p:last-child,
body.landing > .container footer.how-it-works p:last-child,
body.landing > .container footer.pricing p:last-child {
  margin-bottom: 0;
}
/* line 332, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro h1,
body.landing > .container footer.intro h1 {
  margin-bottom: 14px;
}
/* line 335, ../../../sass/modules/_landing.scss */
body.landing > .container > section.intro img.logo,
body.landing > .container footer.intro img.logo {
  width: 191px;
  height: auto;
}
/* line 342, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .payg-intro p,
body.landing > .container footer.pricing .payg-intro p {
  margin-bottom: 10px;
}
/* line 346, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing h1,
body.landing > .container footer.pricing h1 {
  color: #000;
}
/* line 348, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing h1 + p,
body.landing > .container footer.pricing h1 + p {
  margin: 0 10%;
}
/* line 352, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing > .payg,
body.landing > .container footer.pricing > .payg {
  width: 100%;
}
@media (min-width: 720px) {
  /* line 352, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.pricing > .payg,
  body.landing > .container footer.pricing > .payg {
    width: 577px;
    margin: 0 auto;
  }
}
/* line 359, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing ul.features,
body.landing > .container footer.pricing ul.features {
  margin-bottom: 0;
  padding-left: 12px;
  list-style: none;
}
@media (max-width: 500px) {
  /* line 359, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.pricing ul.features,
  body.landing > .container footer.pricing ul.features {
    width: 100%;
  }
}
/* line 366, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing ul.features li,
body.landing > .container footer.pricing ul.features li {
  position: relative;
}
/* line 368, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing ul.features li:before,
body.landing > .container footer.pricing ul.features li:before {
  content: ' ';
  background-image: url("../../img/landing/feature-tick.5cee478309b0.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -14px;
  top: 8px;
  display: block;
}
/* line 382, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans.payg,
body.landing > .container footer.pricing .plans.payg {
  margin-top: 0;
}
/* line 385, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans.payg > div .top,
body.landing > .container footer.pricing .plans.payg > div .top {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 391, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans.payg.payg-features:before,
body.landing > .container footer.pricing .plans.payg.payg-features:before {
  content: ' ';
  display: block;
  border-top: 1px solid #adb7ba;
  margin: 0 15px;
}
/* line 398, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans.payg ul.features,
body.landing > .container footer.pricing .plans.payg ul.features {
  padding-top: 15px;
  display: block;
  padding-left: 27px;
}
@media (max-width: 500px) {
  /* line 398, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.pricing .plans.payg ul.features,
  body.landing > .container footer.pricing .plans.payg ul.features {
    margin-bottom: 0;
  }
  /* line 403, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.pricing .plans.payg ul.features.non-first,
  body.landing > .container footer.pricing .plans.payg ul.features.non-first {
    border-top: 0;
    padding-top: 0;
  }
}
/* line 411, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans > div,
body.landing > .container footer.pricing .plans > div {
  color: #03bff9;
  margin-top: 40px;
}
@media (max-width: 500px) {
  /* line 411, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.pricing .plans > div,
  body.landing > .container footer.pricing .plans > div {
    width: 100%;
  }
}
/* line 417, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans > div.green,
body.landing > .container footer.pricing .plans > div.green {
  color: #1ac11a;
}
/* line 419, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans > div.green .top,
body.landing > .container footer.pricing .plans > div.green .top {
  border-top: 1px solid #1ac11a;
}
/* line 424, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans h3,
body.landing > .container footer.pricing .plans h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 430, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans p,
body.landing > .container > section.pricing .plans ul,
body.landing > .container footer.pricing .plans p,
body.landing > .container footer.pricing .plans ul {
  font-size: 11.2px;
  line-height: 22px;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #adb7ba;
}
/* line 436, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans p.licence-allowance,
body.landing > .container > section.pricing .plans ul.licence-allowance,
body.landing > .container footer.pricing .plans p.licence-allowance,
body.landing > .container footer.pricing .plans ul.licence-allowance {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 441, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans p,
body.landing > .container footer.pricing .plans p {
  margin-bottom: 5px;
}
/* line 443, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans p.licence-allowance,
body.landing > .container footer.pricing .plans p.licence-allowance {
  color: #303e47;
}
/* line 447, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans .top,
body.landing > .container footer.pricing .plans .top {
  padding: 20px 0;
  border-top: 1px solid #03bff9;
  border-bottom: 1px solid #adb7ba;
  margin-bottom: 20px;
}
/* line 452, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans .top .dollar-sign,
body.landing > .container > section.pricing .plans .top .plus,
body.landing > .container footer.pricing .plans .top .dollar-sign,
body.landing > .container footer.pricing .plans .top .plus {
  vertical-align: top;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
}
/* line 459, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans .top .currency,
body.landing > .container > section.pricing .plans .top .sub-text,
body.landing > .container footer.pricing .plans .top .currency,
body.landing > .container footer.pricing .plans .top .sub-text {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* line 466, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans .top .amount,
body.landing > .container footer.pricing .plans .top .amount {
  font-size: 40px;
  line-height: 0.85;
}
/* line 470, ../../../sass/modules/_landing.scss */
body.landing > .container > section.pricing .plans .top .sub-text,
body.landing > .container footer.pricing .plans .top .sub-text {
  display: block;
  margin-top: 5px;
}
/* line 478, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-pager,
body.landing > .container footer .feature-slides .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  line-height: 10px;
}
/* line 487, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-pager span,
body.landing > .container footer .feature-slides .cycle-pager span {
  font-family: arial;
  font-size: 38px;
  width: 20px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
/* line 495, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-pager span.cycle-pager-active,
body.landing > .container footer .feature-slides .cycle-pager span.cycle-pager-active {
  color: #03bff9;
}
/* line 498, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-pager > *,
body.landing > .container footer .feature-slides .cycle-pager > * {
  cursor: pointer;
}
/* line 502, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .prev-next,
body.landing > .container footer .feature-slides .prev-next {
  position: relative;
  height: 100%;
  max-height: 800px;
}
@media (max-width: 768px) {
  /* line 502, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .prev-next,
  body.landing > .container footer .feature-slides .prev-next {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media (max-width: 1024px) {
  /* line 502, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .prev-next,
  body.landing > .container footer .feature-slides .prev-next {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  /* line 502, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .prev-next,
  body.landing > .container footer .feature-slides .prev-next {
    max-height: 400px;
  }
}
/* line 519, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-prev,
body.landing > .container > section .feature-slides .cycle-next,
body.landing > .container footer .feature-slides .cycle-prev,
body.landing > .container footer .feature-slides .cycle-next {
  position: absolute;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 200;
}
/* line 526, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-prev span,
body.landing > .container > section .feature-slides .cycle-next span,
body.landing > .container footer .feature-slides .cycle-prev span,
body.landing > .container footer .feature-slides .cycle-next span {
  position: absolute;
  text-align: center;
  z-index: 200;
  color: #03bff9;
  width: 30px;
  height: 30px;
  line-height: 28px;
  top: 60%;
  font-size: 30px;
  cursor: pointer;
}
/* line 543, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-prev,
body.landing > .container footer .feature-slides .cycle-prev {
  left: 0;
}
/* line 545, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-prev span,
body.landing > .container footer .feature-slides .cycle-prev span {
  left: 10px;
}
/* line 547, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-prev span i,
body.landing > .container footer .feature-slides .cycle-prev span i {
  position: relative;
  left: -2px;
}
/* line 553, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-next,
body.landing > .container footer .feature-slides .cycle-next {
  right: 0;
}
/* line 555, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-next span,
body.landing > .container footer .feature-slides .cycle-next span {
  right: 10px;
}
/* line 557, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .cycle-next span i,
body.landing > .container footer .feature-slides .cycle-next span i {
  position: relative;
  right: -2px;
}
/* line 563, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .slide,
body.landing > .container footer .feature-slides .slide {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  text-align: center;
}
/* line 568, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .slide h2,
body.landing > .container footer .feature-slides .slide h2 {
  color: #03bff9;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  margin-top: -8px;
  margin-bottom: 14px;
  line-height: 1.2;
  min-height: 39px;
}
@media (max-width: 1024px) {
  /* line 568, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .slide h2,
  body.landing > .container footer .feature-slides .slide h2 {
    font-size: 23.4px;
  }
}
@media (max-width: 1000px) {
  /* line 568, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .slide h2,
  body.landing > .container footer .feature-slides .slide h2 {
    min-height: 78px;
  }
}
@media (max-width: 500px) {
  /* line 568, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .slide h2,
  body.landing > .container footer .feature-slides .slide h2 {
    min-height: 117px;
  }
}
/* line 584, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .slide .text,
body.landing > .container footer .feature-slides .slide .text {
  color: #62787f;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 15.2px;
  margin-top: 0;
  margin-bottom: 37px;
  line-height: 1.6;
  min-height: 28px;
}
@media (max-width: 1000px) {
  /* line 584, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .slide .text,
  body.landing > .container footer .feature-slides .slide .text {
    min-height: 56px;
  }
}
@media (max-width: 500px) {
  /* line 584, ../../../sass/modules/_landing.scss */
  body.landing > .container > section .feature-slides .slide .text,
  body.landing > .container footer .feature-slides .slide .text {
    min-height: 84px;
  }
}
/* line 600, ../../../sass/modules/_landing.scss */
body.landing > .container > section .feature-slides .slide img,
body.landing > .container footer .feature-slides .slide img {
  width: 100%;
  border-bottom: 1px solid #f2f3f4;
}
/* line 607, ../../../sass/modules/_landing.scss */
body.landing > .container > section.features .row + .row,
body.landing > .container footer.features .row + .row {
  margin-top: 22px;
}
@media (min-width: 990px) {
  /* line 607, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.features .row + .row,
  body.landing > .container footer.features .row + .row {
    margin-top: 40px;
  }
}
/* line 613, ../../../sass/modules/_landing.scss */
body.landing > .container > section.features .feature,
body.landing > .container footer.features .feature {
  padding: 0 30px;
}
/* line 617, ../../../sass/modules/_landing.scss */
body.landing > .container > section.features .feature h2,
body.landing > .container footer.features .feature h2 {
  margin-top: 0;
  color: #3ecdf2;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 2.42px;
  padding: 40px 0 20px;
  text-transform: uppercase;
}
/* line 626, ../../../sass/modules/_landing.scss */
body.landing > .container > section.features .feature h3,
body.landing > .container footer.features .feature h3 {
  color: #303e47;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.67;
}
/* line 634, ../../../sass/modules/_landing.scss */
body.landing > .container > section.features .feature p,
body.landing > .container footer.features .feature p {
  color: #7d888e;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  line-height: 1.67;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  /* line 643, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.features .feature + .feature,
  body.landing > .container footer.features .feature + .feature {
    margin-top: 30px;
  }
}
/* line 650, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .benefit-header,
body.landing > .container footer.key-benefits .benefit-header {
  margin-bottom: 30px;
}
/* line 653, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .col-sm-6,
body.landing > .container footer.key-benefits .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
/* line 657, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .benefit,
body.landing > .container footer.key-benefits .benefit {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  max-width: 407px;
}
@media (max-width: 768px) {
  /* line 657, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.key-benefits .benefit,
  body.landing > .container footer.key-benefits .benefit {
    max-width: 550px;
  }
}
/* line 666, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .benefit .check-container,
body.landing > .container footer.key-benefits .benefit .check-container {
  height: 50px;
  width: 50px;
  padding-top: 5px;
  color: #03bff9;
  flex: 1;
}
/* line 674, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .benefit .text-container,
body.landing > .container footer.key-benefits .benefit .text-container {
  flex: 6;
}
/* line 678, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits .benefit:last-child,
body.landing > .container footer.key-benefits .benefit:last-child {
  margin-bottom: unset;
}
/* line 682, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits h2,
body.landing > .container footer.key-benefits h2 {
  margin-top: 0;
  color: #3ecdf2;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2.2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 691, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits h3,
body.landing > .container footer.key-benefits h3 {
  color: #303e47;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 15.2px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
/* line 699, ../../../sass/modules/_landing.scss */
body.landing > .container > section.key-benefits p,
body.landing > .container footer.key-benefits p {
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 709, ../../../sass/modules/_landing.scss */
body.landing > .container > section.video-section .col-sm-6,
body.landing > .container footer.video-section .col-sm-6 {
  padding: 0;
}
/* line 712, ../../../sass/modules/_landing.scss */
body.landing > .container > section.video-section h1,
body.landing > .container footer.video-section h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  margin: 0;
  color: #1f282d;
  padding-bottom: 30px;
  padding-right: 50px;
  text-align: start;
}
@media (max-width: 1024px) {
  /* line 712, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.video-section h1,
  body.landing > .container footer.video-section h1 {
    font-size: 23.4px;
  }
}
/* line 721, ../../../sass/modules/_landing.scss */
body.landing > .container > section.video-section p,
body.landing > .container footer.video-section p {
  text-align: start;
  font-size: 16px;
  line-height: 1.67;
  color: #7d888e;
  padding-right: 65px;
  padding-bottom: 37px;
}
@media (max-width: 1024px) {
  /* line 730, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.video-section h1,
  body.landing > .container footer.video-section h1 {
    padding-right: 30px;
  }
  /* line 733, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.video-section p,
  body.landing > .container footer.video-section p {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  /* line 737, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.video-section .text-container,
  body.landing > .container footer.video-section .text-container {
    margin-bottom: 30px;
  }
}
/* line 742, ../../../sass/modules/_landing.scss */
body.landing > .container > section.video-section .video-preview,
body.landing > .container footer.video-section .video-preview {
  padding-right: 0;
}
/* line 746, ../../../sass/modules/_landing.scss */
body.landing > .container > section.video-section .video-preview-container,
body.landing > .container footer.video-section .video-preview-container {
  height: 305px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f3f4;
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 755, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.video-section .video-preview-container img,
  body.landing > .container footer.video-section .video-preview-container img {
    width: 100%;
    max-width: 300px;
  }
}
/* line 763, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works h1,
body.landing > .container footer.how-it-works h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  margin: 0;
  line-height: 1.38;
  font-size: 36px;
  color: #000;
}
@media (max-width: 1024px) {
  /* line 763, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.how-it-works h1,
  body.landing > .container footer.how-it-works h1 {
    font-size: 23.4px;
  }
}
/* line 770, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works h2,
body.landing > .container footer.how-it-works h2 {
  margin-top: 0;
  color: #03bff9;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-kerning: normal;
}
/* line 780, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works p,
body.landing > .container footer.how-it-works p {
  color: #7d888e;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 15.2px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 787, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works .item,
body.landing > .container footer.how-it-works .item {
  margin-top: 80px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 788, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works .item img,
body.landing > .container footer.how-it-works .item img {
  height: 50px;
}
@media (max-width: 500px) {
  /* line 787, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.how-it-works .item,
  body.landing > .container footer.how-it-works .item {
    width: 100%;
  }
}
/* line 799, ../../../sass/modules/_landing.scss */
body.landing > .container > section.how-it-works .item .title,
body.landing > .container footer.how-it-works .item .title {
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.8;
}
/* line 806, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form, body.landing > .container > section.register-link,
body.landing > .container footer.form,
body.landing > .container footer.register-link {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  text-align: center;
}
/* line 812, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form label, body.landing > .container > section.register-link label,
body.landing > .container footer.form label,
body.landing > .container footer.register-link label {
  display: none;
}
/* line 815, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form h1, body.landing > .container > section.register-link h1,
body.landing > .container footer.form h1,
body.landing > .container footer.register-link h1 {
  color: #03bff9;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  /* line 815, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.form h1, body.landing > .container > section.register-link h1,
  body.landing > .container footer.form h1,
  body.landing > .container footer.register-link h1 {
    font-size: 23.4px;
  }
}
/* line 824, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form .form-inline > div, body.landing > .container > section.register-link .form-inline > div,
body.landing > .container footer.form .form-inline > div,
body.landing > .container footer.register-link .form-inline > div {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 828, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form .form-inline .textinput,
body.landing > .container > section.form .form-inline .emailinput, body.landing > .container > section.register-link .form-inline .textinput,
body.landing > .container > section.register-link .form-inline .emailinput,
body.landing > .container footer.form .form-inline .textinput,
body.landing > .container footer.form .form-inline .emailinput,
body.landing > .container footer.register-link .form-inline .textinput,
body.landing > .container footer.register-link .form-inline .emailinput {
  padding-left: 18px;
  width: 100%;
}
/* line 834, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form input, body.landing > .container > section.register-link input,
body.landing > .container footer.form input,
body.landing > .container footer.register-link input {
  height: 44px;
  font-size: 12px;
}
/* line 838, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form .textinput,
body.landing > .container > section.form .emailinput, body.landing > .container > section.register-link .textinput,
body.landing > .container > section.register-link .emailinput,
body.landing > .container footer.form .textinput,
body.landing > .container footer.form .emailinput,
body.landing > .container footer.register-link .textinput,
body.landing > .container footer.register-link .emailinput {
  background-color: #f8f8fa;
  border-color: #f2f3f4;
  color: #62787f;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 845, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form .btn, body.landing > .container > section.form body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget body.landing > .container > section.form .autocomplete-add-another, body.landing > .container > section.form body.register .formset a.add-row, body.register .formset body.landing > .container > section.form a.add-row, body.landing > .container > section.register-link .btn, body.landing > .container > section.register-link body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget body.landing > .container > section.register-link .autocomplete-add-another, body.landing > .container > section.register-link body.register .formset a.add-row, body.register .formset body.landing > .container > section.register-link a.add-row,
body.landing > .container footer.form .btn,
body.landing > .container footer.form body.register .autocomplete-light-widget .autocomplete-add-another,
body.register .autocomplete-light-widget body.landing > .container footer.form .autocomplete-add-another,
body.landing > .container footer.form body.register .formset a.add-row,
body.register .formset body.landing > .container footer.form a.add-row,
body.landing > .container footer.register-link .btn,
body.landing > .container footer.register-link body.register .autocomplete-light-widget .autocomplete-add-another,
body.register .autocomplete-light-widget body.landing > .container footer.register-link .autocomplete-add-another,
body.landing > .container footer.register-link body.register .formset a.add-row,
body.register .formset body.landing > .container footer.register-link a.add-row {
  width: 100%;
  text-transform: uppercase;
}
/* line 849, ../../../sass/modules/_landing.scss */
body.landing > .container > section.form p, body.landing > .container > section.register-link p,
body.landing > .container footer.form p,
body.landing > .container footer.register-link p {
  color: #adb7ba;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  margin: 0 0 31px;
}
@media (min-width: 1024px) {
  /* line 849, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.form p, body.landing > .container > section.register-link p,
  body.landing > .container footer.form p,
  body.landing > .container footer.register-link p {
    margin: 0 25% 31px;
  }
}
/* line 859, ../../../sass/modules/_landing.scss */
body.landing > .container > section.register-link,
body.landing > .container footer.register-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}
/* line 865, ../../../sass/modules/_landing.scss */
body.landing > .container > section.register-link h2,
body.landing > .container footer.register-link h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  color: #fff;
  white-space: normal;
  max-width: 100%;
  margin: 20px 0 30px 0;
}
@media (max-width: 1024px) {
  /* line 865, ../../../sass/modules/_landing.scss */
  body.landing > .container > section.register-link h2,
  body.landing > .container footer.register-link h2 {
    font-size: 23.4px;
  }
}
/* line 874, ../../../sass/modules/_landing.scss */
body.landing > .container > section.register-link p,
body.landing > .container footer.register-link p {
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 15.2px;
  margin-bottom: 30px;
  max-width: 768px;
}
/* line 883, ../../../sass/modules/_landing.scss */
body.landing > .container .row {
  max-width: 922px;
  margin: 0 auto;
  position: relative;
}
/* line 889, ../../../sass/modules/_landing.scss */
body.landing header {
  position: absolute;
  z-index: 200;
  text-align: center;
  background-color: rgba(31, 40, 45, 0.75);
  color: #adb7ba;
}
/* line 893, ../../../sass/modules/_landing.scss */
body.landing header img.logo {
  width: 191px;
  height: auto;
}
/* line 897, ../../../sass/modules/_landing.scss */
body.landing header > div {
  padding: 50px 15px;
}
@media (max-width: 600px) {
  /* line 897, ../../../sass/modules/_landing.scss */
  body.landing header > div {
    padding: 40px 20px;
  }
}
/* line 906, ../../../sass/modules/_landing.scss */
body.landing header form {
  padding: 35px 44px;
}
/* line 912, ../../../sass/modules/_landing.scss */
body.landing header div h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  margin: 0 0 35px 0;
  color: #03bff9;
}
@media (max-width: 1024px) {
  /* line 912, ../../../sass/modules/_landing.scss */
  body.landing header div h1 {
    font-size: 32.5px;
  }
}
@media (min-width: 1024px) {
  /* line 912, ../../../sass/modules/_landing.scss */
  body.landing header div h1 {
    padding: 0 20px;
  }
}
/* line 921, ../../../sass/modules/_landing.scss */
body.landing header div p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0 10%;
}
/* line 929, ../../../sass/modules/_landing.scss */
body.landing header form {
  background-color: #fff;
}
/* line 931, ../../../sass/modules/_landing.scss */
body.landing header form h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 25.6px;
  margin: 0 0 4px;
  color: #03bff9;
  white-space: nowrap;
  max-width: 100%;
}
/* line 939, ../../../sass/modules/_landing.scss */
body.landing header form p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #03bff9;
  padding-bottom: 4px;
}
/* line 945, ../../../sass/modules/_landing.scss */
body.landing header form label {
  display: none;
}
/* line 948, ../../../sass/modules/_landing.scss */
body.landing header form input {
  height: 37px;
  font-size: 12px;
}
/* line 952, ../../../sass/modules/_landing.scss */
body.landing header form .textinput,
body.landing header form .emailinput {
  background-color: #f8f8fa;
  border-color: #f2f3f4;
  color: #62787f;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 959, ../../../sass/modules/_landing.scss */
body.landing header form .btn, body.landing header form body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget body.landing header form .autocomplete-add-another, body.landing header form body.register .formset a.add-row, body.register .formset body.landing header form a.add-row {
  background-color: #03bff9;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 14.4px;
  border: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzYmZmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlY2RmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #03bff9), color-stop(100%, #3ecdf2));
  background-image: -moz-linear-gradient(#03bff9, #3ecdf2);
  background-image: -webkit-linear-gradient(#03bff9, #3ecdf2);
  background-image: linear-gradient(#03bff9, #3ecdf2);
  height: 39px;
}
/* line 969, ../../../sass/modules/_landing.scss */
body.landing header form .btn:hover, body.landing header form body.register .autocomplete-light-widget .autocomplete-add-another:hover, body.register .autocomplete-light-widget body.landing header form .autocomplete-add-another:hover, body.landing header form body.register .formset a.add-row:hover, body.register .formset body.landing header form a.add-row:hover {
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzYWNlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2YzdmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #03ace0), color-stop(100%, #26c7f0));
  background-image: -moz-linear-gradient(#03ace0, #26c7f0);
  background-image: -webkit-linear-gradient(#03ace0, #26c7f0);
  background-image: linear-gradient(#03ace0, #26c7f0);
}
/* line 978, ../../../sass/modules/_landing.scss */
body.landing .image-slides {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  min-height: 750px;
}
/* line 979, ../../../sass/modules/_landing.scss */
body.landing .image-slides .down-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 200;
}
/* line 991, ../../../sass/modules/_landing.scss */
body.landing .image-slides .button {
  padding-top: 40px;
  display: block;
  text-align: center;
}
/* line 995, ../../../sass/modules/_landing.scss */
body.landing .image-slides .button .btn, body.landing .image-slides .button body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget body.landing .image-slides .button .autocomplete-add-another, body.landing .image-slides .button body.register .formset a.add-row, body.register .formset body.landing .image-slides .button a.add-row {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  /* line 978, ../../../sass/modules/_landing.scss */
  body.landing .image-slides {
    min-width: 1024px;
  }
}
/* line 1006, ../../../sass/modules/_landing.scss */
body.landing .image-slides > header {
  top: 132px;
}
@media (min-width: 1024px) {
  /* line 1006, ../../../sass/modules/_landing.scss */
  body.landing .image-slides > header {
    top: 25%;
  }
}
/* line 1015, ../../../sass/modules/_landing.scss */
body.landing .image-slides div.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 1021, ../../../sass/modules/_landing.scss */
body.landing .image-slides div.slide .copyright {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12.8px;
  color: #303e47;
  position: absolute;
  right: 0;
  bottom: 70px;
  padding: 4px 15px;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
}
/* line 1033, ../../../sass/modules/_landing.scss */
body.landing #messages {
  position: absolute;
  z-index: 300;
  top: 10px;
  left: 10px;
}
/* line 1038, ../../../sass/modules/_landing.scss */
body.landing #messages div {
  box-shadow: 0 0 20px #303e47;
  -webkit-box-shadow: 0 0 20px #303e47;
  -moz-box-shadow: 0 0 20px #303e47;
  -ms-box-shadow: 0 0 20px #303e47;
  -o-box-shadow: 0 0 20px #303e47;
}

/* line 1044, ../../../sass/modules/_landing.scss */
body.landing nav.top {
  top: 0;
}

/* line 1068, ../../../sass/modules/_landing.scss */
body.blog nav.top {
  position: absolute;
  z-index: 400;
  right: 0;
  padding-bottom: 100px;
  padding-left: 100px;
}
/* line 1074, ../../../sass/modules/_landing.scss */
body.blog nav.top a,
body.blog nav.top span {
  display: inline-block;
  padding: 10px 14px 8px;
  text-transform: uppercase;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 10.4px;
  letter-spacing: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  margin: 0;
  margin-left: 3px;
}
/* line 1086, ../../../sass/modules/_landing.scss */
body.blog nav.top a:hover,
body.blog nav.top span:hover {
  text-decoration: none;
}

/* line 1094, ../../../sass/modules/_landing.scss */
body.landing nav.top {
  background: #1f282d;
  font-size: 13px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
}
/* line 1103, ../../../sass/modules/_landing.scss */
body.landing nav.top > a,
body.landing nav.top > .nav > ul {
  margin: 0;
  padding: 16.5px;
  line-height: 33px;
}
/* line 1110, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li.name {
  padding-right: 20px;
}
/* line 1113, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li a:focus {
  background-color: transparent;
}
/* line 1118, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li.dashboard a, body.landing nav.top > .nav > ul li.sign-up a {
  border: 1px solid #03bff9;
}
@media (max-width: 960px) {
  /* line 1118, ../../../sass/modules/_landing.scss */
  body.landing nav.top > .nav > ul li.dashboard a, body.landing nav.top > .nav > ul li.sign-up a {
    color: #03bff9;
  }
}
/* line 1123, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li.dashboard a:hover, body.landing nav.top > .nav > ul li.sign-up a:hover {
  background: #03bff9;
  color: #fff;
}
/* line 1131, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li.login a, body.landing nav.top > .nav > ul li.logout a {
  border: 1px solid transparent;
  color: #03bff9;
}
@media (max-width: 960px) {
  /* line 1134, ../../../sass/modules/_landing.scss */
  body.landing nav.top > .nav > ul li.login a:hover, body.landing nav.top > .nav > ul li.logout a:hover {
    color: #303e47;
  }
}
@media (min-width: 960px) {
  /* line 1134, ../../../sass/modules/_landing.scss */
  body.landing nav.top > .nav > ul li.login a:hover, body.landing nav.top > .nav > ul li.logout a:hover {
    color: #fff;
  }
}
/* line 1144, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  /* line 1144, ../../../sass/modules/_landing.scss */
  body.landing nav.top > .nav > ul li a {
    color: #303e47;
  }
}
@media (min-width: 960px) {
  /* line 1144, ../../../sass/modules/_landing.scss */
  body.landing nav.top > .nav > ul li a {
    color: #fff;
  }
}
/* line 1156, ../../../sass/modules/_landing.scss */
body.landing nav.top > .nav > ul li a:hover {
  background-color: transparent;
  color: #03bff9;
}
/* line 1162, ../../../sass/modules/_landing.scss */
body.landing nav.top a.logo {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0;
}
@media (max-width: 600px) {
  /* line 1162, ../../../sass/modules/_landing.scss */
  body.landing nav.top a.logo {
    max-width: 170px;
    overflow: hidden;
  }
}
/* line 1170, ../../../sass/modules/_landing.scss */
body.landing nav.top a.logo img {
  height: 31px;
}
/* line 1175, ../../../sass/modules/_landing.scss */
body.landing nav.top .menu-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  cursor: pointer;
  font-size: 24px;
}
@media (min-width: 960px) {
  /* line 1175, ../../../sass/modules/_landing.scss */
  body.landing nav.top .menu-toggle {
    display: none;
  }
}
/* line 1186, ../../../sass/modules/_landing.scss */
body.landing nav.top div.nav {
  position: absolute;
}
@media (min-width: 960px) {
  /* line 1186, ../../../sass/modules/_landing.scss */
  body.landing nav.top div.nav {
    top: 0;
    right: 0;
  }
}
@media (max-width: 960px) {
  /* line 1186, ../../../sass/modules/_landing.scss */
  body.landing nav.top div.nav {
    display: none;
    width: 100%;
    top: 66px;
    height: 66px;
    text-align: center;
    background-color: white;
  }
}
/* line 1201, ../../../sass/modules/_landing.scss */
body.landing nav.top div.nav ul {
  list-style: none;
  text-align: center;
}
/* line 1204, ../../../sass/modules/_landing.scss */
body.landing nav.top div.nav ul li {
  margin-left: 10px;
  display: inline-block;
}
/* line 1207, ../../../sass/modules/_landing.scss */
body.landing nav.top div.nav ul li:first-child {
  margin-left: 0;
}
@media (max-width: 640px) {
  /* line 1186, ../../../sass/modules/_landing.scss */
  body.landing nav.top div.nav {
    height: auto;
  }
  /* line 1215, ../../../sass/modules/_landing.scss */
  body.landing nav.top div.nav ul li {
    display: block;
    margin: 10px;
  }
  /* line 1218, ../../../sass/modules/_landing.scss */
  body.landing nav.top div.nav ul li a {
    display: inline-block;
  }
}
/* line 1225, ../../../sass/modules/_landing.scss */
body.landing nav.top span {
  color: #03bff9;
}
/* line 1228, ../../../sass/modules/_landing.scss */
body.landing nav.top a {
  color: #03bff9;
}
/* line 1231, ../../../sass/modules/_landing.scss */
body.landing nav.top form.search {
  position: relative;
  height: 33px;
}
/* line 1233, ../../../sass/modules/_landing.scss */
body.landing nav.top form.search:before {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-size: 12px;
  color: #adb7ba;
  z-index: 1000;
}
/* line 1244, ../../../sass/modules/_landing.scss */
body.landing nav.top form.search input {
  transition: width linear 0.2s;
  -webkit-transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -ms-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  width: 80px;
  border: 0;
  text-indent: 33px;
  height: 33px;
  position: relative;
  color: #f2f3f4;
}
/* line 1255, ../../../sass/modules/_landing.scss */
body.landing nav.top form.search input:focus {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #fff;
  width: 200px;
  color: #000;
}
/* line 1264, ../../../sass/modules/_landing.scss */
body.landing nav.top-REMOVED {
  position: absolute;
  z-index: 400;
  right: 0;
  padding-bottom: 100px;
  padding-left: 100px;
}
/* line 1270, ../../../sass/modules/_landing.scss */
body.landing nav.top-REMOVED a,
body.landing nav.top-REMOVED span {
  display: inline-block;
  padding: 10px 14px 8px;
  text-transform: uppercase;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 10.4px;
  letter-spacing: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  margin: 0;
  margin-left: 3px;
}
/* line 1282, ../../../sass/modules/_landing.scss */
body.landing nav.top-REMOVED a:hover,
body.landing nav.top-REMOVED span:hover {
  text-decoration: none;
}
/* line 1287, ../../../sass/modules/_landing.scss */
body.landing input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

/* line 1293, ../../../sass/modules/_landing.scss */
footer {
  padding-top: 35px;
  padding-bottom: 51px;
  color: #adb7ba;
}
/* line 1296, ../../../sass/modules/_landing.scss */
footer section {
  margin-bottom: 20px;
}
/* line 1299, ../../../sass/modules/_landing.scss */
footer h4 {
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #1f282d;
}
/* line 1306, ../../../sass/modules/_landing.scss */
footer a,
footer address,
footer p,
footer span {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #adb7ba;
  line-height: 1.8;
  display: block;
}
/* line 1316, ../../../sass/modules/_landing.scss */
footer .copyright {
  font-size: 11px;
  text-align: right;
}

@media (max-width: 1024px) {
  /* line 1327, ../../../sass/modules/_landing.scss */
  body.landing > .container .image-slides {
    min-width: 0;
  }
  /* line 1330, ../../../sass/modules/_landing.scss */
  body.landing > .container nav.top {
    display: none;
  }
  /* line 1333, ../../../sass/modules/_landing.scss */
  body.landing > .container > section {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 1342, ../../../sass/modules/_landing.scss */
  body.landing > .container section.intro h1 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  /* line 1342, ../../../sass/modules/_landing.scss */
  body.landing > .container section.intro h1 {
    font-size: 23.4px;
  }
}
@media (max-width: 1024px) {
  /* line 1345, ../../../sass/modules/_landing.scss */
  body.landing > .container section.intro p {
    font-size: 16px;
  }
  /* line 1349, ../../../sass/modules/_landing.scss */
  body.landing > .container section.features {
    text-align: center;
  }
  /* line 1351, ../../../sass/modules/_landing.scss */
  body.landing > .container section.features h2 {
    margin-top: 50px;
  }
  /* line 1356, ../../../sass/modules/_landing.scss */
  body.landing > .container section.form h1 {
    font-size: 32px;
  }
  /* line 1359, ../../../sass/modules/_landing.scss */
  body.landing > .container section.form p {
    font-size: 14.4px;
  }
  /* line 1362, ../../../sass/modules/_landing.scss */
  body.landing > .container section.form input {
    margin-bottom: 10px;
  }
  /* line 1366, ../../../sass/modules/_landing.scss */
  body.landing > .container .copyright {
    margin-top: 30px;
    text-align: left;
  }
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 115, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 122, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 27, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 82, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 121, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 127, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 153, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 10, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 133, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 155, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 165, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 172, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 204, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > input[type="date"].autocomplete-add-another, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > input[type="time"].autocomplete-add-another, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > input[type="datetime-local"].autocomplete-add-another, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > input[type="month"].autocomplete-add-another, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > input[type="date"].autocomplete-add-another, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > input[type="time"].autocomplete-add-another, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > input[type="datetime-local"].autocomplete-add-another, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > input[type="month"].autocomplete-add-another, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 222, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 241, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
/* line 246, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
/* line 280, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 305, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > .form-control-static.autocomplete-add-another,
body.register .formset .input-group-lg > .input-group-btn > a.form-control-static.add-row, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > .form-control-static.autocomplete-add-another,
body.register .formset .input-group-sm > .input-group-btn > a.form-control-static.add-row {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > .autocomplete-add-another,
body.register .formset .input-group-sm > .input-group-btn > a.add-row {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > select.autocomplete-add-another {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > textarea.autocomplete-add-another,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > select[multiple].autocomplete-add-another {
  height: auto;
}

/* line 323, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 330, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 334, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 338, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > .autocomplete-add-another,
body.register .formset .input-group-lg > .input-group-btn > a.add-row {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > select.autocomplete-add-another {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > textarea.autocomplete-add-another,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > select[multiple].autocomplete-add-another {
  height: auto;
}

/* line 349, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 356, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 360, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 364, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 383, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > .autocomplete-add-another + .form-control-feedback,
body.register .formset .input-group-lg > .input-group-btn > a.add-row + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > .autocomplete-add-another + .form-control-feedback,
body.register .formset .input-group-sm > .input-group-btn > a.add-row + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
/* line 37, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
/* line 37, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
/* line 37, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 432, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 559, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 565, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 572, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 583, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 593, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 601, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, body.register .autocomplete-light-widget .autocomplete-add-another, body.register .formset a.add-row {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, body.register .autocomplete-light-widget .autocomplete-add-another:focus, body.register .formset a.add-row:focus, .btn.focus, body.register .autocomplete-light-widget .focus.autocomplete-add-another, body.register .formset a.focus.add-row, .btn:active:focus, body.register .autocomplete-light-widget .autocomplete-add-another:active:focus, body.register .formset a.add-row:active:focus, .btn:active.focus, body.register .autocomplete-light-widget .autocomplete-add-another:active.focus, body.register .formset a.add-row:active.focus, .btn.active:focus, body.register .autocomplete-light-widget .active.autocomplete-add-another:focus, body.register .formset a.active.add-row:focus, .btn.active.focus, body.register .autocomplete-light-widget .active.focus.autocomplete-add-another, body.register .formset a.active.focus.add-row {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, body.register .autocomplete-light-widget .autocomplete-add-another:hover, body.register .formset a.add-row:hover, .btn:focus, body.register .autocomplete-light-widget .autocomplete-add-another:focus, body.register .formset a.add-row:focus, .btn.focus, body.register .autocomplete-light-widget .focus.autocomplete-add-another, body.register .formset a.focus.add-row {
  color: #333;
  text-decoration: none;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, body.register .autocomplete-light-widget .autocomplete-add-another:active, body.register .formset a.add-row:active, .btn.active, body.register .autocomplete-light-widget .active.autocomplete-add-another, body.register .formset a.active.add-row {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, body.register .autocomplete-light-widget .disabled.autocomplete-add-another, body.register .formset a.disabled.add-row, .btn[disabled], body.register .autocomplete-light-widget [disabled].autocomplete-add-another, body.register .formset a[disabled].add-row, fieldset[disabled] .btn, fieldset[disabled] body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget fieldset[disabled] .autocomplete-add-another, fieldset[disabled] body.register .formset a.add-row, body.register .formset fieldset[disabled] a.add-row {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, body.register .autocomplete-light-widget a.disabled.autocomplete-add-another, body.register .formset a.disabled.add-row, fieldset[disabled] a.btn, fieldset[disabled] body.register .autocomplete-light-widget a.autocomplete-add-another, body.register .autocomplete-light-widget fieldset[disabled] a.autocomplete-add-another, fieldset[disabled] body.register .formset a.add-row, body.register .formset fieldset[disabled] a.add-row {
  pointer-events: none;
}

/* line 68, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, body.register .collapse-if-blank.blank:before {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, body.register .collapse-if-blank.blank:focus:before, .btn-primary.focus, body.register .focus.collapse-if-blank.blank:before {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, body.register .collapse-if-blank.blank:hover:before {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, body.register .collapse-if-blank.blank:active:before, .btn-primary.active, body.register .active.collapse-if-blank.blank:before, .open > .btn-primary.dropdown-toggle, body.register .open > .dropdown-toggle.collapse-if-blank.blank:before {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, body.register .collapse-if-blank.blank:active:hover:before, .btn-primary:active:focus, body.register .collapse-if-blank.blank:active:focus:before, .btn-primary:active.focus, body.register .collapse-if-blank.blank:active.focus:before, .btn-primary.active:hover, body.register .active.collapse-if-blank.blank:hover:before, .btn-primary.active:focus, body.register .active.collapse-if-blank.blank:focus:before, .btn-primary.active.focus, body.register .active.focus.collapse-if-blank.blank:before, .open > .btn-primary.dropdown-toggle:hover, body.register .open > .dropdown-toggle.collapse-if-blank.blank:hover:before, .open > .btn-primary.dropdown-toggle:focus, body.register .open > .dropdown-toggle.collapse-if-blank.blank:focus:before, .open > .btn-primary.dropdown-toggle.focus, body.register .open > .dropdown-toggle.focus.collapse-if-blank.blank:before {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, body.register .disabled.collapse-if-blank.blank:hover:before, .btn-primary.disabled:focus, body.register .disabled.collapse-if-blank.blank:focus:before, .btn-primary.disabled.focus, body.register .disabled.focus.collapse-if-blank.blank:before, .btn-primary[disabled]:hover, body.register [disabled].collapse-if-blank.blank:hover:before, .btn-primary[disabled]:focus, body.register [disabled].collapse-if-blank.blank:focus:before, .btn-primary[disabled].focus, body.register [disabled].focus.collapse-if-blank.blank:before, fieldset[disabled] .btn-primary:hover, fieldset[disabled] body.register .collapse-if-blank.blank:hover:before, body.register fieldset[disabled] .collapse-if-blank.blank:hover:before, fieldset[disabled] .btn-primary:focus, fieldset[disabled] body.register .collapse-if-blank.blank:focus:before, body.register fieldset[disabled] .collapse-if-blank.blank:focus:before, fieldset[disabled] .btn-primary.focus, fieldset[disabled] body.register .focus.collapse-if-blank.blank:before, body.register fieldset[disabled] .focus.collapse-if-blank.blank:before {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, body.register .collapse-if-blank.blank:before .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success, body.register .formset a.add-row {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, body.register .formset a.add-row:focus, .btn-success.focus, body.register .formset a.focus.add-row {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, body.register .formset a.add-row:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, body.register .formset a.add-row:active, .btn-success.active, body.register .formset a.active.add-row, .open > .btn-success.dropdown-toggle, body.register .formset .open > a.dropdown-toggle.add-row {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, body.register .formset a.add-row:active:hover, .btn-success:active:focus, body.register .formset a.add-row:active:focus, .btn-success:active.focus, body.register .formset a.add-row:active.focus, .btn-success.active:hover, body.register .formset a.active.add-row:hover, .btn-success.active:focus, body.register .formset a.active.add-row:focus, .btn-success.active.focus, body.register .formset a.active.focus.add-row, .open > .btn-success.dropdown-toggle:hover, body.register .formset .open > a.dropdown-toggle.add-row:hover, .open > .btn-success.dropdown-toggle:focus, body.register .formset .open > a.dropdown-toggle.add-row:focus, .open > .btn-success.dropdown-toggle.focus, body.register .formset .open > a.dropdown-toggle.focus.add-row {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, body.register .formset a.disabled.add-row:hover, .btn-success.disabled:focus, body.register .formset a.disabled.add-row:focus, .btn-success.disabled.focus, body.register .formset a.disabled.focus.add-row, .btn-success[disabled]:hover, body.register .formset a[disabled].add-row:hover, .btn-success[disabled]:focus, body.register .formset a[disabled].add-row:focus, .btn-success[disabled].focus, body.register .formset a[disabled].focus.add-row, fieldset[disabled] .btn-success:hover, fieldset[disabled] body.register .formset a.add-row:hover, body.register .formset fieldset[disabled] a.add-row:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] body.register .formset a.add-row:focus, body.register .formset fieldset[disabled] a.add-row:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] body.register .formset a.focus.add-row, body.register .formset fieldset[disabled] a.focus.add-row {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge, body.register .formset a.add-row .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
/* line 101, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
/* line 109, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, body.register .autocomplete-light-widget .btn-group-lg > .autocomplete-add-another, body.register .formset .btn-group-lg > a.add-row {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, body.register .autocomplete-light-widget .btn-group-sm > .autocomplete-add-another, body.register .formset .btn-group-sm > a.add-row, body.register .collapse-if-blank.blank:before {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, body.register .autocomplete-light-widget .btn-group-xs > .autocomplete-add-another, body.register .formset .btn-group-xs > a.add-row {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another, body.register .formset .btn-group > a.add-row,
.btn-group-vertical > .btn,
body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another,
body.register .formset .btn-group-vertical > a.add-row {
  position: relative;
  float: left;
}
/* line 15, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:hover, body.register .formset .btn-group > a.add-row:hover, .btn-group > .btn:focus, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:focus, body.register .formset .btn-group > a.add-row:focus, .btn-group > .btn:active, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:active, body.register .formset .btn-group > a.add-row:active, .btn-group > .btn.active, body.register .autocomplete-light-widget .btn-group > .active.autocomplete-add-another, body.register .formset .btn-group > a.active.add-row,
.btn-group-vertical > .btn:hover,
body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:hover,
body.register .formset .btn-group-vertical > a.add-row:hover,
.btn-group-vertical > .btn:focus,
body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:focus,
body.register .formset .btn-group-vertical > a.add-row:focus,
.btn-group-vertical > .btn:active,
body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:active,
body.register .formset .btn-group-vertical > a.add-row:active,
.btn-group-vertical > .btn.active,
body.register .autocomplete-light-widget .btn-group-vertical > .active.autocomplete-add-another,
body.register .formset .btn-group-vertical > a.active.add-row {
  z-index: 2;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group body.register .autocomplete-light-widget .autocomplete-add-another + .btn, body.register .autocomplete-light-widget .btn-group .autocomplete-add-another + .btn, .btn-group body.register .formset a.add-row + .btn, body.register .formset .btn-group a.add-row + .btn, .btn-group body.register .autocomplete-light-widget .btn + .autocomplete-add-another, body.register .autocomplete-light-widget .btn-group .btn + .autocomplete-add-another, .btn-group body.register .autocomplete-light-widget .autocomplete-add-another + .autocomplete-add-another, body.register .autocomplete-light-widget .btn-group .autocomplete-add-another + .autocomplete-add-another, .btn-group body.register .formset .autocomplete-light-widget a.add-row + .autocomplete-add-another, .btn-group body.register .autocomplete-light-widget .formset a.add-row + .autocomplete-add-another, body.register .formset .btn-group .autocomplete-light-widget a.add-row + .autocomplete-add-another, body.register .autocomplete-light-widget .formset .btn-group a.add-row + .autocomplete-add-another, .btn-group body.register .formset .btn + a.add-row, body.register .formset .btn-group .btn + a.add-row, .btn-group body.register .autocomplete-light-widget .formset .autocomplete-add-another + a.add-row, .btn-group body.register .formset .autocomplete-light-widget .autocomplete-add-another + a.add-row, body.register .autocomplete-light-widget .btn-group .formset .autocomplete-add-another + a.add-row, body.register .formset .autocomplete-light-widget .btn-group .autocomplete-add-another + a.add-row, .btn-group body.register .formset a.add-row + a.add-row, body.register .formset .btn-group a.add-row + a.add-row,
.btn-group .btn + .btn-group,
.btn-group body.register .autocomplete-light-widget .autocomplete-add-another + .btn-group,
body.register .autocomplete-light-widget .btn-group .autocomplete-add-another + .btn-group,
.btn-group body.register .formset a.add-row + .btn-group,
body.register .formset .btn-group a.add-row + .btn-group,
.btn-group .btn-group + .btn,
.btn-group body.register .autocomplete-light-widget .btn-group + .autocomplete-add-another,
body.register .autocomplete-light-widget .btn-group .btn-group + .autocomplete-add-another,
.btn-group body.register .formset .btn-group + a.add-row,
body.register .formset .btn-group .btn-group + a.add-row,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget .btn-toolbar .autocomplete-add-another, .btn-toolbar body.register .formset a.add-row, body.register .formset .btn-toolbar a.add-row,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, body.register .autocomplete-light-widget .btn-toolbar > .autocomplete-add-another, body.register .formset .btn-toolbar > a.add-row,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:not(:first-child):not(:last-child):not(.dropdown-toggle), body.register .formset .btn-group > a.add-row:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:first-child, body.register .formset .btn-group > a.add-row:first-child {
  margin-left: 0;
}
/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:first-child:not(:last-child):not(.dropdown-toggle), body.register .formset .btn-group > a.add-row:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another:last-child:not(:first-child), body.register .formset .btn-group > a.add-row:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, body.register .autocomplete-light-widget .btn-group > .btn-group:not(:first-child):not(:last-child) > .autocomplete-add-another, body.register .formset .btn-group > .btn-group:not(:first-child):not(:last-child) > a.add-row {
  border-radius: 0;
}

/* line 76, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, body.register .autocomplete-light-widget .btn-group > .btn-group:first-child:not(:last-child) > .autocomplete-add-another:last-child, body.register .formset .btn-group > .btn-group:first-child:not(:last-child) > a.add-row:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, body.register .autocomplete-light-widget .btn-group > .btn-group:last-child:not(:first-child) > .autocomplete-add-another:first-child, body.register .formset .btn-group > .btn-group:last-child:not(:first-child) > a.add-row:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, body.register .autocomplete-light-widget .btn-group > .autocomplete-add-another + .dropdown-toggle, body.register .formset .btn-group > a.add-row + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, body.register .autocomplete-light-widget .btn-group-lg.btn-group > .autocomplete-add-another + .dropdown-toggle, body.register .formset .btn-group-lg.btn-group > a.add-row + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

/* line 127, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, body.register .autocomplete-light-widget .autocomplete-add-another .caret, body.register .formset a.add-row .caret {
  margin-left: 0;
}

/* line 131, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, body.register .autocomplete-light-widget .btn-group-lg > .autocomplete-add-another .caret, body.register .formset .btn-group-lg > a.add-row .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup body.register .autocomplete-light-widget .btn-group-lg > .autocomplete-add-another .caret, body.register .autocomplete-light-widget .dropup .btn-group-lg > .autocomplete-add-another .caret, .dropup body.register .formset .btn-group-lg > a.add-row .caret, body.register .formset .dropup .btn-group-lg > a.add-row .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another, body.register .formset .btn-group-vertical > a.add-row,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
body.register .autocomplete-light-widget .btn-group-vertical > .btn-group > .autocomplete-add-another,
body.register .formset .btn-group-vertical > .btn-group > a.add-row {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, body.register .autocomplete-light-widget .btn-group-vertical > .btn-group > .autocomplete-add-another, body.register .formset .btn-group-vertical > .btn-group > a.add-row {
  float: none;
}
/* line 162, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another + .btn, body.register .formset .btn-group-vertical > a.add-row + .btn, body.register .autocomplete-light-widget .btn-group-vertical > .btn + .autocomplete-add-another, body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another + .autocomplete-add-another, body.register .formset .autocomplete-light-widget .btn-group-vertical > a.add-row + .autocomplete-add-another, body.register .autocomplete-light-widget .formset .btn-group-vertical > a.add-row + .autocomplete-add-another, body.register .formset .btn-group-vertical > .btn + a.add-row, body.register .autocomplete-light-widget .formset .btn-group-vertical > .autocomplete-add-another + a.add-row, body.register .formset .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another + a.add-row, body.register .formset .btn-group-vertical > a.add-row + a.add-row,
.btn-group-vertical > .btn + .btn-group,
body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another + .btn-group,
body.register .formset .btn-group-vertical > a.add-row + .btn-group,
.btn-group-vertical > .btn-group + .btn,
body.register .autocomplete-light-widget .btn-group-vertical > .btn-group + .autocomplete-add-another,
body.register .formset .btn-group-vertical > .btn-group + a.add-row,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:not(:first-child):not(:last-child), body.register .formset .btn-group-vertical > a.add-row:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:first-child:not(:last-child), body.register .formset .btn-group-vertical > a.add-row:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), body.register .autocomplete-light-widget .btn-group-vertical > .autocomplete-add-another:last-child:not(:first-child), body.register .formset .btn-group-vertical > a.add-row:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, body.register .autocomplete-light-widget .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .autocomplete-add-another, body.register .formset .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.add-row {
  border-radius: 0;
}

/* line 188, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, body.register .autocomplete-light-widget .btn-group-vertical > .btn-group:first-child:not(:last-child) > .autocomplete-add-another:last-child, body.register .formset .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.add-row:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, body.register .autocomplete-light-widget .btn-group-vertical > .btn-group:last-child:not(:first-child) > .autocomplete-add-another:first-child, body.register .formset .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.add-row:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, body.register .autocomplete-light-widget .btn-group-justified > .autocomplete-add-another, body.register .formset .btn-group-justified > a.add-row,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 212, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget .btn-group-justified > .btn-group .autocomplete-add-another, .btn-group-justified > .btn-group body.register .formset a.add-row, body.register .formset .btn-group-justified > .btn-group a.add-row {
  width: 100%;
}
/* line 216, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], body.register .autocomplete-light-widget [data-toggle="buttons"] > .autocomplete-add-another input[type="radio"], body.register .formset [data-toggle="buttons"] > a.add-row input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
body.register .autocomplete-light-widget [data-toggle="buttons"] > .autocomplete-add-another input[type="checkbox"],
body.register .formset [data-toggle="buttons"] > a.add-row input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
body.register .autocomplete-light-widget [data-toggle="buttons"] > .btn-group > .autocomplete-add-another input[type="radio"],
body.register .formset [data-toggle="buttons"] > .btn-group > a.add-row input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
body.register .autocomplete-light-widget [data-toggle="buttons"] > .btn-group > .autocomplete-add-another input[type="checkbox"],
body.register .formset [data-toggle="buttons"] > .btn-group > a.add-row input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3, ../../../sass/modules/_tabs.scss */
.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: " ";
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav-tabs:after {
  clear: both;
}
/* line 9, ../../../sass/modules/_tabs.scss */
.nav-tabs > li {
  position: relative;
  display: block;
}
/* line 13, ../../../sass/modules/_tabs.scss */
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
/* line 18, ../../../sass/modules/_tabs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  text-decoration: none;
}
/* line 26, ../../../sass/modules/_tabs.scss */
.nav-tabs > li.disabled > a {
  color: #777777;
}
/* line 29, ../../../sass/modules/_tabs.scss */
.nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 54, ../../../sass/modules/_tabs.scss */
.nav-tabs .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 61, ../../../sass/modules/_tabs.scss */
.nav-tabs > li > a > img {
  max-width: none;
}

/* line 73, ../../../sass/modules/_tabs.scss */
.nav-tabs > li {
  margin-right: -3px;
}
/* line 80, ../../../sass/modules/_tabs.scss */
.nav-tabs > li > a {
  line-height: 1.42857143;
}

/* line 115, ../../../sass/modules/_tabs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 118, ../../../sass/modules/_tabs.scss */
.tab-content > .active {
  display: block;
}

/* line 7, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/* line 19, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
body.register .autocomplete-light-widget .input-group-sm > .input-group-btn > .input-group-addon.autocomplete-add-another,
body.register .formset .input-group-sm > .input-group-btn > a.input-group-addon.add-row {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
body.register .autocomplete-light-widget .input-group-lg > .input-group-btn > .input-group-addon.autocomplete-add-another,
body.register .formset .input-group-lg > .input-group-btn > a.input-group-addon.add-row {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
body.register .autocomplete-light-widget .input-group-btn:first-child > .autocomplete-add-another,
body.register .formset .input-group-btn:first-child > a.add-row,
.input-group-btn:first-child > .btn-group > .btn,
body.register .autocomplete-light-widget .input-group-btn:first-child > .btn-group > .autocomplete-add-another,
body.register .formset .input-group-btn:first-child > .btn-group > a.add-row,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.register .autocomplete-light-widget .input-group-btn:last-child > .autocomplete-add-another:not(:last-child):not(.dropdown-toggle),
body.register .formset .input-group-btn:last-child > a.add-row:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
body.register .autocomplete-light-widget .input-group-btn:last-child > .btn-group:not(:last-child) > .autocomplete-add-another,
body.register .formset .input-group-btn:last-child > .btn-group:not(:last-child) > a.add-row {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
body.register .autocomplete-light-widget .input-group-btn:last-child > .autocomplete-add-another,
body.register .formset .input-group-btn:last-child > a.add-row,
.input-group-btn:last-child > .btn-group > .btn,
body.register .autocomplete-light-widget .input-group-btn:last-child > .btn-group > .autocomplete-add-another,
body.register .formset .input-group-btn:last-child > .btn-group > a.add-row,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
body.register .autocomplete-light-widget .input-group-btn:first-child > .autocomplete-add-another:not(:first-child),
body.register .formset .input-group-btn:first-child > a.add-row:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
body.register .autocomplete-light-widget .input-group-btn:first-child > .btn-group:not(:first-child) > .autocomplete-add-another,
body.register .formset .input-group-btn:first-child > .btn-group:not(:first-child) > a.add-row {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another, body.register .formset .input-group-btn > a.add-row {
  position: relative;
}
/* line 146, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another + .btn, body.register .formset .input-group-btn > a.add-row + .btn, body.register .autocomplete-light-widget .input-group-btn > .btn + .autocomplete-add-another, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another + .autocomplete-add-another, body.register .formset .autocomplete-light-widget .input-group-btn > a.add-row + .autocomplete-add-another, body.register .autocomplete-light-widget .formset .input-group-btn > a.add-row + .autocomplete-add-another, body.register .formset .input-group-btn > .btn + a.add-row, body.register .autocomplete-light-widget .formset .input-group-btn > .autocomplete-add-another + a.add-row, body.register .formset .autocomplete-light-widget .input-group-btn > .autocomplete-add-another + a.add-row, body.register .formset .input-group-btn > a.add-row + a.add-row {
  margin-left: -1px;
}
/* line 150, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another:hover, body.register .formset .input-group-btn > a.add-row:hover, .input-group-btn > .btn:focus, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another:focus, body.register .formset .input-group-btn > a.add-row:focus, .input-group-btn > .btn:active, body.register .autocomplete-light-widget .input-group-btn > .autocomplete-add-another:active, body.register .formset .input-group-btn > a.add-row:active {
  z-index: 2;
}
/* line 159, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, body.register .autocomplete-light-widget .input-group-btn:first-child > .autocomplete-add-another, body.register .formset .input-group-btn:first-child > a.add-row,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, body.register .autocomplete-light-widget .input-group-btn:last-child > .autocomplete-add-another, body.register .formset .input-group-btn:last-child > a.add-row,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 11, ../../../sass/modules/_dashboard.scss */
a {
  color: #03bff9;
}

/* line 15, ../../../sass/modules/_dashboard.scss */
a:hover, a:focus {
  color: #03bff9;
  text-decoration: underline;
}

/* line 20, ../../../sass/modules/_dashboard.scss */
.form-control:focus {
  border-color: #03bff9;
}

/* line 24, ../../../sass/modules/_dashboard.scss */
fieldset, .dynamic-form {
  position: relative;
  border-top: 1px solid #f8f8fa;
  border-bottom: 1px solid #f8f8fa;
}
/* line 26, ../../../sass/modules/_dashboard.scss */
fieldset:nth-of-type(1), .dynamic-form:nth-of-type(1) {
  padding-top: 40px !important;
}
/* line 29, ../../../sass/modules/_dashboard.scss */
fieldset legend, .dynamic-form legend {
  display: none;
}
/* line 36, ../../../sass/modules/_dashboard.scss */
fieldset.current, .dynamic-form.current {
  border-top: 1px solid #f2f3f4;
  background: #f8f8fa;
  border-bottom: 1px solid #f2f3f4;
}
/* line 40, ../../../sass/modules/_dashboard.scss */
fieldset.current .autocomplete-light-widget > .deck,
fieldset.current .collapse-if-blank.blank:before, .dynamic-form.current .autocomplete-light-widget > .deck,
.dynamic-form.current .collapse-if-blank.blank:before {
  background-color: #fff !important;
}

/* line 48, ../../../sass/modules/_dashboard.scss */
#main > form > .form-group:nth-of-type(1) {
  padding-top: 40px !important;
}

/* line 53, ../../../sass/modules/_dashboard.scss */
.form-control {
  height: 40px;
}

/* line 58, ../../../sass/modules/_dashboard.scss */
.textinput, .emailinput {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #303e47;
}

/* line 63, ../../../sass/modules/_dashboard.scss */
label, .blockLabel {
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 68, ../../../sass/modules/_dashboard.scss */
.btn, body.register .autocomplete-light-widget .autocomplete-add-another, body.register .formset a.add-row {
  height: 39px;
  padding: 0 22px;
  line-height: 39px;
}
/* line 73, ../../../sass/modules/_dashboard.scss */
.btn.edit:hover, body.register .autocomplete-light-widget .edit.autocomplete-add-another:hover, body.register .formset a.edit.add-row:hover, .btn.delete:hover, body.register .autocomplete-light-widget .delete.autocomplete-add-another:hover, body.register .formset a.delete.add-row:hover, .btn.cancel:hover, body.register .autocomplete-light-widget .cancel.autocomplete-add-another:hover, body.register .formset a.cancel.add-row:hover {
  color: #03bff9;
  text-decoration: underline;
}

/* line 82, ../../../sass/modules/_dashboard.scss */
.help-block {
  color: #7c979c;
  font-size: 13px;
}

/* line 87, ../../../sass/modules/_dashboard.scss */
.text-button {
  border: 0;
  background: none;
  cursor: pointer;
  color: #62787f;
  text-transform: lowercase;
  padding: 0 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 31, ../../../sass/modules/_mixins.scss */
.text-button:hover {
  color: #62787f;
  text-decoration: underline;
}

/* line 282, ../../../sass/modules/_dashboard.scss */
body.register, body.register nav.top {
  min-width: 1000px;
}

/* line 286, ../../../sass/modules/_dashboard.scss */
body.register {
  height: 100%;
  margin-top: 60px;
  margin-left: 177px;
  /*  &.license-detail,
    &.license-preview,
    &.license-delete,
    &.job-delete,
    &.license-archive,
    &.contact-delete,
    &.entity-delete,
    &.usage-set-delete,
    &.shot-delete,
    &.attachment-delete,
    &.job-detail,
    &.password-reset,
    &.login,
    &.shot-detail*/
  /*  .btn-primary{
      background-color: transparent;
      @include background-image(linear-gradient($blue, darken($blue, 15%)));
      &:hover{
        @include background-image(
          linear-gradient(darken($blue, 5%), darken($blue, 20%))
        );
      }
    }*/
  /*  .panel-body{
      $tab-width: 160px;
      $tab-rpadding: 30px;
      .nav-tabs{
        width: $tab-width;
        float: left;
        text-align: right;
        li{
          display: block;
          padding-right: $tab-rpadding;
          a{
            @include gotham-medium;
            color: $grey;
            padding: 5px 0;
          }
          &.active{
            background-image: url("../img/tab-arrow-12.846a7330c3df.png");
            background-position: right 50%;
            background-repeat: no-repeat;
            a{
              color: $cyan;
            }
          }
        }
      }
      .tab-content{
        padding: 10px;
        background-color: $white;
        border: 1px solid $tab-pane-border !important;
        @include border-radius(2px);
        margin-left: $tab-width;
      }
    }
    .collapsed + .panel-collapse .nav-tabs{
      display: none; // floating elements not collapsing...
    }*/
}
/* line 299, ../../../sass/modules/_dashboard.scss */
body.register h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #f2f3f4;
}
/* line 98, ../../../sass/modules/_dashboard.scss */
body.register h2 .smaller {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #303e47;
}
/* line 302, ../../../sass/modules/_dashboard.scss */
body.register > nav {
  font-size: 13px;
}
/* line 305, ../../../sass/modules/_dashboard.scss */
body.register nav.top {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
/* line 313, ../../../sass/modules/_dashboard.scss */
body.register nav.top > a, body.register nav.top > ul {
  margin: 0;
  padding: 15px;
  line-height: 30px;
}
/* line 318, ../../../sass/modules/_dashboard.scss */
body.register nav.top a.logo {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0;
}
/* line 322, ../../../sass/modules/_dashboard.scss */
body.register nav.top a.logo img {
  width: 164px;
}
/* line 326, ../../../sass/modules/_dashboard.scss */
body.register nav.top ul.nav {
  float: right;
  list-display: none;
}
/* line 330, ../../../sass/modules/_dashboard.scss */
body.register nav.top li {
  float: left;
  margin-left: 20px;
  display: inline-block;
}
/* line 334, ../../../sass/modules/_dashboard.scss */
body.register nav.top li.search {
  text-align: right;
  min-width: 200px;
  min-height: 45px;
  cursor: pointer;
}
/* line 339, ../../../sass/modules/_dashboard.scss */
body.register nav.top li.search form {
  display: inline-block;
}
/* line 344, ../../../sass/modules/_dashboard.scss */
body.register nav.top span {
  color: #03bff9;
}
/* line 347, ../../../sass/modules/_dashboard.scss */
body.register nav.top a {
  color: #fff;
}
/* line 350, ../../../sass/modules/_dashboard.scss */
body.register nav.top form.search {
  position: relative;
  height: 30px;
}
/* line 352, ../../../sass/modules/_dashboard.scss */
body.register nav.top form.search:before {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-size: 12px;
  color: #adb7ba;
  z-index: 1000;
}
/* line 363, ../../../sass/modules/_dashboard.scss */
body.register nav.top form.search input {
  transition: width linear 0.2s;
  -webkit-transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -ms-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  width: 80px;
  border: 0;
  text-indent: 33px;
  height: 30px;
  position: relative;
  color: #f2f3f4;
}
/* line 374, ../../../sass/modules/_dashboard.scss */
body.register nav.top form.search input:focus {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #fff;
  width: 200px;
  color: #000;
}
/* line 382, ../../../sass/modules/_dashboard.scss */
body.register nav.left {
  margin: 0;
  height: 100%;
  width: 177px;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 60px;
  background-color: #ebeced;
  border-right: 1px solid #dfe3e5;
}
/* line 392, ../../../sass/modules/_dashboard.scss */
body.register nav.left ul {
  margin-top: 55px;
  padding: 0;
}
/* line 396, ../../../sass/modules/_dashboard.scss */
body.register nav.left ul li a {
  padding-left: 20px;
  height: 31px;
  line-height: 31px;
  display: block;
  color: #2e3943;
  text-decoration: none;
}
/* line 397, ../../../sass/modules/_dashboard.scss */
body.register nav.left ul li a i {
  padding-right: 5px;
}
/* line 408, ../../../sass/modules/_dashboard.scss */
body.register nav.left ul li.active a, body.register nav.left ul li:hover a {
  background-color: #5d757e;
  color: #fff;
}
/* line 416, ../../../sass/modules/_dashboard.scss */
body.register > header.default {
  height: 94px;
  line-height: 24px;
  padding: 35px 40px;
  border-bottom: 1px solid #dfe3e5;
  margin: 0;
}
/* line 422, ../../../sass/modules/_dashboard.scss */
body.register > header.default ol.breadcrumb {
  float: left;
}
/* line 425, ../../../sass/modules/_dashboard.scss */
body.register > header.default nav.buttons {
  margin-top: -5px;
  float: right;
}
/* line 428, ../../../sass/modules/_dashboard.scss */
body.register > header.default nav.buttons .btn, body.register > header.default nav.buttons .autocomplete-light-widget .autocomplete-add-another, body.register > header.default .autocomplete-light-widget nav.buttons .autocomplete-add-another, body.register > header.default nav.buttons .formset a.add-row, body.register > header.default .formset nav.buttons a.add-row {
  height: auto;
  padding: 0 12px;
  line-height: 2.4;
  margin-left: 5px;
}
/* line 434, ../../../sass/modules/_dashboard.scss */
body.register > header.default nav.buttons .btn-primary, body.register > header.default nav.buttons .collapse-if-blank.blank:before {
  margin-left: 10px;
}
/* line 439, ../../../sass/modules/_dashboard.scss */
body.register ol.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #adb7ba;
  font-size: 18px;
}
/* line 446, ../../../sass/modules/_dashboard.scss */
body.register ol.breadcrumb > li {
  display: inline-block;
}
/* line 449, ../../../sass/modules/_dashboard.scss */
body.register ol.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 454, ../../../sass/modules/_dashboard.scss */
body.register ol.breadcrumb > .active {
  color: #999999;
}
/* line 459, ../../../sass/modules/_dashboard.scss */
body.register div#messages div {
  padding: 10px 40px;
  background-color: #f8f8fa;
}
/* line 462, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-success {
  background-color: #ccf0da;
  display: none;
}
/* line 464, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-success i {
  color: #00b449;
}
/* line 468, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-success.last {
  display: block;
}
/* line 472, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-warning {
  background-color: #fbd9cd;
}
/* line 474, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-warning i {
  color: #f24000;
}
/* line 478, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-error {
  background-color: #f1cbd2;
}
/* line 480, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-error i {
  color: #bb001e;
}
/* line 484, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-info {
  background-color: #ccedf8;
}
/* line 486, ../../../sass/modules/_dashboard.scss */
body.register div#messages div.alert-info i {
  color: #00a5e0;
}
/* line 506, ../../../sass/modules/_dashboard.scss */
body.register div#main {
  padding: 40px;
  position: relative;
}
/* line 511, ../../../sass/modules/_dashboard.scss */
body.register.full-width-form div#main {
  padding: 0 0 32px 0;
}
/* line 515, ../../../sass/modules/_dashboard.scss */
body.register .progress-indicator {
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 47px 40px;
}
/* line 523, ../../../sass/modules/_dashboard.scss */
body.register .progress-indicator a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  min-width: 120px;
  margin-right: 8px;
  padding: 0 10px 6px;
  border-bottom: 4px solid #7a99a0;
  color: #7a99a0;
  text-align: center;
}
/* line 536, ../../../sass/modules/_dashboard.scss */
body.register .progress-indicator a:hover {
  color: #303e47;
  border-bottom: 4px solid #303e47;
}
/* line 540, ../../../sass/modules/_dashboard.scss */
body.register .progress-indicator a.current {
  border-bottom: 4px solid #00b449;
  color: #00b449;
  position: relative;
}
/* line 544, ../../../sass/modules/_dashboard.scss */
body.register .progress-indicator a.current:after {
  content: ' ';
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-image: url("../img/green-diamond.1c75587913d5.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
/* line 568, ../../../sass/modules/_dashboard.scss */
body.register label, body.register p.blockLabel, body.register .has-error label {
  color: #303e47;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
/* line 573, ../../../sass/modules/_dashboard.scss */
body.register .form-group.inline-label {
  position: relative;
}
/* line 575, ../../../sass/modules/_dashboard.scss */
body.register .form-group.inline-label > label {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
}
/* line 581, ../../../sass/modules/_dashboard.scss */
body.register .form-group.inline-label span.deck, body.register .form-group.inline-label input[type=text] {
  padding-left: 101px;
}
/* line 585, ../../../sass/modules/_dashboard.scss */
body.register .form-group.inline-label .pseudo-form span.deck, body.register .form-group.inline-label .pseudo-form input[type=text] {
  padding-left: 12px;
}
/* line 590, ../../../sass/modules/_dashboard.scss */
body.register .help-block {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
/* line 597, ../../../sass/modules/_dashboard.scss */
body.register .help-text-on-new-line .help-block {
  display: block;
  margin-left: 0;
  margin-top: 0;
}
/* line 603, ../../../sass/modules/_dashboard.scss */
body.register .submit-buttons {
  margin-top: 10px;
  padding-top: 25px;
  text-align: right;
  max-width: 795px;
}
/* line 609, ../../../sass/modules/_dashboard.scss */
body.register .submit-buttons .btn, body.register .submit-buttons .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget .submit-buttons .autocomplete-add-another, body.register .submit-buttons .formset a.add-row, body.register .formset .submit-buttons a.add-row {
  margin-left: 5px;
}
/* line 621, ../../../sass/modules/_dashboard.scss */
body.register .btn, body.register .autocomplete-light-widget .autocomplete-add-another, body.register .formset a.add-row, body.register .panel, body.register .form-control {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
/* line 625, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 629, ../../../sass/modules/_dashboard.scss */
body.register .panel {
  border: 0;
  background-color: #f7f8f9;
}
/* line 633, ../../../sass/modules/_dashboard.scss */
body.register .btn, body.register .autocomplete-light-widget .autocomplete-add-another, body.register .formset a.add-row {
  border: 0;
}
/* line 638, ../../../sass/modules/_dashboard.scss */
body.register .btn-success, body.register .formset a.add-row, body.register .save-and-continue, body.register .save-and-add-another, body.register .btn-primary, body.register .collapse-if-blank.blank:before {
  color: #fff;
  background-color: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3YzhmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwYTFkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #47c8f5), color-stop(100%, #30a1db));
  background-image: -moz-linear-gradient(#47c8f5, #30a1db);
  background-image: -webkit-linear-gradient(#47c8f5, #30a1db);
  background-image: linear-gradient(#47c8f5, #30a1db);
}
/* line 647, ../../../sass/modules/_dashboard.scss */
body.register .btn-success:hover, body.register .formset a.add-row:hover, body.register .save-and-continue:hover, body.register .save-and-add-another:hover, body.register .btn-primary:hover, body.register .collapse-if-blank.blank:hover:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYjFkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODBjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31b1df), color-stop(100%, #0080c0));
  background-image: -moz-linear-gradient(#31b1df, #0080c0);
  background-image: -webkit-linear-gradient(#31b1df, #0080c0);
  background-image: linear-gradient(#31b1df, #0080c0);
}
/* line 656, ../../../sass/modules/_dashboard.scss */
body.register .save-to-drafts, body.register .save-and-view, body.register .back-to-detail {
  color: #7c979c;
  background-color: #eff1f2;
}
/* line 659, ../../../sass/modules/_dashboard.scss */
body.register .save-to-drafts:hover, body.register .save-and-view:hover, body.register .back-to-detail:hover {
  color: #fff;
  background-color: #d3d8db;
}
/* line 673, ../../../sass/modules/_dashboard.scss */
body.register .panel-primary {
  border-color: #303e47;
}
/* line 675, ../../../sass/modules/_dashboard.scss */
body.register .panel-primary .panel-heading {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
}
/* line 681, ../../../sass/modules/_dashboard.scss */
body.register .panel-group .panel {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow: visible;
}
/* line 685, ../../../sass/modules/_dashboard.scss */
body.register .panel-group .panel-collapse.collapse,
body.register .panel-group .panel-collapse.collapsing {
  overflow: hidden;
}
/* line 690, ../../../sass/modules/_dashboard.scss */
body.register .panel-group .panel-collapse.collapse.in {
  overflow: visible;
}
/* line 694, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading {
  background-color: #03bff9;
  color: #fff;
}
/* line 697, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading.collapsed {
  color: #5d757e;
  background-color: #e7ebec;
}
/* line 700, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading.collapsed .panel-title:before {
  content: '\f054';
}
/* line 704, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading .panel-title {
  font-weight: normal;
}
/* line 707, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading .panel-title {
  position: relative;
}
/* line 710, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading .panel-title:before {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  bottom: 2px;
  left: -18px;
  font-size: 12px;
}
/* line 722, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 726, ../../../sass/modules/_dashboard.scss */
body.register .panel-heading, body.register .panel-body {
  padding-left: 35px;
  padding-right: 35px;
}
/* line 731, ../../../sass/modules/_dashboard.scss */
body.register .accordion .panel-heading {
  cursor: pointer;
}
/* line 736, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration, body.register .usage-set-shot-count {
  margin-bottom: 10px;
}
/* line 737, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration .form-group, body.register .usage-set-shot-count .form-group {
  vertical-align: top;
  margin-right: 10px;
}
/* line 738, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration .form-group .numberinput, body.register .usage-set-shot-count .form-group .numberinput {
  width: 80px;
}
/* line 741, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration .form-group label, body.register .usage-set-shot-count .form-group label {
  display: none;
}
/* line 747, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration span.from, body.register .usage-set-shot-count span.from {
  line-height: 34px;
  margin-right: 10px;
}
/* line 751, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-duration span.or, body.register .usage-set-shot-count span.or {
  line-height: 34px;
  margin-right: 10px;
}
/* line 757, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-shot-count {
  position: relative;
}
/* line 760, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-shot-count .form-group .numberinput {
  width: 80px;
}
/* line 765, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-shot-count i.tag-images {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 20px;
  position: relative;
  margin-left: -45px;
  margin-right: 10px;
  cursor: pointer;
  color: #adb7ba;
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 36px;
}
/* line 777, ../../../sass/modules/_dashboard.scss */
body.register .usage-set-shot-count i.tag-images:hover {
  color: #03bff9;
}
/* line 783, ../../../sass/modules/_dashboard.scss */
body.register #master-shots {
  display: none;
}
/* line 787, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection {
  margin-top: 30px;
  position: relative;
}
/* line 791, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .buttons .select-all, body.register .shot-selection .buttons .select-none {
  border: 0;
  background: none;
  cursor: pointer;
  color: #62787f;
  text-transform: lowercase;
  padding: 0 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin-left: 20px;
  color: #03bff9;
}
/* line 31, ../../../sass/modules/_mixins.scss */
body.register .shot-selection .buttons .select-all:hover, body.register .shot-selection .buttons .select-none:hover {
  color: #62787f;
  text-decoration: underline;
}
/* line 798, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .add-edit-images {
  margin-left: 250px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 802, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner {
  position: relative;
  padding: 32px;
  padding-top: 10px;
  width: 750px;
  background-color: #f8f8fa;
  border: 1px solid #f2f3f4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 809, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .controls {
  max-width: 750px;
}
/* line 812, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .checkbox-container {
  max-height: 435px;
  overflow-y: scroll;
}
/* line 819, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .arrow {
  left: 75px;
}
/* line 822, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .controls {
  margin-top: 20px;
}
/* line 828, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .canvas-wrapper {
  width: 157px;
  height: 175px;
  text-align: center;
  background-color: #f2f3f4;
  line-height: 139px;
}
/* line 834, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner .canvas-wrapper .placeholder {
  vertical-align: middle;
  font-size: 50px;
  color: #5d757e;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
/* line 841, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner label.checkbox {
  width: 183px;
  float: left;
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 850, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner label.checkbox .canvas-wrapper {
  background-color: #fff;
  border: 1px solid #c2c9c9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 854, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner label.checkbox .canvas-wrapper img {
  display: block;
}
/* line 858, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner label.checkbox input {
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
}
/* line 863, ../../../sass/modules/_dashboard.scss */
body.register .shot-selection .inner label.checkbox .title {
  padding: 0 15px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 10px;
  line-height: 34px;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #303e47;
}
/* line 878, ../../../sass/modules/_dashboard.scss */
body.register .job-date .form-group {
  vertical-align: top;
  margin-right: 10px;
}
/* line 879, ../../../sass/modules/_dashboard.scss */
body.register .job-date .form-group label {
  display: none;
}
/* line 887, ../../../sass/modules/_dashboard.scss */
body.register td.royalty-free {
  text-align: center;
}
/* line 892, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper button.select-none {
  display: inline-block;
  border: 0;
  background: none;
  cursor: pointer;
  color: #62787f;
  text-transform: lowercase;
  padding: 0 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  color: #03bff9;
}
/* line 31, ../../../sass/modules/_mixins.scss */
body.register .filter-panel-wrapper button.select-none:hover {
  color: #62787f;
  text-decoration: underline;
}
/* line 937, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note {
  padding: 5px;
  display: inline-block;
  width: 230px;
}
/* line 938, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note label {
  margin-right: 10px;
}
/* line 944, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note input.textinput {
  display: none;
}
/* line 947, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note.note-shown {
  width: 100%;
}
/* line 949, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note.note-shown input.textinput {
  display: inline-block;
}
/* line 953, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note i.fa-pencil {
  color: #adb7ba;
  cursor: pointer;
  font-size: 10px;
}
/* line 957, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note i.fa-pencil:hover {
  color: #03bff9;
}
/* line 962, ../../../sass/modules/_dashboard.scss */
body.register .checkbox-with-note.has-note i.fa-pencil {
  color: #303e47;
}
/* line 969, ../../../sass/modules/_dashboard.scss */
body.register .form-group.hide-label label.control-label {
  display: none;
}
/* line 975, ../../../sass/modules/_dashboard.scss */
body.register .form-group.hide-help-text .help-block {
  display: none;
}
/* line 978, ../../../sass/modules/_dashboard.scss */
body.register .form-group.hide-help-text .error-block {
  display: inline-block;
}
/* line 984, ../../../sass/modules/_dashboard.scss */
body.register .form-group.inline-radio label.radio {
  display: inline-block;
  margin-right: 30px;
  line-height: 23px;
}
/* line 991, ../../../sass/modules/_dashboard.scss */
body.register input.dateinput {
  width: 10em;
  display: inline-block;
}
/* line 998, ../../../sass/modules/_dashboard.scss */
body.register .show-calendar .controls {
  position: relative;
  display: inline-block;
}
/* line 1001, ../../../sass/modules/_dashboard.scss */
body.register .show-calendar .controls:after {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  content: '\f073';
  font-family: FontAwesome;
  color: #62787f;
}
/* line 1012, ../../../sass/modules/_dashboard.scss */
body.register .form-control.with-help {
  display: inline-block;
  width: auto;
}
/* line 1016, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
/* line 1019, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-icon {
  color: #1ac11a;
  font-size: 20px;
  vertical-align: middle;
}
/* line 1025, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-content {
  position: absolute;
  left: 35px;
  top: -40px;
  min-height: 100px;
  min-width: 500px;
  max-width: 700px;
  z-index: 100;
  padding: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #fff;
  border: 1px solid #d7dcde;
}
/* line 1037, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-content .arrow {
  position: absolute;
  width: 20px;
  height: 50px;
  z-index: 101;
  top: 30px;
  left: -20px;
  background-image: url("../img/tab-arrow-12.846a7330c3df.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
/* line 1048, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-content dl {
  margin: 0;
}
/* line 1050, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-content dl dt {
  float: left;
  margin-right: 10px;
}
/* line 1054, ../../../sass/modules/_dashboard.scss */
body.register .help-wrapper .help-content dl dd {
  margin-bottom: 10px;
}
/* line 1061, ../../../sass/modules/_dashboard.scss */
body.register .pending-status {
  color: #00adef;
}
/* line 1064, ../../../sass/modules/_dashboard.scss */
body.register .archived-status {
  color: #000;
}
/* line 1067, ../../../sass/modules/_dashboard.scss */
body.register .expired-status {
  color: #ed1c24;
}
/* line 1070, ../../../sass/modules/_dashboard.scss */
body.register .draft-status {
  color: #fdba12;
}
/* line 1073, ../../../sass/modules/_dashboard.scss */
body.register .inactive-status {
  color: #adb7ba;
}
/* line 1076, ../../../sass/modules/_dashboard.scss */
body.register .active-status, body.register .approved-status, body.register .current-status {
  color: #1ac11a;
}
/* line 1079, ../../../sass/modules/_dashboard.scss */
body.register .declined-status {
  color: #000;
}
/* line 1083, ../../../sass/modules/_dashboard.scss */
body.register .has-error .help-block,
body.register .has-error .radio,
body.register .has-error .checkbox,
body.register .has-error .radio-inline,
body.register .has-error .checkbox-inline {
  color: inherit;
}
/* line 1092, ../../../sass/modules/_dashboard.scss */
body.register .has-error .form-control {
  border-color: #ed1c24;
}
/* line 1096, ../../../sass/modules/_dashboard.scss */
body.register .form-group.has-error {
  position: relative;
}
/* line 1098, ../../../sass/modules/_dashboard.scss */
body.register .form-group.has-error .error-block {
  color: #ed1c24;
  position: absolute;
  left: 500px;
  min-width: 300px;
  bottom: 0;
  margin-bottom: 7px;
  margin-left: 10px !important;
}
/* line 1106, ../../../sass/modules/_dashboard.scss */
body.register .form-group.has-error .error-block:before {
  content: '\f053\00a0\00a0';
  font-family: FontAwesome;
}
/* line 1118, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget {
  width: 100%;
}
/* line 1120, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget > .deck {
  display: inline-block !important;
  border: 1px solid #ccc;
  padding: 9px 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 1126, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget > .deck span {
  width: 100%;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #303e47;
}
/* line 1132, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget > .deck:empty {
  display: none !important;
}
/* line 1135, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget > .form-control, body.register .autocomplete-light-widget > .deck {
  width: 100%;
}
/* line 1138, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget > .form-control {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #303e47;
}
/* line 1143, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget .deck .remove {
  color: transparent;
  display: inline-block !important;
  width: 1em;
  text-indent: 0;
  background-image: none !important;
  float: right;
}
/* line 35, ../../../sass/screen.scss */
body.register .autocomplete-light-widget .deck .remove:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 100%;
  margin-right: 0;
}
/* line 1145, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget .deck .remove:before {
  color: #62787f;
}
/* line 1149, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget .deck .remove:hover:before {
  color: red;
}
/* line 1162, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget .autocomplete-add-another {
  color: #1ac11a;
  background-color: #eff1f2;
  margin-left: 25px;
}
/* line 35, ../../../sass/screen.scss */
body.register .autocomplete-light-widget .autocomplete-add-another:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 80%;
  margin-right: 0;
}
/* line 1168, ../../../sass/modules/_dashboard.scss */
body.register .autocomplete-light-widget .autocomplete-add-another img {
  display: none;
}
/* line 35, ../../../sass/screen.scss */
body.register .autocomplete-light-widget.contact .autocomplete-add-another:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " ";
  font-size: 100%;
  margin-right: 0;
}
/* line 35, ../../../sass/screen.scss */
body.register .autocomplete-light-widget.entity .autocomplete-add-another:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: " ";
  font-size: 100%;
  margin-right: 0;
}
/* line 1185, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1189, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > li.dynamic-form {
  padding: 40px;
}
/* line 1195, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > li.dynamic-form .inline-radio-DISABLED {
  text-align: right;
  position: absolute;
  top: 40px;
  left: 300px;
}
/* line 1203, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > li.dynamic-form label.radio {
  color: #999;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
/* line 1208, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > li.dynamic-form label.radio:last-child {
  margin-right: 0;
}
/* line 1214, ../../../sass/modules/_dashboard.scss */
body.register .formset a.delete-row {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  font-size: 18px;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
  position: absolute;
  top: 40px;
  left: 760px;
  visibility: hidden;
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.register .formset a.delete-row.delete:hover {
  color: red;
}
/* line 1224, ../../../sass/modules/_dashboard.scss */
body.register .formset a.delete-row:hover {
  color: red;
}
/* line 1229, ../../../sass/modules/_dashboard.scss */
body.register .formset .dynamic-form:hover a.delete-row {
  visibility: visible;
}
/* line 1233, ../../../sass/modules/_dashboard.scss */
body.register .formset a.add-row {
  display: none !important;
  position: relative;
  top: 49px;
}
/* line 35, ../../../sass/screen.scss */
body.register .formset a.add-row:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 80%;
  margin-right: 5px;
}
/* line 1243, ../../../sass/modules/_dashboard.scss */
body.register.popup {
  margin: 0;
}
/* line 1244, ../../../sass/modules/_dashboard.scss */
body.register.popup nav.top, body.register.popup nav.left {
  display: none;
}
/* line 1250, ../../../sass/modules/_dashboard.scss */
body.register .form-group.upload-images {
  max-width: none;
}
/* line 1254, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form {
  position: absolute;
  left: 550px;
  top: -75px;
  background-color: #eff1f2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 20px;
}
/* line 1257, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form .pseudo-form, body.register .pseudo-form .form-group.has-error span.help-block {
  left: 270px;
}
/* line 1264, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form .arrow {
  position: absolute;
  width: 9px;
  height: 18px;
  z-index: 101;
  top: 45px;
  left: -9px;
  background-image: url("../img/modal-arrow.c3476811ab9e.svg");
  background-size: 9px 18px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* line 1276, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form h3 {
  font-size: 14px;
  color: #03bff9;
  font-weight: normal;
  margin-top: 0;
}
/* line 1282, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form .buttons {
  text-align: right;
}
/* line 1284, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form .buttons button {
  border: 0;
  background: none;
  cursor: pointer;
  color: #62787f;
  text-transform: lowercase;
  padding: 0 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 31, ../../../sass/modules/_mixins.scss */
body.register .pseudo-form .buttons button:hover {
  color: #62787f;
  text-decoration: underline;
}
/* line 1287, ../../../sass/modules/_dashboard.scss */
body.register .pseudo-form .buttons input[type=submit] {
  display: inline-block;
  width: auto;
}
/* line 1294, ../../../sass/modules/_dashboard.scss */
body.register form > .form-group,
body.register form > fieldset {
  padding: 40px 40px 30px;
}
/* line 1299, ../../../sass/modules/_dashboard.scss */
body.register form > .form-group + .form-group {
  padding-top: 0;
}
/* line 1302, ../../../sass/modules/_dashboard.scss */
body.register form > .form-actions {
  padding-top: 20px;
}
/* line 1305, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 1310, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank * {
  display: none;
}
/* line 1313, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank:before {
  font-family: FontAwesome;
  content: "\f067\00a0\00a0 and...";
  display: inline-block;
  margin-right: 10px;
  background: #eff1f2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid transparent;
  color: #7c979c;
  cursor: pointer;
}
/* line 1326, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank:hover:before {
  background: #fcfcfc;
  border: 1px solid #adb7ba;
  color: #7c979c;
}
/* line 1331, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-note:before {
  content: "\f067\00a0\00a0 Note";
}
/* line 1334, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-shoot-description:before {
  content: "\f067\00a0\00a0 Shoot description";
}
/* line 1337, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-license-description {
  display: block;
}
/* line 1339, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-license-description:before {
  content: "\f067\00a0\00a0 License notes";
}
/* line 1344, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-contact:before {
  content: "\f067\00a0\00a0 Contact";
}
/* line 1348, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-job-number:before {
  content: "\f067\00a0\00a0 Job / Purchase order";
}
/* line 1351, ../../../sass/modules/_dashboard.scss */
body.register .collapse-if-blank.blank.button-add-product-or-service:before {
  content: "\f067\00a0\00a0 Product or service";
}
/* line 1358, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .button-add-contact label, body.register #license-creation-form .button-add-contact p.help-block, body.register #license-update-form .button-add-contact label, body.register #license-update-form .button-add-contact p.help-block, body.register.license-detail .button-add-contact label, body.register.license-detail .button-add-contact p.help-block {
  display: none;
}
/* line 1363, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .job-and-po-number .form-group, body.register #license-update-form .job-and-po-number .form-group, body.register.license-detail .job-and-po-number .form-group {
  width: 245px;
  display: inline-block;
}
/* line 1365, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .job-and-po-number .form-group:first-child, body.register #license-update-form .job-and-po-number .form-group:first-child, body.register.license-detail .job-and-po-number .form-group:first-child {
  margin-right: 10px;
}
/* line 1372, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .button-add-product-or-service label, body.register #license-update-form .button-add-product-or-service label, body.register.license-detail .button-add-product-or-service label {
  display: none;
}
/* line 1376, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments, body.register #license-update-form .contacts-and-attachments, body.register.license-detail .contacts-and-attachments {
  width: 288px;
  float: left;
}
/* line 1379, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary, body.register #license-update-form .contacts-and-attachments section.summary, body.register.license-detail .contacts-and-attachments section.summary {
  background-color: #f8f8fa;
  padding: 36px;
}
/* line 1382, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary h2, body.register #license-update-form .contacts-and-attachments section.summary h2, body.register.license-detail .contacts-and-attachments section.summary h2 {
  border-bottom: 0;
}
/* line 1385, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary h3, body.register #license-update-form .contacts-and-attachments section.summary h3, body.register.license-detail .contacts-and-attachments section.summary h3 {
  margin-top: 20px;
  border-top: 1px solid #f2f3f4;
  padding-top: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2px;
  font-size: 14px;
}
/* line 1393, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl, body.register #license-update-form .contacts-and-attachments section.summary > dl, body.register.license-detail .contacts-and-attachments section.summary > dl {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
/* line 1397, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dt, body.register #license-update-form .contacts-and-attachments section.summary > dl > dt, body.register.license-detail .contacts-and-attachments section.summary > dl > dt {
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
  clear: left;
  float: left;
  margin-right: 5px;
}
/* line 1409, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dt:first-child, body.register #license-update-form .contacts-and-attachments section.summary > dl > dt:first-child, body.register.license-detail .contacts-and-attachments section.summary > dl > dt:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 1415, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dd, body.register #license-update-form .contacts-and-attachments section.summary > dl > dd, body.register.license-detail .contacts-and-attachments section.summary > dl > dd {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #62787f;
}
/* line 1421, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dd dl, body.register #license-update-form .contacts-and-attachments section.summary > dl > dd dl, body.register.license-detail .contacts-and-attachments section.summary > dl > dd dl {
  padding: 0;
  margin: 0;
}
/* line 1425, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dd dd, body.register #license-creation-form .contacts-and-attachments section.summary > dl > dd dt, body.register #license-update-form .contacts-and-attachments section.summary > dl > dd dd, body.register #license-update-form .contacts-and-attachments section.summary > dl > dd dt, body.register.license-detail .contacts-and-attachments section.summary > dl > dd dd, body.register.license-detail .contacts-and-attachments section.summary > dl > dd dt {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
/* line 1430, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.summary > dl > dd dd, body.register #license-update-form .contacts-and-attachments section.summary > dl > dd dd, body.register.license-detail .contacts-and-attachments section.summary > dl > dd dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
}
/* line 1436, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.notes, body.register #license-update-form .contacts-and-attachments section.notes, body.register.license-detail .contacts-and-attachments section.notes {
  margin-top: 50px;
}
/* line 1438, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.notes .form-group, body.register #license-update-form .contacts-and-attachments section.notes .form-group, body.register.license-detail .contacts-and-attachments section.notes .form-group {
  padding: 0;
}
/* line 1442, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments, body.register #license-update-form .contacts-and-attachments section.attachments, body.register.license-detail .contacts-and-attachments section.attachments {
  margin-top: 50px;
}
/* line 1444, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul, body.register #license-update-form .contacts-and-attachments section.attachments ul, body.register.license-detail .contacts-and-attachments section.attachments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1448, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul li, body.register #license-update-form .contacts-and-attachments section.attachments ul li, body.register.license-detail .contacts-and-attachments section.attachments ul li {
  border-bottom: 1px solid #f2f3f4;
  height: 49px;
  line-height: 49px;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 1452, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul li .title, body.register #license-update-form .contacts-and-attachments section.attachments ul li .title, body.register.license-detail .contacts-and-attachments section.attachments ul li .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 13px;
  margin-right: 40px;
}
/* line 1461, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul li nav.buttons, body.register #license-update-form .contacts-and-attachments section.attachments ul li nav.buttons, body.register.license-detail .contacts-and-attachments section.attachments ul li nav.buttons {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1465, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul li nav.buttons a, body.register #license-update-form .contacts-and-attachments section.attachments ul li nav.buttons a, body.register.license-detail .contacts-and-attachments section.attachments ul li nav.buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.register #license-creation-form .contacts-and-attachments section.attachments ul li nav.buttons a.delete:hover, body.register #license-update-form .contacts-and-attachments section.attachments ul li nav.buttons a.delete:hover, body.register.license-detail .contacts-and-attachments section.attachments ul li nav.buttons a.delete:hover {
  color: red;
}
/* line 1474, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets, body.register #license-update-form .usage-sets, body.register.license-detail .usage-sets {
  margin: 0 0 0 318px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f2f3f4;
}
/* line 1480, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li, body.register #license-update-form .usage-sets > li, body.register.license-detail .usage-sets > li {
  border-bottom: 1px solid #f2f3f4;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* line 1481, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li:hover, body.register #license-update-form .usage-sets > li:hover, body.register.license-detail .usage-sets > li:hover {
  background-color: #f8f8fa;
}
/* line 1485, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li.add, body.register #license-update-form .usage-sets > li.add, body.register.license-detail .usage-sets > li.add {
  border: 0;
}
/* line 1491, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li .header, body.register #license-update-form .usage-sets > li .header, body.register.license-detail .usage-sets > li .header {
  padding: 27px 27px 0;
  line-height: 15px;
  position: relative;
}
/* line 1496, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li .header h3, body.register #license-update-form .usage-sets > li .header h3, body.register.license-detail .usage-sets > li .header h3 {
  padding: 0;
  margin: 0;
  color: #303e47;
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 1504, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li .header nav.buttons, body.register #license-update-form .usage-sets > li .header nav.buttons, body.register.license-detail .usage-sets > li .header nav.buttons {
  position: absolute;
  right: 27px;
  top: 20px;
}
/* line 1508, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li .header nav.buttons a, body.register #license-update-form .usage-sets > li .header nav.buttons a, body.register.license-detail .usage-sets > li .header nav.buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.register #license-creation-form .usage-sets > li .header nav.buttons a.delete:hover, body.register #license-update-form .usage-sets > li .header nav.buttons a.delete:hover, body.register.license-detail .usage-sets > li .header nav.buttons a.delete:hover {
  color: red;
}
/* line 1514, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li dl, body.register #license-update-form .usage-sets > li dl, body.register.license-detail .usage-sets > li dl {
  margin: 14px 0;
  padding: 0;
  position: relative;
}
/* line 1518, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li dl dt, body.register #license-update-form .usage-sets > li dl dt, body.register.license-detail .usage-sets > li dl dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  position: absolute;
}
/* line 1522, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li dl dt, body.register #license-creation-form .usage-sets > li dl dd, body.register #license-update-form .usage-sets > li dl dt, body.register #license-update-form .usage-sets > li dl dd, body.register.license-detail .usage-sets > li dl dt, body.register.license-detail .usage-sets > li dl dd {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
}
/* line 1527, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li dl dt, body.register #license-update-form .usage-sets > li dl dt, body.register.license-detail .usage-sets > li dl dt {
  padding-left: 27px;
  padding-right: 360px;
}
/* line 1531, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets > li dl dd, body.register #license-update-form .usage-sets > li dl dd, body.register.license-detail .usage-sets > li dl dd {
  color: #62787f;
  padding-left: 87px;
}
/* line 1541, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets.shots, body.register #license-update-form .usage-sets.shots, body.register.license-detail .usage-sets.shots {
  border-top: 0;
}
/* line 1543, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets.shots .header, body.register #license-update-form .usage-sets.shots .header, body.register.license-detail .usage-sets.shots .header {
  padding-bottom: 10px;
}
/* line 1546, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets.shots > li, body.register #license-update-form .usage-sets.shots > li, body.register.license-detail .usage-sets.shots > li {
  padding-bottom: 25px;
}
/* line 1550, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets .shots, body.register #license-update-form .usage-sets .shots, body.register.license-detail .usage-sets .shots {
  margin-left: 22px;
  max-height: 200px;
  overflow-y: scroll;
}
/* line 1554, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets .shots img.shot, body.register #license-update-form .usage-sets .shots img.shot, body.register.license-detail .usage-sets .shots img.shot {
  margin: 5px;
  border: 1px solid #f2f3f4;
}
/* line 1558, ../../../sass/modules/_dashboard.scss */
body.register #license-creation-form .usage-sets .shots .empty, body.register #license-update-form .usage-sets .shots .empty, body.register.license-detail .usage-sets .shots .empty {
  margin-left: 5px;
  font-size: 12px;
}
/* line 1566, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper {
  position: relative;
}
/* line 1568, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .all_checkbox {
  display: none;
}
/* line 1571, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkboxes {
  display: inline-block;
}
/* line 1575, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper.all-selected .all_checkbox {
  display: inline-block;
}
/* line 1578, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper.all-selected .checkboxes {
  display: none;
}
/* line 1582, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .filter-panel-trigger {
  position: relative;
}
/* line 1584, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .filter-panel-trigger:after {
  font-family: FontAwesome;
  content: "\f06e";
  color: #adb7ba;
  position: absolute;
  right: 15px;
  top: 8px;
}
/* line 1592, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .filter-panel-trigger > label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
}
/* line 1599, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .filter-panel-trigger > input.filter-panel-search {
  padding-left: 100px;
  padding-right: 60px;
  margin-bottom: 10px;
}
/* line 1605, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note {
  background-color: #f2f3f4;
  display: inline-block;
  width: auto;
  margin: 0 5px 5px 0;
  padding: 6px;
  font-size: 10px;
}
/* line 1612, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note .checkbox {
  min-height: 0;
}
/* line 1615, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note .checkboxinput {
  display: none;
}
/* line 1618, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note .form-group {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 1622, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note label {
  color: #303e47;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}
/* line 1626, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel-wrapper .checkbox-with-note label:before {
  content: '\f00d\00a0';
  font-family: FontAwesome;
  color: #adb7ba;
}
/* line 1634, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel {
  width: 500px;
  padding: 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
/* line 1642, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .arrow {
  position: absolute;
  top: -10px;
  height: 10px;
  width: 24px;
  right: 10px;
  margin-left: -12px;
  background-image: url("../img/filter-panel-triangle.59bfcb75a708.svg");
  background-size: 24px 10px;
  background-repeat: no-repeat;
}
/* line 1654, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel h2 {
  background-color: #5d757e;
  color: white;
  padding: 13px 22px;
  margin: 0;
  margin-bottom: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 1665, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .close {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  color: #adb7ba;
}
/* line 1673, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel > div {
  position: relative;
  height: 375px;
  border: 1px solid #dfe3e5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-top: 0;
}
/* line 1680, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content {
  margin-left: 210px;
  height: 100%;
  padding: 15px 0 0 15px;
}
/* line 1684, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane {
  height: 100%;
  overflow-y: scroll;
}
/* line 1687, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane .empty {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #62787f;
  font-size: 12px;
}
/* line 1692, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  color: #03bff9;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  width: 125px;
  margin-left: 0;
  margin-right: 10px;
}
/* line 1695, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane a.selected {
  color: #1ac11a;
}
/* line 1705, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane dd {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 1710, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel .tab-content .tab-pane dt, body.register .filter-panel .tab-content .tab-pane h3 {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #5d757e;
  border-bottom: 1px solid #f8f8fa;
  margin-bottom: 7px;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}
/* line 1723, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel ul.nav {
  padding: 30px 0 0 20px;
  width: 190px;
  margin: 0;
  background-color: #f7f8f8;
  border-right: 1px solid #dfe3e5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 1733, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel ul.nav li {
  margin: 0 -1px 0 0;
  padding: 0 10px;
  border: 1px solid transparent;
  border-right: 0;
}
/* line 1738, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel ul.nav li a {
  padding: 7px 0;
  color: #2e3943;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  display: block;
  vertical-align: middle;
}
/* line 1746, ../../../sass/modules/_dashboard.scss */
body.register .filter-panel ul.nav li.active {
  background-color: white;
  border-color: #dfe3e5;
}
/* line 1754, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set {
  position: relative;
}
/* line 1756, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
  padding-top: 0 !important;
  padding-left: 0 !important;
  border: 0;
  margin-bottom: 20px;
}
/* line 98, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > h2 .smaller {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #303e47;
}
/* line 1763, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set .delete-row {
  right: auto;
  left: 758px;
  top: 66px;
}
/* line 1770, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set .form-group {
  margin-bottom: 40px;
}
/* line 1774, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set .multiField .textinput {
  width: 410px;
}
/* line 1778, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary {
  position: absolute;
  left: 563px;
  top: 124px;
  width: 229px;
  padding: 31px;
  background: #f8f8fa;
  border: 1px solid #f2f3f4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #62787f;
}
/* line 1790, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary .note {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 9px;
}
/* line 1794, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
  font-size: 15px;
  padding: 0 0 18px;
  margin: 0 0 16px;
  border-bottom: 1px solid #f2f3f4;
}
/* line 1802, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f3f4;
  line-height: 1.7;
}
/* line 1807, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary p:last-child, body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary p.empty {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}
/* line 1813, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set > div.dynamic-summary .status {
  margin-top: 40px;
}
/* line 1818, ../../../sass/modules/_dashboard.scss */
body.register .formset ul.forms > .dynamic-form.usage-set.current > div.dynamic-summary,
body.register .formset ul.forms > .dynamic-form.usage-set.current .shot-selection .inner,
body.register .formset ul.forms > .dynamic-form.usage-set.current .filter-panel-wrapper .checkbox-with-note {
  background-color: #fff;
}
/* line 1826, ../../../sass/modules/_dashboard.scss */
body.register .status:before {
  font-family: FontAwesome;
  padding-right: 7px;
}
/* line 1832, ../../../sass/modules/_dashboard.scss */
body.register .status.approved-status:before, body.register .status.current-status:before {
  content: '\f00c';
}
/* line 1837, ../../../sass/modules/_dashboard.scss */
body.register .status.declined-status:before {
  content: '\f05e';
}
/* line 1842, ../../../sass/modules/_dashboard.scss */
body.register .status.archived-status:before {
  content: '\f01c';
}
/* line 1847, ../../../sass/modules/_dashboard.scss */
body.register .status.pending-status:before {
  content: '\f017';
}
/* line 1852, ../../../sass/modules/_dashboard.scss */
body.register .status.expired-status:before {
  content: '\f00d';
}
/* line 1857, ../../../sass/modules/_dashboard.scss */
body.register .status.draft-status:before, body.register .status.inactive-status:before {
  content: '\f02e';
}

/* line 1863, ../../../sass/modules/_dashboard.scss */
dl.job-summary {
  background-color: #f8f8fa;
  margin: 0;
  padding: 30px 48px;
}
/* line 1867, ../../../sass/modules/_dashboard.scss */
dl.job-summary dt, dl.job-summary dd {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
/* line 1873, ../../../sass/modules/_dashboard.scss */
dl.job-summary dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 1876, ../../../sass/modules/_dashboard.scss */
dl.job-summary dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  margin: 0 15px 0 5px;
}

/* line 1882, ../../../sass/modules/_dashboard.scss */
table {
  border-collapse: collapse;
  width: 100%;
}
/* line 1888, ../../../sass/modules/_dashboard.scss */
table tr td, table tr th {
  border-top: 1px solid #f2f3f4;
}
/* line 1891, ../../../sass/modules/_dashboard.scss */
table tr:hover {
  background-color: #fcfcfc;
}
/* line 1897, ../../../sass/modules/_dashboard.scss */
table tbody tr:last-child td, table tbody tr:last-child th {
  border-bottom: 1px solid #f2f3f4;
}
/* line 1902, ../../../sass/modules/_dashboard.scss */
table thead {
  background-color: #f7f8f9;
}
/* line 1905, ../../../sass/modules/_dashboard.scss */
table thead tr th {
  padding: 21px 10px;
}
/* line 1907, ../../../sass/modules/_dashboard.scss */
table thead tr th:first-child {
  padding-left: 26px;
}
/* line 1910, ../../../sass/modules/_dashboard.scss */
table thead tr th:last-child {
  padding-right: 26px;
}
/* line 1918, ../../../sass/modules/_dashboard.scss */
table tbody tr td {
  padding: 15px 10px;
}
/* line 1920, ../../../sass/modules/_dashboard.scss */
table tbody tr td:first-child {
  padding-left: 26px;
}
/* line 1923, ../../../sass/modules/_dashboard.scss */
table tbody tr td:last-child {
  padding-right: 26px;
}

/* line 1932, ../../../sass/modules/_dashboard.scss */
.shot-detail h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #f2f3f4;
}
/* line 98, ../../../sass/modules/_dashboard.scss */
.shot-detail h2 .smaller {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #303e47;
}
/* line 1935, ../../../sass/modules/_dashboard.scss */
.shot-detail .shot {
  border: 1px solid #f2f3f4;
  width: 240px;
  height: 257px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
}
/* line 266, ../../../sass/modules/_dashboard.scss */
.shot-detail .shot .title {
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 238px;
  color: #303e47;
}
/* line 276, ../../../sass/modules/_dashboard.scss */
.shot-detail .shot .title a {
  color: #303e47;
}
/* line 1939, ../../../sass/modules/_dashboard.scss */
.shot-detail .shot .title {
  width: 100%;
}
/* line 1943, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1948, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.empty {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f2f3f4;
}
/* line 1953, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set {
  list-style: none;
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
.shot-detail .usage-set-list li.usage-set > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set > .details > a, .shot-detail .usage-set-list li.usage-set > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 1956, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set nav.buttons {
  position: absolute;
  z-index: 10000;
  right: 27px;
  top: 20px;
  visibility: hidden;
}
/* line 1962, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set nav.buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
.shot-detail .usage-set-list li.usage-set nav.buttons a.delete:hover {
  color: red;
}
/* line 1968, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set:hover nav.buttons {
  visibility: visible;
}
/* line 1972, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set dl.details {
  padding: 0;
  position: relative;
  margin: 0;
  margin-left: 120px;
  margin-right: 120px;
}
/* line 1979, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set dl.details dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #1f282d;
  position: absolute;
}
/* line 1984, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set dl.details dt, .shot-detail .usage-set-list li.usage-set dl.details dd {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
/* line 1989, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set dl.details dt {
  padding: 0;
  width: 110px;
}
/* line 1995, ../../../sass/modules/_dashboard.scss */
.shot-detail .usage-set-list li.usage-set dl.details dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  padding-left: 125px;
  max-width: 540px;
}

/* line 2006, ../../../sass/modules/_dashboard.scss */
.job-detail div.shots, .license-list div.shots {
  padding: 26px;
  background-color: #f7f8f9;
  max-height: 730px;
  overflow-y: scroll;
}
/* line 2011, ../../../sass/modules/_dashboard.scss */
.job-detail div.shots .shot, .license-list div.shots .shot {
  border: 1px solid #f2f3f4;
  width: 240px;
  height: 257px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  float: left;
}
/* line 266, ../../../sass/modules/_dashboard.scss */
.job-detail div.shots .shot .title, .license-list div.shots .shot .title {
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 238px;
  color: #303e47;
}
/* line 276, ../../../sass/modules/_dashboard.scss */
.job-detail div.shots .shot .title a, .license-list div.shots .shot .title a {
  color: #303e47;
}
/* line 2014, ../../../sass/modules/_dashboard.scss */
.job-detail div.shots h3, .license-list div.shots h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
  padding: 0;
}
/* line 2020, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses, .license-list ul.licenses {
  list-style: none;
  margin: 0;
  padding: 40px;
}
/* line 2025, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li, .license-list ul.licenses > li {
  margin: 0 0 32px;
  padding: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #f2f3f4;
}
/* line 2030, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary, .license-list ul.licenses > li .license-summary {
  position: relative;
  background-color: #f8f8fa;
  border-bottom: 1px solid #f2f3f4;
  padding: 24px 27px;
}
/* line 2035, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary dl, .license-list ul.licenses > li .license-summary dl {
  margin: 0 300px 0 0;
  padding: 0;
}
/* line 2038, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary dl dt, .job-detail ul.licenses > li .license-summary dl dd, .license-list ul.licenses > li .license-summary dl dt, .license-list ul.licenses > li .license-summary dl dd {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
/* line 2044, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary dl dt, .license-list ul.licenses > li .license-summary dl dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2047, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary dl dd, .license-list ul.licenses > li .license-summary dl dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  margin: 0 15px 0 5px;
}
/* line 2052, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary nav, .license-list ul.licenses > li .license-summary nav {
  position: absolute;
  right: 27px;
  top: 24px;
  font-size: 10px;
}
/* line 2057, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li .license-summary nav a, .license-list ul.licenses > li .license-summary nav a {
  padding-left: 7px;
}
/* line 2062, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets, .license-list ul.licenses > li ul.usage-sets {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 2066, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li, .license-list ul.licenses > li ul.usage-sets > li {
  padding: 12px 26px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f3f4;
}
/* line 2071, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li dl, .license-list ul.licenses > li ul.usage-sets > li dl {
  width: 180px;
  padding: 0;
  margin: 0;
  position: relative;
}
/* line 2076, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li dl dt, .license-list ul.licenses > li ul.usage-sets > li dl dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  position: absolute;
  color: #303e47;
}
/* line 2081, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li dl dt, .job-detail ul.licenses > li ul.usage-sets > li dl dd, .license-list ul.licenses > li ul.usage-sets > li dl dt, .license-list ul.licenses > li ul.usage-sets > li dl dd {
  font-size: 11px;
  margin: 0;
  padding: 5px 0;
}
/* line 2086, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li dl dd, .license-list ul.licenses > li ul.usage-sets > li dl dd {
  padding-left: 60px;
}
/* line 2090, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li ul.shots, .license-list ul.licenses > li ul.usage-sets > li ul.shots {
  list-style: none;
  position: absolute;
  left: 212px;
  top: 20px;
}
/* line 2095, ../../../sass/modules/_dashboard.scss */
.job-detail ul.licenses > li ul.usage-sets > li ul.shots > li, .license-list ul.licenses > li ul.usage-sets > li ul.shots > li {
  display: inline-block;
  margin: 0 0 10px 10px;
}

/* line 2106, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs {
  list-style: none;
  margin-top: 38px;
}
/* line 2109, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li {
  margin: 0 20px 20px 0;
  width: 238px;
  padding: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #f2f3f4;
  position: relative;
  float: left;
}
/* line 2117, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li > nav {
  position: absolute;
  top: 15px;
  right: 15px;
  visibility: hidden;
}
/* line 2121, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li > nav a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
}
/* line 51, ../../../sass/modules/_mixins.scss */
.job-list ul.jobs > li > nav a.delete:hover {
  color: red;
}
/* line 2127, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li:hover > nav {
  visibility: visible;
}
/* line 2131, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li .cover-image {
  display: block;
  height: 212px;
  width: 100%;
  background: #adb7ba;
}
/* line 2137, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl {
  min-height: 150px;
  padding: 20px;
  margin: 0;
  color: #adb7ba;
}
/* line 2142, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dt, .job-list ul.jobs > li dl dd {
  font-size: 13px;
  padding: 0;
  margin: 0;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  display: inline-block;
}
/* line 2150, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dt {
  clear: left;
  margin-right: 5px;
  color: #303e47;
}
/* line 2155, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
}
/* line 2158, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dd.title a {
  width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #303e47;
}
/* line 2164, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dd a.add-license {
  padding-left: 5px;
  font-size: 10px;
}
/* line 2168, ../../../sass/modules/_dashboard.scss */
.job-list ul.jobs > li dl dd.status {
  float: none;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}

/* line 2184, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview, body.license-preview > header {
  margin: 0 auto;
  max-width: 798px;
}
/* line 2188, ../../../sass/modules/_dashboard.scss */
body.license-preview > header {
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 2191, ../../../sass/modules/_dashboard.scss */
body.license-preview > header > p, body.license-preview > header > a {
  margin: 0;
}
/* line 2195, ../../../sass/modules/_dashboard.scss */
body.license-preview > header .print i {
  color: #62787f;
  font-size: 17px;
}
/* line 2201, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview {
  padding: 40px;
  margin-bottom: 100px;
  border: 1px solid #f2f3f4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  /*    header{
        border-bottom: 1px solid $lighter-grey;
        position: relative;
        $padding: 23px;
        padding: $padding;
        h2{
          padding: 0;
          margin: 0 140px 0 10px;
          font-size: 25px;
        }
        nav{
          position: absolute;
          top: $padding;
          right: $padding;
          a{
            display: block;
            float: left;
            margin-left: 20px;
            height: 32px;
            &.print{
              color: $light-grey;
              font-size: 22px;
              line-height: 32px;
              &:hover{
                color: $cyan;
              }
            }
          }
        }
      }*/
}
/* line 2206, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header {
  padding: 0;
  position: relative;
  height: 110px;
  margin-bottom: 23px;
}
/* line 2209, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .inner {
  background-color: #eff1f2;
  padding: 15px;
  margin-right: 118px;
  height: 110px;
  position: relative;
}
/* line 2215, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .inner h2 {
  position: absolute;
  bottom: 15px;
  margin: 0;
  left: 15px;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 2223, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .inner dl {
  font-size: 10px;
  line-height: 2;
  margin: 0;
}
/* line 2227, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .inner dl dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  float: left;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 2239, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .logo {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 2243, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview header .logo img {
  width: 110px;
  height: 110px;
}
/* line 2279, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details {
  background-color: #eff1f2;
  padding: 36px;
  width: 256px;
  float: left;
}
/* line 2284, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
/* line 2288, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dt {
  font-size: 9px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #03bff9;
  text-transform: uppercase;
  margin-top: 16px;
  padding-top: 16px;
}
/* line 2296, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dt:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 2302, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dd {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2307, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dd address {
  font-style: normal;
  color: #adb7ba;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 2312, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dd dl {
  padding: 0;
  margin: 0;
}
/* line 2316, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dd dd, body.license-preview div.license-preview > .details > dl > dd dt {
  padding: 0;
  margin: 0 10px 0 0;
}
/* line 2321, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview > .details > dl > dd dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
}
/* line 2329, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl {
  float: left;
  width: 45%;
  font-size: 13px;
  margin: 15px;
  line-height: 1.7;
}
/* line 2331, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl:nth-of-type(odd) {
  clear: left;
}
/* line 2338, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl address {
  font-style: normal;
}
/* line 2341, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f3f4;
  padding-bottom: 6px;
}
/* line 2347, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd {
  margin: 0;
}
/* line 2351, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dt.job-number, body.license-preview div.license-preview .parties > dl > dd > dl > dt.po-number, body.license-preview div.license-preview .parties > dl > dd > dl > dt.phone, body.license-preview div.license-preview .parties > dl > dd > dl > dt.contact, body.license-preview div.license-preview .parties > dl > dd > dl > dt.entity {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2354, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dt.contact {
  margin-top: 10px;
}
/* line 2357, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dt.job-number, body.license-preview div.license-preview .parties > dl > dd > dl > dt.po-number {
  display: inline;
  padding-right: 5px;
}
/* line 2361, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dt.phone {
  float: left;
  padding-right: 5px;
}
/* line 2366, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dd {
  margin: 0;
}
/* line 2368, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .parties > dl > dd > dl > dd.job-number, body.license-preview div.license-preview .parties > dl > dd > dl > dd.po-number {
  display: inline;
  padding-right: 5px;
}
/* line 2378, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets {
  padding: 0;
  list-style: none;
}
/* line 2382, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li {
  margin-top: 20px;
  background-color: transparent;
}
/* line 2385, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li .header {
  background-color: transparent;
  color: #303e47;
  position: relative;
  border-bottom: 1px solid #f2f3f4;
}
/* line 2390, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li .header h3 {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2395, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li .images {
  page-break-before: avoid;
  margin-right: -10px;
}
/* line 2398, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li .images > img {
  border: 1px solid #f2f3f4;
  margin: 10px 10px 0 0;
}
/* line 2400, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets.shots > li .images > img:first-child {
  page-break-before: avoid;
}
/* line 2411, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li {
  background-color: #eff1f2;
  margin: 10px;
  padding: 0;
}
/* line 2414, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li.add {
  border: 0;
}
/* line 2419, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li .header {
  background-color: #303e47;
  height: 40px;
  line-height: 40px;
  color: white;
  position: relative;
  page-break-after: avoid;
  padding-bottom: 5px;
}
/* line 2426, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li .header h3, body.license-preview div.license-preview .usage-sets > li .header h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 2433, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li .header h4 {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 2440, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li > p, body.license-preview div.license-preview .usage-sets > li > dl {
  margin: 0;
  padding: 20px;
}
/* line 2444, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li dl {
  position: relative;
}
/* line 2446, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li dl dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
}
/* line 2451, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li dl dt, body.license-preview div.license-preview .usage-sets > li dl dd {
  font-size: 10px;
  margin: 0;
  padding: 5px 0;
}
/* line 2456, ../../../sass/modules/_dashboard.scss */
body.license-preview div.license-preview .usage-sets > li dl dd {
  padding-left: 90px;
}

/* line 2465, ../../../sass/modules/_dashboard.scss */
form.secondary {
  position: absolute;
  top: 50px;
  left: 550px;
}

/* line 2481, ../../../sass/modules/_dashboard.scss */
form .controls, form .form-group {
  max-width: 500px;
}

/* line 2488, ../../../sass/modules/_dashboard.scss */
body.dashboard > header {
  display: none;
}
/* line 2491, ../../../sass/modules/_dashboard.scss */
body.dashboard #main {
  position: relative;
  height: 100%;
}
/* line 2494, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary {
  padding: 40px;
  margin-right: 275px;
  padding-top: 55px;
}
/* line 2498, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary header {
  position: relative;
  line-height: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2504, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary header h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
}
/* line 98, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary header h2 .smaller {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #303e47;
}
/* line 2507, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary header a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 2514, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
/* line 2518, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.dashboard #main > .primary > ul li > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li > .details > a, body.dashboard #main > .primary > ul li > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .primary > ul li .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 2523, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar {
  border-left: 1px solid #f2f3f4;
  background-color: #fcfcfc;
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  height: 100%;
  padding: 55px 60px 27px 30px;
}
/* line 2532, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar .create-job {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
/* line 2537, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar .action-intro, body.dashboard #main > .sidebar .action {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
/* line 2541, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar .action {
  text-decoration: underline;
}
/* line 2544, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dl {
  padding-top: 30px;
}
/* line 2547, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dd, body.dashboard #main > .sidebar dt {
  padding: 0;
  margin: 0;
  line-height: 42px;
  height: 42px;
}
/* line 2553, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dd a:hover, body.dashboard #main > .sidebar dt a:hover {
  text-decoration: none;
}
/* line 2558, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #2e3943;
  border-bottom: 1px solid #f2f3f4;
}
/* line 2561, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dt.first-subtotal {
  border-top: 1px solid #f2f3f4;
}
/* line 2566, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dd {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  float: right;
  position: relative;
  top: -42px;
}
/* line 2572, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar .job-total, body.dashboard #main > .sidebar .license-total {
  height: auto;
}
/* line 2575, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dt.job-total, body.dashboard #main > .sidebar dt.license-total {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  position: relative;
  top: 23px;
  border-bottom: 0;
}
/* line 2582, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dd.job-total, body.dashboard #main > .sidebar dd.license-total {
  line-height: 1.35;
  float: none;
  font-size: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2587, ../../../sass/modules/_dashboard.scss */
body.dashboard #main > .sidebar dd.job-total a, body.dashboard #main > .sidebar dd.license-total a {
  color: #303e47;
}

/* line 2597, ../../../sass/modules/_dashboard.scss */
body.search fieldset .form-group {
  width: 157px;
  margin-right: 13px;
  float: left;
}
/* line 2598, ../../../sass/modules/_dashboard.scss */
body.search fieldset .form-group label {
  display: none;
}
/* line 2602, ../../../sass/modules/_dashboard.scss */
body.search fieldset .form-group#div_id_q {
  width: 300px;
}
/* line 2609, ../../../sass/modules/_dashboard.scss */
body.search .results {
  margin: 40px;
}
/* line 2611, ../../../sass/modules/_dashboard.scss */
body.search .results dt, body.search .results dd {
  border-bottom: 1px solid #f8f8fa;
  margin: 0;
  padding: 12px;
}
/* line 2616, ../../../sass/modules/_dashboard.scss */
body.search .results dt {
  margin-top: 50px;
  font-size: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  padding-left: 0;
}
/* line 2623, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.search .results dd.license > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license > .details > a, body.search .results dd.license > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
body.search .results dd.license .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 2626, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.search .results dd.job > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job > .details > a, body.search .results dd.job > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
body.search .results dd.job .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}

/* line 2635, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot,
body.contact-entity-list .contacts-and-entities > li.shot {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .buttons,
body.contact-entity-list .contacts-and-entities > li.shot .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .right,
body.contact-entity-list .contacts-and-entities > li.shot .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot:hover,
body.contact-entity-list .contacts-and-entities > li.shot:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot:hover .right,
body.contact-entity-list .contacts-and-entities > li.shot:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .status,
body.contact-entity-list .contacts-and-entities > li.shot .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot > .right,
body.contact-entity-list .contacts-and-entities > li.shot > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot > .right .buttons a,
body.contact-entity-list .contacts-and-entities > li.shot > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.search .results dd.shot > .right .buttons a.delete:hover,
body.contact-entity-list .contacts-and-entities > li.shot > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot > .thumbnail,
body.contact-entity-list .contacts-and-entities > li.shot > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot > .details,
body.contact-entity-list .contacts-and-entities > li.shot > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot > .details > a, body.search .results dd.shot > .details span,
body.contact-entity-list .contacts-and-entities > li.shot > .details > a,
body.contact-entity-list .contacts-and-entities > li.shot > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .title,
body.contact-entity-list .contacts-and-entities > li.shot .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .copyright-owner,
body.contact-entity-list .contacts-and-entities > li.shot .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .activity .type,
body.contact-entity-list .contacts-and-entities > li.shot .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .activity .by,
body.contact-entity-list .contacts-and-entities > li.shot .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
body.search .results dd.shot .activity time,
body.contact-entity-list .contacts-and-entities > li.shot .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 2638, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact, body.search .results dd.entity,
body.contact-entity-list .contacts-and-entities > li.contact,
body.contact-entity-list .contacts-and-entities > li.entity {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
  min-height: 0;
  line-height: 20px;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .buttons, body.search .results dd.entity .buttons,
body.contact-entity-list .contacts-and-entities > li.contact .buttons,
body.contact-entity-list .contacts-and-entities > li.entity .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .right, body.search .results dd.entity .right,
body.contact-entity-list .contacts-and-entities > li.contact .right,
body.contact-entity-list .contacts-and-entities > li.entity .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact:hover, body.search .results dd.entity:hover,
body.contact-entity-list .contacts-and-entities > li.contact:hover,
body.contact-entity-list .contacts-and-entities > li.entity:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact:hover .right, body.search .results dd.entity:hover .right,
body.contact-entity-list .contacts-and-entities > li.contact:hover .right,
body.contact-entity-list .contacts-and-entities > li.entity:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .status, body.search .results dd.entity .status,
body.contact-entity-list .contacts-and-entities > li.contact .status,
body.contact-entity-list .contacts-and-entities > li.entity .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact > .right, body.search .results dd.entity > .right,
body.contact-entity-list .contacts-and-entities > li.contact > .right,
body.contact-entity-list .contacts-and-entities > li.entity > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact > .right .buttons a, body.search .results dd.entity > .right .buttons a,
body.contact-entity-list .contacts-and-entities > li.contact > .right .buttons a,
body.contact-entity-list .contacts-and-entities > li.entity > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
body.search .results dd.contact > .right .buttons a.delete:hover, body.search .results dd.entity > .right .buttons a.delete:hover,
body.contact-entity-list .contacts-and-entities > li.contact > .right .buttons a.delete:hover,
body.contact-entity-list .contacts-and-entities > li.entity > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact > .thumbnail, body.search .results dd.entity > .thumbnail,
body.contact-entity-list .contacts-and-entities > li.contact > .thumbnail,
body.contact-entity-list .contacts-and-entities > li.entity > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact > .details, body.search .results dd.entity > .details,
body.contact-entity-list .contacts-and-entities > li.contact > .details,
body.contact-entity-list .contacts-and-entities > li.entity > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact > .details > a, body.search .results dd.contact > .details span, body.search .results dd.entity > .details > a, body.search .results dd.entity > .details span,
body.contact-entity-list .contacts-and-entities > li.contact > .details > a,
body.contact-entity-list .contacts-and-entities > li.contact > .details span,
body.contact-entity-list .contacts-and-entities > li.entity > .details > a,
body.contact-entity-list .contacts-and-entities > li.entity > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .title, body.search .results dd.entity .title,
body.contact-entity-list .contacts-and-entities > li.contact .title,
body.contact-entity-list .contacts-and-entities > li.entity .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .copyright-owner, body.search .results dd.entity .copyright-owner,
body.contact-entity-list .contacts-and-entities > li.contact .copyright-owner,
body.contact-entity-list .contacts-and-entities > li.entity .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .activity .type, body.search .results dd.entity .activity .type,
body.contact-entity-list .contacts-and-entities > li.contact .activity .type,
body.contact-entity-list .contacts-and-entities > li.entity .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .activity .by, body.search .results dd.entity .activity .by,
body.contact-entity-list .contacts-and-entities > li.contact .activity .by,
body.contact-entity-list .contacts-and-entities > li.entity .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .activity time, body.search .results dd.entity .activity time,
body.contact-entity-list .contacts-and-entities > li.contact .activity time,
body.contact-entity-list .contacts-and-entities > li.entity .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 2642, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .name, body.search .results dd.entity .name,
body.contact-entity-list .contacts-and-entities > li.contact .name,
body.contact-entity-list .contacts-and-entities > li.entity .name {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
}
/* line 2646, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .icon, body.search .results dd.entity .icon,
body.contact-entity-list .contacts-and-entities > li.contact .icon,
body.contact-entity-list .contacts-and-entities > li.entity .icon {
  font-size: 20px;
  color: #303e47;
  margin-right: 10px;
}
/* line 2651, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .right, body.search .results dd.entity .right,
body.contact-entity-list .contacts-and-entities > li.contact .right,
body.contact-entity-list .contacts-and-entities > li.entity .right {
  width: auto;
}
/* line 2656, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .company,
body.contact-entity-list .contacts-and-entities > li.contact .company {
  padding-left: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  color: #7c979c;
}
/* line 2661, ../../../sass/modules/_dashboard.scss */
body.search .results dd.contact .email,
body.contact-entity-list .contacts-and-entities > li.contact .email {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  margin-right: 10px;
}

/* line 2672, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list .form-group {
  width: 200px;
  margin-right: 13px;
  float: left;
}
/* line 2673, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list .form-group label {
  display: none;
}
/* line 2677, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list .form-group#div_id_q {
  width: 300px;
}
/* line 2683, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list nav.letters {
  margin: 40px;
  margin-bottom: 20px;
}
/* line 2686, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list nav.letters a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  color: #adb7ba;
}
/* line 2692, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list nav.letters a.selected {
  color: #03bff9;
}
/* line 2697, ../../../sass/modules/_dashboard.scss */
body.contact-entity-list .contacts-and-entities {
  list-style: none;
  padding: 0;
  margin: 40px;
}

/* line 2704, ../../../sass/modules/_dashboard.scss */
form.filter {
  background-color: #f8f8fa;
  border-bottom: 1px solid #f2f3f4;
}
/* line 2707, ../../../sass/modules/_dashboard.scss */
form.filter .form-group {
  padding: 0;
  width: 127px;
  margin-right: 13px;
  float: left;
}
/* line 2710, ../../../sass/modules/_dashboard.scss */
form.filter .form-group#div_id_q {
  width: 300px;
}
/* line 2715, ../../../sass/modules/_dashboard.scss */
form.filter .form-group label {
  display: none;
}
/* line 2718, ../../../sass/modules/_dashboard.scss */
form.filter .form-group .btn, form.filter .form-group body.register .autocomplete-light-widget .autocomplete-add-another, body.register .autocomplete-light-widget form.filter .form-group .autocomplete-add-another, form.filter .form-group body.register .formset a.add-row, body.register .formset form.filter .form-group a.add-row {
  height: 39px;
  line-height: 39px;
}

/* line 2725, ../../../sass/modules/_dashboard.scss */
body.register .form-group.add-edit-contacts {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

/* line 2731, ../../../sass/modules/_dashboard.scss */
.btn.add-another, body.register .autocomplete-light-widget .add-another.autocomplete-add-another, body.register .formset a.add-another.add-row, .btn.green, body.register .autocomplete-light-widget .green.autocomplete-add-another, body.register .formset a.green.add-row {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYmY0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5YWY0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73bf44), color-stop(100%, #39af49));
  background-image: -moz-linear-gradient(#73bf44, #39af49);
  background-image: -webkit-linear-gradient(#73bf44, #39af49);
  background-image: linear-gradient(#73bf44, #39af49);
  color: #fff;
}
/* line 2739, ../../../sass/modules/_dashboard.scss */
.btn.add-another:hover, body.register .autocomplete-light-widget .add-another.autocomplete-add-another:hover, body.register .formset a.add-another.add-row:hover, .btn.green:hover, body.register .autocomplete-light-widget .green.autocomplete-add-another:hover, body.register .formset a.green.add-row:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYjI0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWI0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5db243), color-stop(100%, #009b49));
  background-image: -moz-linear-gradient(#5db243, #009b49);
  background-image: -webkit-linear-gradient(#5db243, #009b49);
  background-image: linear-gradient(#5db243, #009b49);
}

/* line 2751, ../../../sass/modules/_dashboard.scss */
section.attachments .file-input-button {
  width: 100%;
  height: 49px;
  line-height: 49px;
}
/* line 2756, ../../../sass/modules/_dashboard.scss */
section.attachments .file-input-button input.file {
  height: 49px;
}
/* line 2759, ../../../sass/modules/_dashboard.scss */
section.attachments .file-input-button button.add-file.btn, section.attachments .file-input-button body.register .autocomplete-light-widget button.add-file.autocomplete-add-another, body.register .autocomplete-light-widget section.attachments .file-input-button button.add-file.autocomplete-add-another {
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
  height: 49px;
  line-height: 49px;
  text-align: left;
  padding: 0 0 0 36px;
  background-color: #f8f8fa;
  color: #03bff9;
}

/* line 2772, ../../../sass/modules/_dashboard.scss */
body.register.login {
  margin-left: 0;
  margin-right: 0;
}
/* line 2775, ../../../sass/modules/_dashboard.scss */
body.register.login header.default {
  display: none;
}
/* line 2778, ../../../sass/modules/_dashboard.scss */
body.register.login #main {
  padding: 0;
  margin: 0;
}
/* line 2782, ../../../sass/modules/_dashboard.scss */
body.register.login #main section h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  border: 0;
}
/* line 2787, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.welcome {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 2789, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.welcome h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  color: #020606;
}
/* line 2794, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.welcome .mailto {
  font-size: 17px;
}
/* line 2797, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.welcome h2 {
  color: #7a9aa1;
}
/* line 2800, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.welcome p {
  font-size: 12px;
}
/* line 2804, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form {
  background-color: #f5f6f7;
}
/* line 2806, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form form {
  width: 366px;
  margin: 20px auto;
}
/* line 2810, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form .form-group {
  padding: 0;
  text-align: left;
}
/* line 2813, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form .form-group label {
  display: block;
}
/* line 2816, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form .form-group.submit {
  padding-top: 15px;
}
/* line 2820, ../../../sass/modules/_dashboard.scss */
body.register.login #main section.form h2 {
  color: #020606;
}
/* line 2824, ../../../sass/modules/_dashboard.scss */
body.register.login #main section .inner {
  margin: 0 auto;
  width: 500px;
  padding: 40px 0;
  text-align: center;
}
/* line 2831, ../../../sass/modules/_dashboard.scss */
body.register.login #main .new-user {
  margin-top: 80px;
}
/* line 2834, ../../../sass/modules/_dashboard.scss */
body.register.login #main #div_id_username {
  padding-top: 0;
}
/* line 2837, ../../../sass/modules/_dashboard.scss */
body.register.login #main .form-group {
  padding-bottom: 0;
}
/* line 2839, ../../../sass/modules/_dashboard.scss */
body.register.login #main .form-group.submit {
  padding-top: 25px;
}
/* line 2841, ../../../sass/modules/_dashboard.scss */
body.register.login #main .form-group.submit .btn, body.register.login #main .form-group.submit .autocomplete-light-widget .autocomplete-add-another, body.register.login .autocomplete-light-widget #main .form-group.submit .autocomplete-add-another, body.register.login #main .form-group.submit .formset a.add-row, body.register.login .formset #main .form-group.submit a.add-row {
  margin-left: 0;
}

/* line 2850, ../../../sass/modules/_dashboard.scss */
body.register.registration .form-group {
  padding-top: 10px;
  padding-bottom: 0;
}

/* line 2858, ../../../sass/modules/_dashboard.scss */
body.register.password-reset .form-group, body.register.login .form-group, body.register.registration .form-group, body.register.organisation-update .form-group {
  padding-left: 0;
}
/* line 2864, ../../../sass/modules/_dashboard.scss */
body.register.password-reset #main p:first-child {
  margin-top: 0;
}

/* line 2876, ../../../sass/modules/_dashboard.scss */
.job-detail h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
}
/* line 98, ../../../sass/modules/_dashboard.scss */
.job-detail h2 .smaller {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #303e47;
}
/* line 2879, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
/* line 2883, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li {
  min-height: 100px;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #f2f3f4;
  position: relative;
}
/* line 187, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .buttons {
  display: inline-block;
}
/* line 190, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .right {
  visibility: hidden;
}
/* line 193, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li:hover {
  background-color: #f8f8fa;
}
/* line 195, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li:hover .right {
  visibility: visible;
}
/* line 199, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .status {
  position: absolute;
  left: 0;
  top: 20px;
  width: 92px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
/* line 208, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li > .right {
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
}
/* line 170, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li > .right .buttons a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("../img/pixels/white-50.c059746c79a7.png");
  margin-left: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #303e47;
  background-image: url("../img/pixels/black-10.005ab53ac828.png");
}
/* line 51, ../../../sass/modules/_mixins.scss */
.job-detail ul.license-list li > .right .buttons a.delete:hover {
  color: red;
}
/* line 212, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li > .thumbnail {
  left: 92px;
  top: 20px;
  width: 80px;
  position: absolute;
}
/* line 218, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li > .details {
  margin-left: 192px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #62787f;
  line-height: 1.7;
}
/* line 225, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li > .details > a, .job-detail ul.license-list li > .details span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 229, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #313f48;
}
/* line 237, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .copyright-owner {
  display: block;
}
/* line 241, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .activity .type {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 245, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .activity .by {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/* line 248, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li .activity time {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #adb7ba;
}
/* line 2885, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li dl {
  margin: 0;
}
/* line 2887, ../../../sass/modules/_dashboard.scss */
.job-detail ul.license-list li dl dt {
  float: left;
  margin-right: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
}

/* line 2901, ../../../sass/modules/_dashboard.scss */
body.register.license-form #main form > h2, body.register.license-create #main form > h2 {
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 2904, ../../../sass/modules/_dashboard.scss */
body.register.license-form #main form > h2.other, body.register.license-create #main form > h2.other {
  margin-top: 40px;
}
/* line 2910, ../../../sass/modules/_dashboard.scss */
body.register.license-form fieldset, body.register.license-create fieldset {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 35px;
}
/* line 2914, ../../../sass/modules/_dashboard.scss */
body.register.license-form fieldset:nth-of-type(1), body.register.license-create fieldset:nth-of-type(1) {
  padding-top: 80px !important;
}
/* line 2917, ../../../sass/modules/_dashboard.scss */
body.register.license-form fieldset legend, body.register.license-create fieldset legend {
  width: auto;
  display: block;
  margin-bottom: 0;
  border-bottom: 0;
  position: absolute;
  top: 45px;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-style: normal;
}
/* line 2926, ../../../sass/modules/_dashboard.scss */
body.register.license-form fieldset legend span, body.register.license-create fieldset legend span {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #7c979c;
}
/* line 2933, ../../../sass/modules/_dashboard.scss */
body.register.license-form .formset ul.forms > li.dynamic-form, body.register.license-create .formset ul.forms > li.dynamic-form {
  padding-top: 35px;
  padding-bottom: 35px;
}
/* line 2934, ../../../sass/modules/_dashboard.scss */
body.register.license-form .formset ul.forms > li.dynamic-form > h2, body.register.license-create .formset ul.forms > li.dynamic-form > h2 {
  border: 0;
  margin: 0;
  margin-bottom: 5px;
}
/* line 2939, ../../../sass/modules/_dashboard.scss */
body.register.license-form .formset ul.forms > li.dynamic-form > .form-group, body.register.license-create .formset ul.forms > li.dynamic-form > .form-group {
  margin-bottom: 0;
}
/* line 2946, ../../../sass/modules/_dashboard.scss */
body.register.license-form .formset.license-contacts ul.forms > li.dynamic-form > .form-group, body.register.license-create .formset.license-contacts ul.forms > li.dynamic-form > .form-group {
  margin-bottom: 10px;
}

/* line 2954, ../../../sass/modules/_dashboard.scss */
body.full-width-form #main form > h2 {
  padding-left: 40px;
  padding-top: 40px;
}
/* line 2958, ../../../sass/modules/_dashboard.scss */
body.full-width-form #main h2.instance-title {
  font-size: 18px;
}
/* line 2961, ../../../sass/modules/_dashboard.scss */
body.full-width-form #main .submit-buttons {
  margin-right: 40px;
}

/* line 2967, ../../../sass/modules/_dashboard.scss */
.three-quarters, .one-quarter {
  display: inline-block;
}

/* line 2970, ../../../sass/modules/_dashboard.scss */
.three-quarters {
  width: 500px;
  margin-right: 10px;
}

/* line 2974, ../../../sass/modules/_dashboard.scss */
.one-quarter {
  width: auto;
}
/* line 2976, ../../../sass/modules/_dashboard.scss */
.one-quarter select {
  font-size: 12px;
}

/* line 2983, ../../../sass/modules/_dashboard.scss */
.license-message #main h2 {
  padding-left: 40px !important;
}
/* line 2988, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form .form-group.recipients {
  margin-top: -10px;
  padding-top: 0 !important;
  padding-bottom: 5px;
}
/* line 2993, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form #div_id_message {
  margin-top: 30px;
}
/* line 2996, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form .shared-contact {
  background-color: #f8f8fa;
}
/* line 2998, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form .shared-contact a {
  color: #303e47;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 3001, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form .shared-contact a:hover {
  text-decoration: none;
}
/* line 3006, ../../../sass/modules/_dashboard.scss */
.license-message #license-message-form .checkbox {
  margin-top: 15px;
}

/* line 3013, ../../../sass/modules/_dashboard.scss */
body.register.license-detail #main {
  padding-top: 0;
}

/* line 3019, ../../../sass/modules/_dashboard.scss */
label.checkbox a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-style: normal;
}

/* line 3025, ../../../sass/modules/_dashboard.scss */
div.alert.alert-danger {
  background-color: #f1cbd2;
  color: #bb001e;
}
/* line 3029, ../../../sass/modules/_dashboard.scss */
div.alert ul {
  background-color: #f1cbd2;
  list-style: none;
  margin: 0;
}
/* line 3033, ../../../sass/modules/_dashboard.scss */
div.alert ul li {
  padding: 14px 0;
  display: block;
}

/* line 2, ../../../sass/modules/_blog.scss */
body.blog a {
  color: #03bff9;
}
/* line 5, ../../../sass/modules/_blog.scss */
body.blog div.container {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 10, ../../../sass/modules/_blog.scss */
body.blog header {
  border-bottom: 1px solid #f2f3f4;
  margin-bottom: 28px;
}
/* line 11, ../../../sass/modules/_blog.scss */
body.blog header div.logo {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 17, ../../../sass/modules/_blog.scss */
body.blog header div.logo img.symbol {
  width: 90px;
  height: 90px;
  margin-top: 44px;
  margin-bottom: 25px;
}
/* line 23, ../../../sass/modules/_blog.scss */
body.blog header div.logo img.text {
  width: 148px;
}
/* line 27, ../../../sass/modules/_blog.scss */
body.blog header nav.top {
  top: 0;
}
/* line 33, ../../../sass/modules/_blog.scss */
body.blog h1 {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: -7px;
  margin-bottom: 17px;
}
/* line 34, ../../../sass/modules/_blog.scss */
body.blog h1 a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
  color: #1f282d;
}
/* line 37, ../../../sass/modules/_blog.scss */
body.blog h1 a:hover {
  text-decoration: none;
}
/* line 47, ../../../sass/modules/_blog.scss */
body.blog .main, body.blog footer {
  position: relative;
  padding: 20px;
}
@media (min-width: 1000px) {
  /* line 52, ../../../sass/modules/_blog.scss */
  body.blog .main, body.blog footer {
    padding: 0;
  }
  /* line 55, ../../../sass/modules/_blog.scss */
  body.blog div.container {
    width: 980px;
    margin: 0 auto;
  }
  /* line 60, ../../../sass/modules/_blog.scss */
  body.blog.post-list .content, body.blog.post-detail .content {
    width: 730px;
    float: left;
  }
  /* line 65, ../../../sass/modules/_blog.scss */
  body.blog .sidebar {
    width: 202px;
    float: right;
  }
}
/* line 71, ../../../sass/modules/_blog.scss */
body.blog .sidebar section {
  margin-top: 27px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f3f4;
}
/* line 75, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.search {
  margin-top: 0;
  padding-bottom: 0;
}
/* line 79, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.subscribe {
  padding-bottom: 30px;
}
/* line 81, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.subscribe h3 {
  margin-bottom: 18px;
}
/* line 85, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.search, body.blog .sidebar section.tags {
  border-bottom: 0;
}
/* line 89, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.recent-posts ul {
  padding-left: 1.6em;
}
/* line 91, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.recent-posts ul li {
  margin-bottom: 5px;
  text-indent: -1.6em;
}
/* line 94, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.recent-posts ul li:before {
  content: '>\00a0\00a0';
  color: #03bff9;
}
/* line 102, ../../../sass/modules/_blog.scss */
body.blog .sidebar ul {
  list-style: none;
  padding-left: 0;
}
/* line 105, ../../../sass/modules/_blog.scss */
body.blog .sidebar ul a {
  color: #adb7ba;
}
/* line 109, ../../../sass/modules/_blog.scss */
body.blog .sidebar h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f282d;
  letter-spacing: 1px;
}
/* line 116, ../../../sass/modules/_blog.scss */
body.blog .sidebar p, body.blog .sidebar ul {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 11.5px;
  color: #adb7ba;
  line-height: 1.75;
}
/* line 122, ../../../sass/modules/_blog.scss */
body.blog .sidebar input, body.blog .sidebar button {
  height: 37px;
}
/* line 125, ../../../sass/modules/_blog.scss */
body.blog .sidebar button, body.blog .sidebar input[type=submit] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwM2U0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjgyZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303e47), color-stop(100%, #1f282d));
  background-image: -moz-linear-gradient(#303e47, #1f282d);
  background-image: -webkit-linear-gradient(#303e47, #1f282d);
  background-image: linear-gradient(#303e47, #1f282d);
  color: #fff;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border: 0;
}
/* line 127, ../../../sass/modules/_blog.scss */
body.blog .sidebar button:hover, body.blog .sidebar input[type=submit]:hover {
  background-position: 0 0;
}
/* line 140, ../../../sass/modules/_blog.scss */
body.blog .sidebar input {
  font-size: 12px;
}
/* line 143, ../../../sass/modules/_blog.scss */
body.blog .sidebar .textinput, body.blog .sidebar .emailinput, body.blog .sidebar input[type=text] {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #f8f8fa;
  border-color: #f2f3f4;
  color: #adb7ba;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 151, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.subscribe input {
  width: 100%;
  height: 37px;
}
/* line 155, ../../../sass/modules/_blog.scss */
body.blog .sidebar section.subscribe .form-group {
  margin: 0 0 8px;
}
/* line 159, ../../../sass/modules/_blog.scss */
body.blog .sidebar label {
  display: none;
}
/* line 163, ../../../sass/modules/_blog.scss */
body.blog .metadata, body.blog .share-post, body.blog .back-to-blog {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f282d;
  margin-bottom: 25px;
}
/* line 168, ../../../sass/modules/_blog.scss */
body.blog .metadata dd, body.blog .metadata dt, body.blog .share-post dd, body.blog .share-post dt, body.blog .back-to-blog dd, body.blog .back-to-blog dt {
  margin: 0;
}
/* line 172, ../../../sass/modules/_blog.scss */
body.blog .metadata a, body.blog .metadata dd, body.blog .metadata dt, body.blog .share-post a, body.blog .share-post dd, body.blog .share-post dt, body.blog .back-to-blog a, body.blog .back-to-blog dd, body.blog .back-to-blog dt {
  color: #1f282d;
}
/* line 175, ../../../sass/modules/_blog.scss */
body.blog .metadata dt, body.blog .share-post dt, body.blog .back-to-blog dt {
  margin-left: 8px;
}
/* line 177, ../../../sass/modules/_blog.scss */
body.blog .metadata dt:first-child, body.blog .share-post dt:first-child, body.blog .back-to-blog dt:first-child {
  margin-left: 0;
}
/* line 181, ../../../sass/modules/_blog.scss */
body.blog .metadata dl, body.blog .metadata dt, body.blog .metadata dd, body.blog .share-post dl, body.blog .share-post dt, body.blog .share-post dd, body.blog .back-to-blog dl, body.blog .back-to-blog dt, body.blog .back-to-blog dd {
  display: inline;
  font-weight: normal;
}
/* line 185, ../../../sass/modules/_blog.scss */
body.blog .metadata dd.date, body.blog .metadata dt.tags, body.blog .metadata dt.share, body.blog .metadata dt.like, body.blog .metadata dd.comments, body.blog .share-post dd.date, body.blog .share-post dt.tags, body.blog .share-post dt.share, body.blog .share-post dt.like, body.blog .share-post dd.comments, body.blog .back-to-blog dd.date, body.blog .back-to-blog dt.tags, body.blog .back-to-blog dt.share, body.blog .back-to-blog dt.like, body.blog .back-to-blog dd.comments {
  color: #03bff9;
}
/* line 187, ../../../sass/modules/_blog.scss */
body.blog .metadata dd.date a, body.blog .metadata dt.tags a, body.blog .metadata dt.share a, body.blog .metadata dt.like a, body.blog .metadata dd.comments a, body.blog .share-post dd.date a, body.blog .share-post dt.tags a, body.blog .share-post dt.share a, body.blog .share-post dt.like a, body.blog .share-post dd.comments a, body.blog .back-to-blog dd.date a, body.blog .back-to-blog dt.tags a, body.blog .back-to-blog dt.share a, body.blog .back-to-blog dt.like a, body.blog .back-to-blog dd.comments a {
  color: #03bff9;
}
/* line 191, ../../../sass/modules/_blog.scss */
body.blog .metadata .like, body.blog .metadata .comments, body.blog .metadata .tags, body.blog .share-post .like, body.blog .share-post .comments, body.blog .share-post .tags, body.blog .back-to-blog .like, body.blog .back-to-blog .comments, body.blog .back-to-blog .tags {
  margin-left: 15px;
}
/* line 194, ../../../sass/modules/_blog.scss */
body.blog .metadata dt.tags, body.blog .share-post dt.tags, body.blog .back-to-blog dt.tags {
  margin-right: 5px;
}
/* line 197, ../../../sass/modules/_blog.scss */
body.blog .metadata dt.by, body.blog .share-post dt.by, body.blog .back-to-blog dt.by {
  margin-left: 0;
}
/* line 202, ../../../sass/modules/_blog.scss */
body.blog .back-to-blog {
  float: right;
  margin-bottom: 0;
  color: #03bff9;
}
/* line 206, ../../../sass/modules/_blog.scss */
body.blog .back-to-blog a {
  color: #03bff9;
}
/* line 210, ../../../sass/modules/_blog.scss */
body.blog .share-post {
  padding-top: 0;
  margin-top: 0;
}
/* line 213, ../../../sass/modules/_blog.scss */
body.blog .share-post dd {
  margin-right: 4px;
}
/* line 216, ../../../sass/modules/_blog.scss */
body.blog .share-post dt {
  margin-right: 2px;
}
/* line 221, ../../../sass/modules/_blog.scss */
body.blog .image-content img, body.blog .image-with-text-content img, body.blog .post-image img {
  max-width: 100%;
}
/* line 225, ../../../sass/modules/_blog.scss */
body.blog .image-content, body.blog .text-content, body.blog .image-with-text-content, body.blog .post-image,
body.blog .post-teaser, body.blog .post-content, body.blog .quote-content, body.blog .heading-content,
body.blog .oembed-content {
  margin-bottom: 27px;
}
/* line 231, ../../../sass/modules/_blog.scss */
body.blog .image-content .credit, body.blog .post-image .credit, body.blog .image-with-text-content .credit, body.blog .oembed-content .credit {
  letter-spacing: 1px;
  color: #adb7ba;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 8.8px;
}
/* line 239, ../../../sass/modules/_blog.scss */
body.blog .image-content .credit:hover, body.blog .post-image .credit:hover, body.blog .image-with-text-content .credit:hover, body.blog .oembed-content .credit:hover {
  text-decoration: none;
}
/* line 244, ../../../sass/modules/_blog.scss */
body.blog .text-content, body.blog .image-with-text-content .text {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
  font-size: 13.6px;
}
/* line 248, ../../../sass/modules/_blog.scss */
body.blog .read-more {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 256, ../../../sass/modules/_blog.scss */
body.blog article {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f3f4;
  margin-bottom: 35px;
  line-height: 1.7;
}
/* line 259, ../../../sass/modules/_blog.scss */
body.blog article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 265, ../../../sass/modules/_blog.scss */
body.blog article p, body.blog article ul, body.blog article ol {
  color: #7c979c;
}
/* line 267, ../../../sass/modules/_blog.scss */
body.blog article p strong, body.blog article ul strong, body.blog article ol strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 500;
  font-style: normal;
  color: #303e47;
}
/* line 272, ../../../sass/modules/_blog.scss */
body.blog article h2 {
  font-size: 24px;
  letter-spacing: -1px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
}
/* line 277, ../../../sass/modules/_blog.scss */
body.blog article h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  font-size: 14px;
}
/* line 284, ../../../sass/modules/_blog.scss */
body.blog.post-detail article {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 289, ../../../sass/modules/_blog.scss */
body.blog .heading-content {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 13.6px;
  color: #1f282d;
}
/* line 294, ../../../sass/modules/_blog.scss */
body.blog .quote-content {
  border-left: 2px solid #03bff9;
  padding: 0 10px;
  font-style: italic;
  margin-left: 0;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
/* line 297, ../../../sass/modules/_blog.scss */
body.blog .quote-content p {
  color: #03bff9;
  line-height: 1.4;
}
/* line 299, ../../../sass/modules/_blog.scss */
body.blog .quote-content p strong {
  color: inherit;
}
/* line 311, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.image-first .image {
  float: left;
}
/* line 314, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.image-first .text {
  float: right;
}
/* line 319, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.double-image .image {
  float: left;
}
/* line 322, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.double-image .image.second {
  float: right;
}
/* line 327, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.text-first .image {
  float: right;
}
/* line 330, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content.text-first .text {
  float: left;
}
/* line 335, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content .text h2:first-child, body.blog .image-with-text-content .text h3:first-child {
  margin-top: 0;
}
/* line 340, ../../../sass/modules/_blog.scss */
body.blog .image-with-text-content .image img {
  max-width: 100%;
}
/* line 346, ../../../sass/modules/_blog.scss */
body.blog .text_1-image_2 .text, body.blog .image_2-text_1 .text {
  width: 32%;
}
/* line 349, ../../../sass/modules/_blog.scss */
body.blog .text_1-image_2 .image, body.blog .image_2-text_1 .image {
  width: 64%;
}
/* line 354, ../../../sass/modules/_blog.scss */
body.blog .text_2-image_1 .text, body.blog .image_1-text_2 .text {
  width: 64%;
}
/* line 357, ../../../sass/modules/_blog.scss */
body.blog .text_2-image_1 .image, body.blog .image_1-text_2 .image {
  width: 32%;
}
/* line 362, ../../../sass/modules/_blog.scss */
body.blog .text_1-image_1 .text, body.blog .image_1-text_1 .text {
  width: 48%;
}
/* line 365, ../../../sass/modules/_blog.scss */
body.blog .text_1-image_1 .image, body.blog .image_1-text_1 .image {
  width: 48%;
}
/* line 370, ../../../sass/modules/_blog.scss */
body.blog .image_1-image_1 .image {
  width: 49%;
}
/* line 374, ../../../sass/modules/_blog.scss */
body.blog footer {
  padding-top: 35px;
  border-top: 1px solid #f2f3f4;
}
/* line 375, ../../../sass/modules/_blog.scss */
body.blog footer a {
  color: inherit;
}
/* line 381, ../../../sass/modules/_blog.scss */
body.blog #disqus_thread {
  padding: 20px 40px;
  background-color: #fcfcfc;
  border: 1px solid #f2f3f4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 35px;
}
/* line 388, ../../../sass/modules/_blog.scss */
body.blog .partial-keyline {
  width: 130px;
  border-top: 1px solid #f2f3f4;
  margin-bottom: 25px;
}
/* line 393, ../../../sass/modules/_blog.scss */
body.blog iframe {
  max-width: 100%;
}
/* line 396, ../../../sass/modules/_blog.scss */
body.blog .oembed-video-url {
  display: none;
}

/* line 110, ../../../sass/screen.scss */
.btn.pull-right, body.register .autocomplete-light-widget .pull-right.autocomplete-add-another, body.register .formset a.pull-right.add-row {
  margin-left: 5px;
}

/* line 114, ../../../sass/screen.scss */
a.share {
  cursor: pointer;
}

/* line 118, ../../../sass/screen.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
