.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#eee),
    color-stop(50%, #fff)
  );
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    color-stop(90%, #fff)
  );
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
    right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ccc),
    color-stop(60%, #eee)
  );
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
    no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff
    url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
    no-repeat 100% -22px;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
      no-repeat 100% -22px,
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(85%, #fff),
        color-stop(99%, #eee)
      ) 0 0;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
      no-repeat 100% -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff
    url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
    no-repeat -37px -22px;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
      no-repeat -37px -22px,
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(85%, #fff),
        color-stop(99%, #eee)
      ) 0 0;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
      no-repeat -37px -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
  background: #fff
    url(/assets/select2-spinner-071823ff427dceb5a06eadb66b617395fcaaceac2a0f7fc23a3f6ae35d1b8654.gif)
    no-repeat 100%;
  background: url(/assets/select2-spinner-071823ff427dceb5a06eadb66b617395fcaaceac2a0f7fc23a3f6ae35d1b8654.gif)
      no-repeat 100%,
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(85%, #fff),
        color-stop(99%, #eee)
      ) 0 0;
  background: url(/assets/select2-spinner-071823ff427dceb5a06eadb66b617395fcaaceac2a0f7fc23a3f6ae35d1b8654.gif)
      no-repeat 100%,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4
    url(/assets/select2-spinner-071823ff427dceb5a06eadb66b617395fcaaceac2a0f7fc23a3f6ae35d1b8654.gif)
    no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff
    url(/assets/select2-spinner-071823ff427dceb5a06eadb66b617395fcaaceac2a0f7fc23a3f6ae35d1b8654.gif)
    no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    to bottom,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
html[dir="rtl"]
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-0a7c5f9ecd8cac3b477796a07b26a6b1698005cf52bc2f9c1fe81bf9844e64a5.png)
    right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-2f53d3bc2d15ec7daffa21bc156d495959eae11d1bd511bbea48532a6f6ecd54.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti--allow-dropdown .iti__flag-container:focus .iti__selected-flag {
  outline: 0px;
  border-color: #0050c7;
  border-style: solid;
  border-width: 2px 2px 0px 2px;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag:focus {
  outline: 0px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir="rtl"] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 2px solid #0050c7;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
  outline: #0050c7 solid 2px;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
[dir="rtl"] .iti__flag-box,
[dir="rtl"] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti.iti--allow-dropdown input,
.iti.iti--allow-dropdown input[type="text"],
.iti.iti--allow-dropdown input[type="tel"],
.iti.iti--separate-dial-code input,
.iti.iti--separate-dial-code input[type="text"],
.iti.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir="rtl"] .iti.iti--allow-dropdown input,
[dir="rtl"] .iti.iti--allow-dropdown input[type="text"],
[dir="rtl"] .iti.iti--allow-dropdown input[type="tel"],
[dir="rtl"] .iti--separate-dial-code input,
[dir="rtl"] .iti.iti--separate-dial-code input[type="text"],
[dir="rtl"] .iti.iti--separate-dial-code input[type="tel"] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/../img/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
} /*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  outline: none;
}
button {
  border: none;
  background: inherit;
  border-radius: 0;
}
button:focus {
  background-color: white;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(/assets/Poppins-Medium-a5829f09868f62506459177f6872e751d023527e6cfd42525bce8d1c33365003.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(/assets/Poppins-Regular-f7d5d006eb67f9f5b1499b3140f4cedbe8e0d4d500810216a022e3acd64fb989.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(/assets/Poppins-Bold-8fa4cd82d3da48c46174cb96d5cd7eac6a2139c5bdc44e466b17ae54033b10ae.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(/assets/Poppins-SemiBold-15cea7fedab57408d132253bd4663008d2627476be29759d00c67d716ee0570b.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(/assets/OpenSans-Light-78bfe94bb56fd0ec057b11d3d30b6f9354c771c3c138239fd4b102a8b96b87ba.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(/assets/OpenSans-f965889da0ef7fe9f91270decb4638eafb62e358ac08b974059512f9b4fa099b.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(/assets/OpenSans-Semibold-6c9bf1664cc6e8151624c0c19613cb4183278f26f97011c172542d5d574faab8.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(/assets/OpenSans-Bold-13cd71fff17a279d6c6c8fe515396b6a9898a0e46c26bca41a031a7ee652e227.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"),
    url(/assets/OpenSans-Extrabold-02ecb54d2a8580037778ab03566daf694e891af8b6665474aa3a00b7e18356dc.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url(/assets/OpenSans-LightItalic-1e1f0c441504bebb32db82a83341eb1c8e2853d108dd9aae1f31a34c22ffba40.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(/assets/OpenSans-Italic-5a05c8c975ac1a485e53ed25b6bd49caf759e48a2f97cd8ec88a76cd51ddb316.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"),
    url(/assets/OpenSans-SemiboldItalic-585de0637464ab36e20e9c654037822cef884539bbc39d9a9efba8f41eb131e3.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(/assets/OpenSans-BoldItalic-e88888085eb71ef2c7cffd4e518e2f18b68754568183cf3f2814e9e99a2ab49b.woff)
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"),
    url(/assets/OpenSans-ExtraboldItalic-ae9d7ca9d38fda8b5dd2509249a3d8048c358493363f8dea441319c13e8c34fb.woff)
      format("woff");
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Mono"), local("Roboto-Mono"),
    url(/assets/RobotoMono-Regular-9598c640b93df871d9b7f61f712ad8877756444199756a1e8d4f95324d8d5479.woff)
      format("woff");
}
h1,
.h1 {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.4117647059;
  margin: 0 0 25px 0;
  text-align: center;
  text-transform: uppercase;
}
h2,
.h2 {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 8px 0 20px 0;
  text-align: center;
  text-transform: none;
}
h3,
.h3 {
  color: #266aca;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5555555556;
  margin: 8px 0 20px 0;
  text-align: center;
  text-transform: none;
}
h4,
.h4 {
  color: #266aca;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4285714286;
  margin: 8px 0 20px 0;
  text-align: center;
  text-transform: none;
}
h5,
.h5 {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}
h6,
.h6 {
  color: #335f88;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
ul li,
ol li,
p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #2e3f51;
  line-height: normal;
}
p {
  font-size: 15px;
}
a {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  color: #266aca;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #1f5db6;
  text-decoration: none;
}
@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes appear {
  0% {
    -webkit-filter: opacity(0%) grayscale(100%);
    filter: opacity(0%) grayscale(100%);
  }
  100% {
    -webkit-filter: opacity(100%) grayscale(0%);
    filter: opacity(100%) grayscale(0%);
  }
}
@keyframes appear {
  0% {
    -webkit-filter: opacity(0%) grayscale(100%);
    filter: opacity(0%) grayscale(100%);
  }
  100% {
    -webkit-filter: opacity(100%) grayscale(0%);
    filter: opacity(100%) grayscale(0%);
  }
}
@-webkit-keyframes drain {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@keyframes drain {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@font-face {
  font-family: "idme-icons";
  src: url(/assets/idme-icons-026dfe87b325986db9cf6f9ec5113baccc296f534b4b650cb211fb72a8776b9d.eot);
  src: url(/assets/idme-icons-026dfe87b325986db9cf6f9ec5113baccc296f534b4b650cb211fb72a8776b9d.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/idme-icons-c3564b493883649310630f8dc6dade2afa6abb524883066ed094b32dea58659e.woff)
      format("woff"),
    url(/assets/idme-icons-955d1d3d35c6623239d35be25bddb0fc819b980e2f118e3767f1151c3402ad6f.ttf)
      format("truetype"),
    url(/assets/idme-icons-2a69a8c1956098db25b52232d63ff3fc75be273bd502ef0c12e5603e6c04441c.svg#idme-icons)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular-3e54e80c341bc2daccaf6a9951095db609b2ef808075d0432691fa6a0f47519a.eot);
  src: url(/assets/MaterialIcons-Regular-3e54e80c341bc2daccaf6a9951095db609b2ef808075d0432691fa6a0f47519a.eot)
      format("embedded-opentype"),
    url(/assets/MaterialIcons-Regular-d0dfd39d8464a7c346aa9ca30a490b08e14c4e54508c6a641e8afc687e89c275.woff2)
      format("woff2"),
    url(/assets/MaterialIcons-Regular-0af06c294e96fe6944a67b7dae54caff3d6bc54e8698cdb857e8ade1edfe95d0.woff)
      format("woff"),
    url(/assets/MaterialIcons-Regular-2dd44f438c7a529a2b1c00873fc1b63f973fa9c302802af918ead77b5e23ae43.ttf)
      format("truetype"),
    url(/assets/MaterialIcons-Regular-a63c171887b25e0d5bc48d898e793d9dc7bfc992a15c71c6993a8dcaeec2726b.svg)
      format("svg");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.icon:before,
.field.checkbox label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "idme-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.icon.-bell:before,
.field.checkbox label.-bell:before {
  content: "\e619";
}
.icon.-lightning:before,
.field.checkbox label.-lightning:before {
  content: "\e61a";
}
.icon.-arrow-down:before,
.field.checkbox label.-arrow-down:before {
  content: "\e600";
}
.icon.-arrow-left:before,
.field.checkbox label.-arrow-left:before {
  content: "\e601";
}
.icon.-arrow-right:before,
.field.checkbox label.-arrow-right:before {
  content: "\e602";
}
.icon.-arrow-left-round:before,
.field.checkbox label.-arrow-left-round:before {
  content: "\e603";
}
.icon.-right-round:before,
.field.checkbox label.-right-round:before {
  content: "\e604";
}
.icon.-facebook:before,
.field.checkbox label.-facebook:before {
  content: "\e605";
}
.icon.-twitter:before,
.field.checkbox label.-twitter:before {
  content: "\e606";
}
.icon.-linkedin:before,
.field.checkbox label.-linkedin:before {
  content: "\e607";
}
.icon.-search:before,
.field.checkbox label.-search:before {
  content: "\e608";
}
.icon.-lock:before,
.field.checkbox label.-lock:before {
  content: "\e609";
}
.icon.-shield:before,
.field.checkbox label.-shield:before {
  content: "\e60a";
}
.icon.-x:before,
.field.checkbox label.-x:before {
  content: "\e60b";
}
.icon.-plus-round:before,
.field.checkbox label.-plus-round:before {
  content: "\e60c";
}
.icon.-star:before,
.field.checkbox label.-star:before {
  content: "\e60d";
}
.icon.-checkmark:before,
.field.checkbox label.-checkmark:before {
  content: "\e60e";
}
.icon.-crown:before,
.field.checkbox label.-crown:before {
  content: "\e60f";
}
.icon.-plus-square:before,
.field.checkbox label.-plus-square:before {
  content: "\e612";
}
.icon.-minus-square:before,
.field.checkbox label.-minus-square:before {
  content: "\e611";
}
.icon.-shield-lock:before,
.field.checkbox label.-shield-lock:before {
  content: "\e613";
}
.icon.-dollar-bill:before,
.field.checkbox label.-dollar-bill:before {
  content: "\e610";
}
.icon.-dollar-sign:before,
.field.checkbox label.-dollar-sign:before {
  content: "\e614";
}
.icon.-link:before,
.field.checkbox label.-link:before {
  content: "\e615";
}
.icon.-portrait:before,
.field.checkbox label.-portrait:before {
  content: "\e616";
}
.icon.-target:before,
.field.checkbox label.-target:before {
  content: "\e617";
}
.icon.-shopping-bag:before,
.field.checkbox label.-shopping-bag:before {
  content: "\e618";
}
[class^="icon-wallet-"],
[class*=" icon-wallet-"] {
  font-family: "idme-wallet-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wallet-arrowdown:before {
  content: "\e91c";
}
.icon-wallet-lock:before {
  content: "\e919";
}
.icon-wallet-cart:before {
  content: "\e91a";
}
.icon-wallet-chart:before {
  content: "\e91b";
}
.icon-wallet-delete:before {
  content: "\e918";
}
.icon-wallet-link:before {
  content: "\e907";
}
.icon-wallet-check:before {
  content: "\e908";
}
.icon-wallet-save:before {
  content: "\e909";
}
.icon-wallet-view:before {
  content: "\e90a";
}
.icon-wallet-edit:before {
  content: "\e90b";
}
.icon-wallet-photo:before {
  content: "\e90c";
}
.icon-wallet-info:before {
  content: "\e90d";
}
.icon-wallet-store:before {
  content: "\e90e";
}
.icon-wallet-flash:before {
  content: "\e90f";
}
.icon-wallet-rating:before {
  content: "\e910";
}
.icon-wallet-search:before {
  content: "\e911";
}
.icon-wallet-logout:before {
  content: "\e912";
}
.icon-wallet-linkedin:before {
  content: "\e913";
}
.icon-wallet-twitter:before {
  content: "\e914";
}
.icon-wallet-facebook:before {
  content: "\e915";
}
.icon-wallet-profile:before {
  content: "\e916";
}
.icon-wallet-pin:before {
  content: "\e917";
}
.icon-wallet-cash:before {
  content: "\e900";
}
.icon-wallet-cashback:before {
  content: "\e901";
}
.icon-wallet-close:before {
  content: "\e902";
}
.icon-wallet-dashboard:before {
  content: "\e903";
}
.icon-wallet-ids:before {
  content: "\e904";
}
.icon-wallet-privacy:before {
  content: "\e905";
}
.icon-wallet-settings:before {
  content: "\e906";
}
.icon-wallet-avatar:before {
  content: "\e91d";
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-tablet-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile-show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u_img_responsive {
    height: auto;
    max-width: 100%;
  }
}
.u_img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u_text_center {
  margin: auto;
  text-align: center;
  display: block;
}
.u_clear_top_space {
  margin-top: 0 !important;
}
.u_xs_top_space {
  margin-top: 10px !important;
}
.u_sm_top_space {
  margin-top: 15px !important;
}
.u_md_top_space {
  margin-top: 20px !important;
}
.u_lg_top_space {
  margin-top: 30px !important;
}
.u_hg_top_space {
  margin-top: 40px !important;
}
.u_clear_bottom_space {
  margin-bottom: 0 !important;
}
.u_xs_bottom_space {
  margin-bottom: 10px !important;
}
.u_sm_bottom_space {
  margin-bottom: 15px !important;
}
.u_md_bottom_space {
  margin-bottom: 20px !important;
}
.u_lg_bottom_space {
  margin-bottom: 30px !important;
}
.u_hg_bottom_space {
  margin-bottom: 40px !important;
}
.u_clear {
  clear: both;
  width: 100%;
  float: left;
}
.u_one-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .u_one-line {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.warning-field {
  padding: 15px;
  margin: 10px;
  border-radius: 3px;
  background: repeating-linear-gradient(
    45deg,
    #fbbc05,
    #fbbc05 10px,
    #fdd769 10px,
    #fdd769 20px
  );
}
.warning-field h1,
.warning-field h2,
.warning-field h3,
.warning-field h4,
.warning-field h5,
.warning-field p,
.warning-field span,
.warning-field li {
  color: black !important;
}
.warning-field > p {
  margin-bottom: 0 !important;
}
.warning-field > p a,
.warning-field a {
  color: black !important;
  font-weight: 600;
}
.warning-field > p a:hover,
.warning-field a:hover {
  color: #ba0000 !important;
}
.sandbox {
  background-color: #ba0000;
  color: #f9f9f9;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 25px;
}
.c_block {
  margin-top: 50px;
}
.c_block.m_mini {
  margin-top: 15px;
}
.c_diagram {
  background: #2e3f51;
  border-radius: 3px;
  width: 100%;
  padding: 25px 50px;
}
.c_jumbo_icon {
  margin: auto;
}
.c_jumbo_icon.m_photo_id {
  width: 125px;
  height: 81px;
}
.c_jumbo_icon.m_photo_id img {
  width: 100%;
}
.c_jumbo_icon.m_selfie {
  width: 85px;
  height: 101px;
}
.c_jumbo_icon.m_selfie img {
  width: 100%;
}
.c_icon.m_logo {
  width: 84px;
  height: 30px;
}
.form-container .password-strength span,
.form-container .password-strength.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screenreader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
input[type="checkbox"]:focus:focus,
input[type="checkbox"]:focus + label:after:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
input[type="checkbox"]:focus:focus:not(:focus-visible),
input[type="checkbox"]:focus + label:after:focus:not(:focus-visible) {
  outline: none;
}
input[type="checkbox"]:focus:focus-visible,
input[type="checkbox"]:focus + label:after:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.field.text input:focus:focus {
  outline: 2.5px solid #0050c7;
  outline-offset: -1px;
  -webkit-transition: none;
  transition: none;
  border-color: #0050c7 !important;
}
.field.text input:focus:focus:not(:focus-visible) {
  outline: none;
}
.field.text input:focus:focus-visible {
  outline: 2.5px solid #0050c7;
  outline-offset: -1px;
  -webkit-transition: none;
  transition: none;
  border-color: #0050c7 !important;
}
.field.select select:focus:focus {
  outline: 2.5px solid #0050c7;
  outline-offset: -1px;
  -webkit-transition: none;
  transition: none;
  border-color: #0050c7 !important;
}
.field.select select:focus:focus:not(:focus-visible) {
  outline: none;
}
.field.select select:focus:focus-visible {
  outline: 2.5px solid #0050c7;
  outline-offset: -1px;
  -webkit-transition: none;
  transition: none;
  border-color: #0050c7 !important;
}
a:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
  border-radius: 2px;
}
a:focus:focus:not(:focus-visible) {
  outline: none;
}
a:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
  border-radius: 2px;
}
.btn:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.btn:focus:focus:not(:focus-visible) {
  outline: none;
}
.btn:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.form-header-content .partner button:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.form-header-content .partner button:focus:focus:not(:focus-visible) {
  outline: none;
}
.form-header-content .partner button:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:focus:focus:not(:focus-visible) {
  outline: none;
}
li.icon_options-method a:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.field-group.m_big_inputs .field.radio.radio-icon:focus-within {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.qr-form:focus-within:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.qr-form:focus-within:focus:not(:focus-visible) {
  outline: none;
}
.qr-form:focus-within:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.expandable .expandable-closer:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.expandable .expandable-closer:focus:focus:not(:focus-visible) {
  outline: none;
}
.expandable .expandable-closer:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.expandable .expandable-opener:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.expandable .expandable-opener:focus:focus:not(:focus-visible) {
  outline: none;
}
.expandable .expandable-opener:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: rgba(233, 233, 233, 0.7);
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.modal.ui-dialog-content {
  z-index: 250;
  border-radius: 10px;
  padding: 0;
}
.modal-content {
  background: #ffffff;
}
.modal .modal-header {
  background: #266aca;
  width: 100%;
  padding: 25px 40px 40px 40px;
}
@media screen and (min-width: 768px) {
  .modal .modal-header {
    padding: 30px 40px;
  }
}
.modal .c_icon.m_warning {
  position: relative;
  margin: 0 auto;
  height: 0;
  width: 75px;
  padding-bottom: 75px;
}
.modal .c_icon.m_warning img {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
}
.modal .modal-content-payload {
  padding: 40px;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .modal .modal-content-payload {
    padding: 40px 25px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.modal-content-payload h2 {
  color: #2e3f51;
  text-align: center;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 8px 0 20px 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 480px) {
  .modal-content-payload h2 {
    font-size: 18px;
  }
}
.modal-content-payload p {
  font-size: 20px;
  margin-top: 25px;
  color: #2e3f51;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-content-payload p {
    font-size: 16px;
  }
}
.modal .c_button.m_dual {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .modal .c_button.m_dual {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.modal .btn {
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .modal .btn {
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    margin: 0;
    padding: 15px 30px;
  }
}
.modal .btn-primary {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .modal .btn-primary {
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .modal .btn-secondary {
    -ms-flex-order: 1;
    order: 1;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f1c40f inset;
  color: #fff !important;
}
input:-webkit-autofill {
  -webkit-appearance: none !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  color: #000000 !important;
}
input::-ms-clear {
  display: none;
}
input::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  cursor: pointer;
}
input,
select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.form-fields {
  margin-bottom: 20px;
}
.form-fields.p_left {
  padding-left: 20px;
}
.form-fields.m_stack {
  margin-bottom: 0;
}
.form-fields legend {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-fields legend.required:after {
  font-size: 14px;
  font-weight: 700;
  margin-left: 2px;
  content: "*";
}
.form-fields .field-group {
  clear: both;
  margin-bottom: 25px;
}
.form-fields .field-group:last-child {
  margin-bottom: 0;
}
.form-fields .field-group.u_one-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-fields .field-group.u_one-line .field .m_suffix {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line .field .m_suffix {
    width: 25%;
  }
}
.form-fields .field-group.u_one-line .field .m_dob {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line .field .m_dob {
    width: 75%;
  }
}
.form-fields .field-group.u_one-line .field .m_state {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line .field .m_state {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line .field.u_left {
    width: 50%;
    margin-bottom: 0;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line .field.u_right {
    width: 50%;
    margin-bottom: 0;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line.uneven_split .field.u_left {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line.uneven_split .field.u_right {
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .form-fields .field-group.u_one-line {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-fields .field-group .field {
  margin-bottom: 25px;
}
.form-fields .field-group .field:last-child {
  margin-bottom: 0;
}
.form-fields .field-group .field.m_extra-margin {
  border: 2px solid red !important;
}
.form-fields .field-group .field.m_extra-margin:last-child {
  margin-bottom: 25px;
}
.form-fields .field-group.checkboxes .field.checkbox {
  margin-bottom: 0;
}
.form-fields .field .placeholder {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  position: absolute;
  right: auto;
  inset-inline-end: 5px;
  bottom: 5px;
  color: #266aca;
  font-weight: 500;
  font-size: 12px;
  z-index: 10;
}
.field.text,
.field.file,
.field.select {
  position: relative;
  clear: both;
}
.field.text,
.field.file,
.field.select {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.field.text.m_static,
.field.file.m_static,
.field.select.m_static {
  margin-bottom: 15px;
}
.field.text.m_static label,
.field.file.m_static label,
.field.select.m_static label {
  overflow: hidden;
  padding: 18px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #2e3f51;
  display: block;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .field.text.m_static label,
  .field.file.m_static label,
  .field.select.m_static label {
    font-size: 20px;
  }
}
.field.text.m_code,
.field.file.m_code,
.field.select.m_code {
  background: none;
}
.field.text.m_code input,
.field.file.m_code input,
.field.select.m_code input {
  color: #2e3f51;
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .field.text.m_code input,
  .field.file.m_code input,
  .field.select.m_code input {
    font-size: 23px;
  }
}
.field.text.m_phone,
.field.file.m_phone,
.field.select.m_phone {
  background: none;
}
.field.text.m_phone input,
.field.file.m_phone input,
.field.select.m_phone input {
  color: #2e3f51;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
.field.text.error .label-error,
.field.file.error .label-error,
.field.select.error .label-error {
  color: #ba0000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}
.field.text.error label:after,
.field.file.error label:after,
.field.select.error label:after {
  font-weight: 600;
  margin-left: 2px;
  content: "*";
  color: #ba0000;
}
.field.text.error input,
.field.file.error input,
.field.select.error input {
  color: #000000;
  border: 2px solid #ba0000;
}
.field.text.error input:hover,
.field.text.error input:focus,
.field.file.error input:hover,
.field.file.error input:focus,
.field.select.error input:hover,
.field.select.error input:focus {
  border-color: #ba0000;
}
.field.text.error.input-focused,
.field.file.error.input-focused,
.field.select.error.input-focused {
  font-size: 12px;
}
.field.text.valid .label-error,
.field.file.valid .label-error,
.field.select.valid .label-error {
  display: none;
}
.field.text input,
.field.text textarea,
.field.text select,
.field.file input,
.field.file textarea,
.field.file select,
.field.select input,
.field.select textarea,
.field.select select {
  -webkit-transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #2e3f51;
  border: 2px solid #949494;
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 400;
}
.field.text input:hover,
.field.text textarea:hover,
.field.text select:hover,
.field.file input:hover,
.field.file textarea:hover,
.field.file select:hover,
.field.select input:hover,
.field.select textarea:hover,
.field.select select:hover {
  border-color: #757575;
}
.field.text input:focus,
.field.text textarea:focus,
.field.text select:focus,
.field.file input:focus,
.field.file textarea:focus,
.field.file select:focus,
.field.select input:focus,
.field.select textarea:focus,
.field.select select:focus {
  border-color: #266aca;
}
.field.text input::-webkit-input-placeholder,
.field.text textarea::-webkit-input-placeholder,
.field.text select::-webkit-input-placeholder,
.field.file input::-webkit-input-placeholder,
.field.file textarea::-webkit-input-placeholder,
.field.file select::-webkit-input-placeholder,
.field.select input::-webkit-input-placeholder,
.field.select textarea::-webkit-input-placeholder,
.field.select select::-webkit-input-placeholder {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.field.text input::-moz-placeholder,
.field.text textarea::-moz-placeholder,
.field.text select::-moz-placeholder,
.field.file input::-moz-placeholder,
.field.file textarea::-moz-placeholder,
.field.file select::-moz-placeholder,
.field.select input::-moz-placeholder,
.field.select textarea::-moz-placeholder,
.field.select select::-moz-placeholder {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.field.text input:-ms-input-placeholder,
.field.text textarea:-ms-input-placeholder,
.field.text select:-ms-input-placeholder,
.field.file input:-ms-input-placeholder,
.field.file textarea:-ms-input-placeholder,
.field.file select:-ms-input-placeholder,
.field.select input:-ms-input-placeholder,
.field.select textarea:-ms-input-placeholder,
.field.select select:-ms-input-placeholder {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.field.text input::-ms-input-placeholder,
.field.text textarea::-ms-input-placeholder,
.field.text select::-ms-input-placeholder,
.field.file input::-ms-input-placeholder,
.field.file textarea::-ms-input-placeholder,
.field.file select::-ms-input-placeholder,
.field.select input::-ms-input-placeholder,
.field.select textarea::-ms-input-placeholder,
.field.select select::-ms-input-placeholder {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.field.text input::placeholder,
.field.text textarea::placeholder,
.field.text select::placeholder,
.field.file input::placeholder,
.field.file textarea::placeholder,
.field.file select::placeholder,
.field.select input::placeholder,
.field.select textarea::placeholder,
.field.select select::placeholder {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.field.text input::-moz-selection,
.field.text textarea::-moz-selection,
.field.text select::-moz-selection,
.field.file input::-moz-selection,
.field.file textarea::-moz-selection,
.field.file select::-moz-selection,
.field.select input::-moz-selection,
.field.select textarea::-moz-selection,
.field.select select::-moz-selection {
  background: #266aca;
  color: #ffffff;
}
.field.text input::selection,
.field.text textarea::selection,
.field.text select::selection,
.field.file input::selection,
.field.file textarea::selection,
.field.file select::selection,
.field.select input::selection,
.field.select textarea::selection,
.field.select select::selection {
  background: #266aca;
  color: #ffffff;
}
.field.text input.disabled,
.field.text textarea.disabled,
.field.text select.disabled,
.field.file input.disabled,
.field.file textarea.disabled,
.field.file select.disabled,
.field.select input.disabled,
.field.select textarea.disabled,
.field.select select.disabled {
  border: 1px solid #dfdfdf;
  background: #f9f9f9;
  font-style: italic;
  color: #757575;
}
.field.text input:-webkit-autofill::first-line,
.field.file input:-webkit-autofill::first-line,
.field.select input:-webkit-autofill::first-line {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #2e3f51;
}
.field.text label,
.field.file label,
.field.select label {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2e3f51;
}
.field.text label.required:after,
.field.file label.required:after,
.field.select label.required:after {
  font-weight: 600;
  margin-left: 2px;
  content: "*";
}
.field.text .field_with_errors input,
.field.file .field_with_errors input,
.field.select .field_with_errors input {
  color: #ba0000;
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 0 2pt #ba0000;
  box-shadow: 0 0 0 2pt #ba0000;
}
.field.text .formError,
.field.file .formError,
.field.select .formError {
  color: #ba0000;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 6px;
}
.field.button {
  padding: 15px 0;
}
.field.checkbox {
  display: block;
  padding: 5px 0;
  margin-bottom: 0;
  position: relative;
  color: #2e3f51;
  text-align: start;
  clear: both;
  z-index: 5;
}
.field.checkbox label {
  cursor: pointer;
  display: block;
  max-width: 100%;
  line-height: 18px;
  font-size: 14px;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  position: relative;
  letter-spacing: -0.02em;
}
.field.checkbox label:after {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  border-radius: 3px;
  content: "";
  left: auto;
  inset-inline-start: 2px;
  position: absolute;
  top: 50%;
  border: 2px solid #949494;
  height: 18px;
  margin-top: -9px;
  width: 18px;
  z-index: 0;
}
.field.checkbox label:hover:after {
  border-color: #757575;
}
.field.checkbox label:hover:before {
  border-color: #757575;
}
.field.checkbox.error label:after {
  border-color: #ba0000;
}
.field.checkbox.error input[type="checkbox"]:focus:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field.checkbox.error input[type="checkbox"]:focus + label:after {
  border-color: #2e3f51;
  background: #ffffff;
}
.field.checkbox.error input[type="checkbox"]:hover + label:after {
  border-color: #757575;
  background: #f5f5f5;
}
.field.checkbox.error input[type="checkbox"]:active + label:after {
  border-color: #2e3f51;
  background: #dfdfdf;
}
.field.checkbox label .checkmark {
  border-radius: 3px;
  left: auto;
  inset-inline-start: 2px;
  position: absolute;
  top: 50%;
  color: #08833d;
  font-family: idme-icons;
  font-size: 19px;
  margin-top: -10px;
  opacity: 0;
  z-index: 1;
}
.field.checkbox.checkbox-m_tall > input + label:after {
  top: 12px;
}
.field.checkbox.checkbox-m_tall > input + label .checkmark {
  top: 12px;
}
input[type="checkbox"] {
  border: 0;
  height: 20px;
  left: auto;
  inset-inline-start: 0;
  margin: -10px 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}
input[type="checkbox"][disabled] {
  cursor: default;
}
input[type="checkbox"][disabled]:checked + label:after {
  background: #08833d;
}
input[type="checkbox"][disabled] + label {
  opacity: 0.5;
}
input[type="checkbox"][disabled] + label .checkmark,
input[type="checkbox"][disabled] + label:after {
  cursor: default;
}
input[type="checkbox"][disabled] + label:after {
  background: #dfdfdf;
}
input[type="checkbox"]:checked + label .checkmark {
  color: white;
  opacity: 1;
}
input[type="checkbox"]:checked + label:after {
  background: #08833d;
  border-color: #08833d;
}
input[type="checkbox"]:hover + label:after {
  background-color: #f5f5f5;
}
input[type="checkbox"]:focus + label:after {
  border-color: #2e3f51;
  outline: 2px solid #0050c7;
  outline-offset: 4px;
  -webkit-transition: none;
  transition: none;
}
input[type="checkbox"]:active + label:after {
  border-color: #2e3f51;
  background-color: #dfdfdf;
}
input[type="checkbox"]:focus:checked + label .checkmark {
  border-color: #2e3f51;
}
input[type="checkbox"]:hover:checked + label:after {
  border-color: #757575;
  background-color: #08833d;
}
input[type="checkbox"]:focus:checked + label:after {
  border-color: #2e3f51;
}
input[type="checkbox"]:active:checked + label:after {
  border-color: #2e3f51;
  background-color: #dfdfdf;
}
.field.checkbox.error span {
  color: #ba0000;
}
.field.checkbox.error label {
  color: #000000;
}
.field.checkbox.error .label-error {
  color: #ba0000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}
.disabled input[type="checkbox"] {
  cursor: default;
}
.disabled input[type="checkbox"]:checked + label:after {
  background: #08833d;
}
.disabled input[type="checkbox"] + label {
  opacity: 0.5;
}
.disabled input[type="checkbox"] + label .checkmark,
.disabled input[type="checkbox"] + label:after {
  cursor: default;
}
.disabled input[type="checkbox"] + label:after {
  background: #949494;
}
.field_with_errors {
  display: inline;
}
.field_with_errors label {
  color: #ba0000;
}
.field.radio {
  display: block;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2e3f51;
}
.field.radio:last-child {
  padding-bottom: 0;
}
.field.radio [type="radio"] {
  position: absolute;
  opacity: 0;
  left: auto;
  inset-inline-start: 0;
  margin: 0;
  height: 22px;
  width: 22px;
  cursor: pointer;
  z-index: 10;
}
.field.radio label {
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-inline: 20px 0px;
  position: relative;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 480px) {
  .field.radio label {
    font-size: 16px;
  }
}
.field.radio .check {
  float: left;
  display: inline-block;
  position: relative;
  border: 2px solid #949494;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  z-index: 5;
}
.field.radio .check:hover {
  border-color: #288e58;
}
.field.radio .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  margin: auto;
}
.field.radio input[type="radio"]:checked ~ .check {
  border: 3px solid #08833d;
}
.field.radio input[type="radio"]:hover ~ .check {
  border-color: #757575;
  background: #f5f5f5;
}
.field.radio input[type="radio"]:focus ~ .check {
  border-color: #2e3f51;
}
.field.radio input[type="radio"]:focus ~ .check:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.field.radio input[type="radio"]:focus ~ .check:focus:not(:focus-visible) {
  outline: none;
}
.field.radio input[type="radio"]:focus ~ .check:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.field.radio input[type="radio"]:active ~ .check {
  border-color: #2e3f51;
  background-color: #dfdfdf;
}
.field.radio input[type="radio"]:checked ~ .check::before {
  background: #08833d;
}
.field.radio.error label,
.field.radio.error span {
  color: #ba0000;
}
.field.radio .field_with_errors {
  display: inline-block;
}
.field.radio .field_with_errors span {
  color: #ba0000;
}
.gender-option {
  margin-top: 20px;
}
.m_radio_pull {
  padding: 0 15px;
}
.m_radio_pull .field.radio {
  margin-bottom: 10px;
}
.m_radio_pull .field.radio:last-child {
  margin-bottom: 0;
}
.select2-default {
  background: #ffffff;
}
.select2-container {
  position: relative;
  display: inline-block;
  color: #2e3f51;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  width: 100% !important;
  text-align: start;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .select2-container {
    font-size: 1.4em;
  }
}
.select2-container.select2-container-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-container-active .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-container-active .select2-choice,
.select2-container.select2-dropdown-open .select2-choice {
  background: #ffffff;
  font-weight: 500;
  border: 2px solid #266aca;
}
.select2-container.select2-container-active .select2-choice div b,
.select2-container.select2-dropdown-open .select2-choice div b {
  border-width: 0 5.5px 8px 5.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
}
.select2-container.select2-container-active a:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.select2-container.select2-container-active a:focus:not(:focus-visible) {
  outline: none;
}
.select2-container.select2-container-active a:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.select2-container.formError {
  margin: 0;
}
.select2-container .select2-choice {
  height: 59px;
  border: 2px solid #949494;
  color: #2e3f51;
  border-radius: 5px;
  background: #fff;
  font-weight: 500;
  padding: 15px;
  line-height: 25px;
  font-size: 16px;
  margin-top: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice.select2-default {
  color: #757575 !important;
}
.select2-container .select2-choice:hover {
  border-color: #757575;
}
.select2-container .select2-choice:focus {
  border-color: #266aca;
}
.select2-container .select2-choice span > span {
  margin-right: 0;
}
.select2-container .select2-choice span > span.icon {
  margin-right: 8px;
}
.select2-container .select2-choice > .select2-chosen {
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  width: 100%;
}
.select2-container .select2-choice .select2-arrow {
  border: none;
  background: url(/assets/select-arrow-down-358e7335b36b1b859ac3eba3b0647baf239e5f205e687cc9338953ac7a664ff1.svg)
    no-repeat right center/15px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-right: 18px;
  width: 15px;
}
.select2-container .select2-choice .select2-arrow b {
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
}
.select2-drop {
  padding: 0;
  font-weight: 500;
  border: 2px solid #266aca;
  border-radius: 0 0 5px 5px;
  border-top-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 2px solid #266aca;
}
.select2-drop.select2-drop-above.select2-drop-active .select2-choice {
  margin-top: 0;
}
.select2-drop.select2-drop-above.select2-drop-active .select2-results {
  border-radius: 5px 5px 0 0;
}
.select2-drop.select2-drop-above.select2-drop-active
  .select2-results
  .select2-result {
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active
  .select2-results
  .select2-result
  .select2-result-label {
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active
  .select2-results
  .select2-result:first-child {
  border-radius: 5px 5px 0 0;
}
.select2-drop.select2-drop-above.select2-drop-active
  .select2-results
  .select2-result:first-child
  .select2-result-label {
  border-radius: 5px 5px 0 0;
}
.select2-drop .select2-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 6px;
  border-bottom: 2px solid #266aca;
}
.select2-drop .select2-search .select2-input {
  font-size: 14px;
  border-radius: 3px;
  border: 2px solid #949494;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #2e3f51;
  background: #fff;
  font-weight: 500;
}
.select2-drop .select2-search .select2-input:hover {
  border-color: #2e3f51;
}
.select2-drop .select2-search .select2-input:focus {
  border-color: #266aca;
}
.select2-drop .select2-results {
  max-height: 280px;
  padding: 0;
  margin: 0;
}
.select2-drop .select2-results li {
  background: none;
}
.select2-drop .select2-results .select2-highlighted {
  background: #f5f5f5;
}
.select2-drop .select2-results .select2-result-label .icon,
.select2-drop .select2-results .select2-result-label .field.checkbox label,
.field.checkbox .select2-drop .select2-results .select2-result-label label {
  margin-right: 8px;
}
.select2-drop .select2-results .select2-no-results,
.select2-drop .select2-results .select2-searching,
.select2-drop .select2-results .select2-ajax-error {
  padding: 6px;
  margin: 8px;
  font-size: 1.5em;
  font-weight: 300;
}
.select2-drop .select2-result-label {
  padding: 12px 10px;
  border-width: 2px 0 0 0;
  border-color: #266aca;
  border-style: solid;
  font-size: 15px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2e3f51;
  line-height: 18px;
}
.select2-drop .select2-result-label:hover {
  background: #f9f9f9;
  color: #335f88;
}
.select2-drop .select2-result:first-child .select2-result-label {
  border-top: none;
}
.input-left-half .select2-container .select2-choice {
  border-radius: 5px 0 0 5px;
}
.field.select .select2-container.select2-dropdown-open .select2-arrow {
  background-image: url(/assets/select-arrow-up-301c5e005be56565b637efc9dbc03fce406867a9267af82f48cc108a2e49b0ed.svg);
}
.field.select.field-single .select2-container .select2-choice {
  border-radius: 5px;
}
.field.select.field-single .select2-dropdown-open .select2-choice {
  border-radius: 5px 5px 0 0;
}
.field.select.field-single .select2-drop-above .select2-choice {
  border-radius: 0 0 5px 5px;
}
.field.select .select2-dropdown-open .select2-choice {
  border-radius: 5px 5px 0 0;
}
.field.select .select2-drop-above .select2-choice {
  border-radius: 0 0 5px 5px;
}
select.schools {
  text-transform: capitalize;
}
.error .select2-container .select2-choice {
  border: 2px solid #ba0000;
}
.field.select .field_with_errors a {
  border: 1px solid #ba0000;
}
.header {
  background: #fff;
  clear: both;
  width: 100%;
  float: left;
  display: table;
  padding: 15px;
}
.header .logo-content {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
}
.header .logo-content img {
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .header .logo-content img {
    max-width: 150px;
  }
}
.header.empty {
  background: #f5f5f5;
}
.header.half .logo-content {
  width: 50%;
}
.header.half .logo-content:first-child {
  text-align: left;
}
.header.half .logo-content:last-child {
  text-align: right;
}
.footer {
    background-image: linear-gradient(
        315deg,
        rgb(255, 248, 197),
        rgb(253, 179, 228)
      );
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 15px 0;
  }
}
.footer__link {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  margin: 0 8px;
}
.footer-links,
.footer__links {
  display: block;
  text-align: center;
  width: 100%;
}
.footer__list-item {
  display: inline-block;
  line-height: 1.6em;
}
.footer__list-item:not(:first-child):before {
  content: "|";
  font-weight: 700;
  vertical-align: text-bottom;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
  color: #000000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}
strong {
  font-weight: 600;
}
.page-container {
  min-height: 100%;
  position: relative;
  background: #f5f5f5;
}
.backdrop {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 200;
  margin-top: -140px;
}
.container {
  clear: both;
  background: #f5f5f5;
  padding-top: 25px;
  background: #fff;
}
.content-container {
  clear: both;
  margin: 0 auto;
  max-width: 475px;
}
@media screen and (min-width: 480px) {
  .content-container {
    width: 475px;
  }
}
.shared_structure {
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .shared_structure {
    border-radius: 12px;
    padding: 40px;
  }
}
.shared_structure .m_flow_header {
  text-align: center;
}
.shared_structure p {
  color: #2e3f51;
  font-size: 15px;
  text-align: center;
}
.shared_structure p strong {
  font-weight: 600;
  font-size: 14px;
}
.shared_structure p.m_narrow {
  max-width: 300px;
  margin: 0 auto;
}
.shared_structure p.m_bold {
  font-weight: 600;
}
.shared_structure p.m_sub_section {
  margin-top: 10px;
}
.content-container.m_providers .go-back {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #2e3f51;
  text-decoration: none;
}
.content-container.m_providers .go-back:hover,
.content-container.m_providers .go-back:focus,
.content-container.m_providers .go-back:active {
  text-decoration: underline;
}
.content-container.m_providers .go-back img {
  height: 22px;
  width: auto;
  margin-right: 10px;
}
.shared_structure p strong {
  font-weight: 600;
  font-size: 14px;
}
.form-container {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}
@media screen and (min-width: 480px) {
  .form-container {
    border-radius: 12px;
    padding: 40px;
  }
}
.form-header-well {
  font-weight: 600;
  background: #f2faff;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 -30px 30px -30px;
}
@media screen and (min-width: 480px) {
  .form-header-well {
    margin: 0 -40px 30px -40px;
  }
}
.form-header-well a {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
}
.form > input {
  font-size: 16px;
}
.form-container .form-content {
  margin-bottom: 25px;
}
.form-container .form-content.narrow {
  padding-left: 25px;
  padding-right: 25px;
}
.form-container .form-content.separated {
  border-bottom: 2px solid #f5f5f5;
}
.form-container .form-content .icon-loading {
  display: block;
  margin: 50px auto;
}
.form-container .form-content .form-icon {
  display: block;
  margin: 0 auto 10px auto;
}
.form-container .form-content .form-content-success {
  margin: 35px 0;
}
.form-container .form-content p:not(.alert) {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .form-container .form-content p:not(.alert) {
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.form-container .form-content p.help-link:not(.alert):last-child {
  margin: 0;
}
.form-container .form-content p.footnote:not(.alert) {
  font-size: 13px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.form-container .form-content p.nomargin:not(.alert) {
  margin: 0;
}
.form-container .form-content p.wide:not(.alert) {
  padding-left: 0;
  padding-right: 0;
}
.form-container .form-content p.narrow:not(.alert) {
  padding-left: 50px;
  padding-right: 50px;
}
.form-container .form-content p.inflated:not(.alert) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-container .form-content p.shrunk:not(.alert) {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-container .form-content p.help-link:not(.alert) {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.form-container .form-content p.help-link:not(.alert) a {
  font-weight: 600;
}
.form-container .form-actions {
  clear: both;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-container .form-actions.horizontal .form-action-button:last-of-type {
  -ms-flex-order: 2;
  order: 2;
}
.form-container .form-actions.horizontal .form-action-button:first-child {
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .form-container .form-actions.horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-container .form-actions.horizontal .form-action-button .btn {
    width: 165px;
    margin-bottom: 0;
  }
  .form-container .form-actions.horizontal .form-action-button:last-of-type {
    -ms-flex-order: 1;
    order: 1;
  }
  .form-container .form-actions.horizontal .form-action-button:first-child {
    -ms-flex-order: 2;
    order: 2;
  }
}
.form-container .form-actions .form-action-button .btn {
  margin-bottom: 20px;
}
.form-container .form-actions .form-action-button:last-child .btn {
  margin-bottom: 0;
}
.form-container .form-footer {
  margin: 30px 0 0 0;
}
.form-container .form-footer a,
.form-container .form-footer p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .form-container .form-footer a,
  .form-container .form-footer p {
    font-size: 14px;
  }
}
.form-container .form-footer.inflated {
  margin-top: 70px;
}
.form-container .form-footer.with-background {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 3px;
}
.form-content-section {
  border-top: 2px solid #f5f5f5;
  padding-top: 25px;
}
.form-content-subheading {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .form-content-subheading {
    font-size: 1.5em;
  }
}
.field-notice {
  clear: both;
}
.field-notice.with-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  padding: 0 20px;
}
.field-notice p {
  display: block;
  padding: 0 20px;
  color: #2e3f51;
  line-height: 16px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 480px) {
  .field-notice p {
    padding: 0;
  }
}
.field-notice.small p {
  text-transform: initial;
  font-weight: 400;
  font-size: 13px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.field-notice.p_top p {
  padding-top: 20px;
  padding-bottom: 0;
}
.field-notice.p_bottom p {
  padding-top: 0;
  padding-bottom: 20px;
}
.field-notice.p_both p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-content-title {
  margin-bottom: 20px;
  text-align: center;
}
.form-content-title.m_small {
  margin: 0;
}
.form-content-title.p_top {
  padding-top: 25px;
}
.form-content-title.align-left {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.form-content-title.align-left h3,
.form-content-title.align-left .h3,
.form-content-title.align-left h4,
.form-content-title.align-left .h4 {
  text-align: left;
}
.form-content-title:first-of-type {
  margin-top: 0;
}
.form-content-title h3,
.form-content-title .h3 {
  color: #2e3f51;
  font-size: 16px;
}
.form-content-title h4,
.form-content-title .h4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #2e3f51;
}
@media screen and (max-width: 480px) {
  .form-content-title h4,
  .form-content-title .h4 {
    font-size: 14px;
  }
}
.form-content-title h5 {
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #2e3f51;
}
@media screen and (max-width: 480px) {
  .form-content-title h5 {
    font-size: 14px;
  }
}
.form-header-content {
  margin-bottom: 30px;
}
.form-header-content img {
  display: block;
  margin: 0 auto;
}
.form-header-content .partner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 450px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-header-content .partner .m_idme {
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
}
.form-header-content .partner .m_addition {
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin: 0 25px;
}
.form-header-content .partner .m_addition img {
  width: 15px;
  height: 15px;
}
.form-header-content .partner .m_consumer-logo {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-height: 60px;
}
.form-header-content .partner .m_consumer-logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}
.form-header-content .partner .m_consumer-logo.m_exit-ramp {
  cursor: pointer;
  background-color: #ffffff;
  background: #ffffff;
  padding: 0;
}
.form-header-content .partner .m_consumer-logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}
.form-header-content .c_icon.m_idme img.img-darkmode,
.form-header-content .c_icon.m_addition img.img-darkmode {
  display: none;
}
@media (prefers-color-scheme: dark) and (forced-colors: active) {
  .form-header-content .c_icon.m_idme img.img-lightmode,
  .form-header-content .c_icon.m_addition img.img-lightmode {
    display: none;
  }
  .form-header-content .c_icon.m_idme img.img-darkmode,
  .form-header-content .c_icon.m_addition img.img-darkmode {
    display: block;
  }
}
.form-fields-wide {
  padding: 10px 30px 0 30px;
  margin: 0 -30px 20px -30px;
}
@media screen and (min-width: 768px) {
  .form-fields-wide {
    padding: 10px 40px 0 40px;
    margin: 0 -40px 20px -40px;
  }
}
.form-fields-wide.m_full {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.form-fields-wide.m_stack {
  margin-bottom: 0;
}
.form-fields-wide.demonstration {
  padding: 30px 0;
  background: #2e3f51;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-fields-wide.background {
  background: #f2faff;
  padding-top: 35px;
  padding-bottom: 35px;
}
.form-fields-wide.inputs .form-content-title {
  margin-bottom: 15px;
}
.field.button .btn {
  width: 100%;
}
.form-actions .btn.btn-primary,
.form-actions .btn.btn-secondary {
  width: 100%;
}
.form-header {
  width: 100%;
}
.form-header p {
  font-size: 1.5em;
  margin: 10px 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .form-header p {
    margin-top: 5px;
  }
}
.form-header .logo {
  display: block;
  margin: 0 auto 15px auto;
}
.form-link-container {
  margin-bottom: 10px;
  text-align: center;
}
.form-link-container .form-link {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.form-container select.no-select {
  background: url(/assets/select-arrow-down-358e7335b36b1b859ac3eba3b0647baf239e5f205e687cc9338953ac7a664ff1.svg)
    no-repeat right center/15px;
  background-position: right 15px bottom 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-top: 5px;
  border: 2px solid #949494;
  border-radius: 5px;
  font-size: 17px;
  height: 59px;
  padding-left: 15px;
  padding-right: 32px;
}
.form-content.m_consent {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 10px;
}
.form-content.m_consent h1 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}
.form-content.m_consent h1.m_center {
  text-align: center;
}
.form-content.m_consent h2 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
}
.form-content.m_consent h2 a,
.form-content.m_consent h2 a:hover,
.form-content.m_consent h2 a:active {
  text-decoration: none;
}
.form-content.m_consent ul,
.form-content.m_consent ol {
  margin-left: 20px;
}
.form-content.m_consent li > p:not(.alert) {
  margin-bottom: 5px;
}
.form-content.m_consent p:not(.alert) {
  text-align: left;
  padding: 0;
  font-size: 14px;
}
.form-content.m_consent p.italic {
  font-style: italic;
}
.form-content.m_consent p.m_left {
  padding: 0;
  text-align: left;
}
.form-content.m_consent p.m_left:last-child {
  margin-bottom: 20px;
}
.form-content.m_consent p.m_left.m_config {
  margin-bottom: 10px;
}
.form-content.m_consent p.m_left.m_solid {
  background: #f2faff;
  padding: 15px;
}
.form-content.m_consent ul {
  font-size: 15px;
}
.form-content.m_consent::-webkit-scrollbar {
  -webkit-appearance: none;
}
.form-content.m_consent::-webkit-scrollbar:vertical {
  width: 11px;
}
.form-content.m_consent::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-content.m_consent {
  max-height: 500px;
  overflow-y: scroll;
}
.form-content.m_consent hr {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #dfdfdf;
}
html {
  scroll-behavior: smooth;
}
.form-content.m_consent p.m_left {
  padding: 0;
  text-align: left;
}
.form-content.m_consent p.m_config {
  margin-bottom: 10px;
}
.form-content.m_consent p:last-child {
  margin-bottom: 20px;
}
.form-content.info-box {
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 0;
}
.form-content.info-box.with-background {
  background-color: #f2faff;
}
.field.text.password-showable input {
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}
.password-showable-button {
  position: absolute;
  inset-inline-end: 11px;
  margin-top: 21px;
  cursor: pointer;
}
.password-showable-button:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.password-showable-button:hover {
  background-color: #f5f5f5;
}
.form-container ul,
.form-container ol {
  font-size: 15px;
  margin: 0 0 30px 40px;
}
.form-container ul.m_center,
.form-container ol.m_center {
  padding-top: 0;
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: justify;
}
.form-container ul.m_center > li,
.form-container ol.m_center > li {
  padding-bottom: 5px;
}
.form-container ul li,
.form-container ol li {
  color: #2e3f51;
  line-height: 18px;
  margin-bottom: 5px;
}
.form-container ul.list-highlight {
  clear: both;
  width: 100%;
  float: left;
  border: 3px solid #f5f5f5;
  font-weight: 600;
  padding: 10px;
  margin: 0 0 25px 0;
}
.form-container ul.list-columns > li {
  list-style: none;
  margin: 4px 0;
  text-align: center;
}
@media (min-width: 480px) {
  .form-container ul.list-columns > li {
    float: left;
    width: 50%;
  }
}
.form-container ul.address-suggestions {
  margin: 0;
}
.form-container ol {
  list-style: none;
  counter-reset: idme-local-numeral;
  margin: 0 15px;
  padding-top: 10px;
}
.form-container ol > li {
  counter-increment: idme-local-numeral;
  padding-bottom: 15px;
}
.form-container ol > li::before {
  content: counter(idme-local-numeral) ") ";
  color: #266aca;
  font-weight: 700;
}
.form-container .form-content-list {
  clear: both;
  margin: 0;
  padding: 0 30px 20px 30px;
}
.form-container .form-content-list.narrow {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .form-container .form-content-list.narrow {
    width: 80%;
  }
}
.form-container .form-content-list li {
  list-style: disc;
  margin: 0 0 10px 0;
}
.form-container .form-content-list li::marker {
  color: #08833d;
}
.form-container .form-content-list li:last-child {
  margin-bottom: 0;
}
.form-container .form-content-list li.item {
  margin-left: 20px;
}
.cta {
  background: #08833d;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 3px;
  color: white;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
@media screen and (max-width: 480px) {
  .cta {
    font-size: 16px;
  }
}
.cta:hover {
  color: white;
  background: #4eb8a4;
  text-decoration: none;
}
.cta.m_color-secondary {
  color: white;
  background: #266aca;
  text-decoration: none;
}
.cta.m_color-secondary:hover {
  background: #2e3f51;
}
.cta.m_color-teal {
  color: white;
  background: #4eb8a4;
}
.cta.m_color-teal:hover {
  background: #44a495;
}
.cta.m_color-green {
  color: white;
  background: #08833d;
}
.cta.m_color-green:hover {
  background: #288e58;
}
.cta.m_color-sapphire {
  color: white;
  background: #0050c7;
}
.cta.m_color-sapphire:hover {
  background: #3373d2;
}
.cta.m_arrow {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.cta.m_arrow .material-icons {
  padding-top: 2px;
  font-size: 22px;
}
.cta.m_color-blue {
  background: #266aca;
}
.cta.m_color-blue:hover {
  background: #1f5db6;
}
.btn {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  height: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:focus {
  text-decoration: none;
  color: #ffffff;
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn:active {
  text-decoration: none;
  color: #ffffff;
}
.btn:disabled {
  text-decoration: none;
  color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn {
    height: 55px;
  }
}
@media screen and (min-width: 480px) {
  .btn.btn-left,
  .btn.btn-right {
    float: left;
    margin-bottom: 20px;
    width: 48%;
  }
  .btn.btn-left {
    margin-right: 2%;
  }
  .btn.btn-right {
    margin-left: 2%;
  }
}
.btn.btn-primary {
  background: #266aca;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #3069bb;
}
.btn.btn-primary:disabled {
  background: #757575;
  background-size: 50px 50px;
  border-color: #757575;
  color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-primary:active,
.btn.btn-primary.selected {
  background: #1a4e98;
}
.btn.btn-primary.inactive {
  background: #757575;
  color: #ffffff;
  text-shadow: none;
}
.btn.btn-secondary {
  border: 2px solid #2e3f51;
  background: #ffffff;
  color: #266aca;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  border-color: #2e3f51;
  background-color: #edf2fa;
}
.btn.btn-secondary:disabled {
  background: #ffffff;
  border-color: #949494;
  background-size: 50px 50px;
  color: #757575;
  cursor: not-allowed;
}
.btn.btn-secondary:active,
.btn.btn-secondary.selected {
  background: #dbe5f3;
}
.btn.btn-succeed {
  background: #08833d;
}
.btn.btn-succeed:hover,
.btn.btn-succeed:focus {
  background: #288e58;
}
.btn.btn-succeed:disabled {
  background: #949494;
  background-image: url(/assets/athens-barberpole-9c06c479055b50b2a996fd45fe2b0230fcf12a3bc133cd4f6a8c45df19c2c7ff.png);
  border-color: #949494;
  color: #949494;
  cursor: not-allowed;
}
.btn.btn-succeed:active,
.btn.btn-succeed.selected {
  background: #288e58;
}
.btn.btn-fail:hover,
.btn.btn-fail:focus,
.btn.btn-fail:disabled {
  background: #949494;
  background-image: url(/assets/athens-barberpole-9c06c479055b50b2a996fd45fe2b0230fcf12a3bc133cd4f6a8c45df19c2c7ff.png);
  border-color: #949494;
  color: #949494;
  cursor: not-allowed;
}
.btn.btn-passive {
  color: #757575;
}
.btn.btn-passive:hover,
.btn.btn-passive:focus,
.btn.btn-passive:disabled {
  background: #949494;
  background-image: url(/assets/athens-barberpole-9c06c479055b50b2a996fd45fe2b0230fcf12a3bc133cd4f6a8c45df19c2c7ff.png);
  -webkit-animation: barberpole 1s linear infinite;
  animation: barberpole 1s linear infinite;
  border-color: #949494;
  color: #949494;
  cursor: not-allowed;
}
.btn.btn-passive:active,
.btn.btn-passive.selected {
  color: #757575;
}
.btn.btn-action-add:hover,
.btn.btn-action-add:focus,
.btn.btn-action-add:disabled {
  background: #757575;
  border-color: #757575;
  color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-sm {
  font-size: 1.1em;
}
.btn.btn-center {
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 60%;
}
@media screen and (min-width: 480px) {
  .btn.btn-center {
    margin: 0 20% 0 20%;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .btn.btn-center {
    width: 100%;
  }
}
.btn.btn-full {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .btn.btn-full {
    margin-bottom: 15px;
  }
}
.btn.btn-left {
  margin-bottom: 10px;
}
.btn.btn-right {
  margin-bottom: 20px;
}
.btn.mod-btn-md {
  font-size: 1.2em;
}
.btn.m_chevron span {
  font-weight: bold;
}
.btn.m_chevron icon {
  font-size: 21px;
  padding-left: 5px;
  font-weight: bold;
}
.btn-block {
  display: block;
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 1.3em;
}
.chevron {
  font-size: 21px;
  padding-left: 5px;
  font-weight: bold;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.language {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.language-selection {
  display: table;
  line-height: 25px;
  margin: 0 auto;
  position: relative;
}
.language-selection > a {
  display: table-cell;
}
.language-selection:before {
  background: url(/assets/icons/down-b7ca882674faa748455822f70f3822029d25ca64487139c5f0d8daadc4789b39.svg)
    no-repeat center center/14px 7px;
  content: "";
  display: table-cell;
  width: 20px;
  height: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  vertical-align: middle;
}
.language-selection.is-active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.ui-dialog .ui-dialog-content.language-selection-list {
  background: #f5f5f5;
  border: 1px solid #ffffff;
  bottom: 40px;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 1000;
}
.ui-dialog .ui-dialog-content.language-selection-list .option {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: left;
}
.ui-dialog .ui-dialog-content.language-selection-list .option:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.ui-dialog .ui-dialog-content.language-selection-list .option.m_title {
  border-width: 2px;
  color: #000;
}
.language-selection.is-active .language-selection-list {
  display: block;
}
ul.icon_options {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
li.icon_options-method {
  cursor: pointer;
  list-style: none;
  margin: 15px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
li.icon_options-method:first-child {
  margin-top: 0;
}
li.icon_options-method:last-child {
  margin-bottom: 0;
}
li.icon_options-method:hover .start,
li.icon_options-method:focus .start {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  background: #266aca;
}
li.icon_options-method:active .start {
  background: #2e3f51;
}
li.icon_options-method a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #266aca;
  border: 1px solid #266aca;
  border-radius: 6px;
}
li.icon_options-method a:link,
li.icon_options-method a:visited,
li.icon_options-method a:hover {
  color: #1f5db6;
  text-decoration: none;
}
li.icon_options-method a:focus {
  background: #f9f9f9;
  border-color: #266aca;
}
li.icon_options-method a:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:focus:focus:not(:focus-visible) {
  outline: none;
}
li.icon_options-method a:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:hover {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  background: #f9f9f9;
  border: 1px solid #266aca;
}
li.icon_options-method a:active {
  background: #dfdfdf;
  border-color: #757575;
}
li.icon_options-method a.inactive:hover .icon_options-method-icon {
  background: #dfdfdf;
}
.icon_options-method-icon {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding-top: 15px;
}
.icon_options-method-icon img {
  display: block;
  margin: 0 auto;
}
.icon_options-method-icon.m_code img,
.icon_options-method-icon.m_fidokey img {
  height: 30px;
}
.inactive .icon_options-method-icon {
  background: #dfdfdf;
}
.icon_options-method-icon.padding {
  padding-top: 20px;
}
.icon_options-method-content {
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  padding: 15px 10px 50px 0;
  margin-left: 1px;
  border-color: #266aca;
}
@media screen and (min-width: 768px) {
  .icon_options-method-content {
    padding-bottom: 40px;
  }
}
.icon_options-method-content:hover {
  border-color: #1f5db6;
}
.icon_options-method-content:only-child {
  padding-left: 15px;
}
.icon_options-method-content h3,
.icon_options-method-content h4,
.icon_options-method-content .icon_options-method-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #266aca;
}
.icon_options-method-content span {
  color: #2e3f51;
  display: block;
  width: 95%;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .icon_options-method-content span {
    font-size: 14px;
  }
}
.icon_options-method-content .start {
  background: #266aca;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.inactive .icon_options-method-content {
  border-color: #dfdfdf;
}
.inactive .icon_options-method-content .title:after {
  color: #ba0000;
  font-size: 11px;
  font-weight: 600;
  float: right;
  line-height: 1.5em;
}
.icon_options-method-content .icon_options-method-button {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.icon_options-method-content .icon_options-method.m_compact {
  padding: 20px 0;
}
.separator {
  font-size: 14px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin: 30px 0 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.separator:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 60%;
}
.separator span {
  background: #fff;
  padding: 0 15px;
  color: #2e3f51;
}
.separator.separator-large {
  text-transform: uppercase;
  margin: 30px 0;
}
.separator.separator-large:before {
  width: 40%;
}
.separator.large_text {
  font-size: 18px;
}
hr.separator-primary {
  margin: 30px 0;
  border: 0;
  height: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
}
hr.separator-hybrid-initial {
  margin: 30px 0;
  border: 0;
  height: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
}
.field-group.m_big_inputs {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.field-group.m_big_inputs .field.radio {
  margin-bottom: 0;
}
.field-group.m_big_inputs .field.radio .check {
  display: none;
}
.field-group.m_big_inputs .field.radio input[type="radio"] {
  opacity: 0;
}
.field-group.m_big_inputs .field.radio.radio-icon {
  border: 2px solid #949494;
  border-radius: 5px;
  height: 120px;
  background-position-x: center;
  background-position-y: 25px;
  background-repeat: no-repeat;
  background-color: white;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.field-group.m_big_inputs .field.radio.radio-icon label {
  height: auto;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px 0 15px;
  color: #2e3f51;
  font-weight: 600;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .field-group.m_big_inputs .field.radio.radio-icon label {
    font-size: 14px;
  }
}
.field-group.m_big_inputs .field.radio.radio-icon:focus-within,
.field-group.m_big_inputs .field.radio.radio-icon:hover {
  -webkit-transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  background-color: #f5f5f5;
}
.field-group.m_big_inputs .field.radio.radio-icon:active {
  border-color: #2e3f51;
}
.field-group.m_big_inputs .field.radio.radio-icon:first-child {
  margin-right: 5px;
}
.field-group.m_big_inputs .field.radio.radio-icon:last-child {
  margin-left: 5px;
}
.field-group.m_big_inputs .field.radio.radio-icon.authenticator-type-qr-code {
  background-image: url(/assets/icons/multifactor/authenticator/qr-code-38ca710cecf23e024d595221ff5d6705c9908172430e09c6eea0d1cd65ee408b.svg);
  background-size: 45px;
  background-position-y: 23px;
}
.field-group.m_big_inputs
  .field.radio.radio-icon.authenticator-type-secret-key {
  background-image: url(/assets/icons/multifactor/authenticator/secret-key-3b5e8b76a5cd19a9a70f4bc2412208b4f339bbb401cf51adb4d29257d6fb0a10.svg);
  background-size: 45px;
  background-position-y: 23px;
}
.field-group.m_big_inputs .field.radio.radio-icon.delivery-type-call {
  padding-top: 116px;
  background-image: url(/assets/icons/devices/delivery-call-1ce00915e2c4b19ad055ad0e97448ead94339615e5f0ce8bf6244e872217beff.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.delivery-type-text {
  padding-top: 116px;
  background-image: url(/assets/icons/devices/delivery-text-0f434913d3ebd56a58eafe159a4826dda151c01cd0fef291ad4472451f217254.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.delivery-type-smartphone {
  background-image: url(/assets/icons/devices/delivery-smartphone-177be83597024f84df206eefcd1e43d729954eeff3e0e6867b14a226a42c7fb9.svg);
  background-size: 35px;
  background-position-y: 20px;
}
.field-group.m_big_inputs .field.radio.radio-icon.delivery-type-email {
  background-image: url(/assets/icons/devices/delivery-email-b21596a2488a4fe4807ff3f809e84393b815755efb68e9102abfb7081293521f.svg);
  background-size: 45px;
  background-position-y: 23px;
}
.field-group.m_big_inputs .field.radio.radio-icon.phone-type-mobile {
  background-image: url(/assets/icons/phone-smart-off-e57e727e606374bbb540668be975cf2be374724c86b20182004af8dd59caf7f2.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.phone-type-home {
  background-image: url(/assets/icons/phone-home-off-07f6d7d27abebf25e9980563c5dbfa560d0b08c69a555b0206d5081605253557.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.license-type-front {
  background-image: url(/assets/icons/license-front-off-07f86a33aeec60e267e3e6d8f6805c0627f84cbcc3ac8358e1fa6fdc95c20f68.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.license-type-back {
  background-image: url(/assets/icons/license-back-off-09106a863c20bb29854e9b8a0c76373d13f0e069cdce5acba68ec462feaf0d0c.svg);
}
.field-group.m_big_inputs .field.radio.radio-icon.is-selected {
  border-color: #266aca;
}
.field-group.m_big_inputs .field.radio.radio-icon.is-selected::after {
  content: url(/assets/checkmark-icon-b4242148eae580bf20301038fe492c3bf81ae6e0e14b0b70a793eed7f9a43245.png);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.field-group.m_big_inputs .field.radio.radio-icon.disabled {
  pointer-events: none;
  border-color: #dfdfdf;
  cursor: none;
  background-color: #f5f5f5;
}
.field-group.m_big_inputs .field.radio.radio-icon.disabled label {
  color: #949494;
}
.field-group.m_small_inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
.field-group.m_small_inputs .field.radio {
  margin-bottom: 0;
}
.field-group.m_small_inputs .field.radio input[type="radio"] {
  opacity: 0;
}
.field-group.m_small_inputs .field.radio.radio-icon {
  padding: 15px 0;
  margin-bottom: 15px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  cursor: pointer;
  display: block;
  text-align: center;
  position: relative;
}
.field-group.m_small_inputs .field.radio.radio-icon label {
  height: auto;
  display: block;
  cursor: pointer;
  font-size: 15px;
  color: #266aca;
  font-weight: 600;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .field-group.m_small_inputs .field.radio.radio-icon label {
    font-size: 14px;
  }
}
.field-group.m_small_inputs .field.radio.radio-icon:last-child {
  margin-bottom: 0;
}
.field-group.m_small_inputs .field.radio.radio-icon:focus-within,
.field-group.m_small_inputs .field.radio.radio-icon:hover {
  background-color: #f5f5f5;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.field-group.m_small_inputs .field.radio.radio-icon.is-selected {
  border-color: #266aca;
}
.field-group.m_small_inputs .field.radio.radio-icon.is-selected:after {
  content: url(/assets/checkmark-d1984b12ea2df08b058df1b5c7fe2d71648a92a7eca36a97c1ef0bd83f55113d.svg);
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35);
  bottom: -34px;
  right: -34px;
}
ul.subway_stops {
  width: 270px;
  margin: 0 auto 25px auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-image: url(/assets/progressbar-line-785aacc7b53681c60e0c66e42f97bc2540800db62c1ca2b84feed419c496aab9.svg);
  background-repeat: repeat-x;
  background-position: center center;
}
ul.subway_stops > li.subway_stops-item {
  margin: 0;
  list-style-type: none;
  border: 1px solid #dfdfdf;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #fff;
  color: #757575;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: not-allowed;
}
ul.subway_stops > li.subway_stops-item.active {
  border: 3px solid #a6caff;
  background: #0050c7;
  color: #fff;
}
ul.subway_stops > li.subway_stops-item.active span {
  color: #fff;
}
ul.subway_stops > li.subway_stops-item > span {
  font-size: 12px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
p.alert {
  display: none;
  background: #f2faff;
  color: #2e3f51;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 20px 25px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.2em !important;
}
@media screen and (max-width: 768px) {
  p.alert {
    font-size: 14px;
  }
}
p.alert span {
  display: block;
  margin-bottom: 10px;
}
p.alert span:last-child {
  margin-bottom: 0;
}
p.alert a {
  color: #2e3f51;
}
p.alert.top {
  margin-top: 15px;
}
p.alert.alert-success {
  background: #e7fff2;
  color: #08833d;
}
p.alert.alert-error {
  background: #ffdedb;
}
p.alert.alert-error a {
  color: #266aca;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
p.alert.alert-error a:hover {
  color: #1f5db6;
}
p.alert.alert-notice {
  background: #fff1d2;
  color: #2e3f51;
}
p.alert.alert-info {
  background: #f2faff;
  color: #2e3f51;
  border: 1px solid #dfdfdf;
}
p.alert.alert-show {
  display: block;
}
.status-page .icon,
.status-page .field.checkbox label,
.field.checkbox .status-page label {
  display: block;
  margin: 25px auto;
  width: 40px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .status-page .icon,
  .status-page .field.checkbox label,
  .field.checkbox .status-page label {
    width: 65px;
    margin: 25px auto 40px auto;
  }
}
.status-page .icon-padded {
  display: block;
  margin: 40px auto;
}
.status-page .form-content {
  margin-bottom: 25px;
}
.status-page .form-content:last-child {
  margin-bottom: 0;
}
.status-page .form-content.with-image {
  text-align: center;
  padding: 10px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
}
.status-page .form-content p:last-child {
  margin-bottom: 0;
}
.form-well {
  padding: 20px;
  margin-bottom: 25px;
}
.form-well p {
  color: #2e3f51;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-well.m_nomargin {
  margin-bottom: 0;
}
.form-well.m_static {
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 20px;
}
.form-well.m_static p {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.form-well.m_static a {
  font-weight: 600;
}
.form-well.m_noise {
  background: #f5f5f5;
  background: url(/assets/backgrounds/bg-noise-7cf2dea0982253a73dbb06911167c10d4b142582d95e80b56d5bde96ccb7e611.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.expandable {
  margin-bottom: 20px;
}
.expandable.m_slim {
  margin-bottom: 0;
}
.expandable .expandable-opener {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 10px;
  background: #f9f9f9;
  color: #266aca;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.expandable .expandable-opener:hover {
  color: #1f5db6;
  border-color: #949494;
}
.expandable .expandable-opener.open {
  background: #fff;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.expandable .expandable-opener.open img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.expandable .expandable-opener img {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  cursor: pointer;
  width: 8px;
}
.expandable .expandable-closer {
  cursor: pointer;
  border: none;
  padding: 0;
  color: #266aca;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 4px;
}
.expandable .expandable-closer:focus,
.expandable .expandable-closer:hover {
  text-decoration: none;
}
.expandable .expandable-content {
  display: none;
}
.expandable .expandable-content .expandable-payload-copy {
  padding: 25px 5px 0 5px;
}
.expandable .expandable-content .expandable-payload-copy h4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #266aca;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}
.expandable .expandable-content .expandable-payload-copy h5 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #2e3f51;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.expandable .expandable-content .expandable-payload-copy p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 22px;
}
.expandable .expandable-content .expandable-payload-copy p.m_none {
  margin-bottom: 5px;
}
.expandable .expandable-content .expandable-payload-copy a {
  display: inline-block;
  color: #266aca;
  cursor: pointer;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  text-decoration: none;
}
.expandable .expandable-content .expandable-payload-copy a:hover {
  color: #1f5db6;
}
ul.icon_options {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
li.icon_options-method {
  cursor: pointer;
  list-style: none;
  margin: 15px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
li.icon_options-method:first-child {
  margin-top: 0;
}
li.icon_options-method:last-child {
  margin-bottom: 0;
}
li.icon_options-method:hover .start,
li.icon_options-method:focus .start {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  background: #266aca;
}
li.icon_options-method:active .start {
  background: #2e3f51;
}
li.icon_options-method a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #266aca;
  border: 1px solid #266aca;
  border-radius: 6px;
}
li.icon_options-method a:link,
li.icon_options-method a:visited,
li.icon_options-method a:hover {
  color: #1f5db6;
  text-decoration: none;
}
li.icon_options-method a:focus {
  background: #f9f9f9;
  border-color: #266aca;
}
li.icon_options-method a:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:focus:focus:not(:focus-visible) {
  outline: none;
}
li.icon_options-method a:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
li.icon_options-method a:hover {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  background: #f9f9f9;
  border: 1px solid #266aca;
}
li.icon_options-method a:active {
  background: #dfdfdf;
  border-color: #757575;
}
li.icon_options-method a.inactive:hover .icon_options-method-icon {
  background: #dfdfdf;
}
.icon_options-method-icon {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding-top: 15px;
}
.icon_options-method-icon img {
  display: block;
  margin: 0 auto;
}
.icon_options-method-icon.m_code img,
.icon_options-method-icon.m_fidokey img {
  height: 30px;
}
.inactive .icon_options-method-icon {
  background: #dfdfdf;
}
.icon_options-method-icon.padding {
  padding-top: 20px;
}
.icon_options-method-content {
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  padding: 15px 10px 50px 0;
  margin-left: 1px;
  border-color: #266aca;
}
@media screen and (min-width: 768px) {
  .icon_options-method-content {
    padding-bottom: 40px;
  }
}
.icon_options-method-content:hover {
  border-color: #1f5db6;
}
.icon_options-method-content:only-child {
  padding-left: 15px;
}
.icon_options-method-content h3,
.icon_options-method-content h4,
.icon_options-method-content .icon_options-method-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #266aca;
}
.icon_options-method-content span {
  color: #2e3f51;
  display: block;
  width: 95%;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .icon_options-method-content span {
    font-size: 14px;
  }
}
.icon_options-method-content .start {
  background: #266aca;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.inactive .icon_options-method-content {
  border-color: #dfdfdf;
}
.inactive .icon_options-method-content .title:after {
  color: #ba0000;
  font-size: 11px;
  font-weight: 600;
  float: right;
  line-height: 1.5em;
}
.icon_options-method-content .icon_options-method-button {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.icon_options-method-content .icon_options-method.m_compact {
  padding: 20px 0;
}
.suggest {
  width: 100%;
}
.suggest label.label-error {
  width: 100%;
  float: none;
}
.suggest .email-suggestion {
  clear: both;
  width: 100%;
  float: left;
  color: #2e3f51;
  display: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin: 5px 0 15px 0;
}
.suggest .email-suggestion button {
  padding: 1px;
  color: #266aca;
  cursor: pointer;
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
}
.suggest .email-suggestion button:hover,
.suggest .email-suggestion button:active {
  text-decoration: none;
}
.suggest .email-suggestion button:focus:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.suggest .email-suggestion button:focus:focus:not(:focus-visible) {
  outline: none;
}
.suggest .email-suggestion button:focus:focus-visible {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.timeout-modal__countdown {
  margin-bottom: 1.5rem;
}
.timeout-modal__timer {
  font-weight: 600;
}
.feather-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.icon.bold .feather-icon,
.field.checkbox label.bold .feather-icon {
  stroke-width: 4;
}
.icon--small .feather-icon {
  width: 1rem;
  height: 1rem;
}
.icon--medium .feather-icon {
  height: 2rem;
  width: 2rem;
}
.icon--big .feather-icon {
  width: 3rem;
  height: 3rem;
}
.icon--hero .feather-icon {
  width: 6rem;
  height: 6rem;
}
.icon--center {
  margin: 0 auto;
}
.password {
  position: relative;
}
.form-container .password-strength {
  display: none;
  position: absolute;
  top: 95px;
  right: 0;
  width: 355px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background: #fff;
  text-align: left;
  z-index: 900;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  .form-container .password-strength {
    display: none !important;
  }
}
.form-container .password-strength.hide {
  display: block;
}
.form-container .password-strength.show {
  display: block;
}
.form-container .password-strength::after {
  top: -10px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
}
.form-container .password-strength p {
  clear: both;
  width: 100%;
  float: left;
  color: #266aca;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 0;
}
.form-container .password-strength p:last-child {
  margin-top: 5px;
}
.form-container .password-strength ul {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
}
.form-container .password-strength ul li {
  float: left;
  width: 50%;
  font-size: 13px;
  font-weight: 600;
  height: 12px;
  margin: 0 0 5px 0;
  list-style: none;
}
.form-container .password-strength .invalid {
  color: #ba0000;
}
.form-container .password-strength .invalid::before {
  content: "\2613";
  font-family: idme-icons;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 2px;
  line-height: 9px;
  display: inline-block;
}
.form-container .password-strength .valid {
  color: #08833d;
}
.form-container .password-strength .valid::before {
  content: "\e61b";
  font-family: idme-icons;
  font-weight: normal;
  margin-left: 3px;
  line-height: 9px;
  display: inline-block;
}
.iti__flag {
  background-image: url(/assets/telephone/flags-964935a9c5ffac75221bcddab1973c50bbcea1209b05014b37680cd4e47e0ad7.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti__flag {
    background-image: url(/assets/telephone/flags@2x-ee5efda1554027b73f52734e48c15376777134b354dc8d52cb12242184e3970a.png);
  }
}
.iti {
  width: 100%;
  display: block;
  margin-top: 5px;
}
.iti input {
  padding-right: 10px;
}
.iti .iti__selected-flag:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
  border-radius: 5px;
  border: 2px solid #266aca;
  padding: 0 6px;
}
.warning-container {
  background: #2e3f51;
  padding: 25px 40px 5px;
  margin: 0 -30px 15px -30px;
}
@media screen and (min-width: 480px) {
  .warning-container {
    margin: 0 -40px;
    margin-bottom: 25px;
  }
}
.warning-container p {
  color: #ffffff !important;
  padding: 0 !important;
}
.warning-container p span {
  font-weight: 700;
}
.warning-container .icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}
.warning-container .icon-container img {
  padding-right: 10px;
}
.warning-container .icon-container a {
  color: #ffffff;
  font-weight: 600;
}
.warning-container .icon-container a:focus {
  outline-color: #ffffff;
}
.selection-group-one {
  background: #f2faff;
  margin: 0 -30px;
  padding: 40px;
}
@media screen and (min-width: 480px) {
  .selection-group-one {
    margin: 0 -40px;
    margin-bottom: 25px;
  }
}
.selection-group-one p {
  padding-bottom: 20px;
}
.separator-full {
  text-transform: uppercase;
}
.separator-full:before {
  width: 100%;
  top: 7px;
}
.separator-full.mfa {
  margin-bottom: 30px;
}
.separator-full.mfa span {
  background-color: #f2faff;
}
.separator-long {
  height: 48px;
  margin: 0;
}
.separator-long:before {
  width: 100%;
}
ol.ordered-list {
  margin: 0;
  padding: 8px 56px;
}
ol.ordered-list li:before {
  content: counter(idme-local-numeral);
  float: left;
  margin-right: 16px;
  font: 700 12px "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #757575;
  line-height: 24px;
  width: 25px;
  height: 25px;
  border: 1px solid #757575;
  border-radius: 999px;
}
ol.ordered-list li:last-child {
  padding-bottom: 0;
}
.qr-form {
  margin-top: 30px;
  border: 2px solid #949494;
  border-radius: 5px;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.qr-form:hover {
  border-color: #757575;
  cursor: pointer;
}
.qr-dropdown {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #266aca;
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
}
.qr-dropdown:hover {
  cursor: pointer;
}
.qr-dropdown h3 {
  margin: 0;
}
.qr-dropdown span {
  position: absolute;
  top: 16px;
  right: 8px;
}
@media screen and (min-width: 375px) {
  .qr-dropdown span {
    right: 14px;
    top: 18px;
  }
}
.qr-dropdown span img {
  width: 10px;
  height: 8px;
}
@media screen and (min-width: 375px) {
  .qr-dropdown span img {
    width: 12px;
    height: 10px;
  }
}
.qr-code {
  padding: 0 15px;
  text-align: center;
}
.qr-code img {
  display: block;
  margin: 0px auto 25px auto;
  background-color: #ffffff;
  padding: 10px;
}
.qr-code .field.text.m_static label {
  margin: 0 auto;
  padding: 18px 0;
  font-size: 17px;
}
@media screen and (min-width: 480px) {
  .qr-code .field.text.m_static label {
    font-size: 20px;
  }
}
.delivery-type-qrcode.is-selected .qr-dropdown {
  border-bottom: 2px solid #266aca;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.delivery-type-qrcode.is-selected .qr-form {
  border-color: #266aca;
}
.delivery-type-qrcode.is-selected .qr-form .dropdown-carrot {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-content.form-content-highlight p {
  font-weight: 600;
  color: #266aca;
}
p.alert a {
  font-weight: inherit;
}
.multifactor-backupcodes .form-fields-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #f5f5f5;
}
.multifactor-backupcodes .form-fields-wide ol {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  padding: 0;
  counter-reset: list;
}
.multifactor-backupcodes .form-fields-wide ol > li {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .multifactor-backupcodes .form-fields-wide ol > li {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.multifactor-backupcodes .form-fields-wide ol > li::before {
  content: "";
}
.multifactor-backupcodes .form-fields-wide .form-content {
  margin-bottom: 0;
}
.multifactor-backupcodes .form-fields-wide .form-content p {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}
ul.multifactor_setups {
  list-style-type: none;
}
ul.multifactor_setups li {
  margin-bottom: 0;
  line-height: 15px;
  width: 100%;
}
.footer-button {
  margin-bottom: 10px;
}
.connections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .connections {
    margin: 0 -7px;
  }
}
.connections.hidden {
  display: none;
}
.connections > .connection {
  margin: 15px 5px 0;
  border: 1px solid #949494;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #2e3f51;
}
@media screen and (min-width: 768px) {
  .connections > .connection {
    margin: 10px auto;
  }
}
.connections > .connection:hover {
  border-color: #2e3f51;
  background-color: #f5f5f5;
}
.connections > .connection:focus {
  border-color: #2e3f51;
  -webkit-transition: none;
  transition: none;
}
.connections > .connection:active {
  border-color: #2e3f51;
  background-color: #dfdfdf;
}
.connections > .connection.m_full {
  width: 100% !important;
  color: #266aca;
}
.connections > .connection.facebook {
  background-image: url(/assets/icons/login/facebook-116f6267ff4d14d3dd98fcf4e3dc9931cf5fba014bf16d44a17fd791d05201fd.svg);
  background-size: 12px;
  background-position: center;
}
.connections > .connection.google {
  background-image: url(/assets/icons/login/google-a43b7bcd4be906d16c347ac7c53f07ebae6f75732b8a8038844b95b737b90ffa.svg);
  background-size: 20px;
  background-position: center;
}
.connections > .connection.apple {
  background-image: url(/assets/icons/login/apple-a7464638f21272811259a7dec32cb0ea2a95080256372ea5640b9a78395d9fd4.svg);
  background-size: 20px;
  background-position: center;
}
@media (prefers-color-scheme: dark) and (forced-colors: active) {
  .connections > .connection.apple {
    background-image: url(/assets/icons/login/apple-white-bc2d0b8ab6630103fdefa1ffe1f273635420bd9cf9e0c7f147ad56787498f801.svg);
  }
}
.connections > .connection.linkedin {
  background-image: url(/assets/icons/login/linkedin-da38d5cac6618d9aad720407d94fbe0b1275531502044ed173de95da2ee3ce3c.svg);
  background-size: 20px;
  background-position: center;
}
.connections > .connection.dslogon {
  background-image: url(/assets/icons/login/dslogon-f173195411f46511ecaa82f49eea51b15925e1299ad2d4387306110574a2a693.gif);
  background-size: 20px;
  background-position: center;
}
.connections > .connection.myhealthevet {
  background-image: url(/assets/icons/login/myhealthevet-7caabd60cc42c7387a714c462769ed64e992e17550908635545f48444269136b.gif);
  background-size: 40px;
  background-position: center;
}
.connections > .connection.aarp {
  background-image: url(/assets/icons/login/aarp-8ef924979d6dd89398cdfef6103ae03f6cfb6350405d2a83328ebd8659a69c03.gif);
  background-size: 35px;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .connections.all {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.connections.all > a {
  height: 60px;
  width: 90%;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 53px;
  font-weight: 600;
  font-size: 16px;
}
.connections.all > a.facebook {
  background-position: 21px 17px;
}
.connections.all > a.google {
  background-position: 17px 18px;
}
.connections.all > a.apple {
  background-position: 17px 18px;
}
.connections.all > a.linkedin {
  background-position: 17px 17px;
}
.connections.all > a.dslogon {
  background-position: 17px 20px;
}
.connections.all > a.myhealthevet {
  background-position: 6px 20px;
}
.connections.all > a.aarp {
  background-position: 9px 22px;
}
.providers .go-back {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #2e3f51;
  text-decoration: none;
}
.providers .go-back:hover,
.providers .go-back:focus,
.providers .go-back:active {
  text-decoration: underline;
}
.providers .go-back img {
  height: 18px;
  width: auto;
  margin-right: 10px;
}
.providers a.btn {
  height: 60px;
  border-color: #dfdfdf;
}
.providers a.btn:hover,
.providers a.btn:active {
  border-color: #949494;
}
.providers a.btn img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}
.providers .form-fields-wide {
  margin: 40px -40px 20px;
  padding: 15px 40px;
  text-align: center;
}
.providers .form-fields-wide h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.providers .choose-from {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.form-header-access {
  margin: 0;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .form-header-access {
    margin: 0 0 20px 0;
  }
}
.form-header-access h1 {
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
}
.form-header-access .option {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .form-header-access .option {
    font-size: 14px;
  }
}
.form-header-access .option a {
  font-weight: 500;
}
ul.subway_stops.two-stops {
  width: 90px;
}
ul.subway_stops.three-stops {
  width: 150px;
}
.kiosk .content-container {
  -webkit-transform: scale(1.3) translateY(175px);
  -ms-transform: scale(1.3) translateY(175px);
  transform: scale(1.3) translateY(175px);
}
.kiosk .field-group.m_big_inputs .field.radio.radio-icon label {
  width: 185px;
}
.kiosk .field.text input:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-width: 2px;
  z-index: 1;
}
.kiosk footer {
  -webkit-transform: translateY(450px);
  -ms-transform: translateY(450px);
  transform: translateY(450px);
}
.kiosk footer .footer-links {
  font-size: 28px;
}
.kiosk footer .footer-links a {
  font-size: 28px;
}
.kiosk .container {
  background: #f3f5f8;
  margin-top: 0;
  padding-bottom: 500px;
}
.kiosk-makeshift-btn {
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  background: #f5f5f5;
}
.kiosk-makeshift-btn.respond {
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
  background: #08833d;
}
.kiosk .field.checkbox label:after {
  border: 2px solid #266aca;
}
.kiosk .kiosk_controls {
  width: 300px;
  height: 100vh;
  position: fixed;
  z-index: 12;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kiosk .kiosk_controls.m_right {
  right: 55px;
  top: 50px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.kiosk .kiosk_controls .kiosk-makeshift {
  margin-top: 300px;
}
.kiosk-makeshift .kiosk-makeshift-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
  padding: 25px 0;
}
.kiosk-makeshift .kiosk-makeshift-btn.m_inverse {
  color: #266aca;
  border: 2px solid #266aca;
}
.kiosk-makeshift .kiosk-makeshift-btn.m_up img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.kiosk-makeshift .kiosk-makeshift-btn img {
  width: 50px;
}
.kiosk .kiosk-logout {
  font-size: 30px;
}
.form-container-message {
  margin-top: 25px;
}
.form-actions input.btn {
  width: 100%;
}
.field.text input[type="password"]::-ms-reveal,
.field.text input[type="password"]::-ms-clear {
  display: none;
}
.cta-link {
  font-size: 1rem;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #266aca;
  padding: 1rem;
  border-radius: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  min-width: 165px;
}
.cta-link:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.cta-link.full-width {
  width: 100%;
}
.cta-link .icon,
.cta-link .field.checkbox label,
.field.checkbox .cta-link label {
  margin-right: 0.5rem;
}
.cta-link .icon--right {
  margin-right: 0;
  margin-left: 0.5rem;
}
.cta-link .icon svg,
.cta-link .field.checkbox label svg,
.field.checkbox .cta-link label svg,
.cta-link .icon img,
.cta-link .field.checkbox label img,
.field.checkbox .cta-link label img {
  display: block;
}
.cta-link--primary {
  font-size: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .cta-link {
    width: 100%;
  }
}
.required-instructions {
  margin-bottom: 20px;
  font-size: 14px;
}
.field .required-instructions {
  margin-top: 8px;
}
.field .bottom-instruction {
  margin-left: 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.bold {
  font-weight: 700;
}
.alert-well {
  border-left: 15px solid transparent;
  border-radius: 5px;
  padding: 15px 10px 20px 10px;
  display: -ms-flexbox;
  display: flex;
}
.form-container .form-content .alert-well p {
  text-align: left;
  margin-bottom: 0;
}
.form-container .form-content .alert-well .alert-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}
.form-container .form-content .alert-well .alert-copy {
  padding-left: 10px;
}
.alert-well.alert-hidden {
  display: none;
}
.alert-well.alert-warning {
  border-color: #fbbc05;
  background-color: rgba(251, 188, 5, 0.1);
}
.alert-well.alert-error {
  border-color: #ba0000;
  background-color: rgba(186, 0, 0, 0.05);
}
.alert-well.alert-notice {
  border-color: #266aca;
  background-color: rgba(38, 106, 202, 0.1);
}
.alert-well.alert-success {
  border-color: #08833d;
  background-color: rgba(8, 131, 61, 0.1);
}
.link-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #266aca;
  padding: 20px;
  border-radius: 5px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 10px 0;
  width: 100%;
}
.link-card__content {
  padding-left: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.link-card__content a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-card__content a {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.link-card__content span {
  color: #2e3f51;
  font-size: 14px;
  line-height: normal;
}
.broker-logo {
  border-bottom: 4px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .broker-logo img {
    height: auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .broker-steps-icons {
    height: auto;
    width: 245px;
  }
}
.broker-steps-captions {
  height: 40px;
  margin: 10px auto 40px auto;
}
@media screen and (max-width: 480px) {
  .broker-steps-captions {
    width: 280px;
  }
}
.broker-steps-captions .caption {
  float: left;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 480px) {
  .broker-steps-captions .caption {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
.broker-steps-captions .caption > span {
  white-space: nowrap;
}
.multifactor-event .selection-options {
  margin-bottom: 25px;
}
.multifactor-event .selection-options .field.radio {
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  padding: 10px;
  margin-bottom: 15px;
}
.multifactor-event .selection-options .field.radio.is-selected {
  border-color: #266aca;
}
.multifactor-event .selection-options .field.radio:last-child {
  margin-bottom: 0;
}
.multifactor-event .selection-options .field.radio:focus-within,
.multifactor-event .selection-options .field.radio:hover {
  background-color: #f5f5f5;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.multifactor-event .selection-options .field.radio label {
  font-size: 14px;
  font-weight: 500;
  color: #2e3f51;
}
.multifactor-event .selection-options .field.radio input[type="radio"] {
  left: 10px;
}
.setup-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #949494;
  border-radius: 5px;
  margin: 20px;
}
.setup-card__content {
  padding-top: 5px;
  padding-left: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.setup-card__content p {
  font-size: 15px;
  text-align: left;
}
.setup-card__content span {
  color: #2e3f51;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
}
.multifactor-setup.multifactor-recovery ul.subway_stops {
  display: none;
}
.multifactor-setup.multifactor-recovery .recovery {
  padding: 18px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #2e3f51;
  display: block;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: -ms-flexbox;
  display: flex;
}
.multifactor-setup.multifactor-recovery .content {
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.multifactor-setup.multifactor-recovery .copy-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
}
.multifactor-setup.multifactor-recovery .copy-button:focus {
  outline: 2px solid #0050c7;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.multifactor-setup.multifactor-recovery .copy-button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.multifactor-setup.multifactor-recovery .copy-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.multifactor-setup.multifactor-recovery .copy-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.multifactor-setup.multifactor-recovery .tooltiptext {
  display: none;
  text-transform: none;
}
.multifactor-setup.multifactor-backupcodes #copy_icon,
.multifactor-setup.multifactor-backupcodes #copy_complete_icon {
  display: inherit;
}
.multifactor-setup.multifactor-devicekey .alert span {
  margin-bottom: 0;
}
.multifactor-setup.multifactor-fidokey .alert span {
  margin-bottom: 0;
}
.multifactor-setup.multifactor-phone .m_phone {
  display: block;
}
.multifactor-setup.multifactor-phone .field-group.u_one-line .m_extension {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multifactor-setup.multifactor-phone .field-group.u_one-line .m_extension {
    width: 30%;
  }
}
.multifactor-setup.multifactor-phone .field-group.u_one-line .m_phone {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multifactor-setup.multifactor-phone .field-group.u_one-line .m_phone {
    width: 70%;
  }
}
.multifactor-alternate {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.multifactor-alternate p {
  margin-bottom: 20px;
  font-size: 13px;
}
.multifactor-alternate .alternate-container .alternate-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.multifactor-alternate
  .alternate-container
  .alternate-container-row:last-child {
  margin-bottom: 0;
}
.multifactor-alternate .alternate-container a {
  width: 48%;
  margin-right: 15px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .multifactor-alternate .alternate-container a {
    margin-right: 10px;
  }
}
.multifactor-alternate .alternate-container a:last-child {
  margin-right: 0;
}
.multifactor-alternate .alternate-container .alternate-method {
  border: 2px solid #949494;
  border-radius: 5px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 135px;
  color: #2e3f51;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .multifactor-alternate .alternate-container .alternate-method {
    padding: 15px;
    height: 130px;
  }
}
.multifactor-alternate .alternate-container .alternate-method:hover {
  background-color: #f5f5f5;
}
.multifactor-alternate .alternate-container .alternate-method:active {
  border-color: #2e3f51;
  -webkit-transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.25s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.multifactor-alternate .alternate-container .alternate-method.push {
  background-image: url(/assets/icons/multifactor/push-6aec843c29ffb69b6fa44a25488ad88a228d81f883bb69c3ed43de23d909e8a2.svg);
  background-size: 30px;
  background-position-y: 15px;
}
.multifactor-alternate .alternate-container .alternate-method.generator {
  background-image: url(/assets/icons/multifactor/generator-a89994a483b56c7597c8b16e4e5c36f680db11fcc6b147bb13c17e948d01c9b9.svg);
  background-size: 45px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.u2f {
  background-image: url(/assets/icons/multifactor/fidokey-46f36ccdb2deb6cf3d5580818186df0f5e02227ae2b5b2bfb128fdcafc9dd391.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.webauthn {
  background-image: url(/assets/icons/multifactor/fidokey-46f36ccdb2deb6cf3d5580818186df0f5e02227ae2b5b2bfb128fdcafc9dd391.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.yubikey {
  background-image: url(/assets/icons/multifactor/yubikey-2f7c14e05c13fe6ef1bb3fce903c85d91a99b2b64c8c5992a8f2428d6d8e5b49.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.devicekey {
  background-image: url(/assets/icons/multifactor/devicekey-336ee5f2c4f8611c4df88690a393abe085409148d24c57a31296d6dce6fb88a5.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.fidokey {
  background-image: url(/assets/icons/multifactor/fidokey-46f36ccdb2deb6cf3d5580818186df0f5e02227ae2b5b2bfb128fdcafc9dd391.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method.backupcodes {
  background-image: url(/assets/icons/multifactor/backupcodes-55487d98109ba2c99cce12dcff83ed1ca046518f943c97d7e878ab8fa8cd9582.svg);
  background-size: 40px;
  background-position-y: 25px;
}
.multifactor-alternate .alternate-container .alternate-method span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .multifactor-alternate .alternate-container .alternate-method span {
    font-size: 13px;
  }
}
.multifactor-recovery-code {
  text-align: center;
}
.activated-mfa {
  font-size: 17px;
  font-weight: 600;
  color: #2e3f51;
}
.authorize span.m_bold {
  font-weight: bold;
}
.authorize .authorize-properties {
  clear: both;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 15px;
  padding: 20px 5px 15px 5px;
}
.authorize .authorize-properties > p {
  margin-bottom: 15px;
  text-align: center;
}
.authorize .authorize-properties ul {
  list-style: none;
  margin: 0;
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.authorize .authorize-properties ul > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3em;
  padding-left: 28px;
  position: relative;
  text-align: left;
  font-size: 14px;
}
.authorize .authorize-properties ul > li span::before {
  background: #08833d;
  border-radius: 50%;
  color: #ffffff;
  content: "\e61b";
  font-family: idme-icons;
  height: 16px;
  left: 5px;
  line-height: 1em;
  margin-right: 5px;
  padding: 1px;
  position: absolute;
  width: 16px;
  top: 1px;
}
.authorize .authorize-properties.unauthorized ul > li {
  padding-left: 15px;
}
.authorize .authorize-properties.unauthorized ul > li span::before {
  background: #000000;
  content: "";
  height: 5px;
  left: 0;
  margin-right: 0;
  width: 5px;
  top: 6px;
}
.authorize .consent-success {
  text-align: center;
  margin: 20px 0 30px 0;
}
.authorize .consent-success p {
  margin-bottom: 30px;
}
.authorize .inline-banner {
  background: #f2faff;
  display: inline-block;
  padding: 25px;
}
.authorize .inline-banner p {
  margin: 0;
}
.subscriptions .field-group {
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.subscriptions .field-group .field.checkbox {
  background: #f2faff;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 15px 0 30px 0;
}
.subscriptions .field-group .field.checkbox p {
  padding: 10px 10px 15px 10px;
}
.subscriptions .field-group .field.checkbox:last-child {
  margin-bottom: 0;
}
.break-word {
  word-break: break-word;
}
.status-page .icon-padded {
  margin: 24px auto 16px auto;
}
.registration.form-header-warning {
  border-bottom: 0;
  border-top: 0;
  background: #fffbf0;
  padding: 20px;
  text-align: center;
  margin: 0 -30px 30px -30px;
}
@media screen and (min-width: 480px) {
  .registration.form-header-warning {
    margin: 0 -40px 30px -40px;
  }
}
.registration.form-header-warning .content {
  margin-left: 25px;
  margin-right: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.registration.form-header-warning .content .text {
  margin-right: 0px;
  margin-left: 15px;
  text-align: initial;
}
.registration.form-header-warning .content .text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
#new_user .field.checkbox .remember_me {
  margin-bottom: 15px;
}
#new_user .field.checkbox label .checkmark,
#new_user .field.checkbox label::after {
  top: 0px;
  margin-top: 0px;
}
.registration.email-validation-alert {
  margin-bottom: 20px;
}
.field.checkbox.remember_me label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  line-height: 18px;
}
.field.checkbox.remember_me label::before,
.field.checkbox.remember_me label::after {
  top: 0px;
  margin-top: 0px;
}
.field.checkbox.remember_me #remember-me-tip {
  font-size: 14px;
  font-weight: normal;
}
.theme-vagov h1 {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #323a45;
  text-transform: lowercase;
  text-align: left;
  font-size: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .theme-vagov h1 {
    font-size: 26px;
  }
}
.theme-vagov h1::first-letter {
  text-transform: uppercase;
}
.theme-vagov h2 {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #004795;
  font-size: 18px;
  text-align: left;
  letter-spacing: normal;
}
.theme-vagov h3 {
  font-family: "Source Sans Pro", serif;
  color: #323a45;
  font-size: 16px;
}
.theme-vagov h4 {
  color: #323a45;
  font-family: "Bitter", serif;
  font-weight: 700;
}
.theme-vagov p {
  text-align: left;
  font-family: "Source Sans Pro", serif;
  font-size: 16px;
  color: #323a45;
  line-height: 22px;
}
.theme-vagov p strong {
  font-size: inherit;
  font-weight: 700;
}
.theme-vagov .option a {
  color: #003e73;
  margin-left: 10px;
}
.theme-vagov a {
  color: #004795;
  font-family: "Source Sans Pro", serif;
  font-weight: 400;
}
.theme-vagov a:hover,
.theme-vagov a:focus,
.theme-vagov a:active {
  color: #112e51;
}
.theme-vagov strong {
  font-weight: 700;
}
.theme-vagov .page-container {
  background: #fff;
}
.theme-vagov .container {
  margin-top: 0;
  background: #fff;
}
.theme-vagov .container .title_divider {
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 20px 20px 0 20px;
}
.theme-vagov .container .content-container {
  border-top: 5px solid #112e51;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 white, 0 0 0 0 white, 2px 0 15px -4px #949494,
    -2px 0 15px -4px #949494;
  box-shadow: 0 0 0 0 white, 0 0 0 0 white, 2px 0 15px -4px #949494,
    -2px 0 15px -4px #949494;
  margin: 25px auto;
}
.theme-vagov .container .form-header {
  margin: 15px 0;
}
.theme-vagov .footer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.theme-vagov .language {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.theme-vagov .footer-links a {
  font-size: 16px;
  font-family: "Source Sans Pro", serif;
  text-decoration: underline;
  color: #004795;
}
.theme-vagov .footer-links a:hover {
  color: #112e51;
  text-decoration: none;
}
.theme-vagov .shared_structure {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 20px 20px 20px;
  font-family: "Source Sans Pro", serif;
  color: #323a45;
}
.theme-vagov .shared_structure .m_bold {
  font-weight: 700;
}
.theme-vagov .separator {
  font-size: 16px;
  font-family: "Source Sans Pro", serif;
}
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 500;
  src: local("Bitter Regular"), local("Bitter-Regular"),
    url(/assets/Bitter-Regular-21515169af00638f74f996ff992f691b0d5368291550fc1cd4b06906dfdccd21.woff)
      format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  src: local("Bitter Bold"), local("Bitter-Bold"),
    url(/assets/Bitter-Bold-29d4ee070b408de7f98250cfef6c44f6d9d2e97f72a4db1c595b0c41d32b7a52.woff)
      format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
    url(/assets/SourceSansPro-Regular-84606cf91a58b1449fa4264033bf848c38da73ce4217fae632e028c51ea978b7.ttf)
      format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  src: local("Source Sans SemiBold"), local("SourceSansPro-SemiBold"),
    url(/assets/SourceSansPro-SemiBold-3d980b3510962a1af44873037e86bbf316e6a85954c7c4b242f22de2e6830549.ttf)
      format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url(/assets/SourceSansPro-Bold-a62921b34a02ccce42715a1a1cef631a4805b241edb7d8c63fd76e53253a75e9.ttf)
      format("truetype");
}
.theme-vagov .status-page h1,
.theme-vagov .status-page h2 {
  text-align: left;
}
.theme-vagov .status-page h2 {
  margin-top: 0;
}
.theme-vagov .status-page .form-container .form-content:last-child {
  margin-bottom: 20px;
}
.theme-vagov .status-page .form-container .form-content p {
  text-align: left;
}
.theme-vagov .status-page .form-container .form-content.with-loading p {
  text-align: center;
}
.theme-vagov .status-page .form-container .form-content.with-icon {
  display: none;
}
.theme-vagov .status-page .form-container .form-content-title {
  text-align: left;
}
.theme-vagov .status-page .form-container .form-content-title h4,
.theme-vagov .status-page .form-container .form-content-title p {
  text-align: left;
}
.theme-vagov .status-page.status-error .icon,
.theme-vagov .status-page.status-error .field.checkbox label,
.field.checkbox .theme-vagov .status-page.status-error label {
  display: none;
}
.theme-vagov .status-page.status-error .form-container .form-content p + h2 {
  margin-top: -20px;
}
.theme-vagov #phone_info_page .field.radio {
  margin-top: 0;
}
.theme-vagov #phone_info_page .field.radio.radio-icon {
  border-color: transparent;
  background-position-y: 5px;
}
.theme-vagov #phone_info_page .field.radio.radio-icon.phone-type-mobile {
  background-image: url(/images/icon-traditional-phone-smart-off.svg);
}
.theme-vagov
  #phone_info_page
  .field.radio.radio-icon.phone-type-mobile.is-selected {
  background-image: url(/images/icon-traditional-phone-smart-on.svg);
}
.theme-vagov #phone_info_page .field.radio.radio-icon.phone-type-home {
  background-image: url(/images/icon-traditional-phone-home-off.svg);
}
.theme-vagov
  #phone_info_page
  .field.radio.radio-icon.phone-type-home.is-selected {
  background-image: url(/images/icon-traditional-phone-home-on.svg);
}
.theme-vagov #phone_info_page .selection-container .selection-choices label {
  padding-top: 125px;
}
.theme-vagov #phone_info_page .form-actions {
  padding-top: 0;
}
.theme-vagov #phone_info_page .selection-container .selection-choices label {
  padding-left: 0;
}
.theme-vagov #phone_info .radio-icon label {
  padding: 0;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .theme-vagov #phone_info .radio-icon label {
    font-size: 15px;
  }
}
.theme-vagov .authorize .authorize-properties p {
  font-size: 16px;
}
.theme-vagov .authorize .authorize-properties ul > li {
  color: #323a45;
}
.theme-vagov .container .form-header-content {
  margin-bottom: 0;
}
.theme-vagov .form-container .field .placeholder {
  color: #323a45;
  position: relative;
  right: 0;
  bottom: 0;
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
}
.theme-vagov .form-container .field .placeholder:before {
  content: "(";
}
.theme-vagov .form-container .field .placeholder:after {
  content: ")";
}
.theme-vagov .form-container .field.m_code {
  width: 100%;
}
.theme-vagov .form-container .field.m_phone label {
  display: block;
}
.theme-vagov .form-container .field.m_phone input {
  padding-left: 52px;
}
.theme-vagov .form-container .field.error .placeholder {
  bottom: 0;
}
.theme-vagov .form-container .form-content.narrow {
  padding-left: 0;
  padding-right: 0;
}
.theme-vagov .form-container .form-content p {
  text-align: left;
  color: #323a45;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .theme-vagov .form-container .form-content p {
    font-size: 15px;
  }
}
.theme-vagov .form-container .form-content p.inflated {
  padding: 0;
}
.theme-vagov .form-container .form-content p.help-link {
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.theme-vagov .form-container .form-content p.help-link a {
  font-weight: 400;
}
.theme-vagov .form-container .form-content p.help-link:last-child {
  margin-bottom: 0;
}
.theme-vagov .form-container .form-content p a {
  color: #004795;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.theme-vagov .form-container .form-content p a:hover {
  color: #112e51;
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
}
.theme-vagov .form-container .form-fields-wide {
  padding: 0 20px;
  margin: 0 -20px 20px -20px;
}
.theme-vagov .form-container .form-fields-wide.demonstration {
  padding: 30px 0;
}
.theme-vagov .form-container .form-fields-wide.m_name {
  background-color: #f2faff;
  padding: 25px 20px;
}
.theme-vagov .form-container .form-fields-wide.m_name .field {
  background-color: inherit;
}
.theme-vagov .form-container .form-fields-wide.m_name .field:first-child {
  margin-bottom: 0;
}
.theme-vagov .form-container .form-fields-wide.m_name .field:last-child {
  margin-top: 25px;
}
.theme-vagov .form-container .form-fields-wide.background {
  background-color: transparent;
}
.theme-vagov .form-container .form-fields-wide.background .field.text {
  background-color: transparent;
}
.theme-vagov .form-container .form-fields-wide.inputs {
  background-color: #f9f9f9;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-vagov .form-container .field-notice p {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-transform: initial;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-family: "Source Sans Pro", serif;
  line-height: 16px;
}
.theme-vagov .form-container .field-notice.left-align p {
  text-align: left;
}
.theme-vagov .form-container .form-content-title {
  text-align: left;
}
.theme-vagov .form-container .form-content-title h4 {
  font-size: 16px;
}
.theme-vagov .form-container .review {
  border-color: transparent;
}
.theme-vagov .form-container .review:last-child {
  border-bottom: 1px solid #aeb0b5;
}
.theme-vagov .form-container .review-row {
  background: #fff;
  border-bottom: 1px solid #aeb0b5;
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .form-container .review-row:last-child {
  border-bottom: none;
}
.theme-vagov .form-container .review-row.m_header {
  background: #f1f1f1;
  color: #323a45;
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  border-radius: 0;
  border-top: 1px solid #aeb0b5;
}
.theme-vagov .form-container .review-row.m_header .review-row-left {
  font-weight: 700;
}
.theme-vagov .form-container .review-row .review-row-left,
.theme-vagov .form-container .review-row .review-row-right {
  font-size: 16px;
}
.theme-vagov .form-container .review-row .review-edit {
  color: #004795;
}
.theme-vagov .form-container .review-row .review-edit:hover {
  color: #003e73;
}
.theme-vagov .form-container .form-content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.theme-vagov .form-container .form-content-header p {
  padding-top: 2px;
}
.theme-vagov .form-container .form-content-header h2 {
  color: #323a45;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .theme-vagov .form-container .form-content-header h2 {
    width: 75%;
  }
}
.theme-vagov .form-container .form-footer {
  margin-bottom: 10px;
}
.theme-vagov .form-container .form-footer.inflated {
  margin-top: 40px;
}
.theme-vagov .form-container .form-footer a,
.theme-vagov .form-container .form-footer p {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .theme-vagov .form-container .form-footer a,
  .theme-vagov .form-container .form-footer p {
    font-size: 14px;
  }
}
.theme-vagov .form-container .form-footer p {
  text-align: center;
}
.theme-vagov .form-container .form-footer a {
  color: #004795;
}
.theme-vagov .form-container .form-footer a:hover {
  color: #112e51;
}
.theme-vagov .form-container .form-well p {
  font-size: 16px;
}
.theme-vagov .form-container .form-header-well {
  font-weight: 400;
  margin: 0 -20px 30px -20px;
}
.theme-vagov .form-container .form-header-well a {
  font-size: 16px;
}
.theme-vagov .form-container ul.m_center,
.theme-vagov .form-container ol.m_center {
  text-align: left;
  padding-left: 0;
}
.theme-vagov .form-container ol {
  margin: 0 0 20px 0;
}
.theme-vagov .form-container ol li::before {
  color: #112e51;
}
.theme-vagov .icon_options .icon_options-method:hover,
.theme-vagov .icon_options .icon_options-method:focus {
  border-color: #112e51;
}
.theme-vagov .icon_options .icon_options-method:hover .start,
.theme-vagov .icon_options .icon_options-method:focus .start {
  background: #112e51;
}
.theme-vagov .icon_options .icon_options-method a {
  border: 2px solid #003e73;
}
.theme-vagov .icon_options .icon_options-method .icon_options-method-icon {
  display: none;
}
.theme-vagov .icon_options .icon_options-method .icon_options-method-content {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 40px;
}
.theme-vagov
  .icon_options
  .icon_options-method
  .icon_options-method-content
  h4 {
  font-size: 15px;
  color: #004795;
}
.theme-vagov
  .icon_options
  .icon_options-method
  .icon_options-method-content
  span {
  font-size: 15px;
}
.theme-vagov .icon_options .icon_options-method .icon_options-method-content a {
  color: #323a45;
}
.theme-vagov .icon_options .icon_options-method .start {
  font-family: "Bitter", serif;
  font-weight: 700;
}
.theme-vagov .field.text.error input {
  -webkit-animation: none;
  animation: none;
  border-color: #ba0000;
}
.theme-vagov .field.radio.question-answer {
  border: 2px solid transparent;
}
.theme-vagov .field.radio.question-answer.error {
  border-color: #ba0000;
}
.theme-vagov .field.radio label {
  font-family: "Source Sans Pro", serif;
  font-weight: 400;
  font-size: 16px;
  color: #323a45;
  letter-spacing: 0;
}
.theme-vagov .field.radio .field-inline {
  display: block;
  padding-right: 25px;
}
.theme-vagov .field.radio .check {
  border-width: 1px;
}
.theme-vagov .field.radio .check:hover {
  border-color: #003e73;
}
.theme-vagov .field.radio input[type="radio"]:hover ~ .check {
  border-color: #003e73;
}
.theme-vagov .field.radio input[type="radio"]:checked ~ .check {
  border: 2px solid #003e73;
}
.theme-vagov .field.radio input[type="radio"]:checked ~ .check:before {
  width: 14px;
  height: 14px;
  background: #003e73;
}
.theme-vagov .form-fields legend,
.theme-vagov .field.text label,
.theme-vagov .field.file label,
.theme-vagov .field.select label {
  color: #2e3f51;
  font-family: "Source Sans Pro", serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.theme-vagov .field.file,
.theme-vagov .field.text,
.theme-vagov .field.select {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file label,
.theme-vagov .field.text label,
.theme-vagov .field.select label {
  padding-bottom: 5px;
}
.theme-vagov .field.file label.required:after,
.theme-vagov .field.text label.required:after,
.theme-vagov .field.select label.required:after {
  color: #991d20;
  font-weight: 400;
  margin-left: 2px;
  font-size: 15px;
  content: "(*Required)";
}
.theme-vagov .field.file input,
.theme-vagov .field.text input,
.theme-vagov .field.select input {
  font-size: 16px;
  font-family: "Source Sans Pro", serif;
  border-radius: 0;
  border-color: #000000;
  border-width: 1px;
  padding: 12px;
}
.theme-vagov .field.file input::-webkit-input-placeholder,
.theme-vagov .field.text input::-webkit-input-placeholder,
.theme-vagov .field.select input::-webkit-input-placeholder {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file input::-moz-placeholder,
.theme-vagov .field.text input::-moz-placeholder,
.theme-vagov .field.select input::-moz-placeholder {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file input:-ms-input-placeholder,
.theme-vagov .field.text input:-ms-input-placeholder,
.theme-vagov .field.select input:-ms-input-placeholder {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file input::-ms-input-placeholder,
.theme-vagov .field.text input::-ms-input-placeholder,
.theme-vagov .field.select input::-ms-input-placeholder {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file input::placeholder,
.theme-vagov .field.text input::placeholder,
.theme-vagov .field.select input::placeholder {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .field.file input:hover,
.theme-vagov .field.file input:focus,
.theme-vagov .field.text input:hover,
.theme-vagov .field.text input:focus,
.theme-vagov .field.select input:hover,
.theme-vagov .field.select input:focus {
  border-width: 1px;
}
.theme-vagov .field.file.m_static label,
.theme-vagov .field.text.m_static label,
.theme-vagov .field.select.m_static label {
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.theme-vagov .field.checkbox label {
  font-size: 16px;
  letter-spacing: 0;
}
.theme-vagov .field.checkbox label:after {
  border: 1px solid #000000;
  border-radius: 0;
}
.theme-vagov .field.checkbox label:hover:after {
  border-color: #757575;
}
.theme-vagov .field.checkbox input[type="checkbox"]:checked + label:after {
  background: #003e73;
  border-color: #003e73;
}
.theme-vagov .field.checkbox input[type="checkbox"]:focus + label:after {
  border-color: #757575;
}
.disabled .theme-vagov .field.checkbox input[type="checkbox"],
.theme-vagov .field.checkbox input[type="checkbox"][disabled] {
  cursor: default;
}
.disabled
  .theme-vagov
  .field.checkbox
  input[type="checkbox"]:checked
  + label:after,
.theme-vagov
  .field.checkbox
  input[type="checkbox"][disabled]:checked
  + label:after {
  background: #003e73;
}
.theme-vagov .select2-container {
  width: 100% !important;
}
.theme-vagov .select2-container .select2-choice {
  font-size: 16px;
  padding: 10px;
  color: #949494;
  height: 47px;
  border-radius: 0;
  border-color: #000000;
}
.theme-vagov .select2-container .select2-chosen {
  color: #2e3f51;
}
.theme-vagov .select2-container.select2-dropdown-open .select2-choice {
  border: 1px solid #000000;
  border-radius: 0;
}
.theme-vagov .select2-drop {
  border-color: #000000;
  border-radius: 0;
}
.theme-vagov .select2-drop .select2-search {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.theme-vagov .select2-drop .select2-search .select2-input {
  border-color: #000000;
}
.theme-vagov .select2-drop .select2-results {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.theme-vagov .select2-drop .select2-result-label {
  font-family: "Source Sans Pro", serif;
  border-color: #000000;
  padding: 15px 10px;
}
.theme-vagov .select2-drop .select2-result-label:hover {
  background: #f9f9f9;
  color: #000000;
}
.theme-vagov .obfuscate-buttons {
  bottom: 28px;
}
.theme-vagov .obfuscate-buttons span.show,
.theme-vagov .obfuscate-buttons span.hide {
  font-size: 12px;
  font-weight: 700;
  color: #323a45;
}
.theme-vagov .field-group.m_big_inputs .field.radio.radio-icon label {
  font-size: 16px;
  font-weight: 600;
  color: #003e73;
}
.theme-vagov .field-group.m_big_inputs .field.radio.radio-icon.is-selected {
  border-color: #003e73;
}
.theme-vagov
  .field-group.m_big_inputs
  .field.radio.radio-icon.is-selected::after {
  content: url(/assets/checkmark-icon-va-c8cb53a35d135c4bbec7e9ac206d21a2f80b2bd6af4dd75b368fb4a6bb8ad6ce.png);
}
.theme-vagov .form-container .form-content p.alert {
  padding: 20px;
  border-radius: 0;
}
.theme-vagov .form-container .form-content p.alert.alert-success {
  border-left: 10px solid #2e8540;
  background: #bfe2b4;
}
.theme-vagov .form-container .form-content p.alert.alert-error {
  background: #f9dede;
  border-left: 10px solid #ba0000;
}
.theme-vagov .form-container .form-content p.alert.alert-error a {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  color: #004795;
}
.theme-vagov .form-container .form-content p.alert.alert-error a:hover {
  -webkit-transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  transition: 0.5s all cubic-bezier(0.43, 0.45, 0.13, 1.25);
  color: #112e51;
}
.theme-vagov .form-container .form-content p.alert.alert-notice {
  background: #fff1d2;
  border-left: 10px solid #fdb81e;
}
.theme-vagov .form-container .form-content p.alert.alert-info {
  background: #f1f1f1;
  border: none;
}
.theme-vagov .form-container .form-content p.alert.alert-show {
  display: block;
}
.theme-vagov .photos-container {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 2px solid #003e73;
}
.theme-vagov .photos-container span,
.theme-vagov .photos-container a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.theme-vagov .photos-container span:hover,
.theme-vagov .photos-container a:hover {
  text-decoration: underline;
}
.theme-vagov .photos-container span:first-child {
  border: none;
  background: #f2faff;
  padding: 50px;
  margin: 10px;
}
.theme-vagov .photos-container span:first-child img {
  margin: 0;
}
.theme-vagov .photos-container span:last-child {
  padding: 15px 0;
  background-color: #003e73;
}
.theme-vagov .photos-container span:last-child strong {
  color: #fff;
  display: inline;
  text-transform: initial;
}
.theme-vagov .photos-container span:last-child strong:before,
.theme-vagov .photos-container span:last-child strong:after {
  content: "";
}
.theme-vagov .photos-container span:last-child a {
  color: #fff;
  background: none;
  text-decoration: none;
}
.theme-vagov .photos-container.selected span:first-child {
  padding: 10px;
  margin: 0;
  background: #fff;
}
.theme-vagov .photos-container.selected span:first-child::after {
  display: none;
}
.theme-vagov .btn {
  font-family: "Source Sans Pro", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
}
.theme-vagov .btn.inactive {
  color: #dfdfdf;
}
.theme-vagov .btn.inactive:before {
  content: "";
}
.theme-vagov .btn-primary {
  color: #fff;
  background: #003e73;
}
.theme-vagov .btn-primary:hover,
.theme-vagov .btn-primary:focus,
.theme-vagov .btn-primary:active {
  background: #112e51;
  color: #fff;
}
.theme-vagov .btn-primary:disabled {
  color: #949494;
  background: #dfdfdf;
  background-size: 50px 50px;
  -webkit-animation: barberpole 1s linear infinite;
  animation: barberpole 1s linear infinite;
}
.theme-vagov .btn-secondary {
  color: #003e73;
  border: 2px solid #003e73;
}
.theme-vagov .btn-secondary:hover {
  border-color: #112e51;
}
.theme-vagov .btn-secondary img {
  margin-left: 10px;
}
.theme-vagov .form-actions:hover {
  color: white;
}
.theme-vagov .form-actions.horizontal button {
  display: inline-block;
}
.theme-vagov .form-actions.horizontal a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .theme-vagov .form-actions.horizontal .form-action-button .btn-primary:after {
    float: right;
    content: "»";
  }
  .theme-vagov
    .form-actions.horizontal
    .form-action-button
    .btn-secondary:before {
    float: left;
    content: "« ";
  }
  .theme-vagov .form-actions.horizontal .form-action-button .btn {
    width: 150px;
  }
}
.theme-vagov .consent-success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.theme-vagov .authorize .authorize-properties ul > li:before {
  background: #003e73;
}
.theme-vagov .icon_options-method-content .start {
  background: #003e73;
}
.theme-vagov .form-header-access {
  font-weight: 400;
}
.theme-vagov .form-header-access .option {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .theme-vagov .form-header-access .option {
    font-size: 14px;
  }
}
.theme-vagov .email-suggestion {
  font-size: 15px;
}
.theme-vagov .email-suggestion button {
  color: #003e73;
  font-size: 15px;
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .subway_stops .subway_stops-item {
  font-family: "Bitter", serif;
  font-weight: 700;
}
.theme-vagov .subway_stops .subway_stops-item.active {
  background: #003e73;
  border-color: #003e73;
}
.theme-vagov #questions .question-content {
  font-size: 16px;
}
.theme-vagov #questions .question-answer label {
  font-size: 16px;
}
.theme-vagov #questions ol.questions-container::before {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov #questions ol.questions-container .question-answer {
  padding-bottom: 5px;
}
.theme-vagov .container .expandable {
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .expandable .expandable-opener {
  background: #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 2px dotted #003e73;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  padding: 0;
  width: auto;
  font-size: 15px;
}
.theme-vagov .expandable .expandable-opener:hover,
.theme-vagov .expandable .expandable-opener:focus {
  background: #f2faff;
}
.theme-vagov .expandable .expandable-content {
  margin-top: 10px;
  padding-left: 8px;
  border-left: 8px solid #9bdaf1;
}
.theme-vagov .expandable .expandable-payload-copy {
  padding-top: 5px;
}
.theme-vagov .expandable-payload-copy h4,
.theme-vagov .expandable-payload-copy h5 {
  font-family: "Source Sans Pro", serif;
  font-weight: 700;
  font-size: 16px;
}
.theme-vagov .expandable-payload-copy p {
  font-family: "Source Sans Pro", serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 24px;
}
.theme-vagov .expandable-payload-copy a {
  font-family: "Source Sans Pro", serif;
  font-size: 15px;
  color: #003e73;
}
.theme-vagov .expandable-payload-copy a:hover {
  color: #004795;
}
.theme-vagov .expandable .expandable-opener span {
  color: #003e73;
  font-family: "Source Sans Pro", serif;
}
.theme-vagov .expandable .expandable-opener .chevron {
  margin: 5px 0 2px 0;
}
.theme-vagov .expandable .expandable-closer {
  font-family: "Source Sans Pro", serif;
  font-weight: 400;
  color: #003e73;
  border-color: #003e73;
}
.theme-vagov .expandable .expandable-closer:focus {
  outline: 2px dashed #266aca;
}
.theme-vagov .multifactor-choose .form-content.with-icon {
  display: none;
}
.theme-vagov .multifactor-choose .form-footer p {
  text-align: left;
  margin-bottom: 25px;
}
.theme-vagov .multifactor-recovery .form-container .heading-icon {
  display: none;
}
.theme-vagov .multifactor-recovery .form-container p.narrow {
  padding-left: 0;
  padding-right: 0;
}
.theme-vagov .multifactor-event .field.m_dob {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .theme-vagov .multifactor-event .field.m_dob {
    width: 45%;
  }
}
.theme-vagov .multifactor-event .selection-options {
  margin-top: -15px;
}
.theme-vagov .multifactor-event .selection-options .field.radio {
  border: none;
  margin-bottom: 0;
}
.theme-vagov .multifactor-event .selection-options .field.radio:hover {
  background-color: #fff;
}
.theme-vagov
  .multifactor-event
  .selection-options
  .field.radio
  input[type="radio"]:checked
  ~ .check {
  border: 2px solid #003e73;
}
.theme-vagov .multifactor-setup.multifactor-generator .selection-group-one {
  background: #f2faff;
  margin: 0 -20px;
  padding: 20px;
}
@media screen and (min-width: 480px) {
  .theme-vagov .multifactor-setup.multifactor-generator .selection-group-one {
    margin: 0 -20px;
    margin-bottom: 25px;
  }
}
.theme-vagov .multifactor-setup.multifactor-phone .form-fields-wide {
  margin-bottom: 40px;
}
.theme-vagov
  .multifactor-setup.multifactor-phone
  .form-fields-wide
  .form-content-title:first-child {
  display: none;
}
.theme-vagov .multifactor-setup.multifactor-phone .alternate-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theme-vagov .multifactor-setup.multifactor-phone .alternate-container a {
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  text-decoration: underline;
  margin: 10px 0;
}
.theme-vagov .multifactor-setup.multifactor-phone .multifactor-alternate {
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.theme-vagov
  .multifactor-setup.multifactor-phone
  .multifactor-alternate
  .method-wallet {
  display: none;
}
.theme-vagov
  .multifactor-setup.multifactor-phone
  .multifactor-alternate
  .alternate-method {
  width: auto;
  height: auto;
  border: none;
  background: none;
  padding: 0;
}
.theme-vagov
  .multifactor-setup.multifactor-phone
  .multifactor-alternate
  .alternate-method
  span {
  font-family: "Source Sans Pro", serif;
  font-weight: 400;
  font-size: 16px;
}
.theme-vagov .multifactor-setup.multifactor-phone .multifactor-alternate h4 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 15px;
}
.theme-vagov .multifactor-success .form-fields-wide {
  margin: 40px -20px 40px -20px;
  padding: 20px 25px;
}
.theme-vagov .field.qr-code p {
  text-align: center;
}
.theme-vagov .qr-dropdown h2 {
  color: #003e73;
  font-size: 15px;
}
.theme-vagov .delivery-type-qrcode.is-selected .qr-form {
  border-color: #2e3f51;
}
.theme-vagov .delivery-type-qrcode.is-selected .qr-dropdown {
  border-color: #2e3f51;
}
.theme-vagov .warning-container {
  background: #2e3f51;
  padding: 25px 20px 5px;
  margin: 0 -20px 15px -30px;
}
@media screen and (min-width: 480px) {
  .theme-vagov .warning-container {
    margin: 0 -20px;
    margin-bottom: 25px;
  }
}
.theme-vagov .warning-container a {
  color: #ffffff !important;
}
.theme-vagov .warning-container a:focus {
  outline-color: #fdb81e;
}
.theme-vagov .warning-container .icon-container {
  -ms-flex-pack: left;
  justify-content: left;
}
.theme-vagov .connections {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-vagov .connections > .connection {
  font-size: 16px;
  width: 114px;
}
@media screen and (min-width: 768px) {
  .theme-vagov .connections > .connection {
    width: 132px;
  }
}
.theme-vagov input[type="checkbox"]:focus:focus,
.theme-vagov input[type="checkbox"]:focus + label:after:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov input[type="checkbox"]:focus:focus:not(:focus-visible),
.theme-vagov
  input[type="checkbox"]:focus
  + label:after:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov input[type="checkbox"]:focus:focus-visible,
.theme-vagov input[type="checkbox"]:focus + label:after:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .field.text input:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .field.text input:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .field.text input:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov a:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov a:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov a:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .btn:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .btn:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .btn:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .form-header-content .partner button:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov
  .form-header-content
  .partner
  button:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .form-header-content .partner button:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov li.icon_options-method a:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov li.icon_options-method a:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov li.icon_options-method a:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov
  .field-group.m_big_inputs
  .field.radio.radio-icon:focus-within:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov
  .field-group.m_big_inputs
  .field.radio.radio-icon:focus-within:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov
  .field-group.m_big_inputs
  .field.radio.radio-icon:focus-within:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .qr-form:focus-within:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .qr-form:focus-within:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .qr-form:focus-within:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .expandable .expandable-closer:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .expandable .expandable-closer:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .expandable .expandable-closer:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .expandable .expandable-opener:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .expandable .expandable-opener:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .expandable .expandable-opener:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .email-suggestion button:focus:focus {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-vagov .email-suggestion button:focus:focus:not(:focus-visible) {
  outline: none;
}
.theme-vagov .email-suggestion button:focus:focus-visible {
  outline: 2px solid #fdb81e;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.theme-practicefusion .form-header-access .option {
  display: none;
}
.theme-verizon .form-header-content .partner .m_addition {
  display: none;
}
.theme-verizon .form-header-content .partner .m_consumer-logo {
  margin-left: 15px;
}
.theme-verizon .form-header-content .partner .m_consumer-logo > img {
  height: 35px;
  width: auto;
}
@font-face {
  font-family: "Bogle";
  font-style: normal;
  font-weight: 500;
  src: local("Bogle Regular"), local("Bogle-Regular"),
    url(/assets/Bogle-Regular-8dbce1be7e72087c8ff2835cfc6f75e57e63f6dc5fbecf99ca549b2739fbee40.woff)
      format("woff");
}
@font-face {
  font-family: "Bogle";
  font-style: normal;
  font-weight: 700;
  src: local("Bogle Bold"), local("Bogle-Bold"),
    url(/assets/Bogle-Bold-12d3a2a479954065f3e6f98a4afb01fc9e241f45dddf567661095be2848c92ec.woff)
      format("woff");
}
.theme-walmart .container {
  margin-top: 0;
  background: white;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .theme-walmart .container {
    padding-top: 0px;
  }
}
.theme-walmart a {
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart p,
.theme-walmart span,
.theme-walmart ul li {
  font-family: "Bogle", sans-serif;
}
.theme-walmart .page-container {
  background: white;
  min-height: 100%;
}
.theme-walmart .form-header-content .partner {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 480px) {
  .theme-walmart .shared_structure {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.theme-walmart h1 {
  text-transform: none;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-family: "Bogle", sans-serif;
  font-weight: 700;
}
.theme-walmart h1.h1 {
  font-weight: 400;
}
.theme-walmart h1.heading {
  margin-bottom: 20px;
  font-weight: 400;
}
.theme-walmart h2 {
  font-family: "Bogle", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.theme-walmart h2.h3 {
  color: #2e3f51;
  margin-bottom: 0px;
}
.theme-walmart .form-content-title {
  margin-bottom: 0px;
}
.theme-walmart h3 {
  font-family: "Bogle", sans-serif;
  color: #323a45;
  font-size: 16px;
}
.theme-walmart h4 {
  font-family: "Bogle", sans-serif;
  font-weight: 700;
}
.theme-walmart .card_button {
  margin-left: auto;
  margin-right: 0;
  background-color: #0271dc;
  padding: 10px 30px 10px 30px;
  color: white;
  font-weight: 600;
  margin-top: 5px;
  border-radius: 20px;
}
.theme-walmart .cta-link {
  font-family: "Bogle", sans-serif;
  border: 1px solid #2e3f51;
  border-radius: 50px;
  color: #2e3f51;
  font-weight: 600;
  text-decoration: none;
}
.theme-walmart .cta-link:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.theme-walmart .btn.btn-primary {
  font-family: "Bogle", sans-serif;
  background-color: #0271dc;
  border-radius: 50px;
  font-weight: 600;
}
.theme-walmart .btn.btn-primary:disabled {
  background: #dfdfdf;
}
.theme-walmart .cta-link--primary {
  background-color: #0271dc;
  color: white;
  border: 1px solid #0271dc;
}
.theme-walmart .cta-link--primary:hover {
  background-color: #266aca;
}
.theme-walmart .form-actions.horizontal .form-action-button {
  margin-bottom: 10px;
}
.theme-walmart .form-header-content {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.theme-walmart .form-header-content .partner .m_consumer-logo img {
  display: block;
  max-width: 100%;
  max-height: 40px;
}
.theme-walmart .form-header-content .partner .m_consumer-logo.m_exit-ramp {
  background: none;
}
.theme-walmart .form-content-title h2 {
  font-size: 17px;
  font-weight: 550;
}
.theme-walmart .form-container {
  border-radius: 0px;
}
.theme-walmart .form-header-content .partner .m_vertical {
  margin: 0;
}
.theme-walmart .form-header-content .partner .m_vertical img {
  height: 45px;
}
.theme-walmart .field.checkbox label:before {
  background-color: #0271dc;
}
.theme-walmart .link-card {
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-family: "Bogle", sans-serif;
}
.theme-walmart .link-card span {
  font-size: 16px;
}
.theme-walmart .link-card a {
  color: #2e3f51;
  margin-bottom: 15px;
}
.theme-walmart .link-card__content {
  padding-left: 10px;
}
.theme-walmart .link-card__content span {
  width: 80%;
}
.theme-walmart .select2-container .select2-choice {
  border: 1px solid #949494;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
  border-radius: 7px;
}
.theme-walmart .link-card .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 85%;
  right: 0;
  margin: auto;
  height: 30px;
}
.theme-walmart .link-card .arrow-right img {
  width: 40px;
}
.theme-walmart .text-phone-form-well p {
  font-size: 14px;
}
.theme-walmart .photos-container {
  background: white;
  padding: 5em;
  position: relative;
  width: auto;
  height: auto;
  margin: 3em auto;
  border: solid 1px black;
  border-radius: 20px;
}
.theme-walmart .photos-container::before,
.theme-walmart .photos-container::after {
  position: absolute;
  background: inherit;
  content: "";
  z-index: 1;
}
.theme-walmart .photos-container::before {
  width: 50%;
  left: calc(50% - 100px);
  height: calc(100% + 4px);
  top: -2px;
}
.theme-walmart .photos-container::after {
  height: 35%;
  left: -2px;
  width: calc(100% + 4px);
  top: calc(35%);
}
.theme-walmart .photos-container > * {
  position: relative;
  z-index: 2;
}
.theme-walmart .photos-container.selected {
  padding: 0 0 30px 0;
}
.theme-walmart .photos-container.selected span:first-child {
  border: none;
  padding: 30px 30px 0px 30px;
}
.theme-walmart .photos-container.selected span:first-child::after {
  display: none;
}
.theme-walmart .photos-container .photo_upload {
  font-family: "Bogle", sans-serif;
  font-weight: 500;
  border: 1px solid #2e3f51;
  border-radius: 50px;
  color: #2e3f51;
  text-decoration: none;
  width: 8em;
  display: inline-block;
  padding: 10px 10px;
  margin: 1em;
}
.theme-walmart .photos-container .photo_upload:before {
  content: url(/images/icon-camera-wm.svg);
  padding: 5px;
  margin-top: -2px;
}
.theme-walmart .c_file-input {
  background: white;
  padding: 5em;
  position: relative;
  width: auto;
  height: auto;
  margin: 3em auto;
  border: solid 1px black;
  border-radius: 20px;
}
.theme-walmart .c_file-input::before,
.theme-walmart .c_file-input::after {
  position: absolute;
  background: inherit;
  content: "";
  z-index: 1;
}
.theme-walmart .c_file-input::before {
  width: 50%;
  left: calc(50% - 100px);
  height: calc(100% + 4px);
  top: -2px;
}
.theme-walmart .c_file-input::after {
  height: 35%;
  left: -2px;
  width: calc(100% + 4px);
  top: calc(35%);
}
.theme-walmart .c_file-input > * {
  position: relative;
  z-index: 2;
}
.theme-walmart .c_file-input .field.file {
  top: 50%;
}
.theme-walmart .c_file-input.selected {
  padding: 0 0 30px 0;
}
.theme-walmart .c_file-input.selected span:first-child {
  border: none;
  padding: 30px 30px 0px 30px;
}
.theme-walmart .c_file-input.selected span:first-child::after {
  display: none;
}
.theme-walmart .c_file-input .photo_upload {
  font-family: "Bogle", sans-serif;
  font-weight: 500;
  border: 1px solid #2e3f51;
  border-radius: 50px;
  color: #2e3f51;
  text-decoration: none;
  width: 8em;
  display: inline-block;
  padding: 10px 10px;
  margin: 1em;
}
.theme-walmart .c_file-input .photo_upload:before {
  content: url(/images/icon-camera-wm.svg);
  padding: 5px;
  margin-top: -2px;
}
.theme-walmart .c_file-input .btn.btn-primary.m_active {
  height: auto;
}
.theme-walmart .form-container .form-content-list li::marker {
  color: #2e3f51;
}
.theme-walmart .flag-container {
  padding-left: 20px;
}
.theme-walmart .intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"] {
  padding-left: 75px;
}
.theme-walmart .field.text input {
  border: 1px solid #949494;
  border-radius: 7px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: "Bogle", sans-serif;
}
.theme-walmart .field.text input::-webkit-input-placeholder {
  color: #757575;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart .field.text input::-moz-placeholder {
  color: #757575;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart .field.text input:-ms-input-placeholder {
  color: #757575;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart .field.text input::-ms-input-placeholder {
  color: #757575;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart .field.text input::placeholder {
  color: #757575;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
}
.theme-walmart .form-fields .main-form {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-walmart .form-fields .review {
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.theme-walmart .form-fields .review:last-child {
  margin-bottom: 0;
  border: none;
}
.theme-walmart .form-fields .review-row {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  font-family: "Source Sans Pro", serif;
}
.theme-walmart .form-fields .review-row:last-child {
  border-bottom: none;
}
.theme-walmart .form-fields .review-row:only-child {
  border-bottom: none;
}
.theme-walmart .form-fields .review-row.m_header {
  background: #f1f1f1;
  color: #323a45;
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  border-radius: 0;
  border-top: 1px solid #aeb0b5;
}
.theme-walmart .form-fields .review-row.m_header .review-row-left {
  font-weight: 700;
}
.theme-walmart .form-fields .review-row .review-row-left,
.theme-walmart .form-fields .review-row .review-row-right {
  font-size: 16px;
}
.theme-walmart .form-fields .review-row:nth-child(even) {
  background-color: white;
}
.theme-walmart .form-fields .review-row:nth-child(odd) {
  background-color: white;
}
.theme-walmart .form-fields .review-row .review-edit {
  color: #004795;
}
.theme-walmart .form-fields .review-row .review-edit:hover {
  color: #003e73;
}
.theme-walmart .review-row .review-row-left {
  font-weight: 400;
}
.theme-walmart .review-row .review-row-right {
  font-weight: 700;
}
.theme-walmart .field.checkbox label {
  font-size: 16px;
  font-family: "Bogle", sans-serif;
}
.theme-walmart .subway-container {
  margin-bottom: 30px;
}
.theme-walmart ul.subway_stops {
  background-image: none;
  width: 350px;
  margin: 0 auto 5px auto !important;
}
.theme-walmart ul.subway_stops.texts {
  margin: 0 0 5px 0;
}
.theme-walmart ul.subway_stops.texts li.subway_text {
  list-style-type: none;
}
.theme-walmart ul.subway_stops li.subway_stops-item {
  margin: 0;
  list-style-type: none;
  border: 1px solid #dfdfdf;
  font-family: "Bogle", sans-serif;
  font-weight: 700;
  background: #fff;
  color: #757575;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: not-allowed;
  position: relative;
  display: block;
}
.theme-walmart ul.subway_stops li.subway_stops-item:last-child:before {
  content: "";
  border: none;
}
.theme-walmart ul.subway_stops li.subway_stops-item:before {
  content: "";
  border-bottom: 1px solid gray;
  display: block;
  margin-top: 5px;
  width: 75px;
  margin-left: 14px;
}
.theme-walmart ul.subway_stops li.subway_stops-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.theme-walmart ul.subway_stops li.subway_stops-item.active {
  border: 2px solid #ffffff;
  background: #0271dc;
  -webkit-box-shadow: 0 0 0 2px #0271dc;
  box-shadow: 0 0 0 2px #0271dc;
  height: 15px;
  width: 15px;
}
.theme-walmart ul.subway_stops li.subway_stops-item.complete {
  background: #0271dc;
}
.theme-walmart ul.subway_stops li.subway_stops-item.complete:before {
  content: "";
  border-bottom: 2px solid #0271dc;
  display: block;
  margin-top: 5px;
  width: 75px;
  margin-left: 14px;
}
.theme-walmart ul.subway_stops li.subway_stops-item > span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Bogle", sans-serif;
  color: #757575;
}
