@import url('//fonts.googleapis.com/css?family=Questrial');
/*
 * AVED Framework v2.0
 *
 * Copyright 2013
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
*/
/*	--------------------------------------------------
	VARIABLES
--------------------------------------------------- */
/*	--------------------------------------------------
	:: GRID
--------------------------------------------------- */
/*	--------------------------------------------------
	:: COLOURS - Grays
--------------------------------------------------- */
/* or #34495e or #484a55*/
/* or #b5bdc1 or #7f818c; */
/*	--------------------------------------------------
	:: COLOURS - Accents
--------------------------------------------------- */
/*	--------------------------------------------------
	:: SCAFFOLDING
--------------------------------------------------- */
/*	--------------------------------------------------
	:: TYPOGRAPHY
--------------------------------------------------- */
/*	--------------------------------------------------
	:: COMPONENT VARIABLES
--------------------------------------------------- */
/*	--------------------------------------------------
	:: HERO UNIT
--------------------------------------------------- */
/*	--------------------------------------------------
	:: BREADCRUMBS
--------------------------------------------------- */
/*	--------------------------------------------------
	:: PAGINATION
--------------------------------------------------- */
/*	--------------------------------------------------
	:: BOXES
--------------------------------------------------- */
/*	--------------------------------------------------
	:: TABLES
--------------------------------------------------- */
/*	--------------------------------------------------
	:: TOOLBAR
--------------------------------------------------- */
/*	--------------------------------------------------
	:: TOOLTIPS & OPOVERS
--------------------------------------------------- */
/*	--------------------------------------------------
	:: DROPDOWNS
--------------------------------------------------- */
/*	--------------------------------------------------
	:: MODALS
--------------------------------------------------- */
/*	--------------------------------------------------
	:: NAVBAR
--------------------------------------------------- */
/*	--------------------------------------------------
	:: BUTTONS
--------------------------------------------------- */
/*	--------------------------------------------------
	FORMS
--------------------------------------------------- */
/*darken(@blueLight,35%)*/
/*	--------------------------------------------------
	FORM STATES & ALERTS
--------------------------------------------------- */
.clearfix,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*	--------------------------------------------------
	COMPONENT ANIMATIONS
--------------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.left {
  float: left;
}
.right {
  float: right;
}
.container {
  width: 100%;
  max-width: 100%;
  min-width: 480px;
  margin: 0 auto;
}
body#site .container,
body#help .container {
  width: 1180px;
  padding: 0 20px;
}
.arow .arow {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 0px;
}
.arow.collapse .column,
.arow.collapse .columns {
  padding: 0;
}
.arow .arow.collapse {
  margin: 0;
}
.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 0px;
  position: relative;
}
.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
[class*="column"] + [class*="column"].last {
  float: right;
}
.one,
.arow .one {
  width: 8.33333%;
}
.two,
.arow .two {
  width: 16.66667%;
}
.three,
.arow .three {
  width: 25%;
}
.four,
.arow .four {
  width: 33.33333%;
}
.five,
.arow .five {
  width: 41.66667%;
}
.six,
.arow .six {
  width: 50%;
}
.seven,
.arow .seven {
  width: 58.33333%;
}
.eight,
.arow .eight {
  width: 66.66667%;
}
.nine,
.arow .nine {
  width: 75%;
}
.ten,
.arow .ten {
  width: 83.33333%;
}
.eleven,
.arow .eleven {
  width: 91.66667%;
}
.twelve,
.arow .twelve {
  width: 100%;
}
*.one,
*.arow .one {
  width: 8.3%;
}
/* Fix percentage for IE7 */
*four,
*.arow .four {
  width: 33.3%;
}
/*Fix percentage for IE7*/
.arow .offset-by-half {
  margin-left: 4.33333%;
}

.arow .offset-by-one {
  margin-left: 8.33333%;
}
.arow .offset-by-two {
  margin-left: 16.66667%;
}
.arow .offset-by-three {
  margin-left: 25%;
}
.arow .offset-by-four {
  margin-left: 33.33333%;
}
.arow .offset-by-five {
  margin-left: 41.66667%;
}
.arow .offset-by-six {
  margin-left: 50%;
}
.arow .offset-by-seven {
  margin-left: 58.33333%;
}
.arow .offset-by-eight {
  margin-left: 66.66667%;
}
.arow .offset-by-nine {
  margin-left: 75%;
}
.arow .offset-by-ten {
  margin-left: 83.33333%;
}
.push-two {
  left: 16.66667%;
}
.pull-two {
  right: 16.66667%;
}
.push-three {
  left: 25%;
}
.pull-three {
  right: 25%;
}
.push-four {
  left: 33.33333%;
}
.pull-four {
  right: 33.33333%;
}
.push-five {
  left: 41.66667%;
}
.pull-five {
  right: 41.66667%;
}
.push-six {
  left: 50%;
}
.pull-six {
  right: 50%;
}
.push-seven {
  left: 58.33333%;
}
.pull-seven {
  right: 58.33333%;
}
.push-eight {
  left: 66.66667%;
}
.pull-eight {
  right: 66.66667%;
}
.push-nine {
  left: 75%;
}
.pull-nine {
  right: 75%;
}
.push-ten {
  left: 83.33333%;
}
.pull-ten {
  right: 83.33333%;
}
/* Nicolas Gallagher's micro clearfix */
.arow {
  *zoom: 1;
}
.arow:before,
.arow:after {
  content: " ";
  display: table;
}
.arow:after {
  clear: both;
}
/*
For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.two-up {
  margin-left: -4%;
}
.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
  margin-bottom: 4%;
}
/* .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
  margin-left: -2%;
}
.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.2%;
  margin-bottom: 2%;
}
/* .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
  margin-left: -2%;
}
.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
  margin-bottom: 2%;
}
/* .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
  margin-left: -1.5%;
}
.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
  margin-bottom: 1.5%;
}
/* .block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  .arow,
  .container {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }
  /* Mobile 4-column Grid */
  .arow .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 0px;
  }
  .arow .mobile-one:last-child {
    float: right;
  }
  .arow .mobile-one.end {
    float: left;
  }
  .arow.collapse .mobile-one {
    padding: 0;
  }
  .arow .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 0px;
  }
  .arow .mobile-two:last-child {
    float: right;
  }
  .arow .mobile-two.end {
    float: left;
  }
  .arow.collapse .mobile-two {
    padding: 0;
  }
  .arow .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 0px;
  }
  .arow .mobile-three:last-child {
    float: right;
  }
  .arow .mobile-three.end {
    float: left;
  }
  .arow.collapse .mobile-three {
    padding: 0;
  }
  .arow .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 0px;
  }
  .arow .mobile-four:last-child {
    float: right;
  }
  .arow .mobile-four.end {
    float: left;
  }
  .arow.collapse .mobile-four {
    padding: 0;
  }
  .push-one-mobile {
    left: 25%;
  }
  .pull-one-mobile {
    right: 25%;
  }
  .push-two-mobile {
    left: 50%;
  }
  .pull-two-mobile {
    right: 50%;
  }
  .push-three-mobile {
    left: 75%;
  }
  .pull-three-mobile {
    right: 75%;
  }
  .block-grid.mobile {
    margin-left: 0;
  }
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/*	--------------------------------------------------
	:: SCAFFOLDING
--------------------------------------------------- */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
/*Fixes for Drupal*/
.contextual-links-region {
  outline: none;
  position: static;
}
.profile {
  margin: 0;
}
/* Sticky Footer for Help Centre*/
@media only screen and (min-width: 981px) {
  /*Tablet and above*/
  html,
  body {
    height: 100%;
  }
  body#help #container {
    min-height: 100%;
  }
  body#help section.body {
    overflow: auto;
    padding-bottom: 50px;
  }
  /* must be same height as the footer */
  body#help #footergovNav {
    position: relative;
    margin-top: -50px;
    /* negative value of footer height */
    height: 50px;
    clear: both;
  }
  /*Opera Fix*/
  body#help:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
  }
}
body {
  margin: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #5d5d5d;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.bordered {
  border-right: 4px solid #dddee0;
}
body#site section.body {
  margin-top: 123.75px;
  /*push body down on main site for sticky topbar*/
}
body#help #primary {
  margin-top: 55px;
  /*push body down on help site for sticky topbar*/
}
body#dashboard .sitename a,
body#help .sitename a {
  background: url('../../assets/img/logo-dt-icon.png') no-repeat scroll 0 0;
  height: 30px;
  display: block;
  line-height: 1;
  margin: 10.66666667px 0 0 3px;
  outline: none;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  padding: 4px 0 0 55px;
  font-size: 11.9px;
}
body#dashboard .sitename a em,
body#help .sitename a em {
  font-style: normal;
  display: block;
}
body#dashboard .sitename a:visited,
body#help .sitename a:visited {
  color: rgba(255, 255, 255, 0.9);
}
body#dashboard .sitename a:hover,
body#help .sitename a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#site #logo a {
  display: none;
}
#logo-mo a {
  background: url('../../assets/img/logo-mo.png') no-repeat scroll 0 0;
  width: 184px;
  height: 43px;
  display: block;
  position: absolute;
  top: 55px;
  left: 15px;
  margin: 12px 0 0 0;
  padding: 0;
  text-indent: -9999em;
  outline: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #logo-mo a {
    background: url('../../assets/img/logo-mo@2x.png') no-repeat scroll 0 0;
    background-size: 184px 43px;
  }
}
.help-centre {
  background: url('../../assets/img/hero/01.jpg') no-repeat top left;
}
/*Tablet and above-----------------------------------------*/
@media only screen and (min-width: 981px) {
  body#site section.body {
    margin-top: 137.5px;
    /*push body down on main site for sticky topbar*/
  }
  #logo-mo a {
    display: none;
  }
  body#site #logo a {
    background: url('../../assets/img/logo-dt.png') no-repeat scroll 0 0;
    width: 209px;
    height: 48px;
    display: block;
    position: absolute;
    top: 55px;
    margin: 13.71428571px 0 0 0;
    padding: 0;
    text-indent: -9999em;
    outline: none;
    z-index: 1000;
  }
}
.intro {
  background: url('../../assets/img/pic-2littlepiggies.gif') no-repeat bottom right;
}
#footer {
  clear: both;
}
#footerTools {
  clear: both;
  background: #ddeef6;
  border-top: 1px solid #c9e4f1;
  margin: 24px 0 0 0;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
#footerTools .columns {
  border-right: 1px solid #c9e4f1;
}
#footerTools .columns.last {
  border-right: 0;
}
#footerTools h4,
#footerTools a h4 {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#footerTools h5,
#footerTools a h5 {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #3f414a;
  text-transform: none;
}
#footerTools .tel {
  line-height: 1.1;
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
  font-size: 17.5px;
  color: #555555;
}
#footerTools a .tel {
  font-size: 28px;
  color: #0d7abf;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 24px;
}
#footerTools .promo-estimator {
  position: relative;
  padding-right: 0;
  min-height: 300px;
}
#footerTools .promo-estimator img {
  position: absolute;
  display: block;
  right: -10px;
  bottom: -150px;
}
#footerTools .promo-estimator .indent {
  padding-right: 140px;
}
#footerNav {
  background: #394559;
  position: relative;
  color: #ffffff;
}
#footerNav h6 {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ddeef6;
  margin-bottom: 12px;
  font-weight: 700;
}
#footerNav p,
#footerNav a {
  color: #ffffff;
}
#footerNav a {
  font-size: 11.9px;
}
#footerNav a:hover {
  text-decoration: underline;
}
#footerNav .sizes {
  font-size: 21px;
}

