@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);.styles__container___2W75_ {
  display: flex;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px 2px 2px 5px;
  position: relative; }

.styles__sidebar___1Y0RH {
  background-color: #2196F3;
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
  padding: 0 1em 2em;
  border-radius: 5px 0 0 5px; }
  .styles__sidebar___1Y0RH a {
    color: white; }

.styles__sidebarContent___1rNy3 {
  display: none;
  position: sticky;
  top: 1em; }
  .styles__sidebarContent___1rNy3:first-child {
    display: block; }

.styles__card___3f5vk {
  flex: 3; }

.styles__progressOverlayContainer___2JjRV {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 2px 2px 5px;
  overflow: hidden;
  z-index: 1; }
  .styles__progressOverlayContainer___2JjRV.styles__progressActive___3qbDX {
    display: block; }

.styles__progressOverlay___3H_fY {
  background-color: rgba(97, 97, 97, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.fadeInReplace-enter {
  opacity: 0.01; }
  .fadeInReplace-enter-active {
    opacity: 1;
    transition: opacity 500ms; }

.fadeInReplace-leave {
  display: none; }

.progressOverlay-enter {
  opacity: 0.01; }
  .progressOverlay-enter-active {
    opacity: 1;
    transition: opacity 100ms; }

.progressOverlay-leave {
  opacity: 1; }
  .progressOverlay-leave-active {
    opacity: 0;
    transition: opacity 100ms; }
 { }
  body {
    font-family: 'Roboto';
    margin: 0; }
.form__root___19oWg {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: visible; }

.form__main___2yNv_ {
  flex: 1 0 auto; }
.styles__container___fYqId {
  margin: 3em auto;
  max-width: 750px;
  font-size: 1.25em; }
  @media (max-width: 782px) {
    .styles__container___fYqId {
      padding: 0 1em; } }
  .styles__container___fYqId > img {
    width: 10em;
    fill: gray; }

.styles__button___vslHV {
  margin-top: 1em; }
.styles__container___2hjkz {
  flex-basis: 100% !important;
  max-width: 100% !important;
  margin: 3em 0 0; }

.styles__button___3Aeyl {
  margin: 1em .5em; }
.styles__container___15ER8 {
  position: relative; }
  label + .styles__container___15ER8 {
    margin-top: 16px; }

.styles__suggestionsContainerOpen___2OCyS {
  position: absolute;
  z-index: 1;
  left: 0; }

.styles__suggestionsList___3p7wj {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.styles__container___1bvEf {
  margin-top: 40px; }

.styles__contractOptionLabel___QnCIh {
  margin-top: 15px; }
.styles__container___vmQ81 {
  overflow: hidden; }
.styles__container___2VCnL {
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.75);
  flex: 1 0 100% !important;
  margin: 2em 0;
  padding: .5em 1.5em; }
  .styles__container___2VCnL strong {
    color: white; }
.styles__container___2hsnu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .styles__container___2hsnu > * {
    flex: 0 1 48%;
    max-width: 48%; }
  .styles__container___2hsnu .styles__accordion___3JHYu {
    flex: 100%;
    max-width: none;
    margin: 0 -1.5em; }

.styles__identityFields___2nGpU {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 0 100% !important;
  max-width: 100%;
  height: 4.5em; }
  .styles__identityFields___2nGpU .styles__nameAutoComplete___15kjF {
    width: 100% !important; }
  .styles__identityFields___2nGpU > * {
    width: 30% !important; }
.styles__container___IBaVk {
  flex-basis: 100% !important;
  margin-bottom: 1em; }
.styles__container___8F0Ez {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .styles__container___8F0Ez > * {
    flex: 0 0 48%; }
.styles__container___2icqS {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .styles__container___2icqS > * {
    flex: 0 0 48%; }
.styles__container___3dqKU {
  margin-top: 3em; }

.styles__list___1Sgoo {
  color: red;
  font-size: 1rem;
  margin: 0; }
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.styles__container___1g0P- {
  max-width: 900px;
  margin: 3em auto 15em; }

.styles__card___13uMm {
  margin-top: 3em; }

.styles__stepperContentContainer___3ell_ {
  padding: 0 1.5em 1.5em; }
.styles__container___30hcI {
  margin: 3em auto;
  max-width: 800px;
  font-size: 1.25em; }
  @media (max-width: 1200px) {
    .styles__container___30hcI {
      padding: 0 1em; } }

.styles__done___3XLmp {
  font-size: 3em !important; }

.styles__heading___2lwHt {
  font-weight: lighter; }
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url("//uconn.edu/shared/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("//uconn.edu/shared/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.svg#proxima_nova_ltsemibold") format("svg"), url("//uconn.edu/shared/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.woff") format("woff"), url("//uconn.edu/shared/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.ttf") format("truetype"); }

.styles__container___1GXSd {
  background-color: #000E2F;
  height: 3.75em;
  padding: 0 1.125em;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #FFFFFF; }

.styles__UCONN___2tVh1 {
  font-size: 2em;
  height: .75em; }

.styles__universityOfConnecticut___2UcP- {
  font-family: 'Proxima Nova';
  font-size: 1.125em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.11111em;
  display: flex;
  align-items: center; }
  .styles__universityOfConnecticut___2UcP-::before {
    display: inline-block;
    content: '';
    height: 1.33333em;
    background-color: rgba(255, 255, 255, 0.4);
    width: 0.11111em;
    margin: 0 .75em;
    vertical-align: middle; }
.styles__container___JcADC {
  padding: 2em 1.2em 1em;
  color: white;
  font-size: 3.5em; }
.styles__container___3uqot {
  text-align: center;
  padding: 5em 1em 3em; }
  .styles__container___3uqot a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    transition: color 0.2s; }
    .styles__container___3uqot a:hover {
      color: black; }
  .styles__container___3uqot img {
    display: block;
    margin: 2em auto; }
.styles__progressRow___OKokm {
  height: auto !important; }
  .styles__progressRow___OKokm th, .styles__progressRow___OKokm td {
    padding: 0 !important;
    margin: 0 !important; }

.styles__tableCell___3MTe1 {
  padding-right: 24px !important; }
.styles__container___1sObf {
  margin: 2em 0; }

.styles__actionButtons___3hDSy {
  margin: 2em;
  text-align: center; }
  .styles__actionButtons___3hDSy > * + * {
    margin-left: 1em !important; }

.styles__grantedFunds___2HShV {
  width: 100%;
  border-spacing: 0; }
  .styles__grantedFunds___2HShV input[type="text"] {
    padding: .2em;
    max-width: 8em;
    width: 100%;
    text-align: right;
    font-size: inherit; }
    .styles__grantedFunds___2HShV input[type="text"]:disabled {
      color: #999; }
  .styles__grantedFunds___2HShV span.styles__error___2mM0E {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .styles__grantedFunds___2HShV input.styles__has-error___14hmV {
    border-color: #a94442; }
  .styles__grantedFunds___2HShV input.styles__remaining-box___4cavM {
    -mox-appearance: none;
    -webkit-appearance: none;
    border: none; }
  .styles__grantedFunds___2HShV th, .styles__grantedFunds___2HShV td {
    text-align: center; }
  .styles__grantedFunds___2HShV thead {
    background-color: #3F51B5;
    margin: .5em 0; }
    .styles__grantedFunds___2HShV thead th {
      text-align: center;
      font-weight: normal;
      font-size: 1.1em;
      padding: .5em;
      color: rgba(255, 255, 255, 0.9); }
      .styles__grantedFunds___2HShV thead th + th {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .styles__grantedFunds___2HShV tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white; }
  .styles__grantedFunds___2HShV tbody tr td {
    padding: .5em; }
  .styles__grantedFunds___2HShV tbody tr:nth-child(-n+5) td:first-child {
    background-color: rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1em;
    padding-right: 1em; }
  .styles__grantedFunds___2HShV tfoot tr td {
    padding-left: .5em;
    padding-right: .5em; }
  .styles__grantedFunds___2HShV tfoot tr:first-child td {
    padding: .5em;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .styles__grantedFunds___2HShV tfoot tr:nth-child(2) td {
    padding-top: 1em; }
  .styles__grantedFunds___2HShV tfoot tr:last-child td {
    padding-top: 1em; }
  .styles__grantedFunds___2HShV tbody tr td:not(:first-child),
  .styles__grantedFunds___2HShV tfoot tr td:not(:first-child) {
    text-align: right; }
.styles__button___1u6GS {
  margin: 0.5em 1em !important; }
.styles__paper___1XTRR {
  display: flex;
  flex-direction: column;
  padding: 1.5em; }
  .styles__paper___1XTRR div {
    margin: 0.3em 0; }
.styles__editablesForm___2VJmi {
  width: 100%;
  display: flex;
  justify-content: center; }
  .styles__editablesForm___2VJmi .styles__editablesTitle___1wqcz {
    padding: 0.3em; }
  .styles__editablesForm___2VJmi .styles__editablesButton___2b3Lq {
    margin: auto;
    padding: 0.2em;
    width: 9em; }
.styles__toolbarActions___2q6H9 {
  margin-left: auto;
  display: flex; }

.styles__searchField___2QHze {
  min-width: 15em !important; }

.styles__filterPane___2a2JD {
  padding: 1em !important;
  min-width: 15em; }
  .styles__filterPane___2a2JD > * {
    display: flex !important;
    margin: 1.5em 0 !important; }
.styles__searchField___MTbq9 {
  text-align: right;
  margin-bottom: 1em; }

iframe.styles__email___2SjeF {
  width: 100%;
  border: 0; }

.styles__summary___knDxe {
  font-size: 1rem; }

.styles__emailDate___8Fes5 {
  color: rgba(0, 0, 0, 0.5); }

.styles__progress___3bNMp {
  margin: auto;
  display: block !important; }

.styles__linkButton___3VMTO {
  display: inline-block;
  margin: -15px 0 -15px auto !important; }
.styles__container___1EAUD {
  padding: 1em; }

.styles__fiscalYearButton___2cD1Z {
  display: inline-block !important;
  margin: 2em !important; }

.styles__fiscalYearButton___2cD1Z .styles__fiscalYearPaper___7rgMT {
  padding: 2em; }

.styles__fiscalYearButton___2cD1Z .styles__year___3iAN5 {
  font-size: 2em; }

.styles__fiscalYearButton___2cD1Z a {
  color: inherit;
  text-decoration: none; }
.styles__editablesContainer___3PtaP {
  display: flex;
  justify-content: space-evenly; }
  .styles__editablesContainer___3PtaP .styles__editablesButton___IKpav {
    margin: 2em !important; }
    .styles__editablesContainer___3PtaP .styles__editablesButton___IKpav a {
      text-decoration: none; }
      .styles__editablesContainer___3PtaP .styles__editablesButton___IKpav a .styles__editablesText___3El9M {
        padding: 0.5em 1.5em;
        font-size: 2em; }
.styles__container___1B_sy {
  width: auto !important; }
  .styles__container___1B_sy .styles__dayInput___3JQMC {
    max-width: 75px !important; }
.styles__container___3KO1U {
  max-width: 45em;
  width: 100%;
  margin: auto; }

.styles__actions___ZXSmZ {
  margin: 2em 0; }
  .styles__actions___ZXSmZ > * + * {
    margin-left: 1em !important; }

.styles__iconRight___Woumy {
  margin-left: 0.5em; }

.styles__optionalMessage___365DL {
  width: 100%; }

.styles__statusFormControl___2lcUH {
  margin: 2em 0 !important;
  display: flex !important; }

.styles__statusRadioGroup___38B8P {
  flex-direction: row !important; }

.styles__tripInformation___2LLqU {
  padding-bottom: 1em;
  box-sizing: border-box;
  overflow: hidden; }
  .styles__tripInformation___2LLqU h1 {
    font-weight: lighter;
    margin: 0.5em 2rem; }
  .styles__tripInformation___2LLqU h2 {
    font-weight: lighter;
    margin-left: 2rem;
    margin-right: 2rem; }
  .styles__tripInformation___2LLqU dl {
    padding: 0 2em;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 2em; }
  .styles__tripInformation___2LLqU dt {
    display: inline; }
  .styles__tripInformation___2LLqU dd {
    display: inline;
    margin: 0;
    color: rgba(0, 0, 0, 0.7); }
.styles__heading___cWDve {
  margin: 1em 0 !important; }

.styles__BudgetsCard___34IvH {
  display: inline-block; }

.styles__FundingPeriodCards___1fBCY {
  margin: 0.5em -0.5em; }

.styles__FundingPeriodCard___1S3lb {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em; }

.styles__fundingPeriodFields___CFSsn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5em;
  margin: 1.5em 0; }

.styles__budgetGroupActions___3HpQm {
  padding-top: 0 !important;
  padding-bottom: 1.25em !important; }

.styles__budgetRow___2GLWj + .styles__budgetRow___2GLWj {
  margin-top: 1.5em; }

.styles__budgetRow___2GLWj .styles__textField___F6bat + .styles__textField___F6bat {
  margin-left: 1em !important; }

.styles__budgetAllocationInput___17n9t {
  display: block !important;
  margin: 2em 0 !important; }

/*# sourceMappingURL=main.9bdabf3130ce4173df74.css.map*/