@font-face {
  font-family: 'Helvetica Neue';
  src: url('/content/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
    url('/content/fonts/HelveticaNeue-Roman.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/content/fonts/HelveticaNeue-Italic.woff2') format('woff2'),
    url('/content/fonts/HelveticaNeue-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/content/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('/content/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/content/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('/content/fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  position: relative;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100%;
  font-family: 'Helvetica Neue', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-variation-settings: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

/* button labels */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-lg.btn-labeled {
  padding: 0 16px 0 10px;
}
.btn-lg > .btn-label {
  left: -10px;
}

.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}

.modal-header,
.modal-footer {
  background: #f7f7f7;
  border-radius: 6px 6px 0 0;
}
.modal-footer {
  border-radius: 0 0 6px 6px;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-body .modal-title {
  margin-bottom: 5px;
}
.modal-body ul {
  margin: 0;
}
.modal-body .table {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 25%;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    opacity: 1;
  }
}

#regulator .modal-body {
  max-height: 308px;
  overflow-y: scroll;
}
#regulator .modal-body p:last-child {
  margin: 0;
}
#regulator .modal-footer {
  text-align: center;
}

@media (min-width: 768px) {
  #regulator[data-type='terms'] .modal-dialog {
    width: 450px;
  }
  #regulator[data-type='marketing'] .modal-dialog {
    width: 580px;
  }
}

/* branding helpers */
.panel-warning blockquote > p {
  font-size: 15px;
  color: #333;
  font-style: normal;
}
.panel-danger blockquote > p {
  font-size: 15px;
  color: #333;
  font-style: normal;
}
.panel-default > .panel-heading {
  background-color: #fafafa;
}
.panel-warning {
  border-color: #ffecc7;
  background-color: #fffdfa;
}
.panel-warning > .panel-heading {
  color: #c48300;
  background-color: #fff4df;
  border-color: #ffecc7;
}
.panel-warning blockquote > footer {
  color: #bba16e;
}
.text-branded {
  color: #f4b131;
}
.glyphicon-branded {
  color: #f3b137;
}
.glyphicon-green {
  color: #a3bc37;
}
img.alignleft {
  float: left;
  border-radius: 4px;
  margin: 0 18px 4px 0;
}

/* useful helpers */
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
  border: solid 1px blue;
}
.ml-40 {
  margin-left: 40px;
  border: solid 1px green;
}

.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}

.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}

.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}

.p-li li {
  padding-bottom: 7px;
}
.p-li li:last-child {
  padding-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}

.pl-16 {
  padding-left: 16px;
}
.fs-500 {
  font-size: 500%;
}
.fs-120 {
  font-size: 120%;
}
.border-red {
  border: solid 1px red;
}

.center {
  text-align: center;
}

.clear-transition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form-group span.required,
.form-group span.optional {
  float: right;
  padding-top: 5px;
  color: #bbb;
}

.form-group.has-error span.required,
.form-group.has-error span.optional {
  color: #880000;
}

textarea {
  resize: vertical;
  max-height: 328px;
}

a.external > span {
  margin-left: 5px;
  display: inline;
}

/* fix for .table-responsive */
.table-responsive {
  overflow-x: visible;
}

/* other */
.img-right {
  float: right;
  padding: 4px;
  margin: 0 0 7px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: none;
}

img.pull-right {
  margin: 0 0 7px 15px;
}

@media (max-width: 767px) {
  footer > .btn-goto-top {
    margin-left: -20px; /* (width / 2) */
  }

  .img-right {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
    border: none;
    float: none;
  }

  .lead {
    margin-top: 10px;
  }
  .panel-body.lead {
    margin-top: 0;
  }

  /* useful helpers for mobile devices */
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }

  .pointer-sm {
    cursor: pointer;
  }
}

.text-center > .panel {
  text-align: left;
}

.badge {
  background-color: #337ab7;
}
#guide > h4 {
  font-size: 20px;
  font-weight: bold;
}

/* blockquote enhancements */
blockquote > .lead {
  font-weight: 400;
}