#footerNav .arow > div {
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 767px) {
  #footerNav .navi li {
    padding: 3px 0;
    display: block;
    border-bottom: 1px solid #2f3949;
  }
  #footerNav .navi li:last-child {
    border-bottom: 0;
  }
  #footerNav .navi li a {
    display: block;
    padding: 0 12px;
  }
  #footerNav h6 {
    margin-bottom: 0;
    padding: 0 12px;
  }
}
#footergovNav {
  background: #262626;
  height: 50px;
}
#footergovNav li {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
#footergovNav li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  font-size: 11.9px;
}
#footergovNav li a:hover {
  background: #191919;
}
@media only screen and (max-width: 767px) {
  #footergovNav {
    height: auto;
  }
  #footergovNav li {
    border-top: 1px solid #191919;
    border-bottom: 0;
  }
}
/*:: Repayment Estimator--------------------------------------------------*/
#repaymmentcalc-form .accordion {
  clear: both;
  padding-top: 12px;
}
#student_loan_calculator h4 {
  margin-top: 12px;
}
#repaymentcalc-form .accordion-heading {
  margin-top: 6px;
}
#repaymentcalc-form .accordion-heading .repaymentLabel {
  display: block;
  float: left;
  font-size: 12px;
}
#repaymentcalc-form .accordion-heading a {
  text-decoration: none;
  color: #98a1aa;
}
#repaymentcalc-form .accordion-heading .monthlyTotal {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-right: 24px;
}
#repaymentcalc-form .accordion-inner {
  background: #f4f4f6;
}
#repaymentcalc-form .accordion-inner .repaymentLabel {
  clear: both;
  display: block;
  float: left;
  padding: 3px 0;
  font-size: 14px;
}
#repaymentcalc-form .accordion-inner .total {
  display: block;
  float: right;
  padding: 3px 0;
  font-size: 14px;
}
#repaymentcalc-form .totalPayable {
  display: block;
  background: #fff8ab;
}
#repaymentcalc-form .totalPayable .total {
  font-size: 16px;
  font-weight: 700;
}
#repaymentcalc-form #submit_btn {
  clear: both;
  display: block;
  padding-top: 12px !important;
}
@media only screen and (max-width: 767px) {
  #repaymentcalc-form .accordion-heading .monthlyTotal {
    font-size: 14px;
  }
}
.modal.client-load .modal-dialog .modal-content {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal.client-load .modal-dialog .padding.mo-paddingT.mo-paddingB {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
a[data-toggle="modal"] .mega {
  cursor: pointer;
}
/*	--------------------------------------------------
	DASHBOARD
--------------------------------------------------- */
.dashboard-sidebar {
  width: 250px;
  position: fixed;
  top: 55px;
  bottom: 30px;
  background: #f1f3f5;
  z-index: 9;
}
.dashboard-sidebar.first {
  left: 0;
  border-right: 1px solid #d3d9e0;
}
.dashboard-sidebar.last {
  right: 0;
  border-left: 1px solid #d3d9e0;
  overflow: auto;
}
.dashboard-sidebar .section {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #7f818c;
  border-bottom: 1px solid #dae2ed;
  font-size: 11.9px;
  padding-left: 15px;
}
.dashboard-sidebar .help {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.taskbar {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dae2ed;
}
.taskbar h4 {
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.taskbar .inner {
  padding: 0 15px;
  line-height: 50px;
}
body.page-dashboard-login .taskbar {
  display: none !important;
}
body.page-dashboard-bcsc .taskbar {
  display: none !important;
}


/* Hide the taskbar on the login page */
.login {
  background: #ffffff;
}


.login-screenshot {
  display: block;
  background: url('../../assets/img/login-screenshot.png') no-repeat;
  width: 800px;
  height: 692px;
  position: absolute;
  bottom: 0;
  right: -275px;
}
.dashboard-mainbody {
  position: relative;
  margin: 55px 250px;
  padding-bottom: 55px;
  *zoom: 1;
}
.dashboard-mainbody:before,
.dashboard-mainbody:after {
  display: table;
  content: "";
  line-height: 0;
}
.dashboard-mainbody:after {
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .dashboard-mainbody {
    margin-left: 0;
  }
}
.app {
  padding-top: 12px;
}
.application-info {
  padding: 0 35px 0 25px;
}
.application-info .award {
  margin-right: 3px;
}
.dashboard-mainbody.dashboard-apply {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  /*Faux equal height columns only for tablet and above*/
  #faux2 {
    clear: left;
    float: left;
    width: 100%;
    /*overflow: hidden;*/
  }
  #faux1 {
    float: left;
    width: 100%;
    position: relative;
    right: 50%;
    border-right: 4px solid #ddd;
  }
  #faux3 {
    float: left;
    width: 100%;
    position: relative;
    right: 24%;
    border-right: 4px solid #ddd;
  }
  #col1 {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
  }
  #col2 {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
  }
  #col3 {
    float: left;
    width: 75%;
    position: relative;
    left: 25%;
  }
  #col4 {
    float: left;
    width: 24%;
    position: relative;
    left: 25%;
  }
}
.appstatus #col1 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .tab-pane.show-for-medium-up {
    display: block !important;
  }
}
#panel {
  clear: both;
  /*-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	*/
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  right: 0;
  top: 55px;
  bottom: 0;
  width: 500px;
  z-index: 9999;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  overflow: auto;
}
#panel .panelcontent {
  width: 499px;
}
#panel .panelbody {
  clear: both;
}
#panel .calculator-widget {
  display: block;
  width: 100%;
}
#panel .calculator-widget-instructions {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .calculator-widget {
    float: left;
    width: 58.33333%;
  }
  .calculator-widget-instructions-inner {
    padding: 12px 24px;
  }
  .calculator-widget-instructions {
    float: left;
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1040px) {
  .dashboard-sidebar.last {
    display: none;
  }
  .dashboard-mainbody {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard-sidebar,
  .navbar-fixed-bottom {
    display: none;
  }
  .dashboard-mainbody {
    margin: 55px 0 0 0;
    padding-bottom: 0;
  }
  #panel,
  #panel .content {
    width: 320px;
  }
  .application-info {
    padding: 0 12px;
  }
  .apply-ifs {
    display: block;
  }
}
#dashboard .control-group label[for=edit-username] {
  clear: both;
}
/* --------------------------------------------------
	:: Special padding
---------------------------------------------------*/
.paddingL {
  padding-left: 25px;
}
.paddingL.Mega {
  padding-left: 50px;
}
.paddingR {
  padding-right: 25px;
}
.paddingB {
  padding-bottom: 25px;
}
.paddingT {
  padding-top: 25px;
}
.padding {
  padding: 25px;
}
.padding.Mega {
  padding: 50px;
}
.paddingsm {
  padding: 15px;
}
.paddingsmT {
  padding-top: 15px;
}
.paddingsmB {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .full-width {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  /*Reset padding*/
  .mo-padding0,
  .paddingL,
  .paddingR,
  .paddingB,
  .paddingT,
  .padding,
  .paddingsm,
  .paddingsmT,
  .paddingsmB,
  .paddingL.Mega,
  .padding.Mega {
    padding: 0;
  }
  .mo-paddingL {
    padding-left: 15px;
  }
  .mo-paddingR {
    padding-right: 15px;
  }
  .mo-paddingT {
    padding-top: 15px;
  }
  .mo-paddingB {
    padding-bottom: 15px;
  }
  .mo-padding {
    padding: 15px !important;
  }
  .mo-paddingsm {
    padding: 10px;
  }
}
p {
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 36px;
}
.field-name-field-snippet-tags {
  color: #ffffff;
}
small {
  font-size: 85%;
}
.uppercase {
  text-transform: uppercase;
}
.large {
  font-size: 17.5px;
}
.supersize {
  font-size: 28px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
}
.short {
  margin-bottom: 0 !important;
}
.unread {
  background: #fffcde;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
em.highlight,
.search-snippet strong {
  font-style: normal;
  background: #fff8ab;
  color: #444444;
  font-weight: 700;
  padding: 0 2px;
}
cite {
  font-style: normal;
}
.muted {
  color: #7f818c !important;
}
a.muted:hover,
a.muted:focus {
  color: #666872;
}
.text-warning {
  color: #e18e01 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ae6e01;
}
.text-error {
  color: #bd362f !important;
}
a.text-error:hover,
a.text-error:focus {
  color: #942a25;
}
.text-info {
  color: #217dbb !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #196090;
}
.text-success {
  color: #77a032 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5a7a26;
}
.text-dark {
  color: #555555 !important;
}
a .text-dark:hover,
a.text-dark:hover,
a .text-dark:focus,
a.text-dark:focus {
  color: #777777 !important;
  text-decoration: underline !important;
}
.text-light {
  color: #ffffff !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #f2f2f2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*ol, ul { list-style:none }
ul, ol, li { margin:0; padding:0 }
ul.pull-right {
	float: right;
	width: auto;
	margin-bottom: 0;
}*/
::selection {
  background: #fff8ab;
  color: #444444;
}
::-moz-selection {
  background: #fff8ab;
  color: #444444;
}
a {
  color: #0d7abf;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #004b8d;
}
a:focus {
  color: #cc4714;
  outline: none;
}
a[data-toggle="tooltip"],
a[data-toggle="popover"] {
  font-weight: normal !important;
  cursor: help;
  border-bottom: 1px dotted #7f818c;
}
#primary .maincontent a,
.dashboard-mainbody a {
  font-weight: 700;
}
/*#primary .maincontent a:hover,
.dashboard-mainbody a:hover {
	text-decoration:underline
}*/
/*#primary .maincontent a:visited,
.dashboard-mainbody a:visited {
	color: lighten(@blueAlt, 5%)
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0 0 12px 0;
  padding: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #7f818c;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #7f818c;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1,
h2,
h3 {
  line-height: 30px;
}
h1 {
  font-size: 28px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 24.5px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
}
h3 {
  font-size: 17.5px;
  color: #2f579c;
  font-weight: 700;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
}
h4 {
  font-size: 16.1px;
  font-weight: 700;
}
h5 {
  font-size: 15.4px;
}
h6 {
  font-size: 14px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
/* Make some adjustments to font size on mobile*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24.5px;
    font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  }
  h2 {
    font-size: 17.5px;
  }
  h3 {
    font-size: 16.1px;
    color: #2f579c;
    font-weight: 700;
  }
  h4 {
    font-size: 15.4px;
    font-weight: 700;
  }
  h5 {
    font-size: 14.7px;
  }
  h6 {
    font-size: 14px;
  }
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol.list,
ul.square,
ul.circle,
ul.disc,
.disc ul {
  margin-left: 42px;
}
ul.list,
ol.list,
ul.square,
ul.circle,
ul.disc,
.disk ul,
ul.anchor {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: #6a727a;
}
ul.square {
  margin-left: 24px;
  list-style: square outside;
}
ul.circle {
  margin-left: 24px;
  list-style: circle outside;
}
ul.disc,
.disc ul {
  margin-left: 24px;
  list-style: disc outside;
}
ul.list li,
ol.list li,
ul.square li,
ul.circle li,
ul.disc li,
.disc ul li {
  margin: 6px 0 6px 0;
  padding: 0;
  line-height: 24px;
}
ul.pull-right {
  float: right;
  width: auto;
  margin-bottom: 0;
}
ul.unstyled,
ol.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  ul.inline.mo-stacked,
  ol.inline.mo-stacked {
    margin-left: 0;
    list-style: none;
  }
  ul.inline.mo-stacked > li,
  ol.inline.mo-stacked > li {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
}
ul.nice,
ol.nice {
  margin: 12px 0;
  list-style: none;
}
ul.nice li,
ol.nice li {
  padding-left: 24px;
  position: relative;
  line-height: 26.4px;
  font-size: 14px;
  margin-bottom: 4.8px;
  color: #7f818c;
}
ul.nice li span.bullet,
ol.nice li span.bullet,
ul.nice li span.number,
ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  font-size: 17.5px;
}
ul.nice li span.number,
ol.nice li span.number {
  color: #bbc1d1;
  font-weight: 700;
}
ul.nice li span.bullet,
ol.nice li span.bullet {
  left: -3px;
}
ul.nice.nomargin,
ol.nice.nomargin {
  margin-top: 0;
}
ul.nice.nomargin li,
ol.nice.nomargin li {
  padding-left: 0;
}
ol.search-results li {
  padding: 15px 8px;
  border-top: 1px solid #d4d4d4;
  margin: 0;
}
ol.search-results > li:nth-child(odd) {
  background-color: #f5f5f5;
}
ul.anchor {
  margin-bottom: 24px;
}
ul.anchor li {
  border-bottom: 1px solid #ececec;
  line-height: 1.6;
  padding: 6px 0;
  margin: 0;
}
ul.anchor li:last-child {
  border-bottom: 0;
}
ul.anchor span[class^="icon-"] {
  color: #95a5a6;
  margin-right: 6px;
}
.jump {
  display: block;
  height: 137.5px;
  margin-top: -137.5px;
  visibility: hidden;
}
ul.quickview {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.quickview li,
ul.quickview a:visited li {
  border-bottom: 1px solid #dddee0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 24px;
  padding: 8px 15px;
  margin: 0;
}
ul.quickview li.even,
ul.quickview a:visited li.even {
  background: #fbfcfc;
}
ul.quickview li.first,
ul.quickview a:visited li.first {
  border-top: 0 !important;
}
ul.quickview li.last,
ul.quickview a:visited li.last {
  border-bottom: 0 !important;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
ul.quickview a.active li {
  color: #febb4a !important;
  font-weight: 700 !important;
  background: #ffffff !important;
}
ul.quickview .action {
  display: inline-block;
  color: #555555;
  font-size: 11.9px;
  text-transform: uppercase;
  padding: 0 15px;
  text-align: right;
  zoom: 1;
  font-weight: 400;
}
ul.quickview a.unread {
  background-color: #fff8ab !important;
}
ul.quickview a:hover li {
  background-color: #f1f3f5;
}
ul.quickview.notifications li {
  padding: 15px 23px;
}
ul.useractions {
  margin-bottom: 0;
}
ul.useractions li {
  border-right: 1px solid #ececec;
  line-height: 30px;
  padding: 0 6px;
  margin: 0;
}
ul.useractions a {
  border-bottom: none !important;
}
ul.useractions a span[class^="icon-"] {
  color: #555555;
}
ul.useractions a:hover span[class^="icon-"] {
  color: #7f818c;
}
ul.timeline {
  clear: left;
  margin: 0;
  padding: 12px 0;
  list-style: none;
}
ul.timeline > li {
  padding: 5.33333333px 24px 5.33333333px 0;
  padding-left: 48px;
  position: relative;
  line-height: 26.4px;
  font-size: 14px;
  margin-bottom: 4.8px;
  color: #7f818c;
}
ul.timeline > li strong {
  color: #5d5d5d;
}
ul.timeline > li span.icon {
  position: absolute;
  background: #fff;
  top: 8px;
  left: -16px;
  font-weight: 300;
  font-size: 28px;
}
ul.timeline > li span.label {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  ul.timeline {
    margin-left: 24px;
    border-left: 4px solid #dddee0;
  }
  ul.timeline > li {
    padding-left: 24px !important;
  }
  ul.timeline span.icon {
    left: -19.2px !important;
  }
  .action {
    display: none !important;
  }
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.dl-horizontal-med {
  *zoom: 1;
  margin-bottom: 0;
}
.dl-horizontal-med:before,
.dl-horizontal-med:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal-med:after {
  clear: both;
}
.dl-horizontal-med dt {
  float: left;
  width: 85px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal-med dt.left {
  text-align: left;
}
.dl-horizontal-med dd {
  margin-left: 105px;
}
.dl-horizontal-small {
  *zoom: 1;
  margin-bottom: 0;
}
.dl-horizontal-small:before,
.dl-horizontal-small:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal-small:after {
  clear: both;
}
.dl-horizontal-small dt {
  float: left;
  width: 20px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20.86956522px;
}
.dl-horizontal-small dd {
  margin-left: 30px;
  line-height: 20.86956522px;
}
@media only screen and (max-width: 980px) {
  .dl-horizontal dt,
  .dl-horizontal-timeline dt,
  .dl-horizontal-med dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd,
  .dl-horizontal-timeline dd,
  .dl-horizontal-med dd {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body#dashboard .dl-horizontal dt,
  body#dashboard .dl-horizontal-timeline dt,
  body#dashboard .dl-horizontal-med dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  body#dashboard .dl-horizontal dd,
  body#dashboard .dl-horizontal-timeline dd,
  body#dashboard .dl-horizontal-med dd {
    margin-left: 0;
  }
}
.date {
  display: block;
  font-size: 11px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #dddee0;
  border-bottom: 1px solid #ffffff;
}
hr.small {
  margin: 12px 0;
}
hr.small.nospace {
  margin-bottom: 0;
}
hr.invisible {
  border-color: #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7f818c;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  clear: both;
  padding: 11px 19px;
  margin: 0 0 24px;
  border-left: 5px solid #bbc1d1;
  background: #e9ebf0;
  width: 100%;
}
blockquote p {
  margin: 0;
  color: #4d5873;
}
blockquote small {
  display: block;
  color: #7f818c;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-left: 0;
  width: 100%;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #bbc1d1;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #5d5d5d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*	--------------------------------------------------
	FORM ELEMENTS
--------------------------------------------------- */
/* Reset Drupal */
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.search-form {
  margin: 0;
}
form#search-form {
  padding: 12px 0;
}
.views-exposed-form {
  display: block;
  width: 100% !important;
}
.confirm-parent,
.password-parent {
  width: auto;
  margin-top: -50px;
}
.form-item-password-pass2 {
  margin-top: 24px;
}
.form-type-password-confirm {
  position: relative;
}
.help-block.special {
  position: absolute;
  top: 75px;
}
form {
  margin: 0 0 24px;
}
form.nomargin {
  margin: 0 !important;
}
.arow form .arow {
  margin: 0 -6px;
}
.arow form .arow .column,
.arow form .arow .columns {
  padding: 0 6px;
}
.arow form .arow.collapse {
  margin: 0;
}
.arow form .arow.collapse .column,
.arow form .arow.collapse .columns {
  padding: 0;
}
fieldset {
  border: solid 2px #e6e9ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 25px;
  margin: 24px 0;
}
.fieldset-wrapper {
  padding-bottom: 24px;
  *zoom: 1;
}
.fieldset-wrapper:before,
.fieldset-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.fieldset-wrapper:after {
  clear: both;
}
legend {
  display: block;
  padding: 0 15px;
  background: #ffffff;
  margin: 0;
  font-size: 21px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #869198;
}
legend small {
  font-size: 18px;
  color: #7f818c;
}
label,
input,
button,
select,
textarea,
.bootstrap-select button {
  font-size: 16px;
  /* no less than 16 to prevent mobile zoom */
}
.bootstrap-select button {
  font-weight: normal;
}
input,
button,
select,
textarea,
.bootstrap-select button {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #34495e;
  background: none;
  padding-bottom: 5px;
}
label .right {
  float: none;
  text-align: right;
}
label small {
  font-weight: normal;
  margin-left: 6px;
  font-size: 14px;
  color: #555555;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.bootstrap-select button {
  display: inline-block;
  height: 42px;
  line-height: 40px;
  padding: 8px 15px;
  margin-bottom: 12px;
  color: #34495e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
}
.bootstrap-select button {
  padding-top: 0;
  margin-bottom: 0;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.bootstrap-select button {
  background-color: #ffffff;
  border: 1px solid #217dbb;
  -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.bootstrap-select button:focus {
  border-color: #3498db;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
  -moz-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.4);
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.uneditable-input[disabled],
.bootstrap-select button[disabled],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.uneditable-input[readonly],
.bootstrap-select button[readonly] {
  background-color: #f1f3f5;
  color: #b9c8d8;
  cursor: not-allowed;
}
textarea.oversize,
input[type="text"].oversize,
input[type="password"].oversize,
input[type="datetime"].oversize,
input[type="datetime-local"].oversize,
input[type="date"].oversize,
input[type="month"].oversize,
input[type="time"].oversize,
input[type="week"].oversize,
input[type="number"].oversize,
input[type="email"].oversize,
input[type="url"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="color"].oversize,
.uneditable-input.oversize,
.bootstrap-select button.oversize {
  font-size: 17.5px;
  padding: 15px 23px;
  height: 56px;
  line-height: 54px;
}
textarea.small,
input[type="text"].small,
input[type="password"].small,
input[type="datetime"].small,
input[type="datetime-local"].small,
input[type="date"].small,
input[type="month"].small,
input[type="time"].small,
input[type="week"].small,
input[type="number"].small,
input[type="email"].small,
input[type="url"].small,
input[type="search"].small,
input[type="tel"].small,
input[type="color"].small,
.uneditable-input.small,
.bootstrap-select button.small {
  padding: 4px 10px;
  height: 34px;
  line-height: 32px;
}
textarea.nomargin,
input[type="text"].nomargin,
input[type="password"].nomargin,
input[type="datetime"].nomargin,
input[type="datetime-local"].nomargin,
input[type="date"].nomargin,
input[type="month"].nomargin,
input[type="time"].nomargin,
input[type="week"].nomargin,
input[type="number"].nomargin,
input[type="email"].nomargin,
input[type="url"].nomargin,
input[type="search"].nomargin,
input[type="tel"].nomargin,
input[type="color"].nomargin,
.uneditable-input.nomargin,
.bootstrap-select button.nomargin {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  textarea.oversize,
  input[type="text"].oversize,
  input[type="password"].oversize,
  input[type="datetime"].oversize,
  input[type="datetime-local"].oversize,
  input[type="date"].oversize,
  input[type="month"].oversize,
  input[type="time"].oversize,
  input[type="week"].oversize,
  input[type="number"].oversize,
  input[type="email"].oversize,
  input[type="url"].oversize,
  input[type="search"].oversize,
  input[type="tel"].oversize,
  input[type="color"].oversize,
  .uneditable-input.oversize {
    font-size: 16px;
    /* must be 16px to avoid mobile zoom */
    padding: 4px 10px;
    height: 56px;
    line-height: 54px;
  }
}
#search-form input[type="text"],
#sabc-global-search-form input[type="text"] {
  height: 42px;
  line-height: 40px;
  padding: 8px 15px;
}
@media only screen and (max-width: 480px) {
  #search-form input[type="text"],
  #sabc-global-search-form input[type="text"] {
    margin-bottom: 0;
  }
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 42px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 40px;
}
select {
  width: 100%;
  border: 1px solid #217dbb;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b1c2c6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1c2c6;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b1c2c6;
}
.radio,
.checkbox,
.form-radios {
  min-height: 24px;
  padding-left: 25px;
}
.form-radios label {
  font-weight: 700;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"],
.icheckbox_flat-blue,
.iradio_flat-blue {
  float: left;
  margin-left: 3px;
  vertical-align: top;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* iCheck plugin Flat skin, blue
----------------------------------- */
.icheckbox_flat-blue,
.iradio_flat-blue {
  display: block;
  margin-top: 1px;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url('../../assets/img/blue.png') no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat-blue {
  background-position: 0 0;
}
.icheckbox_flat-blue.checked,
.icheckbox_flat-blue:hover {
  background-position: -22px 0;
}
.icheckbox_flat-blue.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat-blue.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-blue {
  background-position: -88px 0;
}
.iradio_flat-blue.checked {
  background-position: -110px 0;
}
.iradio_flat-blue.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat-blue.checked.disabled {
  background-position: -154px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat-blue,
  .iradio_flat-blue {
    background-image: url('../../assets/img/blue@2x.png');
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
.form-type-checkbox label.control-label {
  display: inline;
  float: left;
}
.form-actions {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #ffffff;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline,
.field-suffix {
  color: #ffffff;
}
.help-block,
.field-suffix {
  position: relative;
  margin-bottom: 12px;
  padding: 4px 10px;
  margin-top: -9px;
  z-index: 99;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
/* Hide help-block by default*/
.control-group .help-block,
.control-group .field-suffix {
  display: none;
}
.control-group.plain .help-block {
  display: block;
  color: #7b7b7b;
  margin-top: -9px;
  padding-left: 0;
  font-style: italic;
  font-family: Georgia;
  margin-bottom: 0;
}
.control-group.warning .control-label,
.control-group.warning .help-inline {
  background-color: #ffffff !important;
}
.control-group.warning .help-block {
  background-color: #e18e01;
  color: #ffffff;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #e18e01;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #e18e01;
  background-color: #fff4e2;
  -webkit-box-shadow: 0 0 0 3px #fff4e2;
  -moz-box-shadow: 0 0 0 3px #fff4e2;
  box-shadow: 0 0 0 3px #fff4e2;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #fa9e01;
  -webkit-box-shadow: 0 0 0 3px #ffe1af;
  -moz-box-shadow: 0 0 0 3px #ffe1af;
  box-shadow: 0 0 0 3px #ffe1af;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #e18e01;
  background-color: #fff4e2;
  border-color: #e18e01;
}
.control-group.warning .help-block,
.control-group.warning .field-suffix {
  display: block;
  color: #ffffff !important;
}
.control-group.error {
  background-image: none !important;
  /*.help-block,*/
}
.control-group.error .control-label,
.control-group.error .help-inline {
  background-color: #ffffff !important;
}
.control-group.error .help-block {
  background-color: #bd362f;
  color: #ffffff;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #bd362f;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #bd362f;
  background-color: #f6dddb;
  -webkit-box-shadow: 0 0 0 3px #fbf0f0;
  -moz-box-shadow: 0 0 0 3px #fbf0f0;
  box-shadow: 0 0 0 3px #fbf0f0;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #ce3f38;
  -webkit-box-shadow: 0 0 0 3px #f1c9c7;
  -moz-box-shadow: 0 0 0 3px #f1c9c7;
  box-shadow: 0 0 0 3px #f1c9c7;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #bd362f;
  background-color: #f6dddb;
  border-color: #bd362f;
}
.control-group.error .field-suffix {
  display: block;
  color: #ffffff !important;
}
.control-group.success .control-label,
.control-group.success .help-inline {
  background-color: #ffffff !important;
}
.control-group.success .help-block {
  background-color: #77a032;
  color: #ffffff;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #77a032;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #77a032;
  background-color: #e5f1c3;
  -webkit-box-shadow: 0 0 0 3px #ecf4dd;
  -moz-box-shadow: 0 0 0 3px #ecf4dd;
  box-shadow: 0 0 0 3px #ecf4dd;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #85b438;
  -webkit-box-shadow: 0 0 0 3px #d5e8b6;
  -moz-box-shadow: 0 0 0 3px #d5e8b6;
  box-shadow: 0 0 0 3px #d5e8b6;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #77a032;
  background-color: #e5f1c3;
  border-color: #77a032;
}
.control-group.success .help-block,
.control-group.success .field-suffix {
  display: block;
}
.control-group.info .control-label,
.control-group.info .help-inline {
  background-color: #ffffff !important;
}
.control-group.info .help-block {
  background-color: #217dbb;
  color: #ffffff;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #217dbb;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #217dbb;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px #e1f0fa;
  -moz-box-shadow: 0 0 0 3px #e1f0fa;
  box-shadow: 0 0 0 3px #e1f0fa;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #258cd1;
  -webkit-box-shadow: 0 0 0 3px #b6daf2;
  -moz-box-shadow: 0 0 0 3px #b6daf2;
  box-shadow: 0 0 0 3px #b6daf2;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #217dbb;
  background-color: #ffffff;
  border-color: #217dbb;
}
.control-group.info .help-block,
.control-group.info .field-suffix {
  display: block;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 0 3px #f8b9b7;
  -moz-box-shadow: 0 0 0 3px #f8b9b7;
  box-shadow: 0 0 0 3px #f8b9b7;
}
.input-append,
.input-prepend {
  position: relative;
  display: block;
  margin-bottom: 12px;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append .add-on,
.input-prepend .add-on {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  z-index: 99;
  width: auto;
  height: 38px;
  width: 40px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  color: #ecf0f1;
  text-shadow: 0 -1px 0 #262626;
  background-color: #34495e;
}
.input-append .add-on.oversize,
.input-prepend .add-on.oversize {
  height: 52px;
  line-height: 48px;
}
.input-append .add-on.small,
.input-prepend .add-on.small {
  height: 30px;
  line-height: 22px;
}
.input-append .btn,
.input-prepend .btn {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 38px;
}
.input-append .btn.oversize,
.input-prepend .btn.oversize {
  height: 52px;
}
.input-append .btn.small,
.input-prepend .btn.small {
  height: 30px;
  line-height: 19px;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #ffffff;
  border-color: #cae285;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  padding-left: 50px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  padding-right: 50px;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  right: 2px;
  left: auto;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append.nomargin {
  margin: 0 !important;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  padding-left: 50px;
  padding-right: 50px;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  left: 2px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  right: 2px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
label[for=edit-new-password-pass2] {
  margin-top: 16px;
  margin-bottom: -1px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
  background: none;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 196px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 24px;
  border: 0;
  margin-left: 220px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 220px;
}
.form-horizontal .help-block,
.form-horizontal .field-suffix {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: -1px;
}
.form-horizontal .form-actions {
  padding-left: 244px;
}
@media only screen and (max-width: 767px) {
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ui-slider {
  position: relative;
  text-align: left;
  text-decoration: none !important;
}
.ui-slider .screenReaderContext {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -999999999px;
}
.ui-slider a {
  text-decoration: none;
}
.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.ui-slider ol,
.ui-slider dl {
  position: relative;
  top: 12px;
  width: 100%;
}
.ui-slider dt span {
  background: #fff;
  padding: 0;
}
.ui-slider li,
.ui-slider dd {
  position: absolute;
  overflow: visible;
  color: #7f818c;
  font-size: 11.9px;
}
.ui-slider span.ui-slider-label {
  position: absolute;
  left: 0px;
}
.ui-slider li span.ui-slider-label,
.ui-slider dd span.ui-slider-label {
  display: none;
}
.ui-slider li span.ui-slider-label-show,
.ui-slider dd span.ui-slider-label-show {
  display: block;
}
.ui-slider span.ui-slider-tic {
  position: absolute;
  left: 0;
  top: -12px;
  background-color: #2980b9;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -3px 0 25%;
  width: 6px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
/*Styles*/
.ui-slider {
  background: #34495e;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  margin-bottom: 24px;
  position: relative;
}
.ui-slider-handle {
  background-color: #3498db;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #5faee3;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #217dbb;
}
.toggleswitch {
  background-color: #34495e;
  border-radius: 60px;
  line-height: 20px;
  color: white;
  height: 29px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
}
.toggleswitch:before,
.toggleswitch:after {
  display: table;
  content: "";
}
.toggleswitch:after {
  clear: both;
}
.toggleswitch.toggle-off {
  background-color: #cbd2d8;
}
.toggleswitch.toggle-off .toggle-radio {
  background-image: url("/nutmeg/assets/img/toggle/icon-off.png");
  background-position: 0 0;
  color: white;
  left: 0;
  margin-left: 0.5px;
  margin-right: -13px;
  z-index: 1;
}
.toggleswitch.toggle-off .toggle-radio:first-child {
  left: -120%;
}
.toggleswitch .toggle-radio {
  background: url("/nutmeg/assets/img/toggle/icon-on.png") right top no-repeat;
  color: #3498db;
  display: block;
  font-weight: 700;
  height: 29px;
  left: 120%;
  margin-left: -13px;
  padding: 5px 32px 3px;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.toggleswitch .toggle-radio:first-child {
  margin-bottom: -29px;
  left: 0;
}
.toggleswitch input {
  display: none;
  position: absolute;
  outline: none !important;
  display: block\9;
  opacity: 0.01;
  filter: alpha(opacity=1);
  zoom: 1;
}
.toggleswitch.toggle-icon {
  border-radius: 6px 7px 7px 6px;
}
.toggleswitch.toggle-icon.toggle-off {
  border-radius: 7px 6px 6px 7px;
}
.toggleswitch.toggle-icon.toggle-off .toggle-radio {
  background-image: url("/nutmeg/assets/img/toggle/block-off.png");
  background-position: 0 0;
}
.toggleswitch.toggle-icon .toggle-radio {
  background-image: url("/nutmeg/assets/img/toggle/block-on.png");
  background-position: 62px 0;
  border-radius: 6px;
  min-width: 27px;
  text-align: right;
}
.toggleswitch.toggle-icon .toggle-radio:first-child {
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .toggleswitch.toggle-off .toggle-radio {
    background-image: url("/nutmeg/assets/img/toggle/icon-off-2x.png");
    background-size: 30px 29px;
  }
  .toggleswitch .toggle-radio {
    background-image: url("/nutmeg/assets/img/toggle/icon-on-2x.png");
    background-size: 30px 29px;
  }
}
/*	--------------------------------------------------
	TABLES
--------------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table.nospace {
  margin-bottom: 8px;
}
.table.small {
  font-size: 11.9px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #d4d4d4;
}
.table th {
  font-weight: bold;
  background: #3f414a;
  border-bottom: 1px solid #33353c;
  text-align: left;
  line-height: 16px;
}
.table .subheading {
  background-color: #3498db !important;
  color: #ffffff;
  border-color: #258cd1;
  font-weight: 700;
}
.table .highlight {
  background-color: #fffcde !important;
  font-weight: 700;
}
.table thead th {
  vertical-align: bottom;
  color: #ffffff;
}
.table thead th h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d4d4d4;
}
.table .table {
  background-color: #ffffff;
}
.table-expanded th,
.table-expanded td {
  padding: 15px;
}
.table-condensed td {
  padding: 4px 5px;
}
.table-condensed th {
  padding: 6px 5px;
}
.table-bordered {
  border: 1px solid #d4d4d4;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-bordered th {
  border-color: #33353c;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-striped tbody tr.odd {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #ededed;
  cursor: pointer;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #e5f1c3;
}
.table tbody tr.error > td {
  background-color: #f6dddb;
}
.table tbody tr.warning > td {
  background-color: #fff4e2;
}
.table tbody tr.info > td {
  background-color: #cce5f6;
}
.success {
  background-color: #e5f1c3;
  border-bottom-color: #d2e285 !important;
}
.warning {
  background-color: #fff4e2;
  border-bottom-color: #ffe7d3 !important;
}
.error {
  background-color: #f6dddb;
  border-color: #f1c7c8;
}
.info {
  background-color: #cce5f6;
  border-color: #ade1f1;
}
.table-hover tbody tr.success:hover > td {
  background-color: #dcecae;
}
.table-hover tbody tr.error:hover > td {
  background-color: #f1c9c7;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #ffebc9;
}
.table-hover tbody tr.info:hover > td {
  background-color: #b6daf2;
}
.bootstrap-select .btn {
  font-size: 16px !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
.bootstrap-select {
  width: 100%;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.btn.selectpicker {
  background-color: #fff;
  border: 1px solid #217dbb;
  -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-appearance: none;
  background-image: none;
}
.bootstrap-select.error,
.bootstrap-select.error .btn {
  background-image: none;
  border-color: red;
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
}
/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  opacity: 0;
  pointer-events: none;
}
.page-dashboard-apply-confirm .ladda-button .ladda-spinner {
  margin-top: -16px;
}
/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: 4px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}
.btn-large.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 25px;
  top: 38px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px transparent;
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
/*	--------------------------------------------------
	:: T00LBAR
--------------------------------------------------- */
.topbar {
  background: #234175;
  height: 55px;
  margin: 0;
  padding: 0 0px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1040;
  border-bottom: 3px solid #fcb929;
}
.topbar .sitename {
  float: left;
  width: 250px;
}
.topbar .sitename h1 {
  padding: 0;
  margin: 0;
  height: 52px;
  line-height: 52px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
  font-size: 1.3em;
}
.topbar .tools li.dropdown {
  font-size: 14px;
  display: block;
  list-style: none;
  float: left;
  text-align: center;
}
/* For Drupal */
.topbar .region,
.topbar .block {
  /*display:inline-block;*/
  display: block;
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.topbar .tools h2 {
  display: none;
  height: 0;
}
.topbar .tools li.dropdown > a,
.topbar #home-btn {
  line-height: 52px;
  height: 52px;
  background: #234175;
  display: block;
  color: #ffffff;
  padding: 0 15px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #1d3661;
  border-top: 0;
  border-bottom: 0;
  text-shadow: 0 1px 0 #0b2249;
  font-weight: normal;
}
.topbar #home-btn {
  display: none;
  float: left;
}
.topbar .tools li.dropdown.last > a {
  border-color: transparent;
}
.topbar .tools li.dropdown > a:hover,
.topbar .tools li.dropdown.hover > a,
.topbar .tools li.dropdown.open > a,
.topbar .tools li.dropdown.active > a {
  background: #172b4e;
  color: #ffffff;
  border-color: #1d3661;
}
.topbar .badge {
  position: absolute;
  text-shadow: none;
  display: block;
  top: 8px;
  right: 8px;
  padding: 3px 6px;
}
.topbar li.name {
  width: 250px;
  text-align: left;
}
.topbar .username {
  display: block;
  float: left;
  margin-right: 5px;
}
.topbar span {
  float: left;
  color: rgba(255, 255, 255, 0.9);
}
body#site .topbar .content span {
  color: #0d7abf;
}
.topbar nav i {
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
}
.topbar nav .chevron-right {
  display: none;
}
.topbar nav .chevron-down {
  display: block;
}
.topbar span.block {
  display: block;
  margin: 0 auto;
}
.topbar .tools li.dropdown > a span {
  text-shadow: none;
}
/*Tablet and up*/
@media only screen and (min-width: 981px) {
  #menu-btn,
  #search-btn {
    display: none;
    visibility: hidden;
  }
  #search {
    float: right;
    padding: 7px 15px 0 0;
  }
  /*Sliding Menu*/
  nav.primary li.title {
    display: none;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  body#dashboard nav.primary {
    position: relative;
    display: block;
    list-style: none;
    float: left;
    width: auto;
  }
  /*Move nav.primary down on regular site*/
  body#site nav.primary {
    top: 55px;
    position: absolute;
    height: 82.5px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body#site .shadow nav.primary {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
  }
  body#site nav.primary .content {
    width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* Change style of menu on regular site */
  body#site .topbar .content .tools li.dropdown > a {
    background: transparent;
    color: #2980b9;
    text-shadow: none;
    border-right: 0;
    margin: 0;
    line-height: 1;
    text-align: left;
    padding-right: 25px;
    font-weight: normal;
  }
  body#site .topbar .content .tools {
    float: right;
    padding: 25px 0 0 0;
  }
  body#site .topbar .content .tools li.dropdown > a em {
    text-transform: uppercase;
    font-style: normal;
    display: block;
    font-size: 17.5px;
    font-weight: 700;
    color: #3498db;
  }
  body#site .topbar .content .tools li.dropdown > a:hover em {
    color: #004b8d;
  }
  .topbar li.top div {
    float: left;
    margin-left: 5px;
  }
  nav.primary .content {
    width: auto;
    margin: 0;
  }
  nav.primary li.hover ul {
    display: block;
  }
  nav.primary li.hover ul ul {
    margin-top: -10px;
  }
  nav.primary li.hover li a,
  nav.primary li.hover li.hover li a,
  nav.primary li.hover li.hover li.hover li a,
  nav.primary li.hover li.hover li.hover li.hover li a,
  nav.primary li.hover li.hover li.hover li.hover li.hover li a {
    height: auto;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    margin: 0;
    color: #004b8d;
  }
  nav.primary li.hover ul li ul,
  nav.primary li.hover ul li.hover ul li ul,
  nav.primary li.hover ul li.hover ul li.hover ul li ul,
  nav.primary li.hover ul li.hover ul li.hover ul li.hover ul li ul,
  nav.primary li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul li ul {
    left: -9999px;
  }
  nav.primary li.hover ul li.hover ul,
  nav.primary li.hover ul li.hover ul li.hover ul,
  nav.primary li.hover ul li.hover ul li.hover ul li.hover ul,
  nav.primary li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul,
  nav.primary li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul {
    left: 260px;
    top: 0;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 980px) {
  body#site nav.primary .content {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) {
  /*Small screen*/
  .topbar .username {
    display: none;
  }
  .topbar .sitename {
    display: none;
  }
  .topbar {
    padding-right: 0;
    padding-left: 0;
  }
  .topbar #home-btn {
    display: block;
  }
  #menu-btn,
  #search-btn {
    font-size: 14px;
    display: block;
    list-style: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #search-btn {
    float: right;
  }
  #menu-btn a,
  #search-btn a {
    line-height: 52px;
    height: 52px;
    background: #234175;
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
    margin: 0;
    display: block;
    float: left;
    border-right: 1px solid #1d3661;
  }
  #menu-btn a:hover,
  #menu-btn.open a,
  #search-btn a:hover,
  #search-btn.open a {
    background: #172b4e;
    color: #ffffff;
    border-color: #1d3661;
  }
  #search-form,
  #sabc-global-search-form {
    padding: 25px 15px 0 15px;
  }
  nav.primary,
  #search {
    float: none;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
  }
  nav.primary {
    display: block;
  }
  #search {
    position: absolute;
    background: #172b4e;
    display: none;
  }
  .topbar .tools > li.top .dropdown-menu {
    top: 0;
  }
  nav.primary .content {
    position: absolute;
    left: -9999px;
    z-index: 1000;
    float: left;
  }
  /* Slide-in title*/
  nav.primary li.title a div {
    text-transform: uppercase;
    text-align: center;
    background: #172b4e;
    padding: 15px 0;
  }
  nav.primary span {
    display: block;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 12px;
  }
  nav.primary li.title span {
    top: 15px;
    color: #ffffff !important;
    font-size: 21px;
  }
  .topbar nav i {
    top: -2px;
    right: 15px;
  }
  .topbar nav .chevron-right {
    display: block;
  }
  .topbar nav .chevron-down {
    display: none;
  }
  body#site .topbar .content > .tools > li > a em {
    font-style: normal;
    display: inline;
  }
  .topbar .tools > li.top,
  .topbar .tools > li.top .dropdown-menu {
    float: none;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
    background: #172b4e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
  }
  .topbar .tools > li.top > a,
  .topbar .tools > li.top .dropdown-menu a {
    background: #172b4e;
    color: #ffffff;
    margin: 0;
    border: 0;
    padding: 0 15px;
    clear: both;
    border-top: 1px solid #11203a;
  }
  .topbar .tools > li.first > a {
    border-top: 0;
  }
  .topbar .tools > li.top .dropdown-menu .item a {
    background: #1d3661;
    padding: 12px 15px;
    margin: 0;
    border-top: 1px solid #11203a;
  }
  .topbar .tools > li.top .dropdown-menu:before,
  .topbar .tools > li.top .dropdown-menu:after {
    display: none;
    border: 0;
  }
  #search.show,
  nav.primary ul li.current > ul,
  nav.primary ul li.current ul li.current > ul,
  nav.primary ul li.current ul li.current ul li.current > ul,
  nav.primary ul li.current ul li.current ul li.current ul li.current > ul,
  nav.primary ul li.current ul li.current ul li.current ul li.current ul li.current > ul,
  nav.primary ul li.current ul li.current ul li.current ul li.current ul li.current ul li.current > ul {
    display: block;
    width: 100%;
  }
  nav.primary ul li ul,
  nav.primary ul li.current ul li ul,
  nav.primary ul li.current ul li.current ul li ul nav.primary ul li.current ul li.current ul li.current ul li ul,
  nav.primary ul li.current ul li.current ul li.current ul li.current ul li ul,
  nav.primary ul li.current ul li.current ul li.current ul li.current ul li.current ul li ul {
    display: none;
  }
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 260px;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #dae2ed;
  border-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.4);
  -moz-box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.4);
  box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.4);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* Make a few small changes to dropdown menu for regular site */
