/* Nokia Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: NokiaPure, Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Mkto Form in popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
}

.white-popup>form.mktoForm {
  background-color: #fff;
}

.white-popup>form.mktoForm #mktoOptin {
  width: 90% !important;
  clear: both !important;
}

.white-popup>form.mktoForm textarea {
  font-size: 16px !important;
}

.white-popup>form.mktoForm textarea[rows="2"] {
  height: auto !important;
}

.white-popup>form.mktoForm .form-item,
.white-popup>form.mktoForm .mktoFieldWrap {
  min-height: 40px !important;
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-container--default {
  width: 90% !important;
  float: left !important;
  margin-left: 0px !important;
}

.white-popup>form.mktoForm .form-item,
.white-popup>form.mktoForm .mktoFieldWrap {
  position: relative;
  background: #ffffff;
}

.white-popup>form.mktoForm input,
.white-popup>form.mktoForm select,
.white-popup>form.mktoForm textarea {
  margin: 0;
}

.white-popup>form.mktoForm input[name="mktoOptin"]{
  height: 20px;
}

.white-popup>form.mktoForm select {
  height: 34px;
}

.white-popup>form.mktoForm .mktoOffset {
  height: 0;
}

.white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
  float: right !important;
  width: 88% !important;
}

.white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
  float: left !important;
  width: 12% !important;
}

.white-popup>form.mktoForm .mktoButtonRow {
  padding-top: 15px;
}

.white-popup>form.mktoForm .mktoHtmlText {
  width: 100% !important;
  padding-left: 20px;
  float: right;
}

.white-popup>form.mktoForm .mktoHtmlText a,
.link-class {
  padding: 0 !important;
}

.white-popup>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #0065ed !important;
  border: 2px solid #0065ed;
  background-image: none;
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif;
  text-shadow: none;
  width: auto;
}

.white-popup>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #4d5766 !important;
  background-image: none;
  border: 2px solid #4d5766;
}

.white-popup>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[type='cancel'] {
  background-color: #ffffff !important;
  border: 2px solid #0065ed;
  color: #0065ed;
  margin-left: 15px;
  padding: 9px 13px;
  cursor: pointer;
}

.white-popup>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[type='cancel']:hover {
  background-color: #ffffff !important;
  border: 2px solid #4d5f66;
  color: #4d5766;
  margin-left: 15px;
  padding: 9px 13px;
  cursor: pointer;
}

@media screen and (min-width: 680px) {
  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
    width: 88% !important;
  }

  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
    width: 6% !important;
  }
}

@media screen and (max-width: 720px) {
  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
    width: 10% !important;
    min-width: 25px;
  }

  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
    width: 88% !important;
    font-size: 16px !important;
    padding-right: 5px !important;
    font-size: 17px;
  }

  .white-popup>form.mktoForm .mktoField {
    width: 90% !important;
    float: none !important;
    height: 40px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #052253;
    background: 0;
    border-radius: 0;
  }

  .white-popup>form.mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 5% !important;
  }

  .white-popup>form.mktoForm textarea {
    min-height: 85px !important;
    font-size: 16px !important;
    margin-bottom: 5px;
  }
}

@media (min-width: 1100px) {
  form.mktoForm .mktoField {
    /* width: 90% !important;
         */
  }
}

@media (min-width: 720px) {
  form.mktoForm .mktoField {
    /* width: 90% !important;
         */
  }
}

.white-popup>form.mktoForm {
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif !important;
  width: auto !important
}

.white-popup>form.mktoForm .mktoLabel>div {
  /* text-align:left !important;
     */
  padding-left: 4px;
  padding-top: 8px;
}

.white-popup>form.mktoForm .mktoFieldDescriptor,
.white-popup>form.mktoForm .mktoFieldWrap {
  width: 100%;
}

.white-popup>form.mktoForm .mktoFieldWrap input,
.white-popup>form.mktoForm .mktoFieldWrap select {
  /* width:90% !important;
     */
}