blockquote.large {
  border: none;
  padding: 0;
}

.large > .lead {
  color: #333;
  font-size: 21px;
  font-style: normal;
}

.large > p {
  color: #333;
  font-size: 17.5px;
  font-style: normal;
}

.panel-body blockquote {
  margin: 0;
  padding: 10px 12px;
  border-left: none;
}

.panel-body blockquote > footer {
  padding-bottom: 0;
}
.panel-body blockquote > footer > cite {
  display: block;
}

.small-article-image {
  padding-right: 10px;
}

.alert {
  padding: 12px 14px;
}

.alert hr {
  margin: 6px 0;
}

.help-block {
  margin: 0;
  padding-top: 3px;
  display: block;
}

.form-placeholder {
  padding-top: 7px;
  display: block;
}

.btn-toolbar {
  padding-bottom: 3px;
}

.btn-toolbar > * {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-toolbar > form {
  float: left;
  display: inline-block;
  width: 42%;
}

@media (min-width: 547px) and (max-width: 991px) {
  .btn-toolbar > form {
    width: 100%;
    padding-right: 5px;
  }
}

@media (max-width: 546px) {
  .btn-toolbar > *,
  .btn-toolbar > form,
  .btn-toolbar > .btn-group > * {
    width: 100%;
  }

  .btn-toolbar .input-group-btn {
    width: 1%;
    display: table-cell;
  }

  .btn-toolbar .btn.btn-labeled {
    height: 34px;
    padding: 6px 12px;
  }

  .btn-toolbar .btn-labeled > .btn-label {
    display: none;
  }
}

div.logo-suffix a {
  color: #f8f8f8;
}
div.logo-suffix a:hover {
  color: #cccccc;
  cursor: pointer;
}

@media (min-width: 768px) {
  img.top-side-pic {
    padding-top: 50px;
    float: right;
  }
}

@media (max-width: 767px) {
  img.top-side-pic {
    padding-top: 0;
    float: none;
  }
}

.model-1000 {
  width: 1000px;
}
.badge-box {
  max-width: 230px;
}

.blue {
  color: #337ab7;
}
.red {
  color: #d01821;
}
.black {
  color: #000000;
}
.lighthd {
  font-weight: 300;
}
.productfocusbox {
  border: solid 5px #f3f3f3;
  padding: 15px 15px 0px 20px;
  margin-left: 30px;
}
.productfocusbox a {
  cursor: pointer !important;
}
.productfocusbox h3 {
  margin-top: 0;
  line-height: 28px;
  font-weight: 400;
}
.pad-r-10 {
  padding-right: 10px;
}
.pad-r-20 {
  padding-right: 20px;
}
.adtext p,
.adtext a {
  font-size: 16px;
}
.clearfix {
  clear: both;
}
@media (max-width: 1199px) {
  .adlink {
    padding-top: 20px;
  }
}

.box-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*  Padding Helpers */

.pad-t-10 {
  padding-top: 10px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-30 {
  padding-bottom: 30px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.panel-body h4 {
  line-height: normal;
}
.purple {
  color: #2d2f79;
}
.flake {
  padding: 0 0 10px 0;
}
div.tip h3 {
  max-width: 700px;
}
@media (max-width: 991px) {
  div.tip h3 {
    max-width: 360px;
    -border: solid 1px red;
  }
}
@media (max-width: 500px) {
  div.tip h3 {
    max-width: 250px;
    font-size: 22px;
  }
}
@media (max-width: 321px) {
  div.tip h3 {
    max-width: 200px;
    font-size: 20px;
  }
}
div.tip p {
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.navbar-nav:not(.navbar-right) {
    width: 530px;
  }
}
.social-box {
  margin-left: 20px;
}
.social-buttons {
  width: 170px;
  margin: 0 auto;
}
h3.panel-title {
  font-size: 16px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .hide-reveal {
    display: block;
  }
}
@media (max-width: 767px) {
  .hide-reveal {
    border: solid 1px blue;
    width: 200px;
    height: auto;
    display: none;
  }
}

ul.xmas-tips {
  margin-top: -20px;
  margin-left: 65px;
  padding: 0;
}

/* News fix
================================== */

div#new-items img {
  max-width: 400px;
  padding: 15px 15px 15px 0;
}
div#new-items ul {
  list-style: outside disc;
  margin-left: 1em;
}
div#new-items ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}

/* Tables
================================== */

@media only screen and (max-width: 800px) {
  div#new-items img {
    max-width: 100%;
  }
  #flip-scroll {
    max-width: calc(100vw - 48px);
  }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child + html .cf {
    zoom: 1;
  }

  #flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  #flip-scroll th {
    text-align: left;
  }

  #flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* sort out borders */

  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  #flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}

