h1 {
  font-size: 40px;
  margin-top: 0px;
}
h2 {
  font-size: 22px;
}
p,
li,
.page-body {
  font-size: 18px;
  font-weight: 300;
}
.active-profile-item {
  color: #5e2d83 !important;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.unselectable:hover {
  border: none !important;
}
.unselectable:focus {
  border: none !important;
}
.btn-profile {
  margin-top: 30px;
  font-size: 18px !important;
  text-align: center;
  padding: 15px 20px;
  font-weight: normal;
}
.profile .row {
  margin-right: -10px;
  margin-left: -10px;
}
.profile .profile-sidebar ul li {
  background: no-repeat left top;
  background-size: auto 24px;
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  list-style-type: none;
  padding-bottom: 20px;
  padding-left: 38px;
}
.profile .profile-sidebar ul li.active {
  color: #000;
}
.profile .profile-sidebar ul li a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.profile .profile-sidebar ul li.my-profile {
  background-image: url('../img/icons/profile/my-profile.png');
}
.profile .profile-sidebar ul li.my-profile.active {
  background-image: url('../img/icons/profile/my-profile-selected.png');
}
.profile .profile-sidebar ul li.my-applications {
  background-image: url('../img/icons/profile/my-applications.png');
}
.profile .profile-sidebar ul li.my-applications.active {
  background-image: url('../img/icons/profile/my-applications-selected.png');
}
.profile .profile-sidebar ul li.logout {
  background-image: url('../img/icons/profile/logout.png');
}
.profile .profile-content {
  border-left: 1px solid #cacaca;
  padding-left: 40px;
}
.profile .profile-content .page-header {
  font-family: FuturaBT-Book;
  font-size: 46px;
  line-height: 1.28;
}
.profile .profile-content .section-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 30px;
  padding-top: 50px;
}
.profile .profile-content .section-entry {
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
  font-size: 18px;
}
.profile .profile-content .section-entry > div:first-child,
.profile .profile-content .section-entry .strong {
  font-weight: 500;
}
.profile .profile-content #identity-input.updated {
  border-color: #00a19a;
  border-width: 2px;
  background-image: url('../img/icons/register/check.png');
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: right 15px center;
}
.profile .profile-content .repr-spacer {
  height: 40px;
}
.profile-application {
  border: solid 1px #e2e2e2;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.profile-application .application-details {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -20px;
  margin-left: -20px;
  font-weight: 300;
  line-height: 1.43;
  color: #808080;
  font-size: 14px;
  background-color: #f5f5f7;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #cecece;
}
.profile-application h3 {
  margin-top: 0px;
  font-size: 18px;
}
.profile-application h4 {
  font-size: 18px;
  font-weight: 300;
  color: #808080;
}
.profile-application p {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .profile {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .profile .profile-sidebar {
    margin-left: 0px;
    height: 100%;
  }
  .profile .profile-content {
    margin-top: 50px;
    padding-left: 10px;
  }
  .profile .btn-profile {
    float: left;
  }
  .profile .col-md-5 {
    width: 100% !important;
  }
}
.btn {
  background-color: #5e2d83;
  border-radius: 0;
  border: none;
  color: #FFF;
  text-decoration: none;
  font-size: 9px;
  display: inline-block;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5e2d83;
}
.application .start-application,
.application .end-application {
  background-color: #00A19A;
  background-image: url('/img/icons/arrow_white.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: auto;
  padding: 16px 50px 16px 20px;
  text-decoration: none;
}
.application .start-application:focus,
.application .end-application:focus,
.application .start-application:hover,
.application .end-application:hover {
  background-color: #00A19A;
  color: #fff !important;
}
.application .start-application.disabled,
.application .end-application.disabled {
  background-color: #00a19a;
  cursor: not-allowed;
}
.application .end-application {
  background-image: none;
  margin-right: 0;
  padding-right: 20px;
}
.application a.previous-step,
.application a.next-step {
  background-repeat: no-repeat;
  cursor: pointer;
  border: 2px solid #5e2d83;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  padding: 16px 20px;
  text-decoration: none;
}
.application a.previous-step:hover,
.application a.next-step:hover {
  color: #5e2d83 !important;
}
.application a.previous-step {
  background-image: url('/img/icons/back_arrow_violet.png');
  background-position: 15% center;
  padding-left: 50px;
}
.application a.next-step {
  background-image: url('/img/icons/next_arrow.png');
  background-position: 85% center;
  padding-right: 50px;
}
.application a.next-step.disabled {
  cursor: not-allowed;
  opacity: .5;
}
.application .navigation {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.application .navigation .btn-violet {
  margin: 0;
}
.application .add-step-button {
  background-color: #5e2d83;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 16px 20px 16px 12px;
}
.application .add-step-button:before {
  content: "+";
  font-family: courier;
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.application a.add-step-button {
  text-decoration: none;
}
.application a.add-step-button:hover {
  color: #fff !important;
}
.application .file-upload-btn {
  background-color: #5e2d83;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.application .file-upload-btn:hover {
  background-color: #5e2d83;
  color: #fff;
}
.application .file-upload-btn:focus {
  outline: 0;
}
.application .remove {
  color: #e95e4f;
  cursor: pointer;
}
.application h3 .remove {
  margin-left: 15px;
}
.application .edit-btn {
  background-image: url('/img/icons/edit.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px auto;
  border: 0;
  border-radius: 4px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 28px;
  line-height: 18px;
  width: 29px;
}
.add-step-link {
  color: #5e2d83;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
}
.add-step-link:hover {
  color: #5e2d83 !important;
}
.add-step-link:before {
  background-image: url('/img/icons/add_violet.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  content: '';
  display: inline-block;
  font-size: 25px;
  height: 14px;
  margin-right: 10px;
  text-decoration: none;
  width: 14px;
}
.application .step h1 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.application .step h2 {
  font-size: 22px;
  line-height: 1.45;
}
.application .step h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
.application .step .hint {
  position: relative;
}
.application .step .hint .btn.tooltip {
  background-color: #cacaca;
  border-radius: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0;
  opacity: 1;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.application .step .hint .btn.tooltip:hover {
  color: #fff;
  background-color: #808080;
}
.application .step .popover {
  box-shadow: none;
}
.application .step .explanation {
  color: #808080;
  line-height: 26px;
  font-size: 18px;
  margin: 10px auto 20px;
}
.application .step .explanation a {
  text-decoration: none;
}
.application .step .explanation ul,
.application .step .explanation ol {
  padding-left: 20px;
}
.application .step .budget-note {
  background-color: #fad7d3;
  color: #e95e4f;
  margin: 50px auto;
  padding: 16px;
  text-align: center;
}
.application .step.budget .explanation img {
  height: 15px;
}
.application .step.budget .explanation > .invalid {
  color: #e95e4f;
}
.application .step.budget .explanation > .valid {
  color: #00A19A;
}
.application .step.budget .row.first .budget-details {
  border-top-color: #cacaca;
  margin-top: 0;
}
.application .step.budget .row .budget-details {
  -webkit-box-align: center;
  align-items: center;
  border: 2px solid #cacaca;
  border-top-color: transparent;
  display: -webkit-box;
  display: flex;
  margin-top: -2px;
}
.application .step.budget .row .budget-details:hover {
  border-color: #5e2d83;
}
.application .step.budget .row .budget-details .budget-text,
.application .step.budget .row .budget-details .budget-amount {
  border: 0;
  margin-bottom: 0px;
}
.application .step.budget .row .budget-details .budget-text:focus,
.application .step.budget .row .budget-details .budget-amount:focus {
  border-color: #cacaca;
}
.application .step.budget .row .budget-details .budget-text {
  background-color: #f8f8f8;
  border-right: 1px solid #cacaca;
  width: 60%;
  color: #000;
}
.application .step.budget .row .budget-details .budget-amount {
  border-left-width: 0;
  padding-left: 50px;
  padding-right: 4px;
  width: 40%;
}
.application .step.budget .row .budget-details span {
  position: absolute;
  right: 35%;
  top: 23%;
}
.application .step.budget .row .budget-details .delete {
  height: 56px;
  position: absolute;
  right: 30px;
  width: 20px;
}
.application .step.budget .row .budget-details .delete img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.application .step.budget .add-step-button {
  margin-top: 20px;
}
.application .step.budget .total-amount {
  position: relative;
}
.application .step.budget .total-amount .box {
  background-color: #d7cbe0;
  border: solid 1px #5e2d83;
  padding: 16px 10px;
}
.application .step.budget .total-amount .box .gross {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
}
.application .step.budget .total-amount .box .gross.small {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}
.application .step.budget .total-amount .income {
  border: solid 1px #5e2d83;
  overflow: auto;
  padding: 16px 10px;
}
.application .step.budget .total-amount .text {
  float: left;
  width: 60%;
}
.application .step.budget .total-amount .amount {
  float: left;
  padding-left: 50px;
  width: 40%;
}
.application .step.budget .total-amount .amount span {
  position: absolute;
  right: 35%;
}
.application .step.summary .row.budget-summary {
  padding: 10px 0;
}
.application .step.summary .col-xs-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
.application .step.summary .col-xs-8 {
  font-size: 18px;
  line-height: 1.33;
}
.application .step.summary .col-xs-8 span {
  margin-right: 10px;
}
.application .step.summary .col-xs-8 .text,
.application .step.summary .col-xs-8 .total {
  font-weight: 500;
}
.application .step.summary .col-xs-8 .amount {
  font-weight: normal;
}
.application .step.summary .step-separator:last-child {
  display: none;
}
.application .step.summary .details {
  margin-bottom: 20px;
}
.application .step.summary .details:last-child {
  margin-bottom: 0;
}
.application .step.summary .terms {
  margin: 50px auto;
}
.application .row.has-error {
  background: #fad7d3;
}
.application .row.edit {
  display: -webkit-box;
  display: flex;
  margin-top: 50px;
}
.application .row.edit .edit-btn {
  margin-left: 10px;
}
.step-tracker {
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #cacaca;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  height: 56px;
  padding: 0;
  margin: 40px auto 30px;
}
.step-tracker .entry {
  background-color: #f8f8f8;
  background-image: url('/img/icons/arrow3.png');
  background-position: left center;
  background-repeat: no-repeat;
  color: #cacaca;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  line-height: 54px;
  text-align: center;
  padding-left: 22px;
  pointer-events: none;
}
.step-tracker .entry span {
  display: none;
}
.step-tracker .entry.active {
  background-color: #fff;
  background-image: url('/img/icons/arrow4.png');
  background-position: left center;
  color: #000;
  -webkit-box-flex: 1;
  flex: auto;
  font-weight: 500;
}
.step-tracker .entry.active:last-child {
  background-image: url('/img/icons/arrow4.png');
  background-position: left center;
}
.step-tracker .entry.active span {
  display: inline-block;
}
.step-tracker .entry.active span:before {
  content: '.';
  margin-right: 5px;
}
.step-tracker .entry.visited {
  cursor: pointer;
  pointer-events: all;
}
.step-tracker .entry.visited:not(.active) {
  color: #00a19a;
}
.step-tracker .entry:first-child {
  background-image: none;
  padding-left: 11px;
}
.step-tracker .entry:last-child {
  padding-right: 11px;
}
.step-tracker .entry.active + .entry {
  background-image: url('/img/icons/arrow2.png');
  background-position: left center;
}
.loading-form {
  color: #cacaca;
  font-size: 40px;
  text-align: center;
}
.login,
.password-reset {
  color: #808080;
  font-size: 18px;
}
.login h1,
.password-reset h1 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 20px;
}
.login a,
.password-reset a {
  text-decoration: none;
}
.login a:hover,
.password-reset a:hover {
  cursor: pointer;
}
.login .explanation,
.password-reset .explanation {
  color: #000;
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 30px;
}
.login .login-options,
.password-reset .login-options {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
}
.login .login-options .col-sm-6:first-child,
.password-reset .login-options .col-sm-6:first-child {
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
}
.login .login-options .col-sm-6:first-child input,
.password-reset .login-options .col-sm-6:first-child input {
  margin-right: 15px;
}
.login .login-options .col-sm-6:last-child,
.password-reset .login-options .col-sm-6:last-child {
  text-align: right;
}
.type-select .type-button {
  cursor: pointer;
}
.type-select .type-button:hover .details {
  border-color: #5e2d83;
}
.type-select .type-button .details {
  background-position: center 30px;
  background-repeat: no-repeat;
  border: solid 2px #cacaca;
  border-radius: 2px;
  font-size: 22px;
  height: 205px;
  line-height: 20px;
  padding: 86px 15px 30px 15px;
  text-align: center;
}
.type-select .type-button .details div {
  color: #808080;
  font-size: 14px;
  line-height: 1.29;
  margin-top: 5px;
  white-space: pre-line;
}
.type-select .type-button .details.top {
  margin-top: 20px;
}
.type-select .type-button .details.iORg {
  background-image: url('/img/icons/register/individual.png');
}
.type-select .type-button .details.sORc {
  background-image: url('/img/icons/register/school.png');
}
.type-select .type-button .details.c {
  background-image: url('/img/icons/register/company.png');
}
.type-select .type-button .details.vo {
  background-image: url('/img/icons/register/voluntary.png');
}
.type-select .type-button .details.pe {
  background-image: url('/img/icons/register/public.png');
}
.type-select .login-hint {
  margin-top: 50px;
}
.registation-completed .checkmark,
.application .checkmark {
  margin-bottom: 30px;
}
.registation-completed .checkmark img,
.application .checkmark img {
  width: 90px;
}
.register-form {
  color: #808080;
  font-size: 18px;
}
.register-form a:hover {
  cursor: pointer;
}
.register-form h2 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 15px;
  margin-top: 50px;
}
.register-form h2.first {
  margin-top: 15px;
}
.register-form h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  margin: 0 auto 10px;
}
.register-form hr {
  margin: 0 auto 50px;
  margin-top: 70px;
}
.register-form .help-block {
  display: none;
}
.register-form [ng-if].help-block,
.register-form [ng-show].help-block {
  display: block;
}
.register-form .identity-details .bs-callout {
  padding-left: 10px;
  margin-top: 10px;
}
.register-form .repr-note {
  margin-bottom: 10px;
}
.application .page-header,
.login .page-header,
.password-reset .page-header,
.register-form .page-header {
  padding-bottom: 50px;
}
.application .page-header h1:first-child,
.login .page-header h1:first-child,
.password-reset .page-header h1:first-child,
.register-form .page-header h1:first-child {
  color: #cfcfcf;
  padding-bottom: 5px;
}
.application .user-heading,
.login .user-heading,
.password-reset .user-heading,
.register-form .user-heading {
  margin-left: 0;
}
.application .no-padding,
.login .no-padding,
.password-reset .no-padding,
.register-form .no-padding {
  padding: 0;
}
.application input[type="text"],
.login input[type="text"],
.password-reset input[type="text"],
.register-form input[type="text"],
.application input[type="button"],
.login input[type="button"],
.password-reset input[type="button"],
.register-form input[type="button"],
.application input[type="submit"],
.login input[type="submit"],
.password-reset input[type="submit"],
.register-form input[type="submit"],
.application textarea,
.login textarea,
.password-reset textarea,
.register-form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.application input[type="submit"].loading,
.login input[type="submit"].loading,
.password-reset input[type="submit"].loading,
.register-form input[type="submit"].loading {
  background-image: url(../img/Rolling.svg);
  background-position: right 10px center;
  background-size: 30px;
  background-repeat: no-repeat;
}
.application .form-group,
.login .form-group,
.password-reset .form-group,
.register-form .form-group {
  margin-bottom: 30px;
}
.application .form-control,
.login .form-control,
.password-reset .form-control,
.register-form .form-control {
  padding: 16px 20px;
}
.application select.form-control.user-input-textfield,
.login select.form-control.user-input-textfield,
.password-reset select.form-control.user-input-textfield,
.register-form select.form-control.user-input-textfield {
  padding: 0 20px;
}
.application select.form-control.user-input-textfield:hover,
.login select.form-control.user-input-textfield:hover,
.password-reset select.form-control.user-input-textfield:hover,
.register-form select.form-control.user-input-textfield:hover {
  padding: 0 20px;
}
.application select.form-control.user-input-textfield:focus:hover,
.login select.form-control.user-input-textfield:focus:hover,
.password-reset select.form-control.user-input-textfield:focus:hover,
.register-form select.form-control.user-input-textfield:focus:hover {
  padding: 0 20px;
}
.application .user-input-textfield,
.login .user-input-textfield,
.password-reset .user-input-textfield,
.register-form .user-input-textfield {
  background-color: #fff;
  border-radius: 0px;
  border: 2px solid #cacaca;
  box-shadow: none;
  color: #808080;
  font-size: 18px;
  font-weight: 300;
  height: 56px;
  line-height: 1.33;
  margin-bottom: 10px;
}
.application .user-input-textfield:hover,
.login .user-input-textfield:hover,
.password-reset .user-input-textfield:hover,
.register-form .user-input-textfield:hover {
  border-color: #cacaca;
  cursor: pointer !important;
  padding: 16px 20px;
}
.application .user-input-textfield:focus,
.login .user-input-textfield:focus,
.password-reset .user-input-textfield:focus,
.register-form .user-input-textfield:focus {
  border-color: #5e2d83;
  box-shadow: none;
  color: #000;
}
.application .user-input-textfield:focus:hover,
.login .user-input-textfield:focus:hover,
.password-reset .user-input-textfield:focus:hover,
.register-form .user-input-textfield:focus:hover {
  padding: 16px 20px;
}
.application .user-input-textfield.ng-touched.ng-invalid,
.login .user-input-textfield.ng-touched.ng-invalid,
.password-reset .user-input-textfield.ng-touched.ng-invalid,
.register-form .user-input-textfield.ng-touched.ng-invalid {
  border-color: #e95e4f;
  background-color: #fad7d3;
}
.application .user-input-textfield.id-number,
.login .user-input-textfield.id-number,
.password-reset .user-input-textfield.id-number,
.register-form .user-input-textfield.id-number {
  margin-bottom: 30px;
  margin-top: 10px;
}
.application .user-input-textfield.datepicker,
.login .user-input-textfield.datepicker,
.password-reset .user-input-textfield.datepicker,
.register-form .user-input-textfield.datepicker {
  background-image: url('/img/icons/date_picker.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.application .id-explanation,
.login .id-explanation,
.password-reset .id-explanation,
.register-form .id-explanation {
  margin-top: 30px;
}
.application textarea.user-input-textfield:hover,
.login textarea.user-input-textfield:hover,
.password-reset textarea.user-input-textfield:hover,
.register-form textarea.user-input-textfield:hover {
  padding: 15px 20px 6px 20px !important;
  resize: none;
}
.application .radio-select,
.login .radio-select,
.password-reset .radio-select,
.register-form .radio-select {
  background-color: #f2f2f2;
  border: 2px solid #cacaca;
  color: #808080;
  font-size: 18px;
  min-height: 56px;
  line-height: 1.33;
  margin-bottom: 10px;
  padding: 16px 20px;
}
.application .radio-select label,
.login .radio-select label,
.password-reset .radio-select label,
.register-form .radio-select label {
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0;
}
.application .radio-select input,
.login .radio-select input,
.password-reset .radio-select input,
.register-form .radio-select input {
  margin-right: 15px;
}
.application .radio-select.selected,
.login .radio-select.selected,
.password-reset .radio-select.selected,
.register-form .radio-select.selected {
  border-color: #5e2d83;
  color: #000;
  padding-bottom: 0;
}
.application .radio-select.selected label,
.login .radio-select.selected label,
.password-reset .radio-select.selected label,
.register-form .radio-select.selected label {
  font-weight: 500;
}
.application .radio-select.selected label + div,
.login .radio-select.selected label + div,
.password-reset .radio-select.selected label + div,
.register-form .radio-select.selected label + div {
  margin-top: 30px;
}
.application .radio-select.selected label + div input,
.login .radio-select.selected label + div input,
.password-reset .radio-select.selected label + div input,
.register-form .radio-select.selected label + div input {
  margin-top: 15px;
}
.application .radio-sm,
.login .radio-sm,
.password-reset .radio-sm,
.register-form .radio-sm {
  color: #808080;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.application .radio-sm input,
.login .radio-sm input,
.password-reset .radio-sm input,
.register-form .radio-sm input {
  margin-right: 15px;
}
.application input[type='checkbox'],
.login input[type='checkbox'],
.password-reset input[type='checkbox'],
.register-form input[type='checkbox'] {
  margin-right: 15px;
}
.application select,
.login select,
.password-reset select,
.register-form select {
  padding: 20px 0;
}
.application select optgroup,
.login select optgroup,
.password-reset select optgroup,
.register-form select optgroup {
  color: #808080;
  font-style: normal;
  font-weight: normal;
}
.application select option,
.login select option,
.password-reset select option,
.register-form select option {
  padding: 10px auto;
}
.application img.checkmark,
.login img.checkmark,
.password-reset img.checkmark,
.register-form img.checkmark {
  height: 10px;
  margin: auto 10px auto auto;
  vertical-align: baseline;
}
.character-count {
  color: #808080;
  display: block;
  font-size: 14px;
  height: 21px;
  line-height: 1.5;
  text-align: right;
}
.bs-callout {
  border-left: 1px solid #cacaca;
  border-left-width: 5px;
  margin-bottom: 30px;
  margin-top: 0;
  padding-left: 20px;
}
.note-violet {
  background-color: #d7cbe0;
  color: #5e2d83;
  padding: 20px;
  margin-bottom: 40px;
}
.upload-panel {
  margin: 20px auto;
}
.upload-panel .file-name {
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #00a19a;
  color: #000;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  line-height: 1.33;
  padding: 20px 25px 20px;
  position: relative;
}
.upload-panel .file-name:before {
  background-color: #00a19a;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 1;
}
.upload-panel .file-name:after {
  background-color: #fff;
  content: '';
  height: 15px;
  position: absolute;
  left: -15px;
  top: -4px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
.upload-panel .file-name .file-details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-panel .file-name .remove {
  background-image: url('/img/icons/close_uploader.png');
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.upload-panel .file-name img {
  height: 16px;
  margin-right: 10px;
  width: 18px;
}
.text-danger {
  color: #e95e4f;
}
.text-muted {
  color: #808080;
}
.bg-faded {
  background: #f4f4f4;
  padding: 16px 20px;
}
.modal-body {
  font-size: 18px;
  font-weight: 300;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.panel.panel-default .panel-body .uib-datepicker-popup table {
  margin-bottom: 0;
}
.uib-datepicker-popup.dropdown-menu {
  padding: 0;
}
.uib-datepicker-popup .uib-daypicker:focus {
  outline: 0;
}
.uib-datepicker-popup thead tr:first-child {
  border-bottom: 1px solid #808080;
}
.uib-datepicker-popup thead tr:first-child th {
  padding: 16px 0;
}
.uib-datepicker-popup thead tr:first-child .btn {
  font-size: 14px;
}
.uib-datepicker-popup thead tr:first-child strong {
  font-weight: normal;
}
.uib-datepicker-popup thead tr:last-child {
  text-transform: uppercase;
}
.uib-datepicker-popup thead tr:last-child th {
  font-weight: normal;
  padding: 16px 0;
}
.uib-datepicker-popup .btn {
  background: none;
  box-shadow: none;
  color: #000;
  font-size: 12px;
}
.uib-datepicker-popup .btn.active {
  background-color: #5e2d83;
  border: 0;
  border-radius: 100px;
  color: #fff;
}
.uib-datepicker-popup .btn.active .text-info {
  color: #fff;
}
.uib-datepicker-popup .uib-button-bar .btn {
  background: #5e2d83;
  color: #fff;
}
.uib-datepicker-popup .text-info {
  color: #5e2d83;
  font-weight: bold;
}
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: relative;
}
[ng-cloak] {
  display: none;
}
.create-entity-btn:focus {
  outline: none;
}
textarea:hover {
  padding-top: 12.5px !important;
  padding-bottom: 4.5px !important;
}
textarea {
  padding-top: 15px !important;
}
textarea:focus:hover {
  padding-top: 15px !important;
  padding-bottom: 6px !important;
}
abbr[title="required"] {
  border-bottom: 0;
  text-decoration: none;
}
.alert-danger {
  background-color: #fad7d3;
  color: #e95e4f;
  border: none;
  font-weight: 300;
  font-size: 18px;
  border-radius: 0px;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.cursor-on-hover:hover {
  cursor: pointer;
}
.unselectable {
  pointer-events: none;
  background-color: #d2d2d2 !important;
}
.unclickable {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.unclickable:hover {
  color: #000;
  text-decoration: none;
  cursor: auto;
}
.cancel:hover {
  cursor: pointer;
}
.back {
  margin-bottom: 30px;
}
.back a {
  color: #000;
  text-decoration: none;
}
.back a:hover {
  color: #EEE;
}
.form-has-error .form-control {
  border: 2px solid #e95e4f;
}
.form-has-error .form-control:focus {
  border-color: #e95e4f;
}
.accordion-heading:hover {
  cursor: pointer;
}
.accordion-heading:hover .selected-entity-type:hover {
  cursor: pointer;
}
.selected-accordian {
  border: solid 2px #5e2d83;
  font-weight: 500;
}
.selected-entity {
  border: solid 2px #5e2d83;
  font-weight: 500;
  padding-top: 12px !important;
  padding-left: 18px !important;
}
.application-entity-btn {
  margin-top: 25px;
  font-size: 18px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  padding-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.entity-msg {
  margin-left: -15px;
  font-size: 18px;
  font-weight: 300;
}
.agree-sign-up {
  padding: 10px;
  color: #7F7F7F;
  font-weight: 300;
}
.agree-sign-up:hover {
  color: #585858;
  cursor: pointer;
}
.file-upload-btn {
  background: #fff;
  border: solid 2px #5e2d83;
  padding: 10px 34px;
  font-size: 18px;
  color: #5e2d83;
  font-weight: 300;
}
.file-upload-btn:hover {
  background-color: #d7cbe0;
  border: solid 2px #5e2d83;
  color: #5e2d83;
}
.file-upload {
  background-color: #5e2d83;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
#file-upload-btn {
  background: #fff;
  border: solid 2px #5e2d83;
  padding: 10px 34px;
  font-size: 18px;
  color: #5e2d83;
  font-weight: 300;
}
#file-upload-btn:hover {
  background-color: #d7cbe0;
  border: solid 2px #5e2d83;
  color: #5e2d83;
}
#file-uploaded-name,
#file-uploaded-name-quotations {
  background-color: #5e2d83;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.application-section-seperator {
  background-color: #cecece;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}
.applicant-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.grant-warning-msg {
  background-color: rgba(115, 90, 171, 0.1);
  padding: 15px 20px;
  line-height: 1.33;
  color: #5e2d83;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 70px;
}
.received-funding-before {
  background-color: #f2f2f2;
  padding: 18px 18px;
  color: #fff !important;
  min-width: 120px;
}
.received-funding-before:hover {
  border: solid 2px #cacaca;
  cursor: pointer;
  padding: 16px 8px;
}
.col-xs-12.navigation {
  margin-top: 25px;
}
.budget-warning-msg {
  background-color: #fad7d3;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-left: 15px;
  width: 96.7%;
  line-height: 1.33;
  color: #e95e4f;
}
.form-textfield-label {
  font-size: 18px;
  font-weight: 400;
}
.panel-heading p {
  font-size: 22px;
}
.help-block {
  font-size: 18px;
  color: #e95e4f;
}
.help-block strong {
  font-weight: 300 !important;
}
.text-area {
  height: 168px !important;
}
.form-control {
  transition: none !important;
}
.form-control:hover {
  cursor: pointer !important;
}
.user-input-textfield {
  height: 56px;
  background-color: #f2f2f2;
  border-radius: 0px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  box-shadow: none;
}
.user-input-textfield:hover {
  border: solid 2px #cacaca;
  cursor: pointer !important;
  padding: 10px;
}
.user-input-textfield:focus {
  border: solid 2px #5e2d83;
  box-shadow: none;
  color: #000;
}
.user-input-textfield:focus:hover {
  padding: 12px;
}
.New-to-Arts-Council {
  margin-top: 30px;
  text-align: center;
  height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #808080;
}
.Forgot-password {
  width: 131px;
  height: 18px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #5e2d83;
  text-decoration: none;
}
.register-radio-btn-text {
  font-size: 18px;
  color: #808080;
  font-weight: 300;
  margin-top: 4px;
  position: absolute;
  padding-left: 15px;
}
.register-seperator {
  height: 1px;
  background-color: #cecece;
  margin-top: 50px;
  margin-bottom: 50px;
}
.user-heading {
  font-size: 40px;
  margin-left: -7.5px;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0px;
}
.submit-btn {
  width: 120px;
  text-align: center;
  height: 50px;
  font-size: 18px !important;
  font-weight: 300;
}
.submit-btn:hover {
  background-color: #4c3283;
}
.content {
  display: none;
}
.pagination .active span {
  background-color: #5e2d83;
  border: #5e2d83;
}
.pagination .active span:hover {
  background-color: #5e2d83 !important;
}
.pagination li a {
  color: #5e2d83 !important;
}
a {
  color: #5e2d83;
  text-decoration: underline;
}
a:hover {
  color: #8662a2 !important;
  text-decoration: underline;
}
b,
strong {
  font-weight: 500;
}
img {
  max-width: 100%;
}
div.header {
  background-color: #5e2d83;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
div.header .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 5px;
  margin-top: 2px;
  background-color: transparent;
  border: 1px solid #49386f;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 2px;
  text-decoration: none;
  margin-top: 5px;
}
div.header .user-menu.mobile {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 5px;
}
div.header .user-menu.mobile .user-icon {
  border: 1px solid #49386f;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  margin-right: 15px;
  text-align: center;
  width: 50px;
}
div.header .user-menu.mobile .caret {
  position: absolute;
  right: 20px;
  top: 80%;
}
div.header .user-menu.mobile .separator {
  color: #000;
}
div.header .user-menu.mobile .dropdown-menu a {
  color: #341948;
}
div.header .user-menu.mobile .dropdown-menu a:hover {
  background: none;
  color: #341948 !important;
  text-decoration: underline;
}
.container-fluid.footer {
  background-color: #e5e5e5;
  border-top: 5px solid #5e2d83;
  padding-top: 58px;
  padding-bottom: 70px;
  font-size: 16px;
}
.container-fluid.footer a {
  color: #000;
}
.container-fluid.footer h5 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 28px;
}
.container-fluid.footer .main-link {
  margin-bottom: 8px;
  display: block;
}
.container-fluid.footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b3b3b3;
  margin: 30px 0 60px 0;
  padding: 0;
}
.container-fluid.footer .side-links a {
  display: inline-block;
  margin-right: 18px;
}
.container-fluid.footer .address {
  margin-top: 40px;
  margin-bottom: 32px;
}
div.breadcrumbs {
  color: #808080;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: none;
}
div.breadcrumbs a {
  color: #808080;
}
div.breadcrumbs a.active {
  color: #000;
}
div.breadcrumbs .burger {
  padding: 0;
  margin: 0;
}
div.breadcrumbs .burger .icon-bar {
  width: 18px;
  height: 2px;
  background-color: #5e2d83;
}
div.breadcrumbs .burger .icon-bar + .icon-bar {
  margin-top: 3px;
}
div.paging {
  margin-bottom: 5px;
}
div.paging a.title {
  text-decoration: none;
  font-weight: 500;
}
.page-header {
  margin: 20px 0 0px 0;
  padding-bottom: 20px;
  border-bottom: none;
}
.page-header h1 {
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 46px;
  color: #000;
  line-height: 1;
}
.panel.panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel.panel-default > .panel-heading {
  padding: 0;
  background-color: transparent;
  border: none;
}
.panel.panel-default > .panel-heading h4.panel-title {
  font-size: 11px;
}
.panel.panel-default > .panel-heading h4.panel-title a {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  background-position: 98% 40%;
  background-repeat: no-repeat;
  background-size: 7px 5px;
  background-image: url('/img/icon-menu-arrow.png');
}
.panel.panel-default .panel-body {
  background: #fff;
  padding: 0;
}
.panel.panel-default .panel-body h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  color: #000;
}
.panel.panel-default .panel-body p {
  margin: 0 0 15px;
}
.panel.panel-default .panel-body table {
  width: 100% !important;
  margin-bottom: 30px;
}
.panel.panel-default .panel-body table td {
  padding: 5px;
}
.panel-group.sidebar-item {
  margin-top: 10px;
  margin-bottom: 0;
}
.panel-group.sidebar-item .panel.panel-default {
  border: 1px solid #b8b8b8;
}
.panel-group.sidebar-item .panel.panel-default > .panel-heading h4.panel-title a {
  font-weight: 500;
  padding: 10px;
  background-position: 98% 40%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-image: url('/img/icon-panel-open.png');
}
.panel-group.sidebar-item .panel.panel-default > .panel-heading h4.panel-title a.collapsed {
  background-image: url('/img/icon-panel-closed.png');
}
.panel-group.sidebar-item .panel.panel-default .panel-body {
  border-top: none;
}
.panel-group.sidebar-item .panel.panel-default .panel-body ul {
  padding-left: 24px;
}
.download {
  border-left: 5px solid #e6e6e6;
  font-weight: 500;
  font-size: 8px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  width: 100%;
}
.download span {
  margin-top: 5px;
  display: inline-block;
}
.fixed-menu {
  position: fixed !important;
  top: 0px !important;
  margin-top: 8px;
  width: 100%;
  z-index: 100;
}
.fixed-funds-menu {
  position: fixed !important;
  top: -115px;
  margin-top: 8px;
  width: 100%;
  z-index: 100;
}
.logo-sm img {
  padding-top: 4px;
  height: 52px;
  margin-top: 2px;
}
.what-we-offer h4 {
  font-size: 18px;
  margin-bottom: 35px;
}
.what-we-offer a {
  text-decoration: none;
}
.what-we-offer a h5 {
  color: #000;
  font-size: 19px;
  margin-bottom: 20px;
}
.home-item h4 {
  font-size: 24px;
  margin-bottom: 36px;
}
.home-item a {
  text-decoration: none;
}
.home-item a h5 {
  color: #000;
  font-size: 19px;
}
.opportunities-table tr {
  background-color: #FFF;
}
.opportunities-table tr td {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  padding-left: 30px !important;
  padding-right: 32px !important;
  border-top: none !important;
  border-bottom: 5px solid #eee;
}
.opportunities-table tr td.location {
  color: #5e2d83;
}
.opportunities-table tr td.location img {
  padding-bottom: 5px;
  padding-right: 10px;
}
.opportunities-table tr td.more-info img {
  padding-bottom: 5px;
  padding-left: 10px;
}
.nav.nav-tabs {
  border-color: transparent;
}
.nav.nav-tabs > li a {
  font-size: 14px;
  text-decoration: none;
  padding: 20px 38px;
  border-radius: 0;
  color: #808080;
  width: 100%;
  font-weight: 500;
}
.nav.nav-tabs > li.active > a {
  background-color: #f5f5f7;
  border-color: transparent;
  color: #000;
}
.tab-pane {
  background-color: #f5f5f7;
  line-height: 1.4;
  height: 720px;
}
.tab-pane > div {
  padding: 0 30px;
}
.tab-pane > div > p {
  font-size: 19px;
  display: inline-block;
  padding-top: 20px;
  border-bottom: 1px solid #ededee;
  padding-bottom: 20px;
  margin: 0;
}
.tab-pane > div > p:last-child {
  border-bottom: none;
}
.tab-pane > div > p a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 13px;
  font-size: 18px;
}
.tab-pane > div > p a:hover {
  color: #808080;
}
.tab-pane > div > p a span.category {
  color: #5e2d83;
}
.tab-pane > div > p > small {
  color: #808080;
  font-size: 14px;
}
.header-logo-img {
  margin: 0 auto;
  margin-top: -65px;
}
.image-overlay {
  height: 360px;
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  right: 10px;
  left: 10px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.image-overlay:hover {
  background: rgba(0, 0, 0, 0.45);
}
.header-logo-img {
  display: none !important;
}
.margin-top {
  margin-top: 40px;
}
.padding-top {
  padding-top: 40px;
}
.no-margin-top {
  margin-top: 0 !important;
}
/* Hover States start */
.top-menu-item .NB-category {
  color: #5e2d83 !important;
  text-decoration: underline !important;
}
.top-menu-item .NB-category:hover {
  color: #8662a2 !important;
}
.black-text {
  color: #000;
  text-decoration: none;
}
.black-text a,
.black-text h3 {
  color: #000;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 400;
}
.black-text a:hover,
.black-text h3:hover {
  color: #808080;
}
.tab-pane a:hover .category {
  color: #8662a2;
}
.page-body a:hover {
  color: #8662a2;
}
a:hover .category {
  color: #8662a2;
}
a:hover h5 {
  color: #808080;
}
.content-landing-title {
  color: #000;
}
.content-landing-title:hover {
  color: #808080;
}
.home-opportunities-links {
  color: #5e2d83;
}
.home-opportunities-links a:hover {
  color: #8662a2 !important;
}
.main-link:hover {
  color: #808080 !important;
}
.menu-item a:hover {
  color: #8662a2 !important;
}
.top-menu-item a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.sidebar-item li a:hover {
  color: #8662a2 !important;
}
.carousel-btn {
  color: #5e2d83;
  background-color: #FFF;
}
.carousel-btn:hover {
  color: #8662a2 !important;
  background-color: #f2f2f2;
}
.header-icons-newsletter:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.newsletter-icon:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.header-icons:hover {
  color: #808080 !important;
}
.header-icons .fa {
  position: absolute;
  left: -1px;
  font-size: 20px;
  line-height: 35px;
  width: 35px;
}
.header-icons:hover .fa {
  color: rgba(255, 255, 255, 0.6) !important;
}
.page-links {
  color: #5e2d83;
}
.page-links:hover {
  color: #8662a2 !important;
}
.strategy-newsItem {
  font-size: 18px !important;
}
.strategy-newsItem:hover {
  color: #808080 !important;
}
/* Hover States end */
.pad-image-bottom {
  padding-bottom: 8px;
}
.item-title,
.featured-article {
  margin-bottom: 10px;
  display: block;
  font-size: 38px;
}
.item-title .category,
.featured-article .category {
  color: #5e2d83;
  font-weight: 400;
}
.item-title .slash,
.featured-article .slash {
  color: #999;
  font-weight: 300;
  font-size: 14px;
}
.featured-article .slash {
  font-size: 22px;
}
.date {
  margin-top: 10px;
  color: #999;
  font-weight: 500;
  font-size: 12px;
  padding-top: 2px;
  display: block;
  text-transform: uppercase;
}
.top-funds-menu a.btn.btn-default {
  background-color: #ffffff !important;
}
.strategic-area div.strategic-area-image {
  width: 100%;
  height: 230px;
  background-image: url(/img/default.jpg);
  background-size: cover;
  background-position: 50%;
}
.featured-project div.featured-project-image {
  width: 100%;
  height: 260px;
  background-image: url(/img/default.jpg);
  background-size: cover;
  background-position: 50%;
}
.latest-blog-items div.latest-blog-item-image {
  width: 100%;
  height: 260px;
  background-image: url(/img/default.jpg);
  background-size: cover;
  background-position: 50%;
}
.home-cta > div {
  width: 100%;
  color: #FFF;
  padding: 20px 25px 33px 25px;
}
.home-cta > div.cta-a {
  margin-bottom: 30px;
}
.home-cta > div h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 300;
}
.home-cta > div p {
  margin-bottom: 40px;
}
.home-cta > div a {
  background: #FFF;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 500;
}
.home-cta > div a:hover {
  background-color: #f2f2f2;
  color: #8662a2;
}
.header-menu {
  height: 100vh;
  overflow-y: scroll;
}
.header-menu.fixed-menu {
  display: none !important;
}
.header-menu ul {
  list-style: none;
  padding: 0;
}
.header-menu ul > li > a {
  color: #000;
  font-weight: 500;
}
.header-menu ul > li .menu-item a {
  display: inline-block;
  width: 100%;
}
.embed-responsive-item {
  width: 100% !important;
}
.header-menu ul {
  margin: 0;
}
.nav-tabs > li > a:hover {
  border: 1px solid #eee;
}
.mobile-menu {
  z-index: 110;
  position: fixed;
  top: 130px;
  background: #FFF;
  width: 100%;
  box-shadow: 0 8px rgba(0, 0, 0, 0.1);
  height: calc(100vh - 70px);
  overflow: scroll;
}
.mobile-menu > ul {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
.mobile-menu > ul > li > a {
  padding: 28px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-weight: 500;
  background-image: url(/img/mobile-next-menu.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  text-decoration: none;
}
.mobile-menu > ul > li > a.last {
  background-image: none;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 72px;
  }
  div.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  .step-tracker .entry.active span {
    display: none;
  }
  .header-menu {
    height: auto;
    position: absolute;
    background: #FFF;
    z-index: 100;
    width: 100%;
    margin-top: -2px;
    box-shadow: 0 8px rgba(0, 0, 0, 0.1);
  }
  .header-menu ul li a {
    padding: 28px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background-image: url(/img/mobile-next-menu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
  }
  .header-menu .menu-item {
    display: none;
  }
  .container-fluid .container-fluid {
    padding: 0;
  }
  .container-fluid .container-fluid .row {
    padding: 0;
    margin: 0;
  }
  .container-fluid .container-fluid .row .col-xs-12 {
    margin: 0 -5px;
  }
  div.breadcrumbs {
    margin-left: -8px;
  }
}
.featured-project h5 {
  width: 100%;
}
.home-main-article {
  height: 230px;
}
.carousel-text {
  font-size: 35px;
  color: #FFF;
  padding: 0;
  margin: 0 auto;
  padding-top: 35vh;
  margin-top: -70px;
  line-height: 1.2;
  font-weight: 300;
  max-width: 650px;
}
.btn-violet {
  background-color: #5e2d83;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 50px auto 20px;
  padding: 16px 60px;
}
.btn-violet.continue {
  background-color: #5e2d83;
  background-image: url('/img/icons/arrow_white.png');
  background-position: 80% center;
  background-repeat: no-repeat;
  padding: 16px 50px 16px 20px;
}
.btn-violet.continue.selected {
  background-color: #5e2d83;
  color: #fff;
}
.btn-violet.continue.selected:hover {
  background-color: #8662a2;
}
.btn-violet:active,
.btn-violet:focus,
.btn-violet:hover {
  background-color: #8662a2;
  box-shadow: none;
  color: #fff !important;
  outline: 0 !important;
}
.btn-violet.green {
  background-color: #00A19A;
}
.btn-violet.green:active,
.btn-violet.green:focus,
.btn-violet.green:hover {
  background-color: #40b9b3;
}
.btn-violet.regular {
  padding: 16px 20px;
  margin: 20px auto 10px;
}
.btn-violet.upload-image {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .featured-project h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .seperator {
    border-top: 8px solid #5e2d83;
    width: 100%;
    display: block;
  }
  .list-unstyled li {
    margin-bottom: 4px;
  }
  .sidebar-item {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-item {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .strategy-news {
    padding-top: 13.5px !important;
  }
}
@media screen and (max-width: 991px) {
  .testing {
    padding-bottom: 25px !important;
  }
  .project-types-mobile {
    height: 50px;
  }
  .project-types-mobile .register-radio-btn-text {
    font-size: 16px !important;
  }
  .form-group .mobile-fix {
    margin-top: 20px;
  }
  .form-group .add-margin-to-mobile {
    margin-left: 5px;
  }
  .mobile-register {
    position: absolute;
    top: 1px;
  }
  .content {
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 16px;
  }
  .content .col-xs-12 {
    margin: 0px !important;
  }
  .content .entity-form-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .col-md-6-mobile {
    margin-bottom: 20px;
  }
  .content h1 {
    margin-top: 50px;
    font-size: 40px !important;
  }
  .content h3 {
    font-size: 21px !important;
  }
  .content p {
    font-size: 18px !important;
  }
  .content .mobile-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .register-form .page-header {
    padding-bottom: 30px;
  }
  .register-form h1 {
    margin-top: 0;
  }
  .register-form h1:last-child {
    margin-top: 10px;
  }
  .type-select .type-button .details {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .featured-project h5 {
    white-space: inherit !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-opportunities-links {
    margin-top: 15px !important;
  }
  .breadcrumbs {
    margin-left: 0px !important;
  }
  .strategy-news {
    padding-top: 17.5px !important;
  }
  .application-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*# sourceMappingURL=fluid.css.map */