.white-popup>form.mktoForm .mktoFormCol {
  /* padding-left:0 !important;
     */
  margin: 10px !important;
}

.white-popup>form.mktoForm .mktoGutter,
.white-popup>form.mktoForm .mktoOffset {
  display: inline-block !important;
}

.white-popup>form.mktoForm .mktoFieldWrap label,
.white-popup>form.mktoForm .mktoFieldWrap label.mktoLabel {
  /* float:left !important;
     */
  /* width:10px !important;
     */
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label,
.mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label.mktoLabel {
  /* float:left !important;
     */
  width: 88% !important;
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-container--default {
  font-size: 17px;
  line-height: 1.5;
  color: #4a6083;
  width: 90% !important
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single {
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #052253;
  background: 0;
  border-radius: 0
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #4a6083
}

.white-popup>form.mktoForm .mktoFieldWrap input[type='email'],
.white-popup>form.mktoForm .mktoFieldWrap input[type='url'],
.white-popup>form.mktoForm .mktoFieldWrap input[type='text'],
.white-popup>form.mktoForm .mktoFieldWrap input[type='password'],
.white-popup>form.mktoForm .mktoFieldWrap input[type='tel'] {
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px 0;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #052253;
  font-size: 17px;
  line-height: 1.5;
  width: 90% !important;
}

.white-popup>form.mktoForm .mktoFieldWrap input[type='email']:focus+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='text']:focus+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='url']:focus+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='password']:focus+label,
.white-popup>form.mktoForm .white-popup>.mktoFieldWrap input[type='tel']:focus+label {
  font-size: 11px
}

.white-popup>form.mktoForm .mktoFieldWrap input[type='email']+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='url']+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='text']+label,
.white-popup>form.mktoForm .mktoFieldWrap input[type='password']+label,
.white-popup>form.mktoForm .mktoFieldWrap .white-popup>input[type='tel']+label {
  font-family: NokiaPureHeadlineLight, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #4a6083
}

.white-popup>form.mktoForm .mktoFieldWrap input[type='checkbox']+label {
  font-size: 16px;
  color: #4a6083
}

.white-popup>form.mktoForm .mktoFieldWrap textarea.mktoField {
  width: 90% !important;
  background: none;
  padding: 5px 0;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #052253;
  font-size: 17px;
  line-height: 1.5
}

.white-popup>form.mktoForm .mktoFieldWrap--error input[type='email'],
.white-popup>form.mktoForm .mktoFieldWrap--error input[type='tel'],
.white-popup>form.mktoForm .mktoFieldWrap--error input[type='text'],
.white-popup>form.mktoForm .mktoFieldWrap--error input[type='url'],
.white-popup>form.mktoForm .mktoFieldWrap--error input[type='password'] {
  color: #bf2828;
  border-bottom-color: #bf2828
}

.white-popup>form.mktoForm .mktoFieldWrap--error label {
  color: #bf2828
}