.fsSubmitButton {
  border: solid 1px red;
}

#passwordstrength-bar-holder {
  height: 30px;
  margin: 10px 0 0 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

#passwordstrength-bar {
  color: #333;
  padding: 5px;
  text-align: center;
}

.passwordstrength-length {
  background-color: #d9534f;
  width: 100%;
  transition: 1s;
}

.passwordstrength-weak {
  background-color: #d9534f;
  width: 40%;
  transition: 1s;
}

.passwordstrength-medium {
  background-color: #f0ad4e;
  width: 66%;
  transition: 1s;
}

.passwordstrength-strong {
  background-color: #5cb85c;
  width: 100%;
  transition: 1s;
}

.password-error {
  color: #a94442;
}

h1,
h2,
h3 {
  font-variant-ligatures: none;
  line-height: 1.25;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  font-weight: 700;
}
h3 {
  font-size: 22px !important;
  font-weight: 600;
}
h4 {
  font-size: 20px;
}

p.lead {
  margin-bottom: 20px !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

@media (max-width: 768px) {
  p.lead {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
}

.header {
  background: #195c9e;
  margin-bottom: 40px;
}
.header .logo-black {
  display: none;
}
.header .logo-white {
  display: inline;
}
.header .navbar {
  display: flex;
  align-items: end;
  padding: 32px 0 24px 0;
}
.header .logo {
  flex-grow: 1;
}
.header a:hover,
.header a:focus {
  text-decoration: none;
}
.header .navbar-nav > li > a {
  font-size: 14px;
  padding: 8px 14px;
  height: 34px;
  color: #fff !important;
  background: none !important;
  font-weight: 600;
}
.header .navbar-nav > li > a:hover {
  color: #eee !important;
}
#current {
  color: #fff !important;
}
#current:hover {
  color: #ddd !important;
}
.header .navbar {
  min-height: auto;
  margin: 0;
}
.header .navbar-default {
  background: none;
  border: none;
}
.header .navbar-toggle {
  background: #fff;
  border: none;
  margin: 0;
}
.header .logo-text {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 12px;
  color: #333;
  height: 12px;
  margin-top: 3px;
  font-weight: 600;
}
.header .logo a {
  width: 260px;
  color: #333;
}
.header .logo-text a:hover,
.header .logo-text a:focus {
  color: #000;
  text-decoration: underline;
  color: #5287d1 !important;
}

@media (max-width: 991px) {
  .header .navbar {
    display: block;
    padding: 8px;
  }
  .header .logo {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .navbar-header {
    flex: 1;
  }
  #navbar {
    padding: 0;
    border: none;
    margin: 0 -30px;
    box-shadow: none !important;
  }
  #navbar ul {
    margin-top: 15px;
    width: 100%;
  }
  #navbar li {
    width: 100%;
    border-top: 1px solid #3a69ac;
  }
  #navbar .popover {
    max-width: 200px;
  }
  #navbar li a:not(.btn) {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px 15px;
  }
  #navbar li a.btn {
    padding: 8px;
  }
  #navbar .dropdown {
    padding: 0;
  }
  #navbar .dropdown.open .dropdown-menu {
    font-weight: 400;
    display: block !important;
    position: static;
    float: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #navbar a {
    background: none !important;
    color: #fff;
  }
  #navbar .divider {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    width: 250px;
  }
}

