a {
  outline: none !important;
}

.container-xs-height {
  display: table;
  padding-left: 0;
  padding-right: 0;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
.col-xs-top {
  vertical-align: top;
}
.col-xs-middle {
  vertical-align: middle;
}
.col-xs-bottom {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 960px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.img-responsive {
  width: 100%;
}
.site-container {
  min-width: 320px;
}
.container {
  max-width: 960px;
}
h1 {
  color: #000;
  margin: 0 0 20px 0;
}
@media (max-width: 959px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
}
h2 {
  color: #0096aa;
  font-weight: normal;
}
@media (max-width: 959px) {
  h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 14px;
  }
}
h4 {
  text-transform: lowercase;
}
@media (max-width: 959px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}
h5 {
  text-transform: lowercase;
  font-weight: bold;
}
@media (max-width: 959px) {
  h5 {
    font-size: 12px;
  }
}
h6 {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 959px) {
  h6 {
    font-size: 12px;
  }
}
h3,
h4,
h5,
h6 {
  color: #000;
}
h2,
h3,
h4,
h4,
h6 {
  margin: 0 0 10px 0;
}
a:hover {
  text-decoration: none;
}
p,
ul,
ol,
.panel-group,
.tab-content,
hr,
.pagination,
.table {
  margin: 0 0 20px 0;
}
.sub-text {
  font-size: 14px;
}
.disclaimer {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
ul,
ol {
  padding: 0 0 0 20px;
  margin: 8px 0;
}
ul li,
ol li {
  margin: 0 0 10px 0;
}
hr {
  border-color: #cccccc;
}
.margin-top {
  margin-top: 10px;
}
.margin-bottom {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .margin-bottom > *[class^='col-'] + *[class^='col-'] {
    margin-top: 10px;
  }
}
.DAF-Form .form-group span.CheckBoxField.checkbox {
  float: left;
}
.CheckBoxField input[type="checkbox"] {
  margin: 0 !important;
}
.radio input[type="radio"] {
  margin: 0 !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .checkbox,
.form-group .radio,
.form-group input[type="checkbox"] {
  margin: 0;
}
.form-group .checkbox + .checkbox {
  margin-top: 10px;
}
.form-group .radio + .radio {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 0;
  }
  .form-group *[class*='col-'] {
    margin-bottom: 20px;
  }
}
.btn {
  padding: 6px 24px;
  font-size: 13px;
  line-height: 1.38461538;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #000;
}
.btn-secondary {
  background-color: #666666;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #0096aa;
  color: #fff;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #000;
}
.paging {
  margin-bottom: 16px;
  padding: 0;
  list-style-type: none;
}
.paging li {
  display: inline-block;
  margin: 0;
}
.paging a {
  display: inline-block;
  padding: 1px 6px;
}
.paging a:hover {
  background: #eee;
}
.paging strong {
  display: inline-block;
  padding: 1px 6px;
  background: #0096aa;
  color: #fff;
}
.table {
  margin: 15px 0;
}
.table > thead > tr > th {
  background-color: #0096aa;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  font-size: 25px;
  font-weight: normal;
}
.table.small-headers > thead > tr > th {
  font-size: 14px;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table > tfoot > tr > td {
  border: 0;
  background-color: #f2f2f2;
  padding: 6px 24px;
}
.table tbody > tr:first-child td {
  padding-top: 12px;
}
.table tbody > tr:last-child td {
  padding-bottom: 12px;
}
.table.sec th {
  text-transform: uppercase;
}
.table.sec ul {
  height: 100%;
  list-style-type: none;
  border-left: 1px solid #b3b3b3;
  padding: 0 0 0 20px;
  margin: 0 0 0 -20px;
}
.table.sec td:first-child ul {
  margin: 0;
  padding: 0;
  border: none;
}
.table.sec li {
  float: left;
  width: 50%;
}
.wide-table {
  position: relative;
  overflow-x: auto;
}
.wide-table .fader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 100%;
  background: url(/BioMedical/Rayone/img/wide-table-fade.png) 0 0 repeat-y;
}
.wide-table .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -60px 0 0 0;
  background: #0096aa;
  color: #fff;
  font-size: 20px;
  padding: 2px 6px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.wide-table .arrow i {
  position: relative;
  top: -1px;
}
.wide-table + .disclaimer {
  margin-top: -10px;
}
.global-header {
  position: relative;
  z-index: 100;
}
.main-header {
  position: relative;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.75);
}
.main-header > .container > .row > *[class^='col-'] {
  position: static;
}
.logo {
  display: block;
  max-height: 50px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .logo {
    margin: 10px 0;
    height: 50px;
  }
}
.logo img {
  max-width: 100%;
}
.band-primary {
  background-color: #0096aa;
  margin-bottom: 20px;
}
.band-primary h2 {
  color: #fff;
  font-weight: 300;
  margin: 10px 0;
}
.footer {
  padding: 12px 0;
  border-top: 5px solid #cccccc;
  line-height: 1.5em;
}
@media (max-width: 959px) {
  .footer {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .pull-right {
    float: none !important;
  }
  .footer *[class*='col-'] + *[class*='col-'] {
    margin-top: 20px;
  }
}
.footer .footer-small {
  font-size: 12px;
}
.footer nav:before,
.footer nav:after {
  content: " ";
  display: table;
}
.footer nav:after {
  clear: both;
}
.footer nav > ul {
  display: table;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer nav > ul {
    display: inline;
  }
}
.footer nav > ul > li {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer nav > ul > li {
    display: inline;
    float: none;
  }
}
.footer nav.divider-pipe > ul > li:before {
  content: "|";
  font-size: 10px;
  margin: 0 3px;
}
@media (max-width: 959px) {
  .footer nav.divider-pipe > ul > li:before {
    margin: 0 4px 0 4px;
  }
}
@media (max-width: 767px) {
  .footer nav.divider-pipe > ul > li:before {
    content: " ";
  }
}
.footer nav.divider-pipe > ul > li:first-child:before {
  display: none;
}
.footer nav.divider-dot > ul > li:before {
  content: "\b7";
  float: left;
  font-size: 20px;
  color: #000;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .footer nav.divider-dot > ul > li:before {
    content: " ";
  }
}
.footer nav.divider-dot > ul > li:first-child:before {
  display: none;
}
.footer .social-media {
  font-size: 18px;
}
.footer .social-media:before,
.footer .social-media:after {
  content: " ";
  display: table;
}
.footer .social-media:after {
  clear: both;
}
.footer .social-media > ul > li {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .footer .social-media > ul > li {
    padding: 0 6px;
  }
}
.footer .social-media > ul > li > a {
  color: #666666;
}
.footer .social-media > ul > li > a:hover {
  color: #0096aa;
}
.footer .equal-housing-lender img {
  width: 30px;
  height: 30px;
  margin: 0 4px 0 0;
}
.footer .row + .row {
  margin-top: 20px;
}
.footer .footer-logos {
  margin-bottom: 20px;
  margin-top: 10px;
}
.promo {
  padding: 12px;
  background-color: #666666;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
}
.promo img {
  width: 100%;
  margin-bottom: 10px;
}
.promo h3 {
  color: #fff;
  text-transform: uppercase;
}
.promo p {
  margin-bottom: 5px;
}
.promo a {
  color: #51d5e6;
}
.promo a:hover {
  color: #fff;
}
.icon-set {
  display: table;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .icon-set {
    display: block;
    font-size: 11px;
  }
  .icon-set:before,
  .icon-set:after {
    content: " ";
    display: table;
  }
  .icon-set:after {
    clear: both;
  }
}
.icon-set li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .icon-set li {
    display: block;
    text-align: left;
    float: left;
    width: 50%;
    padding-right: 5px;
  }
}
.icon-set .icon-container {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.icon-set .icon-container i {
  line-height: inherit;
  color: #0096aa;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .icon-set .icon-container {
    margin-right: 5px;
  }
  .icon-set .icon-container + br {
    display: none;
  }
}
.main img {
  max-width: 100%;
}

