/* Enhanced constansts */
/*sales page*/
/* Ads */
/* Chips */
/* Claims Card*/
/* Topic Page */
/* Privacy Page */
/* Widget footer */
/* Modal */
/*Notifications Widget*/
/*Claimcards */
/*Services*/
/*Notifications Page*/
.enhanced {
  min-height: 100%;
  margin-bottom: auto;
}
.enhanced input:-webkit-autofill,
.enhanced input:-webkit-autofill:hover,
.enhanced input:-webkit-autofill:focus input:-webkit-autofill,
.enhanced textarea:-webkit-autofill,
.enhanced textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.enhanced select:-webkit-autofill,
.enhanced select:-webkit-autofill:hover,
.enhanced select:-webkit-autofill:focus {
  border: 3px solid #d6e0f7;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.enhanced label:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: black;
  outline: 5px auto -webkit-focus-ring-color;
}
.enhanced button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: black;
  outline: 5px auto -webkit-focus-ring-color;
}
.enhanced .radio-btn-focus:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: black;
  outline: 5px auto -webkit-focus-ring-color;
}
.enhanced .main {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .enhanced .main {
    width: 691.2px;
  }
}
@media only screen and (min-width: 992px) {
  .enhanced .main {
    width: 661.2672px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .main {
    width: 799.92px;
  }
}
.enhanced .panel {
  padding: 20px 20px 20px;
  position: relative;
  font-size: 18px;
  color: #454545;
  border-width: 0;
  border-radius: 5px;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .enhanced .panel {
    padding: 1.5em 5em 1.5em;
  }
}
.enhanced .panel--margin-bottom {
  margin-bottom: 20px;
}
.enhanced .panel--margin-top {
  margin-top: 20px;
}
.enhanced .panel h1,
.enhanced .panel h2,
.enhanced .panel h3,
.enhanced .panel h4 {
  font-weight: bold;
  color: #0f2666;
}
.enhanced .panel h1 {
  font-size: 30px;
}
.enhanced .panel a {
  word-break: normal;
}
.enhanced .panel.panel-address-block {
  padding: 20px 20px 40px 20px;
}
@media only screen and (min-width: 768px) {
  .enhanced .panel.panel-address-block {
    padding: 1.5em 5em 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .enhanced #resultPage.panel {
    padding: 1.5em 5em 4em;
  }
}
.enhanced #resultPage.panel .btn-print {
  margin: 0px -10px -20px 0;
}
.enhanced .field-validation-error {
  display: block;
}
.enhanced .activation-page-info-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .enhanced .activation-page-info-block {
    flex-wrap: initial;
    justify-content: initial;
  }
}
.enhanced .activation-page-info {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.enhanced .activation-page-info.space-right {
  padding-right: 20px;
}
.enhanced .activation-page-info.space-left {
  padding-left: 20px;
}
.enhanced .activation-page-circle {
  width: 188px;
}
.enhanced .list-w-titles {
  padding-left: 1em;
  font-weight: bold;
  color: #0f2666;
  font-family: Open Sans;
}
.enhanced .list-w-titles li {
  margin-bottom: 1em;
}
.enhanced .list-w-titles span {
  display: block;
  font-weight: normal;
  color: #454545;
}
.enhanced .resultPanel {
  color: #0f2666;
  font-family: "Ubuntu";
}
.enhanced .resultPanel .subPanel {
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  color: #000000;
}
.enhanced .resultPanel .dynamicFigure {
  font-size: 22px;
  font-weight: bold;
  color: #0f2666;
}
.enhanced .resultPanel h4 {
  font-weight: bold;
  color: #0f2666;
  display: inline-block;
}
.enhanced .resultPanel strong {
  font-size: 44px;
}
.enhanced .well {
  background-color: #f0f3fc;
  border-width: 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .enhanced .well {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.enhanced button.modal-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.enhanced .modal-close {
  text-transform: uppercase;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  color: #f09400;
  margin-top: -1.5em;
  margin-right: -1.5em;
}
.enhanced .doc-modal {
  padding: 3em;
  box-sizing: border-box;
}
.enhanced .doc-modal li {
  list-style-position: inside;
  list-style-type: square;
}
.enhanced .doc-modal .modal-close {
  height: 16px;
  width: 90px;
}
.enhanced .doc_question {
  margin-top: 1em;
}
.enhanced .modal-question {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #454545;
  margin: 0.5em 0 0.5em;
}
.enhanced .landing-page__well {
  font-family: Open Sans;
}
.enhanced .btn {
  background-color: #f09400;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 1em 3em;
  display: inline-block;
  margin-top: 2em;
  height: 80px;
  border-radius: 10px;
  line-height: 21px;
  max-width: 100%;
  box-sizing: border-box;
}
.enhanced .btn-secondary {
  background-color: #bfd1f4;
  border-radius: 5px;
  height: auto;
}
.enhanced .btn-file-upload {
  margin-top: 0em;
}
.enhanced .btn.btn-small {
  padding: 0.3em 1em;
  border-radius: 5px;
  height: auto;
}
.enhanced .btn-open-sans {
  font-family: 'Open Sans', sans-serif;
}
.enhanced .summary-content {
  padding: 0.5em;
  margin-bottom: 1em;
  border-bottom: 0.2em solid white;
}
.enhanced .summary-page {
  padding: 0.5em;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.enhanced .summary-header {
  margin-left: 0.5em;
}
.enhanced .upload-btn {
  background-color: #BFD1F5;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 1em 1em;
  border-radius: 0.25em;
  display: inline-block;
}
.enhanced .application-title {
  overflow: auto;
  background-color: #0f2666;
  border: none;
  padding-bottom: 200px;
  margin-bottom: -190px;
}
.enhanced .application-title h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) {
  .enhanced .application-title h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.enhanced .application-title h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  line-height: 31px;
}
@media only screen and (min-width: 992px) {
  .enhanced .application-title h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
.enhanced .application-info-please-note,
.enhanced .application-info-title {
  padding-bottom: 10px;
}
.enhanced .application-info-privacy {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
.enhanced.landing-page h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  color: #0f2666;
}
@media only screen and (min-width: 992px) {
  .enhanced.landing-page h1 {
    font-size: 48px;
    line-height: 55px;
  }
}
.enhanced.landing-page h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  color: #0F2666;
}
.enhanced .landing-page-title {
  padding: 40px 0 50px;
  text-align: center;
}
.enhanced .landing-page-summary-text {
  text-align: left;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-summary-text {
    text-align: center;
  }
}
.enhanced .landing-page-question-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-question-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    margin-bottom: 70px;
    width: 750px;
    right: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .enhanced .landing-page-question-block {
    width: 730px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .landing-page-question-block {
    width: 860px;
  }
}
.enhanced .landing-page-question.reversed {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-question.reversed {
    order: 0;
  }
}
.enhanced .landing-page-image.reversed {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-image.reversed {
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-question {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .landing-page-question {
    padding: 20px;
  }
}
.enhanced .landing-page-content {
  font-size: 16px;
  font-family: Open Sans;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
.enhanced .landing-page-content.centre {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-content.right {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-content.left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .landing-page-content {
    font-size: 18px;
  }
}
.enhanced .docupload-text {
  font-size: 18px;
}
.enhanced .question-title {
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .enhanced .question-title {
    padding: 0 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .enhanced .question-title.left {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .question-title.left {
    padding: 20px 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .enhanced .question-title {
    padding: 20px 40px 0 0;
  }
}
.enhanced .landing-page-question,
.enhanced .landing-page-image {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (min-width: 768px) {
  .enhanced .landing-page-question,
  .enhanced .landing-page-image {
    flex-basis: 100%;
  }
}
.enhanced .landing-page-image {
  background: #F9FAFA;
  box-shadow: 0px 0px 48px -2px #e4e5e5;
  border-radius: 10px;
}
.enhanced .landing-page-image img {
  width: 100%;
}
.enhanced .login-button-container {
  width: 300px;
  margin: 30px auto;
}
.enhanced .heightadjust {
  height: 49px;
}
.enhanced .breadcrumb {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
.enhanced .breadcrumb ul {
  display: block;
}
.enhanced .breadcrumb ul:last-child:after {
  content: "";
}
.enhanced .breadcrumb li {
  display: inline-block;
  margin: 0.5em;
  font-weight: 400;
}
.enhanced .breadcrumb li.selected {
  font-weight: 700;
}
.enhanced .breadcrumb li:after {
  content: "|";
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
}
.enhanced .breadcrumb li:last-child:after {
  content: "";
}
.enhanced .details {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}
.enhanced .address {
  margin: 0;
  padding: 0;
  list-style: none;
}
.enhanced .cta {
  font-family: Open Sans;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #0f2666;
  text-decoration: underline;
}
.enhanced .input-title {
  font-family: 'Open Sans', sans-serif;
  /*
 * .InternetExplorer    == IE11
 * .IE                  == IE9
 */
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  display: block;
  border: none;
  margin-bottom: 0.5em;
}
.enhanced .input-title .InternetExplorer select.wide,
.enhanced .input-title .IE select.wide {
  padding: 3px 5px;
}
.enhanced .euro-symbol {
  border: 3px solid #678ce1;
  border-right: none;
  background-color: #fff;
  color: #454545;
  font-size: 30px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.enhanced .euro-symbol-input input {
  height: 50px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.enhanced .bullets {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .enhanced .bullets {
    margin-left: 0;
  }
}
.enhanced .question {
  font-family: "Ubuntu";
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #454545;
  margin: 0.7em 0 0.5em;
}
.enhanced .question.docupload {
  font-weight: bold;
  margin-top: 0em;
}
.enhanced .question.large-space-top {
  margin-top: 2em;
}
.enhanced .doubletext {
  margin-top: -7px;
}
.enhanced .checkbox-title {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-left: 45px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .enhanced .checkbox-title {
    line-height: 30px;
  }
}
.enhanced .means__form__title {
  margin-top: 3em;
}
.enhanced .checkbox-subtitle {
  color: black;
  margin-left: 45px;
}
.enhanced .checkbox-btn {
  display: none;
}
  .enhanced .checkbox-btn + label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #678CE1;
    border-radius: 3px;
    color: #f09400;
    font-family: "dsp";
  }
.enhanced .checkbox-btn + label:after {
  content: " ";
}
.enhanced .checkbox-btn:checked + label:after {
  content: "\e910";
}
.enhanced .radio-btn {
  display: block;
}
.enhanced .radio-btn *:focus label {
  outline: 1px none currentColor;
  outline: 5px none -webkit-focus-ring-color;
}
.enhanced .radio-btn.radio-list label {
  display: block;
  text-align: left;
}
.enhanced .radio-btn.switch a.hyperlink-label,
.enhanced .radio-btn.switch label {
  width: calc(50% - 6px);
  margin-bottom: 0px;
}
.enhanced .radio-btn.switch div {
  display: inline;
  width: calc(50% - 6px);
}
.enhanced .radio-btn a.hyperlink-label {
  text-decoration: none;
}
.enhanced .radio-btn a.hyperlink-label,
.enhanced .radio-btn label {
  display: inline-block;
  background-color: #f0f3fc;
  border-radius: 5px;
  text-align: center;
  padding: 0.8em 1.5em;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  margin-bottom: 5px;
}
.enhanced .radio-btn a.hyperlink-label i,
.enhanced .radio-btn label i {
  font-style: normal;
  font-weight: 400;
  display: block;
}
.enhanced .radio-btn input[type=radio][disabled=disabled] + label {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #b4b4b4;
}
.enhanced .radio-btn input[type=radio] {
  display: none;
}
.enhanced .radio-btn input[type=radio]:checked + label {
  border: 3px solid #96B2ED;
  background-color: transparent;
}
.enhanced .info-text {
  font-size: 14px;
}
.enhanced .info {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454545;
}
.enhanced .question + .info {
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-bottom: 1em;

}
.enhanced section {
  padding-left: 2em;
  border-left: 5px solid #96B2ED;
}
.enhanced .textarea {
  border: 3px solid #d6e0f7;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 0.5em;
  border-radius: 5px;
}
.enhanced .infotext {
  font-size: 14px;
  font-style: italic;
}
.enhanced fieldset {
  margin-top: 0.3em;
  font-family: 'Open Sans', sans-serif;
}

.enhanced fieldset--marginTop {
  margin-top: 36px;
}
.enhanced section::before {
  display: table;
  content: "";
}
.enhanced #calendarIcon {
  display: none;
}
.enhanced legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #454545;
  display: block;
  border: none;
  margin-bottom: 0.5em;
}
.enhanced .input-label {
  display: inline-block;
  text-align: center;
}
.enhanced .input-label input {
  display: block !important;
}
.enhanced .input-label label {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.enhanced input[type=text] {
  display: inline-block;
  border: 3px solid #678ce1;
  border-radius: 5px;
  padding: 0.5em;
  height: 60px;
  width: 100%;
  margin-bottom: 0em;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.enhanced input[type=text][size="10"] {
  width: 10.1em;
  text-align: center;
}
.enhanced input[type=text][size="9"] {
  width: 9.11111111111111em;
  text-align: center;
}
.enhanced input[type=text][size="8"] {
  width: 8.125em;
  text-align: center;
}
.enhanced input[type=text][size="7"] {
  width: 7.142857142857143em;
  text-align: center;
}
.enhanced input[type=text][size="6"] {
  width: 6.166666666666667em;
  text-align: center;
}
.enhanced input[type=text][size="5"] {
  width: 5.2em;
  text-align: center;
}
.enhanced input[type=text][size="4"] {
  width: 4.25em;
  text-align: center;
}
.enhanced input[type=text][size="3"] {
  width: 3.3333333333333335em;
  text-align: center;
}
.enhanced input[type=text][size="2"] {
  width: 2.5em;
  text-align: center;
}
.enhanced input[type=text][size="1"] {
  width: 2em;
  text-align: center;
}
.enhanced textarea:focus,
.enhanced input:focus {
  outline: none;
}
.enhanced input.typeahead[type=text] {
  height: 60px;
  padding-left: 25px;
}
.enhanced input::-webkit-input-placeholder {
  color: #454545;
  font-weight: 100;
}
.enhanced .date {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  .enhanced .date {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 480px) {
  .enhanced .date ~ .date {
    margin-left: 15px;
  }
}
.enhanced .date > .input-label.day-input,
.enhanced .date > .input-label.month-input {
  width: calc(25% - 3px);
  min-width: 40px;
  padding-right: 3px;
}
.enhanced .date > .input-label.year-input {
  width: calc(50% - 3px);
  min-width: 70px;
}
.enhanced .date > .input-label > input {
  display: block;
  width: 100%;
}
.enhanced .accordion input.accordion-chk {
  display: none;
}
.enhanced .accordion-item {
  background-color: #ebf0fa;
  min-height: 80px;
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .enhanced .accordion-item {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.enhanced .accordion-item h4 {
  margin: 0 80px 0 0px;
  line-height: 25px;
  padding-left: 0px;
  font-size: 18px;
  color: #000000;
  font-family: 'Ubuntu', sans-serif;
}
.enhanced .accordion-item h3 {
  margin: 0 80px 0 10px;
  line-height: 40px;
  padding-left: 20px;
}
.enhanced .accordion-item h2 {
  margin: 0 80px 0 10px;
  line-height: 40px;
  padding-left: 20px;
}
.enhanced .accordion-item .btn {
  margin-top: 1em;
}
.enhanced .accordion-toggle-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  float: right;
  line-height: 38px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #8ba9ea;
  cursor: pointer;
  margin-right: 20px;
}
.enhanced .accordion-toggle-btn:after {
  content: "+";
}
.enhanced .accordion .accordion-content {
  height: 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.enhanced .accordion .accordion-content .btn {
  margin-left: 20px;
}
.enhanced .accordion .accordion-content .summary-item {
  padding: 1em 1em 1em 2em;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
.enhanced .accordion .accordion-content .summary-item.main-item:first-of-type {
  border: none;
}
.enhanced .accordion .accordion-content .summary-item.main-item {
  border-top: 4px solid white;
}
.enhanced .accordion .accordion-content .summary-item.main-item .summary-question {
  font-style: normal;
}
.enhanced .accordion .accordion-content .summary-item .summary-question {
  padding-left: 20px;
  float: left;
  width: 70%;
  font-style: italic;
}
.enhanced .accordion .accordion-content .summary-item .summary-answer {
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 70%;
}
.enhanced .accordion-chk:checked + .accordion-item .accordion-toggle-btn:after {
  content: "-";
}
.enhanced .accordion-chk:checked + .accordion-item .accordion-content {
  height: auto;
}
.enhanced .declaration {
  margin: 3em 0 72px 0;
}
.enhanced .declaration ul {
  margin-left: 1em;
}
.enhanced .declaration .well {
  margin-top: 1em;
}
.enhanced .declaration #declaration-checkbox ~ span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-left: 2em;
}
.enhanced .input {
  margin-top: 20px;
}
.enhanced .underline {
  text-decoration: none;
  border-bottom: 1px solid #0f2666;
  color: #0f2666;
  line-height: 1.3;
  margin-top: 20px;
  border-radius: 0;
  font-weight: normal;
  cursor: pointer;
  height: auto;
}
  .enhanced .underline:focus {
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: 2px;
  }
.enhanced .float-left {
  float: left;
}
.enhanced .submitted .submitted-content {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #454545;
}
.enhanced .submitted .submitted-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .enhanced .submitted .submitted-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
  }
}
.enhanced .submitted .submitted-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .enhanced .submitted .submitted-img {
    width: auto;
    margin: 20px -35px 0 0;
  }
}
.enhanced .submitted .submitted-img,
.enhanced .submitted .submitted-content-container {
  flex-grow: 1;
  flex-shrink: 1;
}
.enhanced .submitted .submitted-content-container {
  padding-right: 10px;
}
.enhanced .cancelled-application .cancelled-title,
.enhanced .cancelled-application .cancelled-reason,
.enhanced .cancelled-application .cancelled-note,
.enhanced .cancelled-application .ofp-text {
  padding-bottom: 20px;
}
.enhanced ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #454545;
  opacity: 0.7;
}
.enhanced :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
  opacity: 0.7;
}
.enhanced ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
  opacity: 0.7;
}
.enhanced :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #454545;
  opacity: 0.7;
}
.enhanced ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #454545;
  opacity: 0.7;
}
.enhanced .legend-section {
  margin-top: 10px;
  display: inline-block;
  width: 49%;
  -webkit-print-color-adjust: exact;
}
.enhanced .legend-section .legend-box-scheme {
  display: inline-block;
  width: 26px;
  height: 15px;
}
.enhanced .legend-section .legend-box-income {
  display: inline-block;
  width: 26px;
  height: 15px;
}
.enhanced .legend-section .legend-text {
  font-family: "Ubuntu";
  font-size: 15px;
  color: #454545;
  padding-left: 5px;
  position: absolute;
}
@media all and (max-width: 575px) {
  .enhanced .legend-section {
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 575px) {
  .enhanced .legend-section {
    display: inline-block;
    width: 49%;
  }
}
@media all and (min-width: 768px) and (max-width: 1224px) {
  .enhanced .legend-section {
    width: 100%;
  }
}
.enhanced .legend-section img {
  vertical-align: top;
}
.typeahead {
  width: 100%;
}
.typeahead-container.input-label {
  text-align: left;
}
.typeahead-container label {
  font-style: italic;
  display: block;
  margin-top: 5px;
  color: #454545;
}
.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .tt-menu {
  top: calc(100% - 5px) !important;
  width: 100%;
  background: #ffffff;
  border: 3px solid #d6e0f7;
  max-height: 240px;
  overflow-y: auto;
}
.twitter-typeahead .tt-menu::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.twitter-typeahead .tt-menu::-webkit-scrollbar-thumb {
  height: 6px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  /*Might be able to remove this and make it simply 'border'*/
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #a2a2a2;
}
.twitter-typeahead .tt-suggestion {
  padding: 2px 5px 2px 15px;
  cursor: pointer;
}
.twitter-typeahead .tt-suggestion:first-child {
  padding-top: 5px;
}
.twitter-typeahead .tt-suggestion:last-child {
  margin-bottom: 8px;
}
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-cursor {
  background-color: #f5f7fc;
}
.hide-spinner {
  display: none;
}
.div_reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#postOfficeListSection {
  display: none;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  #postOfficeListSection {
    overflow: hidden;
    position: relative;
  }
}
#postOfficeListSection .post-office-list {
  border: 1px solid #d6e0f7;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #postOfficeListSection .post-office-list {
    max-height: 325px;
    overflow-y: auto;
  }
}
#postOfficeListSection .post-office-list > .post-office {
  border-bottom: 1px solid #d6e0f7;
}
#postOfficeListSection .post-office-list :last-child {
  border: 0;
}
#postOfficeListSection .post-office-list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
#postOfficeListSection .post-office-list::-webkit-scrollbar-thumb {
  height: 6px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  /*Might be able to remove this and make it simply 'border'*/
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #a2a2a2;
}
#postOfficeListSection .post-office {
  font-size: 16px;
  line-height: 21px;
  padding: 7px 25px;
  cursor: pointer;
  display: block;
  margin: 0;
}
#postOfficeListSection .post-office-title {
  font-weight: bold;
  display: block;
}
#postOfficeListSection .show-more {
  display: none;
  padding: 19px 25px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #d6e0f7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  background-color: #d7e1f8;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  #postOfficeListSection .show-more {
    display: block;
  }
}
#postOfficeListSection input[type=radio] {
  display: none;
}
#postOfficeListSection input[type=radio]:checked + label {
  background-color: #F2F5FC;
}
#postOfficeListSection .decimal {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block {
  display: block;
}
.block-full {
  display: block;
  width: 100%;
}