.navbar-toggle {
  display: block;
}
.navbar-right {
  display: none;
  margin: 0;
}
.navbar-collapse.collapse {
  overflow: visible !important;
}
.navbar-collapse.collapse:not(.in) {
  display: none !important;
}
.navbar-collapse.collapsing .navbar-right,
.navbar-collapse.in .navbar-right {
  display: block;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-right {
    display: block;
    float: right !important;
    margin-right: -15px;
  }
  .header .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.language-switcher > a > img {
  margin-top: -4px;
  margin-right: 5px;
  width: 25px;
  pointer-events: none;
}
.language-switcher .popover-title {
  font-size: 14px !important;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.language-switcher .popover .btn {
  width: 100%;
  margin-bottom: 6px;
}
.language-switcher .popover .btn:last-child {
  margin: 0;
}
.language-switcher .popover-content {
  padding: 8px;
}
.language-switcher .arrow:after {
  border-bottom-color: #f7f7f7 !important;
}

.footer {
  background: #f8f8f8;
  flex-grow: 1;
  font-size: 14px;
}
.footer h5 {
  font-weight: 600;
}
.footer li {
  margin: 4px 0;
}
.footer .footer-links > div {
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  align-items: center;
}
.footer-social a + a {
  margin-left: 10px;
}
.footer .footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-logos > * {
  margin-top: 40px;
}
.footer .footer-logos > * + * {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .footer li {
    margin: 0;
  }
}

.flex {
  display: flex;
}

.btn > .glyphicon-right {
  top: 2px;
  margin-left: 8px;
}

a.external:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  display: inline;
  content: '\e164';
}
a.external:hover {
  text-decoration: none;
}

.panel-body > p:last-child {
  margin-bottom: 0;
}

.jumbotron-banner {
  padding: 0;
  margin-bottom: 0;
  border-top: 2px #d1d1d1 solid;
  border-bottom: 1px solid #eee;
  margin-top: -21px;
  background: none;
}
.jumbotron-banner h3 {
  margin-top: 20px;
}
.jumbotron-banner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.jumbotron-banner img.pull-right {
  margin: 0;
}

@media (min-width: 992px) {
  .jumbotron-banner div:last-child {
    display: block;
  }
}
@media (max-width: 1199px) {
  .jumbotron-banner {
    padding-bottom: 23px;
  }
}

/* site colors */
.green {
  color: #70b93b !important;
}
.blue {
  color: #305f9e !important;
}
.header:before,
.header:after,
.logo:before,
.logo:after,
.banner:before,
.banner:after {
  display: table;
  content: ' ';
}
.header:after,
.logo:after,
.banner:after {
  clear: both;
}
.banner img {
  margin: 0 !important;
}

.footer {
  color: #000;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.footer h5 {
  color: #337ab7;
  font-size: 18px;
}
.footer > .container {
  padding: 40px 15px;
}
.footer .logos {
  margin-top: 10px;
}
.footer .logos img {
  margin-right: 32px;
}
.footer img {
  color: #000;
}
.footer a:last-child img {
  margin: 0;
}
.footer a,
.footer a:visited {
  color: #000;
}
.footer a:hover,
.footer a:focus {
  color: #333;
}
.footer a:active {
  color: #666;
}
.footer .social-buttons a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer .logos a > img {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .footer {
    bottom: 0;
  }
}

.no-select,
.help-popover,
.help-popover > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a {
  color: #305f9e;
}
a:hover,
a:focus {
  color: #92b4d8;
}

/* lead sections */

.lead h2,
.lead p {
  margin-bottom: 20px;
}
.lead li {
  margin-bottom: 15px;
}
.lead li:last-child {
  margin-bottom: 0 !important;
}

.reasons {
  padding-left: 40px;
}

.small {
  color: #333 !important;
}
.small .label {
  display: inline-block;
  padding: 6px 8px !important;
  letter-spacing: 1;
  font-weight: 600;
  font-size: 16px;
}
.small .label.label-primary {
  background-color: #2f5da1;
}

label {
  font-weight: 600;
}
label[for='identifier'] {
  display: flex;
  justify-content: space-between;
}

select.form-control::-ms-expand,
.form-group select.form-control::-ms-expand {
  display: none;
}
select.form-control,
.form-group select.form-control {
  border-radius: 0;
  line-height: 1.3333333;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after,
.select-wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: #333;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: 48%;
  right: 12px;
}

form .has-warning .input-group-addon {
  color: #fff;
}
form.row > .alert {
  margin: 0 15px 20px;
}
form .alert-inline {
  margin-bottom: 15px;
  min-height: 46px;
  font-size: 12px;
  line-height: 1.33;
  padding: 8px 12px;
}
@media (max-width: 767px) {
  form .alert-inline {
    margin: 0 15px 15px;
  }
}
form .form-group {
  position: relative;
}
form .form-group .glyphicon.form-control-addon {
  font-size: 24px;
  color: #f4960e;
  position: absolute;
  right: 10px;
  top: 39px;
  z-index: 100;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.help-popover {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.text-primary {
  color: #305f9e;
}

.btn-primary {
  background-color: #305f9e;
}

.btn-success {
  color: #fff;
  background-color: #97c400;
  border-color: #91bd00;
}
.btn-success:hover {
  color: #fff;
  background-color: #89b300;
  border-color: #81a800;
}
.btn-success:active {
  color: #fff;
  background-color: #7ba000;
  border-color: #6d8f00;
}
.btn-primary {
  color: #fff;
  background-color: #0083cb;
  border-color: #007fc4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0079bb;
  border-color: #0072af;
}
.btn-primary:active {
  color: #fff;
  background-color: #0072af;
  border-color: #0069a1;
}

.alert-info {
  background-color: #eee;
  color: #222;
}

.alert-warning {
  background-color: #f4960e;
  color: #fff;
}

.alert-success {
  background-color: #70b93b;
}

.alert-danger {
  background-color: #ca0813;
  color: #fff;
}

.text-warning {
  color: #f4960e;
}

.text-success {
  color: #70b93b;
}

.text-danger {
  color: #ca0813;
}

/* fix for placeholder text-overflow */
input[placeholder] {
  text-overflow: ellipsis;
}
::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}

.alert.fs-120 {
  padding: 10px 12px;
  line-height: 1.4;
  font-weight: 300;
}
.alert.alert-info.fs-120 {
  padding-top: 13px;
}
.alert.lead.fs-120 > .glyphicon.pull-left {
  font-size: 125%;
  margin: 11px 12px 11px 0;
}

.alert.alert-success,
.alert.alert-success a,
.alert-success .glyphicon .alert.alert-danger,
.alert.alert-danger a,
.alert-danger .glyphicon,
.alert.alert-warning,
.alert.alert-warning a,
.alert-warning .glyphicon {
  color: #fff;
}
.alert.alert-warning a:hover {
  text-decoration: none;
}
.alert {
  border: none;
}

.jumbotron.jumbotron-branded {
  color: #f2f2f2;
  background-color: #305f9e;
}

.check-section .btn {
  white-space: normal;
}

.break-word {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* helper for floating images */
img.pull-right {
  margin: 0 0 7px 15px;
}
img.alignleft {
  float: left;
  border-radius: 4px;
  margin: 0 18px 4px 0;
}

/* more margin/font-size helpers */
.font-medium,
.lead.font-medium {
  font-weight: 600 !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mt-minus20 {
  margin-top: -20px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}

/* useful helpers pad */
.p-r-20 {
  padding-right: 20px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-40 {
  padding-right: 40px;
}

.p-l-20 {
  padding-left: 20px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-40 {
  padding-left: 40px;
}

.fs-14 {
  font-size: 16px;
}
.fs-110 {
  font-size: 110%;
}
.fs-120 {
  font-size: 120%;
}
.fs-130 {
  font-size: 130%;
}
.fs-140 {
  font-size: 140%;
}
.fs-500 {
  font-size: 500%;
}

.zero-pad {
  padding: 0 !important;
}
.zero-pad-left {
  padding-left: 0 !important;
}
.zero-pad-right {
  padding-right: 0 !important;
}
.zero-margin {
  margin: 0 !important;
}

.paddling {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .zero-pad {
    padding: 15px !important;
  }
  .zero-pad-left {
    padding-left: 15px !important;
  }
  .zero-pad-right {
    padding-right: 15px !important;
  }
  .zero-margin {
    margin: 0 !important;
  }
}

.relative {
  position: relative;
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }
}
@media (max-width: 349px) {
  .hidden-xxs {
    display: none;
    visibility: hidden;
  }
  .footer .logos a > img {
    margin: 10px 0 20px 0;
  }
}

table.table-prices th:last-child,
table.table-prices td:last-child {
  color: #da4f49;
}

.fixed-table-loading {
  background-color: rgba(255, 255, 255, 0.5) !important;
  top: 42px !important;
  text-indent: -9999px;
}

input.input-identifier {
  text-transform: uppercase;
}
input.input-identifier::-webkit-input-placeholder {
  text-transform: none;
}
input.input-identifier::-moz-placeholder {
  text-transform: none;
}
input.input-identifier:-moz-placeholder {
  text-transform: none;
}
input.input-identifier:-ms-input-placeholder {
  text-transform: none;
}

/* placeholder for loading recaptcha */
.g-recaptcha {
  min-height: 78px;
}

.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.4em 5%;
  background: #3b3c45;
  color: #fff;
  z-index: 99999;
  text-align: center;
  -webkit-transition: bottom 0.05s ease-in;
  -o-transition: bottom 0.05s ease-in;
  transition: bottom 0.05s ease-in;
}
.cc-cookies.duck {
  bottom: -35px !important;
}
.cc-cookies .text-block {
  display: inline;
}
.cc-cookies .btn {
  margin-left: 7px;
}

@media (max-width: 820px) {
  .cc-cookies {
    padding: 15px;
  }
  .cc-cookies .text-block {
    display: block;
  }
  .cc-cookies .btn {
    margin: 5px auto 0;
  }
}
@media (min-width: 821px) {
  .cc-cookies {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

p.social a {
  text-decoration: none;
  margin-left: 5px;
}

ul.list-tick {
  list-style-type: none;
  position: relative;
  font-weight: 600;
  padding-left: 56px;
}
ul.list-tick li {
  position: relative;
  min-height: 46px;
  margin-bottom: 20px;
}
ul.list-tick li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -56px;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/content/img/home/green-tick-roundel.svg);
}

/* Ecosystem page  */

ul {
  list-style-type: square;
}
ul.ecosystem li img {
  padding-left: 20px;
  padding-bottom: 20px;
}
ul.ecosystem li {
  padding-bottom: 20px;
}
img.recipero-logo {
  padding: 0 20px 0 0;
}

/* Payment Registration Section  */

.secure-payment {
  margin-top: 20px;
  font-size: 18px !important;
}

.checkdata-1 {
  padding-right: 0 !important;
}
.checkdata-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.checkdata-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .checkdata-1 {
    padding-left: 15 !important;
    padding-right: 15px !important;
  }
  .checkdata-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .checkdata-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.checkdata dl {
  border: solid 1px #ccc;
  margin: 0;
  padding: 0;
}
.checkdata dt {
  border-bottom: solid 1px #ccc;
  background-color: #ededed;
  padding: 8px;
  margin: 0;
}
.checkdata dd {
  padding: 8px;
  margin: 0;
}

.inline-block {
  display: inline-block;
}

.fb-share-button {
  line-height: 1;
}

.product-box-even,
.product-box-odd {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-box-odd {
    clear: left;
  }
  .product-box-even {
    border-left: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .product-box-odd {
    clear: none;
  }
  .product-box-odd,
  .product-box-even {
    border-left: none;
    border-right: 1px solid #eee;
  }
  .product-box-odd:last-child,
  .product-box-even:last-child {
    border-right: none;
  }
}