body#site nav .content .dropdown-menu {
  border-top: 1px solid #dae2ed !important;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  margin: -8px -16px 0 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/*but change them for dashboard primary menu*/
body#dashboard nav .dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dae2ed;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 75, 141, 0.1);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: 15px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  content: '';
}
.dropdown-menu .heading {
  border: 1px solid #004b8d;
  border-left: 0;
  border-right: 0;
  margin: 0;
  padding: 6px 0 6px 15px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 -1px 0 #004b8d;
  webkit-box-shadow: inset 0 1px 0 #7bbbf7;
  -moz-box-shadow: inset 0 1px 0 #7bbbf7;
  box-shadow: inset 0 1px 0 #7bbbf7;
  background: #0f93db;
  background: -moz-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f93db), color-stop(100%, #0d7abf));
  background: -webkit-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -o-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -ms-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: linear-gradient(top, #0f93db 0%, #0d7abf 100%);
}
/*Dropdown Title and any link inside*/
.dropdown-menu .heading a {
  color: #ffffff;
  padding-right: 15px;
  font-weight: normal;
}
.dropdown-menu .heading a:hover {
  text-decoration: underline;
}
/*Dropdown icons*/
.dropdown-menu a i {
  color: #bfcce0;
  margin-right: 10px;
}
.dropdown-menu > li {
  display: block;
  float: left;
  width: 100%;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:visited {
  display: block;
  text-align: left;
  height: auto;
  padding: 8px 12px;
  clear: both;
  font-weight: normal;
  color: #004b8d;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dropdown-menu > li.divider > a {
  border-bottom-color: #ecf0f1;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  background-color: #f4f6fa;
  border-color: #dae2ed;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {
  *z-index: 1040;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.pull-right.dropdown-menu:before {
  right: 15px;
  left: auto;
}
.pull-right.dropdown-menu:after {
  right: 15px;
  left: auto;
}
/*Reset tip position for dashboard primary menu*/
body#dashboard nav .pull-right.dropdown-menu:before {
  left: 15px !important;
  right: auto;
}
body#dashboard nav .pull-right.dropdown-menu:after {
  left: 15px !important;
  right: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media only screen and (max-width: 980px) {
  .dropdown {
    position: static;
  }
  .dropdown a {
    position: relative;
  }
  .dropdown-menu {
    width: 100%;
    margin: 0;
  }
  body#site nav .content .dropdown-menu {
    border-top: none !important;
    margin: 0;
  }
  /*Move the carets over a bit for mobile*/
  .pull-right.dropdown-menu:before {
    right: 16px;
  }
  .pull-right.dropdown-menu:after {
    right: 17px;
  }
  .pull-right.dropdown-menu.notifications:before {
    right: 73px;
  }
  .pull-right.dropdown-menu.notifications:after {
    right: 74px;
  }
  .pull-right.dropdown-menu.search:before {
    right: 128px;
  }
  .pull-right.dropdown-menu.search:after {
    right: 129px;
  }
}
/* Special dropdowns for IE on the dashboard (full width) */
.oldie .page-dashboard .form-wrapper .six.columns {
  width: 100% !important;
}
/*	--------------------------------------------------
	:: BOXES
--------------------------------------------------- */
.box,
.note {
  position: relative;
  margin-bottom: 24px;
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #dde4e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box.nomargin,
.note.nomargin {
  margin: 0;
}
.box .content,
.note .content {
  padding: 15px 25px;
  margin: 0;
}
.box .heading,
.note .heading {
  margin: 0;
  background: #ecf0f1;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  border-bottom: 1px solid #dde4e6;
}
.box .heading .icon,
.note .heading .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 28%;
  padding-right: 15px;
  font-size: 21px;
  color: #b1c2c6;
}
.box .heading i,
.note .heading i {
  display: block;
  position: relative;
  padding: 45px 0;
  text-align: center;
  font-size: 42px;
}
.box .heading h2,
.note .heading h2 {
  display: inline-block;
  font-weight: normal;
  line-height: inherit;
  padding: 15px 25px;
  margin: 0;
  font-size: 17.5px !important;
}
.box.envelope,
.note.envelope {
  background: url('../../assets/img/envelope-bg.png') repeat-x 5px 5px;
  /*padding:24px 15px 12px 15px;*/
}
.box.envelope .content,
.note.envelope .content {
  padding: 24px;
  padding-bottom: 0;
}
.box.envelope .bottom,
.note.envelope .bottom {
  clear: both;
  display: block;
  height: 3px;
  background: url('../../assets/img/envelope-bg.png') repeat-x 5px 5px;
  padding: 10px 0;
}
.box.widget,
.note.widget {
  -webkit-box-shadow: 0 1px 0 3px rgba(218, 226, 237, 0.6);
  -moz-box-shadow: 0 1px 0 3px rgba(218, 226, 237, 0.6);
  box-shadow: 0 1px 0 3px rgba(218, 226, 237, 0.6);
}
.box.widget .heading,
.note.widget .heading {
  background: #5d5d5d;
}
.box.widget .heading h2,
.note.widget .heading h2 {
  color: #ffffff;
}
.box.widget .heading .icon,
.note.widget .heading .icon {
  color: #9d9d9d;
}
.note {
  border: none;
}
.note .heading {
  box-shadow: inset 0 1px 0 #7bbbf7;
  -moz-box-shadow: inset 0 1px 0 #7bbbf7;
  background: #0f93db;
  background: -moz-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f93db), color-stop(100%, #0d7abf));
  background: -webkit-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -o-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -ms-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  text-shadow: 0 -1px 0 #004b8d;
  -webkit-box-shadow: inset 0 1px 0 #7bbbf7;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #004b8d;
}
.note h2 {
  color: #ffffff;
}
.note .content {
  background: #f4f4f6 url('/nutmeg/assets/img/notepad-ripped.png') repeat-x left top;
  border: 1px solid #ccc;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.note .bottom1,
.note .bottom2 {
  width: 98%;
  margin: 0 auto;
  height: 3px;
  background: #f4f4f6;
  border: 1px solid #ccc;
  border-top: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.note .bottom2 {
  width: 96%;
}
.box-info .heading {
  background-color: #258cd1;
}
.box-info .heading h2 {
  color: #ffffff;
}
.box-info .heading .icon {
  color: #75b9e7;
}
.box-success .heading {
  background-color: #85b438;
}
.box-success .heading h2 {
  color: #ffffff;
}
.box-success .heading .icon {
  color: #b4d67c;
}
.box-warning .heading {
  background-color: #fa9e01;
}
.box-warning .heading h2 {
  color: #ffffff;
}
.box-warning .heading .icon {
  color: #fec563;
}
.box-inverse .heading {
  background-color: #6a6a6a;
}
.box-inverse .heading h2 {
  color: #ffffff;
}
.box-inverse .heading .icon {
  color: #9d9d9d;
}
@media only screen and (max-width: 767px) {
  .box .heading h2 {
    padding: 8px 15px;
  }
  .box .heading .icon {
    top: 20%;
  }
  .box .content {
    padding: 8px 15px;
  }
}
.date {
  display: block;
  text-align: center;
  margin: 0 0 24px;
}
.date .heading {
  display: block;
  background: #ffffff;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #dde4e6;
  border-bottom: 0;
}
.date .rip {
  display: block;
  position: relative;
  bottom: 0;
  background: url('../../assets/img/bg-jagged.png') repeat-x;
  height: 7px;
  z-index: 999;
  zoom: 1;
}
.date .content {
  background: #f7655f url('../../assets/img/bg-pattern01.png') repeat;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  margin-top: -3px;
}
.date .month {
  padding: 12px 0 0 0;
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.date .day {
  color: #484a55;
  display: block;
  padding: 0 12px 8px 12px;
  font-size: 21px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: 700;
}
.date .year {
  display: block;
  color: #fff;
  padding: 6px 12px 4px;
  font-size: 11.9px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 0 #d05550;
  filter: dropshadow(color=#d05550, offx=0, offy=1);
}
@media only screen and (max-width: 767px) {
  .date .month {
    padding: 6px 0 0 0;
  }
  .date .day {
    padding: 0 12px 4px 12px;
  }
  .date .year {
    padding: 3px 12px 2px;
  }
}
/* Feature */
.feature {
  display: block;
  text-align: center;
  margin: 0 0 24px;
}
.feature .heading {
  background: #373840;
  background: #36373f;
  background: -moz-linear-gradient(top, #4c4e5a 0%, #36373f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4e5a), color-stop(100%, #36373f));
  background: -webkit-linear-gradient(top, #4c4e5a 0%, #36373f 100%);
  background: -o-linear-gradient(top, #4c4e5a 0%, #36373f 100%);
  background: -ms-linear-gradient(top, #4c4e5a 0%, #36373f 100%);
  background: linear-gradient(top, #4c4e5a 0%, #36373f 100%);
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.feature h2,
.feature h3 {
  color: #fff !important;
  padding: 12px 0;
  font-size: 21px;
  font-family: "Questrial", "Century Gothic", Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 1px 0 #0b2249;
  filter: dropshadow(color=#0b2249, offx=0, offy=1);
}
.feature h3 {
  font-size: 1.6em;
}
.feature .content {
  border-top: 1px solid #1e1f25;
  background: #24252c url('../assets/img/bg-pattern01.png') repeat;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.feature .content p {
  padding: 3px 0;
  color: #fff;
  text-shadow: 0 1px 0 #0b2249;
  filter: dropshadow(color=#0b2249, offx=0, offy=1);
  margin: 0;
}
.download {
  background: #ffffff;
  border: 1px solid #dde4e6;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.download .link {
  padding: 11px 19px;
}
.download .details {
  border-top: 1px solid #dde4e6;
  background: #ecf0f1;
  padding: 8px 15px;
}
.download .size,
.download .name {
  text-transform: uppercase;
}
.download .size {
  font-weight: 700;
}
.download .name {
  font-size: 10.5px;
}
.download p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .download {
    margin-bottom: 18px;
  }
}
.pathway {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f3f5;
  display: block;
  position: relative;
  height: 260px;
  margin-bottom: 24px;
  cursor: pointer;
}
.pathway.large {
  height: 360px;
}
.pathway .inner {
  padding: 15px 23px;
}
.pathway h2 {
  color: #333;
}
.pathway .go {
  position: absolute;
  background: url('../../assets/img/pathway.png') no-repeat;
  bottom: 0;
  right: 0;
  width: 69px;
  height: 69px;
  display: block;
}
.pathway .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
  color: #b5c0cb;
}
.pathway p {
  color: #39424a;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
a:hover .pathway {
  background: #f4f4f4;
}
a:hover .pathway h2 {
  color: #0d7abf;
}
a:hover .pathway .go {
  background: url('../../assets/img/pathway-hover.png') no-repeat;
}
a:hover .pathway h2 {
  color: #0d7abf;
}
@media only screen and (max-width: 767px) {
  .pathway {
    height: auto;
    margin-bottom: 18px;
  }
  .pathway .inner {
    padding: 6px 12px;
  }
  .pathway .icon {
    display: block;
    float: left;
    text-align: left;
    margin: 0;
    padding: 12px 12px 6px 0;
  }
  .pathway h2 {
    padding-top: 12px;
  }
  .pathway p {
    margin-left: 75px;
    margin-bottom: 12px;
  }
}
/*	--------------------------------------------------
	ALERTS
--------------------------------------------------- */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #444444;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #444444;
  text-decoration: none;
  cursor: pointer;
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*	--------------------------------------------------
	:: Buttons
--------------------------------------------------- */
/* Reset Drupal*/
.views-exposed-form {
  width: 100%;
}
.views-exposed-form .views-exposed-widget {
  float: left;
  /* LTR */
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #5d5d5d;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cecece;
  *border: 0;
  border-bottom-color: #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #5d5d5d;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #5d5d5d;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.activedark {
  background: #34495e;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222f3d), color-stop(100%, #4f6f8f));
  background: -webkit-linear-gradient(#222f3d, #4f6f8f);
  background: -moz-linear-gradient(#222f3d, #4f6f8f);
  background: -o-linear-gradient(#222f3d, #4f6f8f);
  background: -ms-linear-gradient(#222f3d, #4f6f8f);
  background: linear-gradient(#222f3d, #4f6f8f);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 5px -2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
  border-color: #34495e;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 65;
  filter: alpha(opacity=6500);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15.4px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 4px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d62bf;
  background-image: -moz-linear-gradient(top, #0d7abf, #0d3fbf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d7abf), to(#0d3fbf));
  background-image: -webkit-linear-gradient(top, #0d7abf, #0d3fbf);
  background-image: -o-linear-gradient(top, #0d7abf, #0d3fbf);
  background-image: linear-gradient(to bottom, #0d7abf, #0d3fbf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d7abf', endColorstr='#ff0d3fbf', GradientType=0);
  border-color: #0d3fbf #0d3fbf #082777;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0d3fbf;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0d3fbf;
  *background-color: #0b37a7;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0a2f8f \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fece61;
  background-image: -moz-linear-gradient(top, #feda71, #febb4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feda71), to(#febb4a));
  background-image: -webkit-linear-gradient(top, #feda71, #febb4a);
  background-image: -o-linear-gradient(top, #feda71, #febb4a);
  background-image: linear-gradient(to bottom, #feda71, #febb4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeda71', endColorstr='#fffebb4a', GradientType=0);
  border-color: #febb4a #febb4a #fa9e01;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #febb4a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ae6e01;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #febb4a;
  *background-color: #feb131;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fea817 \9;
}
.btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus {
  color: #ae6e01;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b8d872;
  background-image: -moz-linear-gradient(top, #cae285, #9eca55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9eca55));
  background-image: -webkit-linear-gradient(top, #cae285, #9eca55);
  background-image: -o-linear-gradient(top, #cae285, #9eca55);
  background-image: linear-gradient(to bottom, #cae285, #9eca55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcae285', endColorstr='#ff9eca55', GradientType=0);
  border-color: #9eca55 #9eca55 #77a032;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9eca55;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #657d1e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #9eca55;
  *background-color: #93c442;
}
.btn-success:active,
.btn-success.active {
  background-color: #85b438 \9;
}
.btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success:focus {
  color: #657d1e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #308ecd;
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3498db), to(#2980b9));
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff2980b9', GradientType=0);
  border-color: #2980b9 #2980b9 #1b557a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2980b9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2980b9;
  *background-color: #2472a4;
}
.btn-info:active,
.btn-info.active {
  background-color: #20638f \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #515151, #0d0d0d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#0d0d0d));
  background-image: -webkit-linear-gradient(top, #515151, #0d0d0d);
  background-image: -o-linear-gradient(top, #515151, #0d0d0d);
  background-image: linear-gradient(to bottom, #515151, #0d0d0d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff0d0d0d', GradientType=0);
  border-color: #0d0d0d #0d0d0d #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0d0d0d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #0d0d0d;
  *background-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.oversize,
input[type="submit"].btn.oversize {
  padding: 8px 15px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0d7abf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #004b8d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #5d5d5d;
  text-decoration: none;
}
/*	--------------------------------------------------
	:: BUTTON GROUPS
--------------------------------------------------- */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-toolbar .modal-body {
  font-size: initial;
}
.btn-group > .btn,
.btn-group > .label {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn,
.btn-group > .label + .label {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child,
.btn-group > .label:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.btn-group > .label:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0d3fbf;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #febb4a;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #9eca55;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2980b9;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #0d0d0d;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*	--------------------------------------------------
	ALERTS
--------------------------------------------------- */
.alert,
.messages {
  padding: 8px 35px 8px 14px;
  margin: 24px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff4e2;
  border: 1px solid #ffe7d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #e18e01;
}
.alert h4,
.messages h4 {
  color: #e18e01;
  margin: 0;
}
.alert .close,
.messages .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}
.alert.nomargin,
.messages.nomargin {
  margin-bottom: 0;
  margin-top: 0;
}
.alert.nopadding,
.messages.nopadding {
  padding: 0;
}
.alert .footer,
.messages .footer {
  background-color: #fffefc;
}
.messages {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  background-position: 6px 6px !important;
}
.messages.error {
  background-image: url(../../assets/img/misc/message-32-error.png);
}
.messages.status {
  background-image: url(../../assets/img/misc/message-32-ok.png);
}
.messages.warning {
  background-image: url(../../assets/img/misc/message-32-warning.png);
  background-color: #fff4e2;
  color: #e18e01;
  border-color: #ffe7d3;
}
.alert-success,
.messages.status {
  background-color: #e5f1c3;
  border-color: #d2e285;
  color: #77a032;
}
.alert-success h4,
.messages.status h4 {
  color: #77a032;
}
.alert-danger,
.alert-error,
.messages.error {
  background-color: #f6dddb;
  border-color: #f1c7c8;
  color: #bd362f;
}
.alert-danger h4,
.alert-error h4,
.messages.error h4 {
  color: #bd362f;
}
.alert-info {
  background-color: #cce5f6;
  border-color: #ade1f1;
  color: #217dbb;
}
.alert-info h4 {
  color: #217dbb;
}
.alert-promo {
  background-color: #394559;
  border-color: #394559;
  color: #ffffff;
  text-shadow: none;
}
.alert-promo h2,
.alert-promo h4 {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.alert-promo h4 {
  margin-bottom: 12px;
}
.alert-promo.lime {
  background: #9eb42f;
  border-color: #9eb42f;
}
.alert-promo.iris {
  background: #5a3f79;
  border-color: #5a3f79;
}
.alert-promo.eggplant {
  background: #3e0f47;
  border-color: #3e0f47;
  color: #ffffff;
}
.alert-promo .inner {
  position: relative;
  overflow: hidden;
  padding: 11px 19px;
}
.alert-promo .indent {
  margin-left: 80px;
}
.alert-promo img.peek {
  position: absolute;
  left: -175px;
  bottom: -5px;
}
.alert-promo .footer {
  background-color: #4d5d78;
  color: #e6e6e6;
}
.alert-promo .footer a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-promo .footer a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .alert,
  .messages {
    text-align: center;
  }
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*Hide warnings on main site*/
body#site .wsError,
body#help .wsError {
  display: none !important;
}
/*	--------------------------------------------------
	:: SubNav
--------------------------------------------------- */
#subnav,
#sub-nav,
.menu-name-menu-dashboard-primary-menu {
  width: 100%;
  border: 1px solid #dae2ed;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.9);
  -moz-box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.9);
  box-shadow: 0 3px 0 0 rgba(218, 226, 237, 0.9);
}
body#site #sub-nav {
  margin-bottom: 24px;
}
.dashboard-sidebar #sub-nav,
.menu-name-menu-dashboard-primary-menu {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#subnav li,
#sub-nav li,
.menu-name-menu-dashboard-primary-menu li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
#subnav li a,
#sub-nav li a,
.menu-name-menu-dashboard-primary-menu li a {
  position: relative;
  min-height: 1px;
  display: block;
  padding: 12px 15px 12px 50px;
  border-bottom: 1px solid #dae2ed;
  font-weight: normal;
  text-decoration: none;
  color: #34495e;
}
/*Remove left padding on site subnav*/
body#site #subnav li a,
body#site #sub-nav li a {
  padding-left: 15px;
}
#subnav li a:hover,
#sub-nav li a:hover,
.menu-name-menu-dashboard-primary-menu li a:hover {
  display: block;
  background-color: #f4f6fa;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  color: #0d7abf;
}
#subnav li a:focus,
#sub-nav li a:focus,
.menu-name-menu-dashboard-primary-menu li a:focus {
  color: #004b8d;
}
#subnav li a span,
#sub-nav li a span,
.menu-name-menu-dashboard-primary-menu li a span {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 19.6px;
}
#sub-nav li a div.badge {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
}
.menu-name-menu-dashboard-primary-menu li.active > a,
#sub-nav li.active-trail > a,
#sub-nav li.active-trail > a:hover {
  border: 1px solid #004b8d;
  color: #fff;
  min-height: 1px;
  text-shadow: 0 -1px 0 #004b8d;
  -webkit-box-shadow: inset 0 1px 0 #7bbbf7;
  -moz-box-shadow: inset 0 1px 0 #7bbbf7;
  box-shadow: inset 0 1px 0 #7bbbf7;
  background: #0f93db;
  background: -moz-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f93db), color-stop(100%, #0d7abf));
  background: -webkit-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -o-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: -ms-linear-gradient(top, #0f93db 0%, #0d7abf 100%);
  background: linear-gradient(top, #0f93db 0%, #0d7abf 100%);
}
/* Active Tip*/
.menu-name-menu-dashboard-primary-menu li.active-trail > a:before,
#sub-nav li.active-trail > a:before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #004b8d;
  border-bottom: 10px solid transparent;
  content: '';
}
.menu-name-menu-dashboard-primary-menu li.active > a:after,
#sub-nav li.active-trail > a:after {
  position: absolute;
  top: 16px;
  right: -9px;
  display: inline-block;
  border-top: 9px solid transparent;
  border-left: 9px solid #2088ce;
  border-bottom: 9px solid transparent;
  content: '';
}
#subnav li.first > a,
#sub-nav li.first > a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#subnav li.last > a,
#sub-nav li.last > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  /*border-bottom-width:0*/
}
.dashboard-sidebar #sub-nav li.active > a {
  border-left: 0;
}
.dashboard-sidebar #sub-nav li.first > a,
.dashboard-sidebar #sub-nav li.last > a {
  border-radius: 0;
}
.dashboard-sidebar #sub-nav li.last > a {
  border-bottom-width: 1px;
}
@media only screen and (max-width: 768px) {
  #subnav,
  #sub-nav,
  .menu-name-menu-dashboard-primary-menu {
    display: none;
  }
}
.navbar {
  overflow: visible;
  margin-bottom: 24px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 30px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #5d5d5d;
}
.navbar .divider-vertical {
  height: 30px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1020;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 3px rgba(179,179,179,.1);
  -moz-box-shadow: 0 1px 3px rgba(179,179,179,.1);
  box-shadow: 0 1px 3px rgba(179,179,179,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 3px rgba(179,179,179,.1);
  -moz-box-shadow: 0 -1px 3px rgba(179,179,179,.1);
  box-shadow: 0 -1px 3px rgba(179,179,179,.1);
}
/*	--------------------------------------------------
	:: BREADCRUMBS
--------------------------------------------------- */
#breadcrumb {
  clear: both;
  margin: 4px 0 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 24px;
  background-color: #ecf0f1;
  border: 1px solid #dde4e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb li {
  display: inline;
  font-size: 10.5px;
  text-transform: uppercase;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #a3b6bb;
}
.breadcrumb a {
  color: #77939a;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:hover .divider {
  text-decoration: none !important;
}
.breadcrumb .icon-home {
  font-size: 14px;
}
.breadcrumb .active {
  color: #5e7980;
  font-weight: 700;
  text-decoration: none;
}
body#help .breadcrumb {
  background-color: #ffffff;
  border: none;
  padding: 0;
  margin: 0;
}
body#help .breadcrumb li {
  font-size: 14px;
  text-transform: none;
}
body#help .breadcrumb .divider {
  color: #5d5d5d;
}
body#help .breadcrumb a {
  color: #0d7abf;
  margin: 0 5px 0 0;
}
.index {
  margin: 0;
  padding: 0;
}
.index a {
  font-weight: normal;
  margin: 0 5px 0 0;
}
.index a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
/*	--------------------------------------------------
	:: PAGINATION
--------------------------------------------------- */
.pagination {
  margin: 24px 0;
}
.pagination ul {
  background: #dddddd;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination ul > li {
  display: inline;
}
/* Previous - Next */
.pagination ul > li.previous > a,
.pagination ul > li.previous > span,
.pagination ul > li.next > a,
.pagination ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid white !important;
  margin: 0 9px 0 0;
  padding: 11px 17px 12px 17px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination ul > li.next > a,
.pagination ul > li.next > span {
  border-left: 2px solid white !important;
  margin-left: 9px;
  margin-right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* Paginate */
.pagination ul > li > a,
.pagination ul > li > span {
  background: #ffffff;
  float: left;
  padding: 0 4px;
  margin: 7px 2px 6px;
  line-height: 16px;
  text-decoration: none;
  background-color: #ffffff;
  border: 5px solid #dddddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #0d7abf;
  border-color: #0d7abf;
  color: #ffffff;
}
/*Active States*/
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #0d7abf;
  border-color: #0d7abf;
  color: #dddddd;
  cursor: default;
  border-width: 2px;
  margin: 10px 5px 9px;
}
.pagination ul > li.active > a:hover,
.pagination ul > li.active > a:focus,
.pagination ul > li.active > span:hover,
.pagination ul > li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #7f818c;
  background-color: transparent;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 39px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 24px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*	--------------------------------------------------
	:: POPOVER
--------------------------------------------------- */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1080;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*	--------------------------------------------------
	:: TOOLTIPS
--------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.page-dashboard-appendix-submit-checklist .appendix_checklist .checkbox,
.page-dashboard-application-submit-checklist .appendix_checklist .checkbox,
.page-dashboard-appendix-submit-checklist .application_checklist .checkbox,
.page-dashboard-application-submit-checklist .application_checklist .checkbox {
  padding-left: 0;
}
.page-dashboard-appendix-submit-checklist .appendix_checklist .checkbox .icheckbox_flat-blue,
.page-dashboard-application-submit-checklist .appendix_checklist .checkbox .icheckbox_flat-blue,
.page-dashboard-appendix-submit-checklist .application_checklist .checkbox .icheckbox_flat-blue,
.page-dashboard-application-submit-checklist .application_checklist .checkbox .icheckbox_flat-blue {
  margin-right: 5px;
}
.page-dashboard-appendix-submit-checklist .appendix_checklist .twelve.columns.paddingT,
.page-dashboard-application-submit-checklist .appendix_checklist .twelve.columns.paddingT,
.page-dashboard-appendix-submit-checklist .application_checklist .twelve.columns.paddingT,
.page-dashboard-application-submit-checklist .application_checklist .twelve.columns.paddingT,
.page-dashboard-appendix-submit-checklist .appendix_checklist fieldset.paddingT,
.page-dashboard-application-submit-checklist .appendix_checklist fieldset.paddingT,
.page-dashboard-appendix-submit-checklist .application_checklist fieldset.paddingT,
.page-dashboard-application-submit-checklist .application_checklist fieldset.paddingT {
  padding-top: 25px !important;
}
.page-dashboard-appendix-submit-checklist .appendix_checklist .form-wrapper,
.page-dashboard-application-submit-checklist .appendix_checklist .form-wrapper,
.page-dashboard-appendix-submit-checklist .application_checklist .form-wrapper,
.page-dashboard-application-submit-checklist .application_checklist .form-wrapper {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.page-dashboard-appendix-submit-checklist .appendix_checklist .fieldset-wrapper,
.page-dashboard-application-submit-checklist .appendix_checklist .fieldset-wrapper,
.page-dashboard-appendix-submit-checklist .application_checklist .fieldset-wrapper,
.page-dashboard-application-submit-checklist .application_checklist .fieldset-wrapper {
  padding-bottom: 0;
}
/*	--------------------------------------------------
	:: MEDIA LISTS
--------------------------------------------------- */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 24px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
/*	--------------------------------------------------
	:: LABELS & BADGES
--------------------------------------------------- */
.label,
a:hover .label,
.badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 11.2px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #a7a9b0;
  text-align: center;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 103px;
}
.badge {
  padding: 3px 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
a:hover .label-important,
.badge-important {
  background-color: #bd362f;
}
.label-important[href],
a:hover .label-important[href],
.badge-important[href] {
  background-color: #942a25;
}
.label-warning,
a:hover .label-warning,
.badge-warning {
  background-color: #fa9e01;
}
.label-warning[href],
a:hover .label-warning[href],
.badge-warning[href] {
  background-color: #ae6e01;
}
.label-success,
a:hover .label-success,
.badge-success {
  background-color: #93c442;
}
.label-success[href],
a:hover .label-success[href],
.badge-success[href] {
  background-color: #698d2c;
}
.label-info,
a:hover .label-info,
.badge-info {
  background-color: #3498db;
}
.label-info[href],
a:hover .label-info[href],
.badge-info[href] {
  background-color: #196090;
}
.label-inverse,
a:hover .label-inverse,
.badge-inverse {
  background-color: #5d5d5d;
}
.label-inverse[href],
a:hover .label-inverse[href],
.badge-inverse[href] {
  background-color: #434343;
}
.label-reverse,
a:hover .label-reverse,
.badge-reverse {
  background-color: #ffffff;
  color: #5d5d5d;
}
.label-reverse[href],
a:hover .label-reverse[href],
.badge-reverse[href] {
  background-color: #e6e6e6;
}
.label-blog,
a:hover .label-blog,
.badge-blog {
  background-color: #004b8d;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25);
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/*	--------------------------------------------------
	:: PROGRESS BARS
--------------------------------------------------- */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 16px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #dde4e6;
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #19b395;
  background-image: -moz-linear-gradient(top, #1abc9c, #17a689);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1abc9c), to(#17a689));
  background-image: -webkit-linear-gradient(top, #1abc9c, #17a689);
  background-image: -o-linear-gradient(top, #1abc9c, #17a689);
  background-image: linear-gradient(to bottom, #1abc9c, #17a689);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1abc9c', endColorstr='#ff17a689', GradientType=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #1abc9c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #b8d872;
  background-image: -moz-linear-gradient(top, #cae285, #9eca55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cae285), to(#9eca55));
  background-image: -webkit-linear-gradient(top, #cae285, #9eca55);
  background-image: -o-linear-gradient(top, #cae285, #9eca55);
  background-image: linear-gradient(to bottom, #cae285, #9eca55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcae285', endColorstr='#ff9eca55', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #cae285;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #308ecd;
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3498db), to(#2980b9));
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff2980b9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #3498db;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fec462;
  background-image: -moz-linear-gradient(top, #feca73, #febb4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feca73), to(#febb4a));
  background-image: -webkit-linear-gradient(top, #feca73, #febb4a);
  background-image: -o-linear-gradient(top, #feca73, #febb4a);
  background-image: linear-gradient(to bottom, #feca73, #febb4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeca73', endColorstr='#fffebb4a', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #feca73;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*	--------------------------------------------------
	:: ACCORDIONS
--------------------------------------------------- */
.accordion {
  margin-bottom: 24px;
  margin-top: 24px;
}
.accordion.nomargin {
  margin-top: 0;
}
.accordion.halfmargin {
  margin-bottom: 12px;
  margin-top: 12px;
}
.accordion-group {
  margin-bottom: 16px;
}
.nomargin .accordion-group {
  margin-bottom: 0;
}
.halfmargin .accordion-group {
  margin-bottom: 8px;
  margin-top: 8px;
}
.accordion-heading {
  border-bottom: 0;
  position: relative;
  color: #ffffff;
  background: #3f414a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-heading a {
  color: #ffffff;
  font-weight: 700;
}
.accordion-heading a:hover {
  background: #28292e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-heading.large .accordion-toggle {
  padding-top: 12px;
  padding-bottom: 12px;
}
.accordion-heading h4 {
  color: #ffffff;
  margin: 0;
  line-height: inherit;
}
.accordion-heading.light {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #5d5d5d;
  border-bottom: 1px solid #e2e6ea;
}
.accordion-heading.light a {
  color: #5d5d5d;
}
.accordion-heading.light :hover {
  background: #f1f3f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading.unread {
  background: #fffcce;
}
.accordion-heading.unread a:hover {
  background: #fffcce;
}
a.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  border: 1px solid #e5e5e5;
  border-top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-inner .content {
  padding: 9px 15px;
}
.nomargin .accordion-inner {
  border: none;
  border-bottom: 1px solid #e2e6ea;
}
.accordion-body.in {
  overflow: visible;
}
/*	--------------------------------------------------
	IMAGES
--------------------------------------------------- */
.img-fluid {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.box img.pull {
  margin-right: -25px;
  padding-left: 12px;
}
.followus li {
  margin: 0;
  padding: 0;
}
.followus a {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -999px;
  width: 80px;
  height: 28px;
  display: block;
  background-image: url(../../assets/img/social-media.png);
  background-position: 0 0;
}
.followus a.youtube {
  background-position: 0 33px;
}
.hero-unit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hero-unit .inner {
  padding: 65px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
}
.hero-unit .inner h1 {
  margin-bottom: 8px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .hero-unit .inner {
    padding: 30px 15px;
  }
}
/*	--------------------------------------------------
	:: TABS
--------------------------------------------------- */
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.nav > li > a {
  display: block;
  font-weight: 700;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f1f3f5;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #555555;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f1f3f5 #f1f3f5 #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0d7abf;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
/*.tab-content {
  overflow: auto;
}*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f1f3f5 #dddddd #f1f3f5 #f1f3f5;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f1f3f5 #f1f3f5 #f1f3f5 #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tabs-center {
  text-align: center;
  width: 100%;
}
.tabs-center > .nav-tabs {
  display: inline-block;
  margin-bottom: 0;
}
.tabs-center > .nav-tabs > li {
  display: block;
  float: left;
}
#tabs {
  height: 46px;
  border-bottom: 1px solid #d8e2e6;
  margin-bottom: 35px;
  text-align: center;
}
#tabs ul {
  display: inline-block;
}
#tabs li {
  display: block;
  float: left;
  height: 45px;
  margin: 0
8px;
  cursor: pointer;
  background-color: #e6f7fe;
  border: 1px
solid;
  border-color: #e6f7fe #e6f7fe #d8e2e6;
}
#tabs li.active {
  background-color: white;
  border-color: #d8e2e6 #d8e2e6 white #d8e2e6;
}
#tabs a {
  color: #0078ca;
  display: block;
  font-size: 18px;
  height: 32px;
  padding: 13px
20px 0;
  text-decoration: none;
}
#tabs li.active a {
  color: #525252;
}
.nav > .disabled > a {
  color: #7f818c;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
/*	--------------------------------------------------
	:: BLOG
--------------------------------------------------- */
/* News Posts */
.news {
  margin-bottom: 24px;
}
.news.home-news {
  margin-bottom: 0;
}
.news img {
  margin: 0 0 12px;
}
.news img a,
#news img {
  display: block;
}
.news img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news a img:hover {
  opacity: 0.8;
}
.news p.newsitem {
  font-size: 15.4px;
}
.news h3 {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.4px;
  line-height: 24px;
}
.meta {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #bbc1d1;
}
.meta a {
  border-bottom: 1px dotted #bbc1d1;
  color: #bbc1d1;
}
.news .more-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #bbc1d1;
}
.news .more-link i {
  margin-left: 6px;
  border: 0 !important;
}
/*With Image */
.with-img .blog-date {
  display: block;
  position: relative;
  float: left;
  width: 13%;
  right: 87%;
  min-height: 1px;
}
.with-img .blog-img {
  display: block;
  position: relative;
  float: left;
  left: 13%;
  width: 82.6%;
  margin-left: 4.4%;
  min-height: 1px;
}
.with-img .blog-body {
  display: block;
  position: relative;
  float: left;
  left: 13%;
  width: 82.6%;
  margin-left: 4.4%;
  min-height: 1px;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-bottom: 24px;
  }
  .with-img .blog-date {
    width: 18%;
    left: 0;
  }
  .with-img .blog-img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .with-img .blog-body {
    margin-left: 4.4%;
    width: 77.6%;
    left: 0;
    float: left;
    position: relative;
  }
}
.time {
  float: left;
  width: 75%;
}
.updatestamp {
  display: block;
  padding: 12px 0 0;
}
.ui-autocomplete {
  color: #5d5d5d;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  text-align: left;
  display: block;
  min-width: 350px;
  position: absolute;
  border-radius: 3px;
  z-index: 999;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-state-focus {
  background-color: #eeeeee;
}
span.highlight-term {
  font-weight: 700;
  color: #5d5d5d;
  float: none;
}
li.ui-menu-item {
  padding: 2px 10px;
  color: #5d5d5d;
  white-space: pre-wrap;
}
@font-face {
  font-family: 'customfontpack';
  src: url('../../assets/fonts/customfontpack.eot');
  src: url('../../assets/fonts/customfontpack.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/customfontpack.woff') format('woff'), url('../../assets/fonts/customfontpack.ttf') format('truetype'), url('../../assets/fonts/customfontpack.svg#customfontpack') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'customfontpack';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home,
.icon-checkmark,
.icon-wallet,
.icon-uniF470,
.icon-uniF471,
.icon-uniF472,
.icon-uniF473,
.icon-uniF474,
.icon-uniF475,
.icon-uniF476,
.icon-uniF477,
.icon-uniF478,
.icon-uniF479,
.icon-uniF47C,
.icon-uniF47D,
.icon-uniF488,
.icon-uniF489,
.icon-uniF48A,
.icon-uniF48B,
.icon-searchdocument,
.icon-searchfolder,
.icon-globe,
.icon-favoritefile,
.icon-favoritefolder,
.icon-addtocart,
.icon-emptycart,
.icon-keyboarddelete,
.icon-circleleft,
.icon-addfriend,
.icon-removefriend,
.icon-wheelchair,
.icon-uniF000,
.icon-uniF004,
.icon-uniF006,
.icon-uniF010,
.icon-uniF013,
.icon-uniF014,
.icon-uptime,
.icon-windows,
.icon-domain,
.icon-link,
.icon-colocation2,
.icon-barchart,
.icon-cms,
.icon-webmail,
.icon-emailforward2,
.icon-error,
.icon-protecteddirectory,
.icon-sslmanager,
.icon-authentication,
.icon-subdomain,
.icon-domainaddon,
.icon-redirect,
.icon-mimetype,
.icon-error2,
.icon-query,
.icon-address,
.icon-emailtrace,
.icon-importcontacts,
.icon-filemanager,
.icon-legacyfilemanager,
.icon-faq,
.icon-indexmanager,
.icon-images,
.icon-supportrequest,
.icon-lock,
.icon-unlock,
.icon-search,
.icon-createfile,
.icon-deletefile,
.icon-paste,
.icon-mouse,
.icon-monitor,
.icon-file,
.icon-notes,
.icon-addfolder,
.icon-deletefolder,
.icon-diskspace2,
.icon-grid,
.icon-details,
.icon-thumbnails,
.icon-list,
.icon-download,
.icon-shutdown,
.icon-loved,
.icon-user,
.icon-friends,
.icon-phonebook,
.icon-email2,
.icon-favorite,
.icon-favorite2,
.icon-happy,
.icon-sad,
.icon-blankstare,
.icon-share2,
.icon-comment3,
.icon-comment4,
.icon-comment5,
.icon-comment6,
.icon-browser,
.icon-tag2,
.icon-newwindow,
.icon-closewindow,
.icon-newtab,
.icon-closetab,
.icon-archive,
.icon-draft,
.icon-emailexport,
.icon-emailimport,
.icon-inbox,
.icon-outbox,
.icon-draft2,
.icon-rss,
.icon-book,
.icon-sortbynameascending,
.icon-sortbynamedescending,
.icon-sortbysizeascending,
.icon-sortbysizedescending,
.icon-layers,
.icon-alignleft,
.icon-alignright,
.icon-aligncenter,
.icon-flag,
.icon-placeios,
.icon-clock,
.icon-place2,
.icon-place2add,
.icon-place2delete,
.icon-checkin2,
.icon-clock2,
.icon-flag2,
.icon-alarm,
.icon-building,
.icon-coupon,
.icon-piggybank,
.icon-calculator,
.icon-briefcase2,
.icon-briefcase3,
.icon-sale,
.icon-creditcard,
.icon-cash,
.icon-paperclip,
.icon-paperclip2,
.icon-paperclip3,
.icon-student,
.icon-addtolist,
.icon-eye2,
.icon-starempty,
.icon-starfull,
.icon-checkbox,
.icon-checkbox2,
.icon-info,
.icon-exportfile,
.icon-preview,
.icon-opennewwindow,
.icon-link2,
.icon-inbox-2,
.icon-cog,
.icon-hand-right,
.icon-hand-left,
.icon-hand-up,
.icon-hand-down,
.icon-quote-left,
.icon-quote-right,
.icon-spinner,
.icon-circle,
.icon-circle-blank,
.icon-thumbs-up,
.icon-thumbs-down,
.icon-reorder,
.icon-power,
.icon-trash,
.icon-trashempty,
.icon-trashfull,
.icon-circledown,
.icon-circleup,
.icon-circleright,
.icon-colocation3,
.icon-email,
.icon-security,
.icon-pull,
.icon-push,
.icon-importfile,
.icon-emailrefresh,
.icon-emailforward,
.icon-bookmark,
.icon-uniF481,
.icon-alignjustify,
.icon-pin,
.icon-alert,
.icon-asterisk2,
.icon-appointment,
.icon-store,
.icon-bank,
.icon-upload,
.icon-sync2,
.icon-uniF485,
.dashboard-sidebar li:before {
  font-family: 'customfontpack';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* adding some specific styles for dashboard menu icons*/
.dashboard-sidebar li:before {
  display: block;
  float: left;
  position: relative;
  z-index: 999;
  left: 15px;
  top: 12px;
  font-size: 1.4em;
}
.dashboard-sidebar li.active-trail:before {
  color: #ffffff;
}
.icon-home:before {
  content: "\21b8";
}
.icon-checkmark:before {
  content: "\2713";
}
.icon-wallet:before,
.dashboard-sidebar .menu-mlid-1327:before {
  content: "\e000";
}
.icon-uniF470:before {
  content: "\f470";
}
.icon-uniF471:before {
  content: "\f471";
}
.icon-uniF472:before {
  content: "\f472";
}
.icon-uniF473:before {
  content: "\f473";
}
.icon-uniF474:before {
  content: "\f474";
}
.icon-uniF475:before {
  content: "\f475";
}
.icon-uniF476:before {
  content: "\f476";
}
.icon-uniF477:before {
  content: "\f477";
}
.icon-uniF478:before {
  content: "\f478";
}
.icon-uniF479:before {
  content: "\f479";
}
.icon-uniF47C:before {
  content: "\f47c";
}
.icon-uniF47D:before {
  content: "\f47d";
}
.icon-uniF488:before {
  content: "\f488";
}
.icon-uniF489:before {
  content: "\f489";
}
.icon-uniF48A:before {
  content: "\f48a";
}
.icon-uniF48B:before {
  content: "\f48b";
}
.icon-searchdocument:before {
  content: "\f419";
}
.icon-searchfolder:before {
  content: "\f41a";
}
.icon-globe:before {
  content: "\f36c";
}
.icon-favoritefile:before {
  content: "\f381";
}
.icon-favoritefolder:before {
  content: "\f382";
}
.icon-addtocart:before {
  content: "\f394";
}
.icon-emptycart:before {
  content: "\f395";
}
.icon-keyboarddelete:before {
  content: "\f3a6";
}
.icon-circleleft:before {
  content: "\f3c6";
}
.icon-addfriend:before {
  content: "\f3da";
}
.icon-removefriend:before {
  content: "\f3db";
}
.icon-wheelchair:before {
  content: "\f3fe";
}
.icon-uniF000:before {
  content: "\f000";
}
.icon-uniF004:before {
  content: "\f004";
}
.icon-uniF006:before {
  content: "\f006";
}
.icon-uniF010:before {
  content: "\f010";
}
.icon-uniF013:before {
  content: "\f013";
}
.icon-uniF014:before {
  content: "\f014";
}
.icon-uptime:before {
  content: "\f017";
}
.icon-windows:before {
  content: "\f019";
}
.icon-domain:before {
  content: "\f01b";
}
.icon-link:before {
  content: "\f022";
}
.icon-colocation2:before {
  content: "\f023";
}
.icon-barchart:before {
  content: "\f02f";
}
.icon-cms:before {
  content: "\f036";
}
.icon-webmail:before {
  content: "\f045";
}
.icon-emailforward2:before {
  content: "\f049";
}
.icon-error:before {
  content: "\f04a";
}
.icon-protecteddirectory:before {
  content: "\f04d";
}
.icon-sslmanager:before {
  content: "\f04f";
}
.icon-authentication:before {
  content: "\f051";
}
.icon-subdomain:before {
  content: "\f052";
}
.icon-domainaddon:before {
  content: "\f053";
}
.icon-redirect:before {
  content: "\f054";
}
.icon-mimetype:before {
  content: "\f057";
}
.icon-error2:before {
  content: "\f05a";
}
.icon-query:before {
  content: "\f08a";
}
.icon-address:before {
  content: "\f08f";
}
.icon-emailtrace:before {
  content: "\f091";
}
.icon-importcontacts:before {
  content: "\f092";
}
.icon-filemanager:before {
  content: "\f094";
}
.icon-legacyfilemanager:before {
  content: "\f095";
}
.icon-faq:before {
  content: "\f099";
}
.icon-indexmanager:before {
  content: "\f09e";
}
.icon-images:before {
  content: "\f09f";
}
.icon-supportrequest:before {
  content: "\f0a3";
}
.icon-lock:before {
  content: "\f0be";
}
.icon-unlock:before {
  content: "\f0bf";
}
.icon-search:before {
  content: "\f0c5";
}
.icon-createfile:before {
  content: "\f0c6";
}
.icon-deletefile:before {
  content: "\f0c7";
}
.icon-paste:before {
  content: "\f0cb";
}
.icon-mouse:before {
  content: "\f0d4";
}
.icon-monitor:before {
  content: "\f0d5";
}
.icon-file:before {
  content: "\f0d6";
}
.icon-notes:before {
  content: "\f0d7";
}
.icon-addfolder:before {
  content: "\f0da";
}
.icon-deletefolder:before {
  content: "\f0db";
}
.icon-diskspace2:before,
.dashboard-sidebar .menu-mlid-1472:before {
  content: "\f0e0";
}
.icon-grid:before {
  content: "\f110";
}
.icon-details:before {
  content: "\f111";
}
.icon-thumbnails:before {
  content: "\f112";
}
.icon-list:before {
  content: "\f113";
}
.icon-download:before {
  content: "\f11a";
}
.icon-shutdown:before {
  content: "\f11e";
}
.icon-loved:before {
  content: "\f131";
}
.icon-user:before {
  content: "\f133";
}
.icon-friends:before {
  content: "\f134";
}
.icon-phonebook:before {
  content: "\f135";
}
.icon-email2:before {
  content: "\f136";
}
.icon-favorite:before {
  content: "\f13a";
}
.icon-favorite2:before {
  content: "\f13b";
}
.icon-happy:before {
  content: "\f13c";
}
.icon-sad:before {
  content: "\f13d";
}
.icon-blankstare:before {
  content: "\f13e";
}
.icon-share2:before {
  content: "\f147";
}
.icon-comment3:before {
  content: "\f155";
}
.icon-comment4:before {
  content: "\f156";
}
.icon-comment5:before {
  content: "\f157";
}
.icon-comment6:before {
  content: "\f158";
}
.icon-browser:before {
  content: "\f159";
}
.icon-tag2:before {
  content: "\f15f";
}
.icon-newwindow:before {
  content: "\f16d";
}
.icon-closewindow:before {
  content: "\f16e";
}
.icon-newtab:before {
  content: "\f16f";
}
.icon-closetab:before {
  content: "\f170";
}
.icon-archive:before {
  content: "\f171";
}
.icon-draft:before {
  content: "\f172";
}
.icon-emailexport:before {
  content: "\f176";
}
.icon-emailimport:before {
  content: "\f177";
}
.icon-inbox:before {
  content: "\f178";
}
.icon-outbox:before {
  content: "\f179";
}
.icon-draft2:before {
  content: "\f17a";
}
.icon-rss:before {
  content: "\f17b";
}
.icon-book:before {
  content: "\f1ba";
}
.icon-sortbynameascending:before {
  content: "\f1c1";
}
.icon-sortbynamedescending:before {
  content: "\f1c2";
}
.icon-sortbysizeascending:before {
  content: "\f1c3";
}
.icon-sortbysizedescending:before {
  content: "\f1c4";
}
.icon-layers:before {
  content: "\f1ca";
}
.icon-alignleft:before {
  content: "\f1d7";
}
.icon-alignright:before {
  content: "\f1d8";
}
.icon-aligncenter:before {
  content: "\f1d9";
}
.icon-flag:before,
.dashboard-sidebar .menu-mlid-1328:before {
  content: "\f20b";
}
.icon-placeios:before {
  content: "\f20c";
}
.icon-clock:before {
  content: "\f210";
}
.icon-place2:before {
  content: "\f224";
}
.icon-place2add:before {
  content: "\f225";
}
.icon-place2delete:before {
  content: "\f226";
}
.icon-checkin2:before {
  content: "\f227";
}
.icon-clock2:before {
  content: "\f22b";
}
.icon-flag2:before {
  content: "\f232";
}
.icon-alarm:before {
  content: "\f233";
}
.icon-building:before {
  content: "\f245";
}
.icon-coupon:before {
  content: "\f254";
}
.icon-piggybank:before {
  content: "\f257";
}
.icon-calculator:before {
  content: "\f258";
}
.icon-briefcase2:before {
  content: "\f25e";
}
.icon-briefcase3:before {
  content: "\f25f";
}
.icon-sale:before {
  content: "\f277";
}
.icon-creditcard:before {
  content: "\f279";
}
.icon-cash:before {
  content: "\f27b";
}
.icon-paperclip:before {
  content: "\f284";
}
.icon-paperclip2:before {
  content: "\f285";
}
.icon-paperclip3:before {
  content: "\f286";
}
.icon-student:before {
  content: "\f288";
}
.icon-addtolist:before {
  content: "\f2ac";
}
.icon-eye2:before {
  content: "\f2b5";
}
.icon-starempty:before {
  content: "\f2de";
}
.icon-starfull:before {
  content: "\f2e0";
}
.icon-checkbox:before {
  content: "\f310";
}
.icon-checkbox2:before {
  content: "\f311";
}
.icon-info:before {
  content: "\f315";
}
.icon-exportfile:before {
  content: "\f32f";
}
.icon-preview:before {
  content: "\f330";
}
.icon-opennewwindow:before {
  content: "\f332";
}
.icon-link2:before {
  content: "\f333";
}
.icon-inbox-2:before {
  content: "\e001";
}
.icon-cog:before {
  content: "\e002";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\e003";
}
.icon-circle:before {
  content: "\e004";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-power:before {
  content: "\f11d";
}
.icon-trash:before {
  content: "\f0ce";
}
.icon-trashempty:before {
  content: "\f0cf";
}
.icon-trashfull:before {
  content: "\f0d0";
}
.icon-circledown:before {
  content: "\f3c7";
}
.icon-circleup:before {
  content: "\f3c8";
}
.icon-circleright:before {
  content: "\f3c9";
}
.icon-colocation3:before {
  content: "\f024";
}
.icon-email:before {
  content: "\f028";
}
.icon-security:before {
  content: "\f02d";
}
.icon-pull:before {
  content: "\f089";
}
.icon-push:before {
  content: "\e005";
}
.icon-importfile:before {
  content: "\f32e";
}
.icon-emailrefresh:before {
  content: "\f174";
}
.icon-emailforward:before {
  content: "\f175";
}
.icon-bookmark:before {
  content: "\f143";
}
.icon-uniF481:before {
  content: "\f481";
}
.icon-alignjustify:before {
  content: "\f1da";
}
.icon-pin:before {
  content: "\f20a";
}
.icon-alert:before {
  content: "\f316";
}
.icon-asterisk2:before {
  content: "\f317";
}
.icon-appointment:before {
  content: "\f26c";
}
.icon-store:before {
  content: "\f272";
}
.icon-bank:before {
  content: "\f262";
}
.icon-upload:before {
  content: "\f11b";
}
.icon-sync2:before {
  content: "\f11c";
}
.icon-uniF485:before {
  content: "\f485";
}
/*  Styles
    ------------------------------------------------------- */
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-1x {
  font-size: 1.3em;
}
.icon-1x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 1.4em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 1.8em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/* Visibility Classes ---------------------- */
.print-only {
  display: none;
}
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}
/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/*	--------------------------------------------------
	UTILITIES
--------------------------------------------------- */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.policies-and-procedures-menu-item .dropdown-menu > li, .no-sub-menu .dropdown-menu > li, .policies-and-procedures-menu-item ul {
  display: none !important;
}