.white-popup>form.mktoForm .mktoFieldWrap--error-message {
  padding-left: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #bf2828
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-container--default b {
  display: none
}

.white-popup>form.mktoForm .mktoFieldWrap .description {
  font-size: 14px
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-selection__arrow {
  right: 1px;
  height: 20px
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-selection__arrow::after,
.white-popup>.mktoFieldWrap .select2-selection__arrow::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-selection__arrow::after {
  border-color: #4a6083 transparent transparent;
  border-width: 5px;
  margin-left: -5px
}

.white-popup>form.mktoForm .mktoFieldWrap .select2-selection__arrow::before {
  border-color: #0065ed transparent transparent;
  border-width: 7px;
  margin-left: -7px
}

.select2-container--open .select2-results__option {
  margin-bottom: 0
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[data-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

/* Mkto Form Embedded */
.mkto-form-inline>form.mktoForm .mktoFormRow {
  padding: 0px !important;
}

.mkto-form-inline>form.mktoForm #mktoOptin {
  width: 90% !important;
  clear: both !important;
}

.mkto-form-inline>form.mktoForm textarea {
  font-size: 16px !important;
}

.mkto-form-inline>form.mktoForm textarea[rows="2"] {
  height: auto !important;
}

.mkto-form-inline>form.mktoForm .form-item,
.mkto-form-inline>form.mktoForm .mktoFieldWrap {
  min-height: 60px !important;
  height: auto;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default {
  width: 90% !important;
  float: left !important;
  margin-left: 0px !important;
}

.mkto-form-inline>form.mktoForm .form-item,
.mkto-form-inline>form.mktoForm .mktoFieldWrap {
  position: relative;
}

.mkto-form-inline>form.mktoForm input,
.mkto-form-inline>form.mktoForm select,
.mkto-form-inline>form.mktoForm textarea {
  margin: 0;
}

.mkto-form-inline>form.mktoForm input[name="mktoOptin"] {
  height: 20px;
}

.mkto-form-inline>form.mktoForm select {
  height: 34px;
}

.mkto-form-inline>form.mktoForm .mktoOffset {
  height: 0;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
  float: right !important;
  width: 88% !important;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
  float: left !important;
  width: 12% !important;
}

.mkto-form-inline>form.mktoForm .mktoButtonRow {
  padding-top: 15px;
}

.mkto-form-inline>form.mktoForm .mktoHtmlText {
  width: 100% !important;
  padding-left: 20px;
  float: right;
}

.mkto-form-inline>form.mktoForm .mktoHtmlText a,
.link-class {
  padding: 0 !important;
}

.mkto-form-inline>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #0065ed !important;
  border: 2px solid #0065ed;
  background-image: none;
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif;
  text-shadow: none;
  width: auto;
}

.mkto-form-inline>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #4d5766 !important;
  background-image: none;
  border: 2px solid #4d5766;
}

.mkto-form-inline>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[type='cancel'] {
  background-color: #ffffff !important;
  border: 2px solid #0065ed;
  color: #0065ed;
  margin-left: 15px;
  padding: 9px 13px;
  cursor: pointer;
}

.mkto-form-inline>form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[type='cancel']:hover {
  background-color: #ffffff !important;
  border: 2px solid #4d5f66;
  color: #4d5766;
  margin-left: 15px;
  padding: 9px 13px;
  cursor: pointer;
}

@media screen and (min-width: 680px) {
  .mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
    width: 90% !important;
    padding-top: 0.3em !important;
    padding-right: 5%;
  }

  .mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
    width: 6% !important;
    padding: 0.3em 0px .3em 10px;
    min-width: 30px;
  }
}

@media screen and (max-width: 720px) {
  .mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel~.mktoCheckboxList {
    width: 6% !important;
    min-width: 25px;
    padding: 0.3em 0px .3em 10px;
  }

  .mkto-form-inline>form.mktoForm .mktoFieldWrap label[for=mktoOptin].mktoLabel {
    width: 91% !important;
    font-size: 16px !important;
    padding-right: 5% !important;
    padding-top: 0.3em !important;
  }

  .mkto-form-inline>form.mktoForm .mktoField {
    width: 90% !important;
    float: none !important;
    background: #edf2f5;
    border: 0;
    border-bottom: 2px solid #052253;
    color: #4a6083;
    font-size: 17px;
    height: 40px;
    padding: 0;
    background: 0;
    border-radius: 0;
  }

  .mkto-form-inline>form.mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 5% !important;
  }

  .mkto-form-inline>form.mktoForm textarea {
    min-height: 85px !important;
    font-size: 16px !important;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .mkto-form-inline>form.mktoForm .mktoHtmlText {
    padding-left: 10px;
  }
}

@media (min-width: 1100px) {
  form.mktoForm .mktoField {
    /* width: 90% !important;
         */
  }
}

@media (min-width: 720px) {
  form.mktoForm .mktoField {
    /* width: 90% !important;
         */
    /* float: none !important;
         */
  }
}

.mkto-form-inline>form.mktoForm {
  font-family: NokiaPureHeadline, Arial, Helvetica, sans-serif !important;
  width: auto !important;
}

.mkto-form-inline>form.mktoForm .mktoLabel>div {
  text-align: left !important;
  padding-left: 4px;
}

.mkto-form-inline>form.mktoForm .mktoFieldDescriptor,
.mkto-form-inline>form.mktoForm .mktoFieldWrap {
  width: 100%;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap input,
.mkto-form-inline>form.mktoForm .mktoFieldWrap select {
  width: 90% !important;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap input,
.mktoFieldWrap select {
  /* width:90% !important;
     */
}

.mkto-form-inline>form.mktoForm .mktoFormCol {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}

.mkto-form-inline>form.mktoForm .mktoGutter,
.mkto-form-inline>form.mktoForm .mktoOffset {
  display: inline-block !important;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap label.mktoLabel {
  float: left !important;
  width: 10px !important;
  padding-top: 15px !important;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default {
  font-size: 17px;
  line-height: 1.5;
  color: #4a6083;
  width: 90% !important;
  margin-top: 0px !important;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single {
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #052253;
  background: 0;
  border-radius: 0;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #4a6083;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='email'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='text'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='password'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='tel'] {
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px 0;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #052253;
  font-size: 17px;
  line-height: 1.5;
  width: 90% !important;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='email']:focus+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='text']:focus+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='password']:focus+label,
.mkto-form-inline>form.mktoForm .mkto-form-inline>.mktoFieldWrap input[type='tel']:focus+label {
  font-size: 11px;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='email']+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='url']+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='text']+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='password']+label,
.mkto-form-inline>form.mktoForm .mktoFieldWrap .mkto-form-inline>input[type='tel']+label {
  font-family: NokiaPureHeadlineLight, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #4a6083
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='checkbox']+label {
  font-size: 16px;
  color: #4a6083
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap textarea.mktoField {
  width: 90% !important;
  background-color: #fff;
  padding: 5px;
  outline: 0;
  border: 1px solid #A9A9A9;
  line-height: 1.5;
  resize: auto;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap--error input[type='email'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap--error input[type='tel'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap--error input[type='text'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap--error input[type='password'] {
  color: #bf2828;
  border-bottom-color: #bf2828
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap--error label {
  color: #bf2828
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap--error-message {
  padding-left: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #bf2828;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default b {
  display: none;
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .description {
  font-size: 14px
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-selection__arrow {
  right: 1px;
  height: 20px
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-selection__arrow::after,
.mkto-form-inline>.mktoFieldWrap .select2-selection__arrow::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-selection__arrow::after {
  border-color: #edf2f5 transparent transparent;
  border-width: 5px;
  margin-left: -5px
}

.mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-selection__arrow::before {
  border-color: #0065ed transparent transparent;
  border-width: 7px;
  margin-left: -7px
}

/* Additional CSS from Mirum */
.form--compact.form--blue .mkto-form-inline .mktoFieldWrap .select2-selection__arrow::after,
.form--compact .mkto-form-inline .mktoFieldWrap .select2-selection__arrow::before {
  top: 100% !important;
  transform: translateY(0) !important;
  border-color: white transparent transparent !important;
}

.form--blue .mktoFieldWrap {
  background-color: transparent;
}

.form--blue .mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single,
.form--blue .mktoFieldWrap input[type='email'],
.form--blue .mktoFieldWrap input[type='text'],
.form--blue .mktoFieldWrap input[type='password'],
.form--blue .mktoFieldWrap input[type='tel'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='email'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='text'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='url'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='password'],
.mkto-form-inline>form.mktoForm .mktoFieldWrap input[type='tel'] {
  border-bottom: 1px solid white;
  color: white;
}

.form--blue .mkto-form-inline .mktoFieldWrap textarea.mktoField {
  border-bottom: none;
  background-color: white;
}

.form--blue .mkto-form-inline .mktoFieldWrap textarea.mktoField,
.form--blue select.mktoField {
  color: #98a2ae;
}

.form--blue .mkto-form-inline .mktoFieldWrap textarea.mktoField::placeholder {
  color: #98a2ae;
}

.form--blue .mkto-form-inline .mktoFieldWrap .select2-container--default .select2-selection--single {
  border-bottom: 1px solid white;
}

.form--blue .mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.form--blue .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  padding: 10px 0;
  color: white;
}

.form--blue ::placeholder {
  color: white;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.form--blue .mkto-form-inline form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: inline-block;
  min-width: 186px;
  padding: 16px 20px 10px;
  border-radius: 3px;
  border: solid 1px #0065ed;
  background-color: #0065ed !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: white;
  transition: all 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.form--blue :hover::placeholder,
.form--blue :focus::placeholder {
  opacity: 0;
}

.form--blue p {
  color: #000000;
}

.form--compact .form-form--wrapper--inner h2 {
  margin-left: 30px;
  font-size: 30px;
}

.form--compact .mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single {
  height: 60px;
  margin-left: 8px;
}

.form.form--compact .form-title .form-title--wrapper {
  max-width: 380px;
}

.form--compact .mkto-form-inline .mktoFieldWrap {
  margin-bottom: 10px;
}

.form--compact .mkto-form-inline .mktoFieldDescriptor {
  margin-bottom: 0 !important;
}

.form--compact .mkto-form-inline .mktoFieldWrap textarea.mktoField {
  padding: 10px;
  height: auto;
}

.form--compact .mktoGutter,
.form--compact .mktoOffset {
  display: none;
}

.form--compact .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.form--compact .mkto-form-inline form.mktoForm .mktoLabel {
  padding: 0;
  margin: 0;
  float: none;
  width: auto !important;
  font-size: 16px;
}

.form--compact .mktoFormRow .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
}

.form--compact .mktoForm .mktoRadioList,
.form--compact .mktoForm .mktoCheckboxList {
  float: none;
  width: 30px !important;
}

.form--compact .mkto-form-inline .mktoFieldWrap textarea.mktoField,
.form--compact .mktoForm .mktoRadioList,
.form--compact .mktoForm .mktoCheckboxList,
.form--compact .mkto-form-inline form.mktoForm .mktoLabel,
.form--compact .mkto-form-inline .mktoButtonRow {
  margin-top: 20px;
}

.form--compact .mkto-form-inline form.mktoForm .mktoFieldWrap .select2-container--default {
  margin: 0;
  float: none;
}

.form--compact .mkto-form-inline form.mktoForm .mktoFieldWrap .select2-selection__rendered {
  padding: 0 10px;
}

.form--compact .mkto-form-inline .mktoFieldWrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: auto;
  line-height: inherit;
  padding: 10px;
}

.form--compact .mkto-form-inline .mktoForm .mktoButtonRow .mktoButtonWrap {
  float: none;
  margin-left: 0 !important;
}

.form--compact .mkto-form-inline form.mktoForm .mktoFormRow {
  padding: 0;
}

.form--compact .mkto-form-inline .mktoFieldWrap {
  height: auto;
  min-height: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.form--compact .mkto-form-inline .mktoFieldWrap .select2-selection__arrow::after,
.form--compact .mkto-form-inline .mktoFieldWrap .select2-selection__arrow::before {
  top: 50%;
  transform: translateY(-50%);
}

.form--compact .mkto-form-inline .mktoFieldWrap .select2-container--default .select2-selection--single {
  height: auto;
}

.form--compact .form-title--wrapper .form--number {
  font-size: 24px;
  color: #6e6e6e;
  padding-bottom: 12px;
}

.form--compact .form-title--wrapper h3::after {
  border-bottom: solid 1px #d4d4d4;
  content: '';
  display: block;
  margin-top: 8px;
  margin-bottom: 13px;
}

.form--compact .form-title--wrapper h3 {
  font-size: 22px;
  color: black;
  margin-bottom: 0;
}

.form--compact .form-title-wrapper p {
  color: black;
}

@media screen and (max-width: 837px) {
  .form--compact .mkto-form-inline>form.mktoForm .mktoFieldWrap .select2-container--default .select2-selection--single {
    margin-left: auto;
    max-width: 94%;
  }

  .form--compact .mkto-form-inline>form.mktoForm .mktoButtonRow {
    padding-left: 25px;
  }

  .form--blue .mkto-form-inline>form.mktoForm .mktoField {
    color: white;
    border-bottom: 1px solid white;
  }

  .form--compact .mkto-form-inline>form.mktoForm .mktoHtmlText {
    padding-left: 25px;
  }
}

@media screen and (min-width: 837px) {
  .form--compact .mkto-form-inline form.mktoForm .mktoField {
    padding: 10px;
  }

  .form--compact .mkto-form-inline form.mktoForm .mktoField,
  .form--compact .mkto-form-inline form.mktoForm .mktoFieldWrap .select2-container--default {
    width: 100% !important;
  }

  .form--compact .mkto-form-inline>form.mktoForm .mktoHtmlText {
    width: 100% !important;
    padding-left: 5px;
  }

  .form--compact .mkto-form-inline>form.mktoForm .mktoFieldWrap textarea.mktoField {
    flex: 0 1 100%;
    margin-left: 5px;
  }

  .form--compact form#mktoForm_2480,
  .form--compact form#mktoForm_2483 {
    display: flex;
    flex-flow: wrap;
  }

  .form--compact form#mktoForm_2480 .mktoFormRow:not(:nth-child(-n+7)),
  .form--compact form#mktoForm_2483 .mktoFormRow:not(:nth-child(-n+7)) {
    flex: 0 1 100%;
  }

  .form--compact form#mktoForm_2480 .mktoFormRow:nth-child(2),
  form#mktoForm_2480 .mktoFormRow:nth-child(4),
  form#mktoForm_2480 .mktoFormRow:nth-child(6),
  .form--compact form#mktoForm_2483 .mktoFormRow:nth-child(2),
  form#mktoForm_2483 .mktoFormRow:nth-child(4),
  form#mktoForm_2483 .mktoFormRow:nth-child(6) {
    flex: 0 1 49%;
    margin-right: 5px;
  }

  .form--compact form#mktoForm_2480 .mktoFormRow:nth-child(3),
  form#mktoForm_2480 .mktoFormRow:nth-child(5),
  form#mktoForm_2480 .mktoFormRow:nth-child(7),
  .form--compact form#mktoForm_2483 .mktoFormRow:nth-child(3),
  form#mktoForm_2483 .mktoFormRow:nth-child(5),
  form#mktoForm_2483 .mktoFormRow:nth-child(7) {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 719px) {
  .form--reverse .nr {
    flex-direction: column;
  }
}

.form--blue .mkto-form-inline>form.mktoForm #mktocomments {
  color: #1d1e20;
}

.form--blue .form-form a {
  padding: 0px;
}

.mktoForm textarea {
  /* margin: 0;
     */
}

.mfp-content #form-popup-marketo #mktoForm_5069 input,
select,
textarea {
  margin: 0 !important;
}

.mktoForm .mktoLabel {
  /* float: left;
     */
  line-height: 1.2em;
  padding-top: 0.3em;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoLabel {
  /* float: left;
     */
  line-height: 1.2em;
  padding-top: 0.3em;
}

.mktoForm .mktoAsterix {
  float: none;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoAsterix {
  color: #bf0000;
  float: none;
}

.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: right;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoRadioList,
.mktoCheckboxList {
  padding: 0.3em;
  float: right !important;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoRadioList>label,
.mfp-content #form-popup-marketo #mktoForm_5069 .mktoCheckboxList>label {
  margin-left: 1.5em;
  /* margin-top: 0.1em;
     */
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoRadioList>input,
.mfp-content #form-popup-marketo #mktoForm_5069 .mktoCheckboxList>input {
  padding: 0;
  margin-top: 4px !important;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoRequiredField .mktoAsterix {
  display: inline-block;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoFormCol {
  position: relative;
  min-height: 2em;
  float: none;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .iti__selected-flag {
  margin-left: -12px !important;
  height: 23px;
  margin-top: 50px;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoGutter {
  width: 100px !important;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap textarea.mktoField {
  margin-top: 0px !important;
}

.mfp-content #form-popup-marketo #mktoForm_5069 .mktoButtonWrap.mktoSimple .mktoButton[type='cancel'] {
  background-color: #ffffff !important;
  border: 2px solid #0065ed;
  color: #0065ed;
  margin-left: 15px;
  padding: 9px 13px;
  cursor: pointer;
}


/* 23-01-2024 */
/* @media screen and (max-width: 480px){
     #mktoForm_5069{
         .mktoFormCol {
             padding-right: 46px;
        }
    }
}
    
 @media screen and (min-width:390px) and (max-width:480) {
     #mktoForm_5069{
         .mktoFormCol{
             padding-right: 39px;
        }
    }
}
 */
@media only screen and (min-width:320px) and (max-width:767px) {
  #mktoForm_5069 .mktoFieldDescriptor {
    width: 89%;
  }
}

@media only screen and (min-width: 370px) and (max-width: 425px) {
  #mktoForm_5069 .mktoFieldDescriptor {
    width: 94%;
  }
}

@media only screen and (max-width: 430px) {

  .mfp-content .white-popup input[type=email],
  .mfp-content .white-popup input[type=text],
  .mfp-content .white-popup input[type=password],
  .mfp-content .white-popup input[type=tel] {
    padding: 12px 0px !important;
  }
}

@media only screen and (max-width: 425px) {
  #mktoForm_5069 .mktoFieldWrap input {
    width: 100% !important;
  }

  #mktoForm_5069 input {
    box-sizing: border-box;
  }
}



/* Nokia Popup CSS for phone with ext */
/* 16-05-2024 */
/* start */
.mktoFormRow {
  display: flex;
}

.mktoFieldDescriptor.mktoFormCol {
  display: inline-flex;
  flex-direction: column-reverse;
}


.mktoFieldDescriptor #Phone {
  width: 20.5rem !important;
  margin-left: 20px !important;
  margin-top: -20px !important;
}

.mktoFieldDescriptor #CRM_Phone_Extension__c {
  width: 30px !important;
}

.iti__selected-flag {
  margin-top: 10px;
}

.LblPhone {
  display: inline-flex;
  height: 2px;
}

/* New css for checkbox alignment */
@media only screen and (max-width: 428px) {
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75729_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75735_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75736_"] {
    width: 6% !important;
    vertical-align: middle;
  }
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75729_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75735_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75736_"] {
    display: inline-block;
    width: 78% !important;
    vertical-align: top;
    margin-top: 15px !important;
  }
}
@media only screen and (min-width: 428px) and (max-width: 720px) {
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75729_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75735_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75736_"] {
    width: 6% !important;
vertical-align: middle;
  }
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75729_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75735_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75736_"] {
    display: inline-block;
    width: 81% !important;
    vertical-align: top;
    margin-top: 15px !important;
  }
}
@media only screen and (min-width: 540px) and (max-width: 720px) {
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75729_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75735_"],
  #mktoForm_5069 .mktoFieldWrap input[id^="mktoCheckbox_75736_"] {
    width: 6% !important;
    vertical-align: middle;
  }
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75729_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75735_"],
  .mfp-content #form-popup-marketo #mktoForm_5069 .mktoFieldWrap label[id^="LblmktoCheckbox_75736_"] {
    display: inline-block;
    width: 84% !important;
    vertical-align: top;
    margin-top: 15px !important;
  }
}
#LblmktoExplicitOptinPhone {
  width: 88% !important;
  font-size: 16px !important;
  float: right !important;
  font-weight: 300;
  line-height: 135%;
}
@media (min-width: 1366px){
  #LblmktoExplicitOptinPhone {
    font-size: 18px !important;
  }
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  float: left !important;
  width: 90% !important;
}

