/* line 16, style.scss */
body {
  background: #3598d4; }

/* line 59, _bootstrap.scss */
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #21366b; }

/* line 63, _bootstrap.scss */
h1 {
  color: #21366b; }

/* line 65, _bootstrap.scss */
a {
  color: #21366b; }
  /* line 66, _bootstrap.scss */
  a:hover {
    color: #21366b; }

/* line 69, _bootstrap.scss */
.well {
  background-color: #f9fbfd; }

/* line 71, _bootstrap.scss */
.pagination.pagination-icon-circles .active a {
  background-color: #f9fbfd;
  color: #21366b; }

/* line 76, _bootstrap.scss */
.pagination.pagination-icon-circles .icon-wrapper-circle {
  background: #21366b; }

/* line 81, _bootstrap.scss */
#crsl-partners.scroll-widget .left {
  border-right: 15px solid #21366b; }
/* line 82, _bootstrap.scss */
#crsl-partners.scroll-widget .right {
  border-left: 15px solid #21366b; }

/* line 86, _bootstrap.scss */
#crsl-video.scroll-widget .left, #crsl-cc-search .left {
  border-bottom: 15px solid #21366b; }
/* line 87, _bootstrap.scss */
#crsl-video.scroll-widget .right, #crsl-cc-search .right {
  border-top: 15px solid #21366b; }

/* line 90, _bootstrap.scss */
header .vcard .account-wrapper .phone .tel {
  color: #21366b; }

/* line 92, _bootstrap.scss */
.btn-primary {
  background-color: #2b488d;
  background-image: -ms-linear-gradient(top, #3354a5, #21366b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3354a5), to(#21366b));
  background-image: -webkit-linear-gradient(top, #3354a5, #21366b);
  background-image: -o-linear-gradient(top, #3354a5, #21366b);
  background-image: -moz-linear-gradient(top, #3354a5, #21366b);
  background-image: linear-gradient(top, #3354a5, #21366b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3354a5', endColorstr='#21366b', GradientType=0);
  border-color: #21366b #21366b #0f1831;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #21366b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 45, _bootstrap.scss */
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #21366b;
    *background-color: #1b2c58; }
  /* line 52, _bootstrap.scss */
  .btn-primary:active, .btn-primary.active {
    background-color: #152244 \9; }

/* line 96, _bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #21366b; }

/* line 22, style.scss */
.portal-header {
  background-color: white;
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: -moz-linear-gradient(top, white, white);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 28, style.scss */
.portal-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #222222;
  color: white; }
  /* line 34, style.scss */
  .portal-footer a {
    color: white; }
