@CHARSET "UTF-8";
/**
 * Styles for all external pages
 *
 * @author Evan Dooner
 * @version 23 Apr 2014
 */
 
/* Logo in all caps */
.navbar-brand {
  text-transform: uppercase;
}

.navbar-brand i {
  margin-left: 2px;
}

/*********************************
 *                               *
 *    Styles for fixed footer    *
 *                               *
 *********************************/
 
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 58px; /* bottom = footer height */
    background-color: #FCFCFC;
    padding-top: 90px; /* Set dynamically by JS, this default prevents jerky page loads */
}

.main-container {
}

 /* Removed bottom border elements */
.wrapper.wrapper-grey {
  border-bottom: none;
  box-shadow: none;
}

footer {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  border-top: 1px solid #E1E1E1;
}

footer .container {
  margin: 0 auto;
}

footer .container .ca-text a {
  color: #006ADF !important;
}

/***************************
 * End fixed footer styles *
 ***************************/
 
/* Position social media buttons */
.social-media {
  margin-top: 15px;
}
.social-media .btn {
  margin: 5px;
}

/* Position the flash panel list */
.flash-panel ul {
  margin-left: 30px;
}

/* Style flash-panel list text */
.flash-panel li span {
  display: block;
  font-family: 'Open Sans';
  color: #383838;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

/* iCheck checkbox styles from internal CSS */
[class^="icheckbox_"],
[class*="icheckbox_"],
[class^="iradio_"],
[class*="iradio_"] {
  float: left !important;
}
  
/* Format the terms and privacy policy checkbox label */
.checkbox-label {
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkbox-label:hover,
.checkbox-label:focus {
  color: #333;
  text-decoration: none;
}

.mode-test .navbar-brand { position:relative; }
.mode-test .navbar-brand:before {
  content: "TEST";
  position: absolute;
  right: -3em;
  top: 1em;
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 0.65em;
  background: red;
  color: #fff;
  padding: 0.4em 0.5em;
  border-radius: 0.3em;
  text-shadow: 1px 1px 1px #888;
  box-shadow: 0 0 10px -3px #000;
}

.mode-test .navbar-brand.show-demo:before {
  content: 'DEMO';
  right: -3.6em;
}

sup {
  font-size: 65%;
  margin-left: .1em;
}