input#mktoExplicitOptinPhone {
  height: 20px;
}

.white-popup>form.mktoForm #mktoExplicitOptinPhone {
  width: 90% !important;
  clear: both !important;
}

.mktoGutter.mktoHasWidth {
  width: 7px;
}


@media screen and (max-width: 720px) {
  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
    width: 10% !important;
    min-width: 25px;
  }

  #LblmktoExplicitOptinPhone {
    font-size: 16px !important;
  }

  .mktoGutter.mktoHasWidth {
    width: 9px;
  }
}

@media screen and (min-width: 680px) {
    .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
        width: 6% !important;
    }
}
}
 
 
    .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
        width: 6% !important;
    }
@media screen and (max-width: 720px) {
.white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
        width:10% !important;
        min-width: 25px
    }
}
@media screen and (min-width:431px) and (max-width: 600px) {
  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
    width: 10% !important;
  }
  .mktoFieldDescriptor #Phone{
    width: auto !important; 
    margin-left: 20px !important;
    margin-top: auto !important;
  }
  .mktoFieldDescriptor .mktoFieldWrap #Country_Code__c_lead {
    width: 94% !important; 
   }  
}
 @media screen and (max-width: 430px) {
  .white-popup>form.mktoForm .mktoFieldWrap label[for=mktoExplicitOptinPhone].mktoLabel~.mktoCheckboxList {
    width: 10% !important;
  }
  .mktoFieldDescriptor #Phone{
    width: auto !important; 
    margin-left: 20px !important;
    margin-top: auto !important;
  }
 
  .mktoFieldDescriptor .mktoFieldWrap #Country_Code__c_lead {
    width: 90% !important; 
   }  
  .mktoFieldDescriptor #CRM_Phone_Extension__c {
  width: 90% !important;
  } 
 }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mktoFieldDescriptor #Phone {
    width: 420px !important;
  }

  #LblmktoExplicitOptinPhone {
    font-size: 16px !important;
  }

  .mktoGutter.mktoHasWidth {
    width: 9px;
  }
}

@media screen and (min-width: 721px) and (max-width: 868px) {
  .mktoFieldDescriptor #Phone {
    width: 420px !important;
  }

  .iti__selected-flag {
    margin-top: 0px;
    padding-left: 16px !important;
    height: 72px;
  }


  @media screen and (min-width: 533px) and (max-width: 720px) {
    .mktoFieldDescriptor #Phone {
      width: 276px !important;
    }

    #CRM_Phone_Extension__c {
      margin-top: 42px;
    }

    .iti__selected-flag {
      margin-top: 0px;
    }
  }

  @media screen and (min-width: 375px) and (max-width: 425px) {
    .mktoFieldDescriptor #Phone {
      width: 133px !important;
    }

    #CRM_Phone_Extension__c {
      margin-top: 29px;
    }

    .iti__selected-flag {
      margin-top: 0px;
    }
  }

  @media screen and (min-width: 320px) and (max-width: 374px) {
    .mktoFieldDescriptor #Phone {
      width: 77px !important;
    }

    #CRM_Phone_Extension__c {
      margin-top: 30px;
    }

    .iti__selected-flag {
      margin-top: 0px;
    }
  }

  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .mktoFieldDescriptor #Phone {
      width: 525px !important;
    }
  }

  /*end */