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

body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
  font-family: Verdana, Georgia, Serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #474747;
  color: #FFFFFF;
}

.footer .inner {
  padding-top: 50px;
  
}

/* Custom page CSS
-------------------------------------------------- */
.logo {
  padding: 25px 0px 0px 15px;
  width: 80%;
  height: auto;
}

.navbar {
  padding: 0px 0px 100px 0px;
  background: #174290;
  border-bottom: 1px solid #FFFFFF;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

h1, h2, h3 {
  color: #174290;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
}

h4 {
  color: #395E6E;
}

.btn-round-lg {
  border-radius: 22.5px;
}

.btn-round {
  border-radius: 17px;
  background: #174290;
  color: #FFFFFF;
}

.btn-round-sm {
  border-radius: 15px;
}

.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-round:hover, .btn-round:active, .btn-round:visited {
  color: #FFFFFF;
}

.information-header {
  padding-bottom: 20px;
}

.form-footer {
  padding-top: 20px;
}

.required {
  color: #D72B1F;
}

.information {
  display: inline-block;
  background: url(../img/ico-help.png) top left no-repeat;
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-left: 10px;
}

.tooltip.right .tooltip-inner {
  color: #505050;
  background:#DDE2F2;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #DDE2F2;
 }

.divider {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
}

.gradient-divider {
  width: 100%;
  height: 9px;
  border-top: 1px solid #DBDBDB;
  background: #F9F9F9;
  background: linear-gradient(#EEEEEE, #F9F9F9);
  margin-bottom: 10px;
}

label {
  font-weight: normal;
}

label.or-other {
  margin-top: 0.5em;
  color: #666;
}

.transgender-message {
  padding-left: 10px;
  max-width: 75%;
}

.alert {
  font-size: 1.1em;
  font-weight: bold;
  border: 2px solid red;
}

/*Start Wizard*/

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

#wid-id-0 {
  margin-bottom: 40px;
}

.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 16.6%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step {
    background: #174290;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.wizard-actions li {
    display: inline
}

.tab-content.transparent {
    background-color: transparent
}

.data_consent_message {
  display: inline;
}

/*End Wizard*/