.leadin {
  margin: 10px 0 30px 0;
  text-align: center;
}
.primary {
  margin: 0 0 15px 0;
}
.product-features {
  margin: 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
}
.conclusion {
  margin: 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
  clear: both;
}
.SearchDialog {
  margin: 10px 0 30px 0;
}
.SearchDialog .form-horizontal .form-group {
  margin: 15px 0;
}
.SearchDialog .form-horizontal .control-label {
  padding-top: 0;
}
.SearchDialog input.btn-default {
  color: #fff;
  background: #0096aa;
  border: 1px solid #0096aa;
}
.SearchDialog input.btn-default:hover {
  background: #000;
  border-color: #000;
}

.news-item-preview {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #cccccc;
}
.news-item-preview:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.news-item-preview p.categories a {
  margin: 0 3px;
}

.product-filter {
  margin: 0 0 30px 0;
}
.product-filter .controls {
  text-align: center;
  text-transform: lowercase;
  margin: 0 0 20px 0;
}
.product-filter .controls .cta {
  background: #0096aa;
  color: #fff;
  font-size: 25px;
  padding: 12px 24px;
}
.product-filter .controls ul {
  margin: 0;
  padding: 10px 0 5px 0;
  list-style-type: none;
  background: #f2f2f2;
}
.product-filter .controls ul li {
  float: left;
  width: 16.6666666%;
  border-left: 1px solid #b3b3b3;
  position: relative;
}
.product-filter .controls ul li:first-child {
  border: none;
}
@media (max-width: 767px) {
  .product-filter .controls ul li {
    width: 50%;
    border: none;
    text-align: left;
    padding: 0 10px 0 20px;
  }
  .product-filter .controls ul li input {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -8px 0 0 0;
  }
}
.product-filter .controls .label {
  color: #000;
  font-size: 12px;
}
.product-filter .controls .label span {
  display: block;
  margin: 4px 0 0 0;
}
@media (max-width: 767px) {
  .product-filter .controls .label span {
    display: inline;
    position: relative;
    top: -10px;
  }
}
.product-filter .controls .label .sprite {
  display: inline-block;
  width: 42px;
  height: 35px;
  background-image: url(/BioMedical/Rayone/img/icons/product-filter.png);
  background-repeat: no-repeat;
}
.product-filter .controls .label .sprite-student {
  background-position: 0 0;
}
.product-filter .controls .label .sprite-married {
  background-position: 0 -35px;
}
.product-filter .controls .label .sprite-house {
  background-position: 0 -70px;
}
.product-filter .controls .label .sprite-family {
  background-position: 0 -105px;
}
.product-filter .controls .label .sprite-retired {
  background-position: 0 -140px;
}
.product-filter .controls .label .sprite-tools {
  background-position: 0 -175px;
}
.product-filter .submit {
  margin: 20px 0 30px 0;
  text-align: center;
  text-transform: lowercase;
}
table.results {
  width: 100%;
  border-bottom: 4px solid #b3b3b3;
}
table.results th {
  padding: 15px 10px;
  text-align: center;
  text-transform: lowercase;
  vertical-align: bottom;
  border: 1px solid #b3b3b3;
  border-width: 0 0 4px 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
table.results th:first-child {
  border-width: 0 4px 4px 0;
}
table.results th:last-child {
  border-width: 0 0 4px 0;
}
table.results td {
  padding: 10px;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-width: 0 0 1px 0;
}
table.results td:first-child {
  text-align: left;
  font-size: 18px;
  line-height: .8em;
  text-transform: lowercase;
  font-weight: bold;
  background: #e6e6e6;
  border-right-width: 4px;
  line-height: 24px;
}
table.results td:first-child a {
  font-size: 13px;
}
a .rollover-icon {
  position: relative;
  display: block;
  padding: 0;
  width: 84px;
  height: 84px;
  background-attachment: initial;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  margin: 10px auto;
}
a .rollover-icon.business {
  background-position: 336px 0%;
}
a .rollover-icon.borrow {
  background-position: 252px 0%;
}
a .rollover-icon.manage {
  background-position: 168px 0%;
}
a .rollover-icon.save {
  background-position: 84px 0%;
}
a:hover .rollover-icon.business {
  background-position: 336px 100%;
}
a:hover .rollover-icon.borrow {
  background-position: 252px 100%;
}
a:hover .rollover-icon.manage {
  background-position: 168px 100%;
}
a:hover .rollover-icon.save {
  background-position: 84px 100%;
}


