﻿#content:focus { outline: none; }

.bs-wizard { margin: 40px 0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #454545; font-size: 12px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #ffe774; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fd4f00; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #ffe774;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.six-step > .bs-wizard-step .bs-wizard-info {font-size: 10px}

.btn-primary {
    background-color: #0178BA;
    border-color: #0178BA;
}
.btn-primary:hover {
    background-color: #0556A7;
    border-color: #0556A7;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #0556A7;
    border-color: #0556A7;
}

h1, h2, h3, h4 {
    font-family: 'Hind', sans-serif;
}

h1 { font-size: 32px; }
h2 { font-size: 24px;}
h3, .notice { font-size: 18px; }

.alert h2 {  font-size: 18px; }

.call { background-color: transparent; }

.call strong {
    color: #a30234;
    font-size: 22px;
}


.alert-warning {
    color: #000;
    background-color: #deeff7;
    border-color: #deeff7;
}


.form-group td {
 vertical-align: top;
 padding-right: 8px;
}

.form-group td label {
  font-weight: normal;
  cursor: pointer;
}

.form-group input[type="radio"] {
      position: relative;
      top: 2px;
}

.scrollable {
  height: 140px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  border-radius: 4px; 
  padding: 10px 15px;
}

.marketing { display: none; }

 #usaa h1 { font-size: 18px; }


@media only screen and (min-width: 768px) {
 
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 16px; }
  .bs-wizard > .bs-wizard-step .bs-wizard-info {font-size: 14px;}
  
  #usaa h1 { font-size: 24px; }

}






